@import url("https://use.typekit.net/xzn5dbb.css");

/*!
Theme Name: The West Harbour Custom Child
Theme URI: https://thewestharbour.com
Author: The West Harbour
Author URI: https://thewestharbour.com
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twh-custom
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The West Harbour Custom Child is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

:root{
  --color-inherit: inherit;
  --color-current: currentColor;
  --color-transparent: transparent;
  --color-black: #000;
  --color-white: #ffffff;
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cbd5e1;
  --color-slate-400: #94a3b8;
  --color-slate-500: #64748b;
  --color-slate-600: #475569;
  --color-slate-700: #334155;
  --color-slate-800: #1e293b;
  --color-slate-900: #0f172a;
  --color-slate-950: #020617;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --color-gray-950: #030712;
  --color-zinc-50: #fafafa;
  --color-zinc-100: #f4f4f5;
  --color-zinc-200: #e4e4e7;
  --color-zinc-300: #d4d4d8;
  --color-zinc-400: #a1a1aa;
  --color-zinc-500: #71717a;
  --color-zinc-600: #52525b;
  --color-zinc-700: #3f3f46;
  --color-zinc-800: #27272a;
  --color-zinc-900: #18181b;
  --color-zinc-950: #09090b;
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e5e5e5;
  --color-neutral-300: #d4d4d4;
  --color-neutral-400: #a3a3a3;
  --color-neutral-500: #737373;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #262626;
  --color-neutral-900: #171717;
  --color-neutral-950: #0a0a0a;
  --color-stone-50: #fafaf9;
  --color-stone-100: #f5f5f4;
  --color-stone-200: #e7e5e4;
  --color-stone-300: #d6d3d1;
  --color-stone-400: #a8a29e;
  --color-stone-500: #78716c;
  --color-stone-600: #57534e;
  --color-stone-700: #44403c;
  --color-stone-800: #292524;
  --color-stone-900: #1c1917;
  --color-stone-950: #0c0a09;
  --color-red-50: #fef2f2;
  --color-red-100: #fee2e2;
  --color-red-200: #fecaca;
  --color-red-300: #fca5a5;
  --color-red-400: #f87171;
  --color-red-500: #ef4444;
  --color-red-600: #dc2626;
  --color-red-700: #b91c1c;
  --color-red-800: #991b1b;
  --color-red-900: #7f1d1d;
  --color-red-950: #450a0a;
  --color-red: #DA3D2A;
  --color-orange-50: #FBE4D9;
  --color-orange-100: #F8D2C0;
  --color-orange-200: #f5bba1;
  --color-orange-300: #f2a481;
  --color-orange-400: #EE8E62;
  --color-orange-500: #eb7742;
  --color-orange-600: #c46337;
  --color-orange-700: #9d4f2c;
  --color-orange-800: #763c21;
  --color-orange-900: #4e2816;
  --color-orange-1000: #2f180d;
  --color-orange: #eb7742;
  --color-amber-50: #fffbeb;
  --color-amber-100: #fef3c7;
  --color-amber-200: #fde68a;
  --color-amber-300: #fcd34d;
  --color-amber-400: #fbbf24;
  --color-amber-500: #f59e0b;
  --color-amber-600: #d97706;
  --color-amber-700: #b45309;
  --color-amber-800: #92400e;
  --color-amber-900: #78350f;
  --color-amber-950: #451a03;
  --color-yellow-50: #fefce8;
  --color-yellow-100: #fef9c3;
  --color-yellow-200: #fef08a;
  --color-yellow-300: #fde047;
  --color-yellow-400: #facc15;
  --color-yellow-500: #eab308;
  --color-yellow-600: #ca8a04;
  --color-yellow-700: #a16207;
  --color-yellow-800: #854d0e;
  --color-yellow-900: #713f12;
  --color-yellow-950: #422006;
  --color-lime-50: #f7fee7;
  --color-lime-100: #ecfccb;
  --color-lime-200: #d9f99d;
  --color-lime-300: #bef264;
  --color-lime-400: #a3e635;
  --color-lime-500: #84cc16;
  --color-lime-600: #65a30d;
  --color-lime-700: #4d7c0f;
  --color-lime-800: #3f6212;
  --color-lime-900: #365314;
  --color-lime-950: #1a2e05;
  --color-green-50: #f0fdf4;
  --color-green-100: #dcfce7;
  --color-green-200: #bbf7d0;
  --color-green-300: #86efac;
  --color-green-400: #4ade80;
  --color-green-500: #22c55e;
  --color-green-600: #16a34a;
  --color-green-700: #15803d;
  --color-green-800: #166534;
  --color-green-900: #14532d;
  --color-green-950: #052e16;
  --color-green: #92BC60;
  --color-emerald-50: #ecfdf5;
  --color-emerald-100: #d1fae5;
  --color-emerald-200: #a7f3d0;
  --color-emerald-300: #6ee7b7;
  --color-emerald-400: #34d399;
  --color-emerald-500: #10b981;
  --color-emerald-600: #059669;
  --color-emerald-700: #047857;
  --color-emerald-800: #065f46;
  --color-emerald-900: #064e3b;
  --color-emerald-950: #022c22;
  --color-teal-50: #f0fdfa;
  --color-teal-100: #ccfbf1;
  --color-teal-200: #99f6e4;
  --color-teal-300: #5eead4;
  --color-teal-400: #2dd4bf;
  --color-teal-500: #14b8a6;
  --color-teal-600: #0d9488;
  --color-teal-700: #0f766e;
  --color-teal-800: #115e59;
  --color-teal-900: #134e4a;
  --color-teal-950: #042f2e;
  --color-cyan-50: #ecfeff;
  --color-cyan-100: #cffafe;
  --color-cyan-200: #a5f3fc;
  --color-cyan-300: #67e8f9;
  --color-cyan-400: #22d3ee;
  --color-cyan-500: #06b6d4;
  --color-cyan-600: #0891b2;
  --color-cyan-700: #0e7490;
  --color-cyan-800: #155e75;
  --color-cyan-900: #164e63;
  --color-cyan-950: #083344;
  --color-sky-50: #f0f9ff;
  --color-sky-100: #e0f2fe;
  --color-sky-200: #bae6fd;
  --color-sky-300: #7dd3fc;
  --color-sky-400: #38bdf8;
  --color-sky-500: #0ea5e9;
  --color-sky-600: #0284c7;
  --color-sky-700: #0369a1;
  --color-sky-800: #075985;
  --color-sky-900: #0c4a6e;
  --color-sky-950: #082f49;
  --color-blue-25: #F6FAFD;
  --color-blue-50: #E5EFF8;
  --color-blue-100: #D3E4F4;
  --color-blue-200: #bdd7ef;
  --color-blue-300: #A7CAE9;
  --color-blue-400: #91bce4;
  --color-blue-500: #7bafde;
  --color-blue-600: #6792b9;
  --color-blue-700: #527594;
  --color-blue-800: #3e586f;
  --color-blue-900: #293A4A;
  --color-blue-1000: #19232C;
  --color-blue: #7bafde;
  --color-indigo-50: #eef2ff;
  --color-indigo-100: #e0e7ff;
  --color-indigo-200: #c7d2fe;
  --color-indigo-300: #a5b4fc;
  --color-indigo-400: #818cf8;
  --color-indigo-500: #6366f1;
  --color-indigo-600: #4f46e5;
  --color-indigo-700: #4338ca;
  --color-indigo-800: #3730a3;
  --color-indigo-900: #312e81;
  --color-indigo-950: #1e1b4b;
  --color-violet-50: #f5f3ff;
  --color-violet-100: #ede9fe;
  --color-violet-200: #ddd6fe;
  --color-violet-300: #c4b5fd;
  --color-violet-400: #a78bfa;
  --color-violet-500: #8b5cf6;
  --color-violet-600: #7c3aed;
  --color-violet-700: #6d28d9;
  --color-violet-800: #5b21b6;
  --color-violet-900: #4c1d95;
  --color-violet-950: #2e1065;
  --color-purple-50: #d6d5e0;
  --color-purple-100: #bbbacc;
  --color-purple-200: #9997b3;
  --color-purple-300: #777499;
  --color-purple-400: #555280;
  --color-purple-500: #332f66;
  --color-purple-600: #2b2755;
  --color-purple-700: #221f44;
  --color-purple-800: #1a1833;
  --color-purple-900: #111022;
  --color-purple-950: #3b0764;
  --color-purple-1000: #0a0914;
  --color-purple: #332f66;
  --color-fuchsia-50: #fdf4ff;
  --color-fuchsia-100: #fae8ff;
  --color-fuchsia-200: #f5d0fe;
  --color-fuchsia-300: #f0abfc;
  --color-fuchsia-400: #e879f9;
  --color-fuchsia-500: #d946ef;
  --color-fuchsia-600: #c026d3;
  --color-fuchsia-700: #a21caf;
  --color-fuchsia-800: #86198f;
  --color-fuchsia-900: #701a75;
  --color-fuchsia-950: #4a044e;
  --color-pink-50: #fdf2f8;
  --color-pink-100: #fce7f3;
  --color-pink-200: #fbcfe8;
  --color-pink-300: #f9a8d4;
  --color-pink-400: #f472b6;
  --color-pink-500: #ec4899;
  --color-pink-600: #db2777;
  --color-pink-700: #be185d;
  --color-pink-800: #9d174d;
  --color-pink-900: #831843;
  --color-pink-950: #500724;
  --color-rose-50: #fff1f2;
  --color-rose-100: #ffe4e6;
  --color-rose-200: #fecdd3;
  --color-rose-300: #fda4af;
  --color-rose-400: #fb7185;
  --color-rose-500: #f43f5e;
  --color-rose-600: #e11d48;
  --color-rose-700: #be123c;
  --color-rose-800: #9f1239;
  --color-rose-900: #881337;
  --color-rose-950: #4c0519;
  --color-dark: #2D3940;
  --color-burnt-orange: #F05A28;
  --color-brown-25: #ececea;
  --color-brown-50: #d9d8d5;
  --color-brown-100: #bfbfb9;
  --color-brown-200: #a09f97;
  --color-brown-300: #807e74;
  --color-brown-400: #605e51;
  --color-brown-500: #403e2e;
  --color-brown-600: #353426;
  --color-brown-700: #2b291f;
  --color-brown-800: #201f17;
  --color-brown-900: #15150f;
  --color-brown-1000: #0d0c09;
  --color-brown: #403e2e;
  --color-primary: #eb7742;
  --color-secondary: #7bafde;
  --color-light: #f6fafd;
  --color-maroon: #974037;
}

*, ::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(123 175 222 / 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:  ;
}

::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(123 175 222 / 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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html, body{
  scroll-behavior: smooth;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: neue-haas-unica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(64 62 46 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px){
  body{
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}

@media (min-width: 1024px){
  body{
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}

::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(245 187 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 57 64 / var(--tw-text-opacity));
}

::selection, ::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(245 187 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 57 64 / var(--tw-text-opacity));
}

/*-----------------------------------
-------------------------------------
Typography
-------------------------------------
-----------------------------------*/

/* Add immersive effect on desktop screens */

@media (min-width: 1280px){
  html {
    font-size: clamp(16px, 1.058201vw, 18.5px);
  }
}

/* Set standardized spacing and wights for headings and type */

h1, h2, h3, h4{
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

h1, h2, h3{
  margin-bottom: 1.5rem;
}

h4, h5{
  margin-bottom: 0.5rem;
}

:where(h1, h2, h3, h4, h5, h6) a{
  --tw-text-opacity: 1 !important;
  color: rgb(45 57 64 / var(--tw-text-opacity)) !important;
}

:where(h1, h2, h3, h4, h5, h6) a:hover{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

p, ul, ol, figure{
  margin-bottom: 1.5rem;
}

/* Match headings and WordPress classes to Tailwind font sizes */

.display-2{
  font-size: 5.9375rem;
  line-height: 4.75rem;
  letter-spacing: -0.02em;
}

@media (min-width: 768px){
  .display-2{
    font-size: 6.75rem !important;
    line-height: 5.25rem !important;
  }
}

@media (min-width: 1024px){
  .display-2{
    font-size: 11.875rem !important;
    line-height: 9.25rem !important;
  }
}

.display{
  font-size: 4.75rem;
  line-height: 3.75rem;
  letter-spacing: -0.02em;
}

@media (min-width: 768px){
  .display{
    font-size: 5.375rem !important;
    line-height: 4.75rem !important;
  }
}

@media (min-width: 1024px){
  .display{
    font-size: 8.4375rem !important;
    line-height: 6.75rem !important;
  }
}

h1.large{
  font-size: 3.8125rem;
  line-height: 3rem;
  letter-spacing: -0.01em;
}

@media (min-width: 768px){
  h1.large{
    font-size: 4.3125rem !important;
    line-height: 3.625rem !important;
  }
}

@media (min-width: 1024px){
  h1.large{
    font-size: 6.3125rem !important;
    line-height: 5rem !important;
  }
}

h1, .h1{
  overflow-wrap: break-word;
  font-size: 3.0625rem;
  line-height: 2.75rem;
  letter-spacing: -0.01em;
}

@media (min-width: 768px){
  h1, .h1{
    font-size: 3.4375rem !important;
    line-height: 3rem !important;
  }
}

@media (min-width: 1024px){
  h1, .h1{
    font-size: 4.75rem !important;
    line-height: 4.25rem !important;
  }
}

h2, .h2{
  margin-bottom: 2rem;
  font-size: 2.4375rem;
  line-height: 2.25rem;
  letter-spacing: 0;
}

@media (min-width: 768px){
  h2, .h2{
    font-size: 2.75rem !important;
    line-height: 2.5rem !important;
  }
}

@media (min-width: 1024px){
  h2, .h2{
    font-size: 3.5625rem !important;
    line-height: 3.25rem !important;
  }
}

h3, .h3{
  font-size: 1.9375rem;
  line-height: 2rem;
  letter-spacing: 0;
}

@media (min-width: 768px){
  h3, .h3{
    font-size: 2.0625rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1024px){
  h3, .h3{
    font-size: 2.6875rem !important;
    line-height: 2.75rem !important;
  }
}

h4, .h4{
  font-size: 1.5625rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

@media (min-width: 768px){
  h4, .h4{
    font-size: 1.625rem !important;
    line-height: 1.5rem !important;
  }
}

@media (min-width: 1024px){
  h4, .h4{
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}

h5, .h5{
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px){
  h5, .h5{
    font-size: 1.375rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1024px){
  h5, .h5{
    font-size: 1.4375rem !important;
    line-height: 1.75rem !important;
  }
}

h6, .h6{
  margin-bottom: 1rem !important;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px){
  h6, .h6{
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}

@media (min-width: 1024px){
  h6, .h6{
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}

.has-x-large-font-size{
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

@media (min-width: 768px){
  .has-x-large-font-size{
    font-size: 1.9375rem !important;
    line-height: 2.25rem !important;
  }
}

@media (min-width: 1024px){
  .has-x-large-font-size{
    font-size: 2.1875rem !important;
    line-height: 3rem !important;
  }
}

.has-large-font-size{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

@media (min-width: 768px){
  .has-large-font-size{
    font-size: 1.625rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 1024px){
  .has-large-font-size{
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
  }
}

.has-medium-font-size{
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}

@media (min-width: 768px){
  .has-medium-font-size{
    font-size: 1.375rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1024px){
  .has-medium-font-size{
    font-size: 1.4375rem !important;
    line-height: 1.75rem !important;
  }
}

.has-small-font-size{
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

@media (min-width: 768px){
  .has-small-font-size{
    font-size: 0.9375rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1024px){
  .has-small-font-size{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

/* Override Tailwind font sizes on tablet */

@media (min-width: 768px){
  .text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .text-sm{
    font-size: 0.9375rem !important;
    line-height: 1.25rem !important;
  }

  .text-base{
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  .text-md{
    font-size: 1.375rem !important;
    line-height: 1.75rem !important;
  }

  .text-lg{
    font-size: 1.625rem !important;
    line-height: 2rem !important;
  }

  .text-xl{
    font-size: 1.9375rem !important;
    line-height: 2.25rem !important;
  }

  .text-h-base{
    font-size: 1.125rem !important;
    line-height: 1.25rem !important;
  }

  .text-h-md{
    font-size: 1.4375rem !important;
    line-height: 1.5rem !important;
  }

  .text-h-lg{
    font-size: 1.625rem !important;
    line-height: 1.5rem !important;
  }

  .text-h-xl{
    font-size: 2.0625rem !important;
    line-height: 1.75rem !important;
  }

  .text-h-2xl{
    font-size: 2.75rem !important;
    line-height: 2.5rem !important;
  }

  .text-h-3xl{
    font-size: 3.4375rem !important;
    line-height: 3rem !important;
  }

  .text-h-4xl{
    font-size: 4.3125rem !important;
    line-height: 3.625rem !important;
  }

  .text-h-5xl{
    font-size: 5.375rem !important;
    line-height: 4.75rem !important;
  }

  .text-h-6xl{
    font-size: 6.75rem !important;
    line-height: 5.25rem !important;
  }

  .text-h-7xl{
    font-size: 8.4375rem !important;
    line-height: 7rem !important;
  }
}

/* Override Tailwind font sizes on desktop */

@media (min-width: 1024px){
  .text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .text-base{
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  .text-md{
    font-size: 1.4375rem !important;
    line-height: 1.75rem !important;
  }

  .text-lg{
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
  }

  .text-xl{
    font-size: 2.1875rem !important;
    line-height: 3rem !important;
  }

  .text-h-base{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .text-h-md{
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }

  .text-h-lg{
    font-size: 2rem !important;
    line-height: 2rem !important;
  }

  .text-h-xl{
    font-size: 2.6875rem !important;
    line-height: 2.75rem !important;
  }

  .text-h-2xl{
    font-size: 3.5625rem !important;
    line-height: 3.25rem !important;
  }

  .text-h-3xl{
    font-size: 4.75rem !important;
    line-height: 4.25rem !important;
  }

  .text-h-4xl{
    font-size: 6.3125rem !important;
    line-height: 5rem !important;
  }

  .text-h-5xl{
    font-size: 8.4375rem !important;
    line-height: 6.75rem !important;
  }

  .text-h-6xl{
    font-size: 11.875rem !important;
    line-height: 9.25rem !important;
  }

  .text-h-7xl{
    font-size: 18.0625rem !important;
    line-height: 13.25rem !important;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .container{
    max-width: 640px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .container{
    max-width: 768px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .container{
    max-width: 1024px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .container{
    max-width: 1280px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .container{
    max-width: 1536px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

.prose{
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "\2014";
}

.prose-neutral{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 3rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 3rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

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

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.\!visible{
  visibility: visible !important;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.\!collapse{
  visibility: collapse !important;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.\!fixed{
  position: fixed !important;
}

.fixed{
  position: fixed;
}

.\!absolute{
  position: absolute !important;
}

.absolute{
  position: absolute;
}

.\!relative{
  position: relative !important;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-1{
  inset: -0.25rem;
}

.inset-0{
  inset: 0px;
}

.\!left-auto{
  left: auto !important;
}

.\!top-auto{
  top: auto !important;
}

.-bottom-\[47px\]{
  bottom: -47px;
}

.-left-\[15px\]{
  left: -15px;
}

.-left-\[9999px\]{
  left: -9999px;
}

.-top-\[21px\]{
  top: -21px;
}

.-top-\[35px\]{
  top: -35px;
}

.bottom-0{
  bottom: 0px;
}

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

.bottom-1{
  bottom: 0.25rem;
}

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

.bottom-5{
  bottom: 1.25rem;
}

.bottom-\[1rem\]{
  bottom: 1rem;
}

.bottom-\[2px\]{
  bottom: 2px;
}

.end-1{
  inset-inline-end: 0.25rem;
}

.end-2{
  inset-inline-end: 0.5rem;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

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

.left-3{
  left: 0.75rem;
}

.left-5{
  left: 1.25rem;
}

.left-\[1rem\]{
  left: 1rem;
}

.left-\[2rem\]{
  left: 2rem;
}

.left-\[50\%\]{
  left: 50%;
}

.left-\[50px\]{
  left: 50px;
}

.left-\[calc\(50\%-1px\)\]{
  left: calc(50% - 1px);
}

.right-0{
  right: 0px;
}

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

.right-1{
  right: 0.25rem;
}

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

.right-3{
  right: 0.75rem;
}

.right-5{
  right: 1.25rem;
}

.right-9{
  right: 4rem;
}

.right-\[1rem\]{
  right: 1rem;
}

.right-\[2px\]{
  right: 2px;
}

.start-1{
  inset-inline-start: 0.25rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

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

.top-10{
  top: 4.5rem;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-5{
  top: 1.25rem;
}

.top-\[0\.5rem\]{
  top: 0.5rem;
}

.top-\[11px\]{
  top: 11px;
}

.top-\[13px\]{
  top: 13px;
}

.top-\[1rem\]{
  top: 1rem;
}

.top-\[50\%\]{
  top: 50%;
}

.top-\[50px\]{
  top: 50px;
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

.isolation-auto{
  isolation: auto;
}

.\!z-40{
  z-index: 40 !important;
}

.\!z-\[2\]{
  z-index: 2 !important;
}

.-z-\[1\]{
  z-index: -1;
}

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

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

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

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

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

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

.z-\[-2\]{
  z-index: -2;
}

.z-\[0\]{
  z-index: 0;
}

.z-\[1000\]{
  z-index: 1000;
}

.z-\[1035\]{
  z-index: 1035;
}

.z-\[1040\]{
  z-index: 1040;
}

.z-\[1065\]{
  z-index: 1065;
}

.z-\[1066\]{
  z-index: 1066;
}

.z-\[1070\]{
  z-index: 1070;
}

.z-\[1080\]{
  z-index: 1080;
}

.z-\[1100\]{
  z-index: 1100;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[9997\]{
  z-index: 9997;
}

.z-\[9998\]{
  z-index: 9998;
}

.z-\[9999\]{
  z-index: 9999;
}

.z-\[999\]{
  z-index: 999;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-end-2{
  grid-column-end: 2;
}

.col-end-3{
  grid-column-end: 3;
}

.row-start-1{
  grid-row-start: 1;
}

.row-end-2{
  grid-row-end: 2;
}

.row-end-3{
  grid-row-end: 3;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.\!-m-px{
  margin: -1px !important;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-3{
  margin: 0.75rem;
}

.m-48{
  margin: 12rem;
}

.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

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

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

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

.\!mb-7{
  margin-bottom: 2rem !important;
}

.\!mb-8{
  margin-bottom: 3rem !important;
}

.\!mt-0{
  margin-top: 0px !important;
}

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

.\!mt-5{
  margin-top: 1.25rem !important;
}

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

.\!mt-7{
  margin-top: 2rem !important;
}

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

.-ml-\[1\.5rem\]{
  margin-left: -1.5rem;
}

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

.mb-0{
  margin-bottom: 0px;
}

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

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

.mb-\[0\.125rem\]{
  margin-bottom: 0.125rem;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

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

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

.ml-6{
  margin-left: 1.5rem;
}

.ml-\[-50vw\]{
  margin-left: -50vw;
}

.ml-\[30px\]{
  margin-left: 30px;
}

.ml-\[3px\]{
  margin-left: 3px;
}

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

.mr-0{
  margin-right: 0px;
}

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

.mr-2{
  margin-right: 0.5rem;
}

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

.mr-6{
  margin-right: 1.5rem;
}

.mr-\[6px\]{
  margin-right: 6px;
}

.mr-\[8px\]{
  margin-right: 8px;
}

.mr-auto{
  margin-right: auto;
}

.mt-0{
  margin-top: 0px;
}

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

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

.mt-5{
  margin-top: 1.25rem;
}

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

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

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

.mt-\[0\.15rem\]{
  margin-top: 0.15rem;
}

.mt-\[0\.635rem\]{
  margin-top: 0.635rem;
}

.mt-\[4\.5rem\]{
  margin-top: 4.5rem;
}

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

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

.line-clamp-none{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.\!inline{
  display: inline !important;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.\!table{
  display: table !important;
}

.table{
  display: table;
}

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

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

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

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

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

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

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

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

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

.flow-root{
  display: flow-root;
}

.\!grid{
  display: grid !important;
}

.grid{
  display: grid;
}

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

.\!contents{
  display: contents !important;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.\!aspect-\[3\/2\]{
  aspect-ratio: 3/2 !important;
}

.\!aspect-\[3\/4\]{
  aspect-ratio: 3/4 !important;
}

.aspect-\[10\/6\.5\]{
  aspect-ratio: 10/6.5;
}

.aspect-\[10\/7\]{
  aspect-ratio: 10/7;
}

.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}

.aspect-\[2\/3\]{
  aspect-ratio: 2/3;
}

.aspect-\[3\.5\/4\]{
  aspect-ratio: 3.5/4;
}

.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}

.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}

.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}

.aspect-\[86\/70\]{
  aspect-ratio: 86/70;
}

.aspect-auto{
  aspect-ratio: auto;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

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

.\!h-\[36\.125rem\]{
  height: 36.125rem !important;
}

.\!h-\[80vh\]{
  height: 80vh !important;
}

.\!h-auto{
  height: auto !important;
}

.\!h-px{
  height: 1px !important;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-1\/3{
  height: 33.333333%;
}

.h-10{
  height: 4.5rem;
}

.h-14{
  height: 13rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\/5{
  height: 40%;
}

.h-3{
  height: 0.75rem;
}

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

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 2rem;
}

.h-8{
  height: 3rem;
}

.h-9{
  height: 4rem;
}

.h-\[0\.9375rem\]{
  height: 0.9375rem;
}

.h-\[1\.125rem\]{
  height: 1.125rem;
}

.h-\[1\.5rem\]{
  height: 1.5rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[10px\]{
  height: 10px;
}

.h-\[120\%\]{
  height: 120%;
}

.h-\[120px\]{
  height: 120px;
}

.h-\[15px\]{
  height: 15px;
}

.h-\[160px\]{
  height: 160px;
}

.h-\[22\.5rem\]{
  height: 22.5rem;
}

.h-\[260px\]{
  height: 260px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[32px\]{
  height: 32px;
}

.h-\[380px\]{
  height: 380px;
}

.h-\[3rem\]{
  height: 3rem;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[42px\]{
  height: 42px;
}

.h-\[48px\]{
  height: 48px;
}

.h-\[4px\]{
  height: 4px;
}

.h-\[4rem\]{
  height: 4rem;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[512px\]{
  height: 512px;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[6px\]{
  height: 6px;
}

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

.h-\[72px\]{
  height: 72px;
}

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

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

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

.h-\[calc\(100\%\+2rem\)\]{
  height: calc(100% + 2rem);
}

.h-\[calc\(100\%\+6rem\)\]{
  height: calc(100% + 6rem);
}

.h-\[calc\(100\%-100px\)\]{
  height: calc(100% - 100px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-\[1080px\]{
  max-height: 1080px;
}

.max-h-\[4rem\]{
  max-height: 4rem;
}

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

.max-h-\[calc\(100\%-64px\)\]{
  max-height: calc(100% - 64px);
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.min-h-\[1\.5rem\]{
  min-height: 1.5rem;
}

.min-h-\[16rem\]{
  min-height: 16rem;
}

.min-h-\[305px\]{
  min-height: 305px;
}

.min-h-\[325px\]{
  min-height: 325px;
}

.min-h-\[40px\]{
  min-height: 40px;
}

.min-h-\[40vw\]{
  min-height: 40vw;
}

.min-h-\[50vh\]{
  min-height: 50vh;
}

.min-h-\[6\.25rem\]{
  min-height: 6.25rem;
}

.min-h-\[80vh\]{
  min-height: 80vh;
}

.min-h-\[80vw\]{
  min-height: 80vw;
}

.min-h-\[85vh\]{
  min-height: 85vh;
}

.min-h-\[95vh\]{
  min-height: 95vh;
}

.min-h-\[auto\]{
  min-height: auto;
}

.min-h-screen{
  min-height: 100vh;
}

.\!w-1\/2{
  width: 50% !important;
}

.\!w-1\/3{
  width: 33.333333% !important;
}

.\!w-1\/4{
  width: 25% !important;
}

.\!w-10\/12{
  width: 83.333333% !important;
}

.\!w-11\/12{
  width: 91.666667% !important;
}

.\!w-2\/12{
  width: 16.666667% !important;
}

.\!w-2\/3{
  width: 66.666667% !important;
}

.\!w-3\/4{
  width: 75% !important;
}

.\!w-4\/12{
  width: 33.333333% !important;
}

.\!w-6\/12{
  width: 50% !important;
}

.\!w-8\/12{
  width: 66.666667% !important;
}

.\!w-\[17\.5rem\]{
  width: 17.5rem !important;
}

.\!w-\[18\.75rem\]{
  width: 18.75rem !important;
}

.\!w-\[36\.125rem\]{
  width: 36.125rem !important;
}

.\!w-\[6\.5rem\]{
  width: 6.5rem !important;
}

.\!w-full{
  width: 100% !important;
}

.\!w-px{
  width: 1px !important;
}

.\!w-screen{
  width: 100vw !important;
}

.w-0{
  width: 0px;
}

.w-1{
  width: 0.25rem;
}

.w-1\.5{
  width: 0.375rem;
}

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

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 4.5rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

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

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 2rem;
}

.w-8{
  width: 3rem;
}

.w-9{
  width: 4rem;
}

.w-\[0\.9375rem\]{
  width: 0.9375rem;
}

.w-\[1\.125rem\]{
  width: 1.125rem;
}

.w-\[1\.5rem\]{
  width: 1.5rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[120\%\]{
  width: 120%;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[15px\]{
  width: 15px;
}

.w-\[160px\]{
  width: 160px;
}

.w-\[19\.5rem\]{
  width: 19.5rem;
}

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

.w-\[24px\]{
  width: 24px;
}

.w-\[25\%\]{
  width: 25%;
}

.w-\[250vw\]{
  width: 250vw;
}

.w-\[260px\]{
  width: 260px;
}

.w-\[2px\]{
  width: 2px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[304px\]{
  width: 304px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[328px\]{
  width: 328px;
}

.w-\[32px\]{
  width: 32px;
}

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

.w-\[45\%\]{
  width: 45%;
}

.w-\[4px\]{
  width: 4px;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[6px\]{
  width: 6px;
}

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

.w-\[70\%\]{
  width: 70%;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[72px\]{
  width: 72px;
}

.w-\[75\%\]{
  width: 75%;
}

.w-\[76px\]{
  width: 76px;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[calc\(100\%-100px\)\]{
  width: calc(100% - 100px);
}

.w-\[calc\(100vw-\(\(100vw-100\%\)\/2\)\)\]{
  width: calc(100vw - ((100vw - 100%) / 2));
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-screen{
  width: 100vw;
}

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

.min-w-\[100px\]{
  min-width: 100px;
}

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

.min-w-\[310px\]{
  min-width: 310px;
}

.min-w-\[48px\]{
  min-width: 48px;
}

.min-w-\[64px\]{
  min-width: 64px;
}

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-\[14rem\]{
  max-width: 14rem;
}

.max-w-\[1920px\]{
  max-width: 1920px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[267px\]{
  max-width: 267px;
}

.max-w-\[325px\]{
  max-width: 325px;
}

.max-w-\[40rem\]{
  max-width: 40rem;
}

.max-w-\[65rem\]{
  max-width: 65rem;
}

.max-w-\[73\.5rem\]{
  max-width: 73.5rem;
}

.max-w-\[80\%\]{
  max-width: 80%;
}

.max-w-\[9\.465rem\]{
  max-width: 9.465rem;
}

.max-w-\[90\%\]{
  max-width: 90%;
}

.max-w-\[calc\(100\%-1rem\)\]{
  max-width: calc(100% - 1rem);
}

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

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

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

.max-w-none{
  max-width: none;
}

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

.max-w-xl{
  max-width: 45.75rem;
}

.flex-auto{
  flex: 1 1 auto;
}

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

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

.shrink{
  flex-shrink: 1;
}

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

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

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

.basis-auto{
  flex-basis: auto;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.caption-top{
  caption-side: top;
}

.caption-bottom{
  caption-side: bottom;
}

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

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

.origin-\[0_0\]{
  transform-origin: 0 0;
}

.origin-\[center_bottom_0\]{
  transform-origin: center bottom 0;
}

.origin-bottom{
  transform-origin: bottom;
}

.origin-center{
  transform-origin: center;
}

.\!translate-y-\[\.25em\]{
  --tw-translate-y: .25em !important;
  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)) !important;
}

.-translate-x-1\/2{
  --tw-translate-x: -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));
}

.-translate-x-\[150\%\]{
  --tw-translate-x: -150%;
  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));
}

.-translate-x-\[50\%\]{
  --tw-translate-x: -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));
}

.-translate-x-full{
  --tw-translate-x: -100%;
  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));
}

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

.-translate-y-\[50\%\]{
  --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));
}

.translate-x-\[-50\%\]{
  --tw-translate-x: -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));
}

.translate-x-\[150\%\]{
  --tw-translate-x: 150%;
  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));
}

.translate-x-\[2rem\]{
  --tw-translate-x: 2rem;
  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));
}

.translate-x-\[3\.25rem\]{
  --tw-translate-x: 3.25rem;
  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));
}

.translate-x-full{
  --tw-translate-x: 100%;
  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));
}

.translate-y-\[-2rem\]{
  --tw-translate-y: -2rem;
  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));
}

.translate-y-\[-3\.25rem\]{
  --tw-translate-y: -3.25rem;
  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));
}

.translate-y-\[-50\%\]{
  --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));
}

.translate-y-\[3\.25rem\]{
  --tw-translate-y: 3.25rem;
  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));
}

.translate-y-\[50\%\]{
  --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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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-\[0\.25\]{
  --tw-scale-x: 0.25;
  --tw-scale-y: 0.25;
  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-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.\!transform{
  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)) !important;
}

.transform{
  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));
}

.transform-cpu{
  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));
}

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

.transform-none{
  transform: none;
}

.animate-\[fade-in_0\.15s_both\]{
  animation: fade-in 0.15s both;
}

.animate-\[fade-in_0\.3s_both\]{
  animation: fade-in 0.3s both;
}

.animate-\[fade-in_350ms_ease-in-out\]{
  animation: fade-in 350ms ease-in-out;
}

.animate-\[fade-out_0\.15s_both\]{
  animation: fade-out 0.15s both;
}

.animate-\[fade-out_0\.3s_both\]{
  animation: fade-out 0.3s both;
}

.animate-\[fade-out_350ms_ease-in-out\]{
  animation: fade-out 350ms ease-in-out;
}

.animate-\[progress_3s_ease-in-out_infinite\]{
  animation: progress 3s ease-in-out infinite;
}

.animate-\[show-up-clock_350ms_linear\]{
  animation: show-up-clock 350ms linear;
}

.animate-\[spinner-grow_0\.75s_linear_infinite\]{
  animation: spinner-grow 0.75s linear infinite;
}

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

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

.cursor-default{
  cursor: default;
}

.cursor-none{
  cursor: none;
}

.cursor-pointer{
  cursor: pointer;
}

.touch-auto{
  touch-action: auto;
}

.touch-none{
  touch-action: none;
}

.touch-pan-x{
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left{
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right{
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up{
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down{
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom{
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation{
  touch-action: manipulation;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

.snap-none{
  scroll-snap-type: none;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both{
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity{
  --tw-scroll-snap-strictness: proximity;
}

.snap-start{
  scroll-snap-align: start;
}

.snap-end{
  scroll-snap-align: end;
}

.snap-center{
  scroll-snap-align: center;
}

.snap-align-none{
  scroll-snap-align: none;
}

.snap-normal{
  scroll-snap-stop: normal;
}

.snap-always{
  scroll-snap-stop: always;
}

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

.\!list-none{
  list-style-type: none !important;
}

.list-none{
  list-style-type: none;
}

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

.columns-2{
  -moz-columns: 2;
       columns: 2;
}

.break-before-auto{
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid{
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all{
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page{
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page{
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left{
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right{
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column{
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto{
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page{
  break-inside: avoid-page;
}

.break-inside-avoid-column{
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto{
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid{
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all{
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page{
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page{
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left{
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right{
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column{
  -moz-column-break-after: column;
       break-after: column;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-flow-dense{
  grid-auto-flow: dense;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

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

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

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

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

.\!grid-cols-none{
  grid-template-columns: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none{
  grid-template-columns: none;
}

.\!grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.\!grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.\!grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.\!grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.\!grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.\!grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.\!grid-rows-none{
  grid-template-rows: none !important;
}

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

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

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

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

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

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

.grid-rows-none{
  grid-template-rows: none;
}

.\!flex-row{
  flex-direction: row !important;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

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

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

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

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

.place-content-start{
  place-content: start;
}

.place-content-end{
  place-content: end;
}

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

.place-content-around{
  place-content: space-around;
}

.place-content-evenly{
  place-content: space-evenly;
}

.place-content-baseline{
  place-content: baseline;
}

.place-content-stretch{
  place-content: stretch;
}

.place-items-start{
  place-items: start;
}

.place-items-end{
  place-items: end;
}

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

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

.place-items-stretch{
  place-items: stretch;
}

.content-normal{
  align-content: normal;
}

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

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

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

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

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

.content-evenly{
  align-content: space-evenly;
}

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

.content-stretch{
  align-content: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start{
  justify-items: start;
}

.justify-items-end{
  justify-items: end;
}

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

.justify-items-stretch{
  justify-items: stretch;
}

.\!gap-0{
  gap: 0px !important;
}

.\!gap-\[3\.25rem\]{
  gap: 3.25rem !important;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.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-7{
  gap: 2rem;
}

.gap-8{
  gap: 3rem;
}

.gap-\[0\.625rem\]{
  gap: 0.625rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-7{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-5{
  row-gap: 1.25rem;
}

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

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

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-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-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-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-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.place-self-auto{
  place-self: auto;
}

.place-self-start{
  place-self: start;
}

.place-self-end{
  place-self: end;
}

.place-self-center{
  place-self: center;
}

.place-self-stretch{
  place-self: stretch;
}

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

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

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

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

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

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

.justify-self-auto{
  justify-self: auto;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

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

.justify-self-stretch{
  justify-self: stretch;
}

.overflow-auto{
  overflow: auto;
}

.\!overflow-hidden{
  overflow: hidden !important;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

.\!overflow-visible{
  overflow: visible !important;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

.overflow-x-hidden{
  overflow-x: hidden;
}

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

.overflow-x-clip{
  overflow-x: clip;
}

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

.overflow-x-visible{
  overflow-x: visible;
}

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

.overflow-x-scroll{
  overflow-x: scroll;
}

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

.overscroll-auto{
  overscroll-behavior: auto;
}

.overscroll-contain{
  overscroll-behavior: contain;
}

.overscroll-none{
  overscroll-behavior: none;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.overscroll-y-none{
  overscroll-behavior-y: none;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.overscroll-x-none{
  overscroll-behavior-x: none;
}

.scroll-auto{
  scroll-behavior: auto;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

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

.overflow-ellipsis{
  text-overflow: ellipsis;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.text-clip{
  text-overflow: clip;
}

.hyphens-none{
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual{
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

.\!whitespace-nowrap{
  white-space: nowrap !important;
}

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

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

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

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

.whitespace-break-spaces{
  white-space: break-spaces;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.break-keep{
  word-break: keep-all;
}

.rounded{
  border-radius: 1rem;
}

.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}

.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}

.rounded-\[0\.6rem\]{
  border-radius: 0.6rem;
}

.rounded-\[100\%\]{
  border-radius: 100%;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[50\%\]{
  border-radius: 50%;
}

.rounded-\[999px\]{
  border-radius: 999px;
}

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

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

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-e{
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}

.rounded-l{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-\[0\.25rem\]{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-\[0\.25rem\]{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-s{
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}

.rounded-t{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-\[0\.6rem\]{
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}

.rounded-t-lg{
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.rounded-bl{
  border-bottom-left-radius: 1rem;
}

.rounded-br{
  border-bottom-right-radius: 1rem;
}

.rounded-ee{
  border-end-end-radius: 1rem;
}

.rounded-es{
  border-end-start-radius: 1rem;
}

.rounded-se{
  border-start-end-radius: 1rem;
}

.rounded-ss{
  border-start-start-radius: 1rem;
}

.rounded-tl{
  border-top-left-radius: 1rem;
}

.rounded-tr{
  border-top-right-radius: 1rem;
}

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

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

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

.\!border-\[3px\]{
  border-width: 3px !important;
}

.border{
  border-width: 1px;
}

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

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

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

.border-\[\.125rem\]{
  border-width: .125rem;
}

.border-\[0\.125rem\]{
  border-width: 0.125rem;
}

.border-\[14px\]{
  border-width: 14px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-e{
  border-inline-end-width: 1px;
}

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

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

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

.border-l-\[0\.125rem\]{
  border-left-width: 0.125rem;
}

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

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

.border-s{
  border-inline-start-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.\!border-\[\#14a44d\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#b2b3b4\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 179 180 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#dc4c64\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}

.\!border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(123 175 222 / var(--tw-border-opacity)) !important;
}

.\!border-blue-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 228 244 / var(--tw-border-opacity)) !important;
}

.\!border-blue-100\/0{
  border-color: rgb(211 228 244 / 0) !important;
}

.\!border-blue-100\/10{
  border-color: rgb(211 228 244 / 0.1) !important;
}

.\!border-blue-100\/100{
  border-color: rgb(211 228 244 / 1) !important;
}

.\!border-blue-100\/20{
  border-color: rgb(211 228 244 / 0.2) !important;
}

.\!border-blue-100\/25{
  border-color: rgb(211 228 244 / 0.25) !important;
}

.\!border-blue-100\/30{
  border-color: rgb(211 228 244 / 0.3) !important;
}

.\!border-blue-100\/40{
  border-color: rgb(211 228 244 / 0.4) !important;
}

.\!border-blue-100\/5{
  border-color: rgb(211 228 244 / 0.05) !important;
}

.\!border-blue-100\/50{
  border-color: rgb(211 228 244 / 0.5) !important;
}

.\!border-blue-100\/60{
  border-color: rgb(211 228 244 / 0.6) !important;
}

.\!border-blue-100\/70{
  border-color: rgb(211 228 244 / 0.7) !important;
}

.\!border-blue-100\/75{
  border-color: rgb(211 228 244 / 0.75) !important;
}

.\!border-blue-100\/80{
  border-color: rgb(211 228 244 / 0.8) !important;
}

.\!border-blue-100\/90{
  border-color: rgb(211 228 244 / 0.9) !important;
}

.\!border-blue-100\/95{
  border-color: rgb(211 228 244 / 0.95) !important;
}

.\!border-blue-1000{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 35 44 / var(--tw-border-opacity)) !important;
}

.\!border-blue-1000\/0{
  border-color: rgb(25 35 44 / 0) !important;
}

.\!border-blue-1000\/10{
  border-color: rgb(25 35 44 / 0.1) !important;
}

.\!border-blue-1000\/100{
  border-color: rgb(25 35 44 / 1) !important;
}

.\!border-blue-1000\/20{
  border-color: rgb(25 35 44 / 0.2) !important;
}

.\!border-blue-1000\/25{
  border-color: rgb(25 35 44 / 0.25) !important;
}

.\!border-blue-1000\/30{
  border-color: rgb(25 35 44 / 0.3) !important;
}

.\!border-blue-1000\/40{
  border-color: rgb(25 35 44 / 0.4) !important;
}

.\!border-blue-1000\/5{
  border-color: rgb(25 35 44 / 0.05) !important;
}

.\!border-blue-1000\/50{
  border-color: rgb(25 35 44 / 0.5) !important;
}

.\!border-blue-1000\/60{
  border-color: rgb(25 35 44 / 0.6) !important;
}

.\!border-blue-1000\/70{
  border-color: rgb(25 35 44 / 0.7) !important;
}

.\!border-blue-1000\/75{
  border-color: rgb(25 35 44 / 0.75) !important;
}

.\!border-blue-1000\/80{
  border-color: rgb(25 35 44 / 0.8) !important;
}

.\!border-blue-1000\/90{
  border-color: rgb(25 35 44 / 0.9) !important;
}

.\!border-blue-1000\/95{
  border-color: rgb(25 35 44 / 0.95) !important;
}

.\!border-blue-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(189 215 239 / var(--tw-border-opacity)) !important;
}

.\!border-blue-200\/0{
  border-color: rgb(189 215 239 / 0) !important;
}

.\!border-blue-200\/10{
  border-color: rgb(189 215 239 / 0.1) !important;
}

.\!border-blue-200\/100{
  border-color: rgb(189 215 239 / 1) !important;
}

.\!border-blue-200\/20{
  border-color: rgb(189 215 239 / 0.2) !important;
}

.\!border-blue-200\/25{
  border-color: rgb(189 215 239 / 0.25) !important;
}

.\!border-blue-200\/30{
  border-color: rgb(189 215 239 / 0.3) !important;
}

.\!border-blue-200\/40{
  border-color: rgb(189 215 239 / 0.4) !important;
}

.\!border-blue-200\/5{
  border-color: rgb(189 215 239 / 0.05) !important;
}

.\!border-blue-200\/50{
  border-color: rgb(189 215 239 / 0.5) !important;
}

.\!border-blue-200\/60{
  border-color: rgb(189 215 239 / 0.6) !important;
}

.\!border-blue-200\/70{
  border-color: rgb(189 215 239 / 0.7) !important;
}

.\!border-blue-200\/75{
  border-color: rgb(189 215 239 / 0.75) !important;
}

.\!border-blue-200\/80{
  border-color: rgb(189 215 239 / 0.8) !important;
}

.\!border-blue-200\/90{
  border-color: rgb(189 215 239 / 0.9) !important;
}

.\!border-blue-200\/95{
  border-color: rgb(189 215 239 / 0.95) !important;
}

.\!border-blue-25{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 250 253 / var(--tw-border-opacity)) !important;
}

.\!border-blue-25\/0{
  border-color: rgb(246 250 253 / 0) !important;
}

.\!border-blue-25\/10{
  border-color: rgb(246 250 253 / 0.1) !important;
}

.\!border-blue-25\/100{
  border-color: rgb(246 250 253 / 1) !important;
}

.\!border-blue-25\/20{
  border-color: rgb(246 250 253 / 0.2) !important;
}

.\!border-blue-25\/25{
  border-color: rgb(246 250 253 / 0.25) !important;
}

.\!border-blue-25\/30{
  border-color: rgb(246 250 253 / 0.3) !important;
}

.\!border-blue-25\/40{
  border-color: rgb(246 250 253 / 0.4) !important;
}

.\!border-blue-25\/5{
  border-color: rgb(246 250 253 / 0.05) !important;
}

.\!border-blue-25\/50{
  border-color: rgb(246 250 253 / 0.5) !important;
}

.\!border-blue-25\/60{
  border-color: rgb(246 250 253 / 0.6) !important;
}

.\!border-blue-25\/70{
  border-color: rgb(246 250 253 / 0.7) !important;
}

.\!border-blue-25\/75{
  border-color: rgb(246 250 253 / 0.75) !important;
}

.\!border-blue-25\/80{
  border-color: rgb(246 250 253 / 0.8) !important;
}

.\!border-blue-25\/90{
  border-color: rgb(246 250 253 / 0.9) !important;
}

.\!border-blue-25\/95{
  border-color: rgb(246 250 253 / 0.95) !important;
}

.\!border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 202 233 / var(--tw-border-opacity)) !important;
}

.\!border-blue-300\/0{
  border-color: rgb(167 202 233 / 0) !important;
}

.\!border-blue-300\/10{
  border-color: rgb(167 202 233 / 0.1) !important;
}

.\!border-blue-300\/100{
  border-color: rgb(167 202 233 / 1) !important;
}

.\!border-blue-300\/20{
  border-color: rgb(167 202 233 / 0.2) !important;
}

.\!border-blue-300\/25{
  border-color: rgb(167 202 233 / 0.25) !important;
}

.\!border-blue-300\/30{
  border-color: rgb(167 202 233 / 0.3) !important;
}

.\!border-blue-300\/40{
  border-color: rgb(167 202 233 / 0.4) !important;
}

.\!border-blue-300\/5{
  border-color: rgb(167 202 233 / 0.05) !important;
}

.\!border-blue-300\/50{
  border-color: rgb(167 202 233 / 0.5) !important;
}

.\!border-blue-300\/60{
  border-color: rgb(167 202 233 / 0.6) !important;
}

.\!border-blue-300\/70{
  border-color: rgb(167 202 233 / 0.7) !important;
}

.\!border-blue-300\/75{
  border-color: rgb(167 202 233 / 0.75) !important;
}

.\!border-blue-300\/80{
  border-color: rgb(167 202 233 / 0.8) !important;
}

.\!border-blue-300\/90{
  border-color: rgb(167 202 233 / 0.9) !important;
}

.\!border-blue-300\/95{
  border-color: rgb(167 202 233 / 0.95) !important;
}

.\!border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(145 188 228 / var(--tw-border-opacity)) !important;
}

.\!border-blue-400\/0{
  border-color: rgb(145 188 228 / 0) !important;
}

.\!border-blue-400\/10{
  border-color: rgb(145 188 228 / 0.1) !important;
}

.\!border-blue-400\/100{
  border-color: rgb(145 188 228 / 1) !important;
}

.\!border-blue-400\/20{
  border-color: rgb(145 188 228 / 0.2) !important;
}

.\!border-blue-400\/25{
  border-color: rgb(145 188 228 / 0.25) !important;
}

.\!border-blue-400\/30{
  border-color: rgb(145 188 228 / 0.3) !important;
}

.\!border-blue-400\/40{
  border-color: rgb(145 188 228 / 0.4) !important;
}

.\!border-blue-400\/5{
  border-color: rgb(145 188 228 / 0.05) !important;
}

.\!border-blue-400\/50{
  border-color: rgb(145 188 228 / 0.5) !important;
}

.\!border-blue-400\/60{
  border-color: rgb(145 188 228 / 0.6) !important;
}

.\!border-blue-400\/70{
  border-color: rgb(145 188 228 / 0.7) !important;
}

.\!border-blue-400\/75{
  border-color: rgb(145 188 228 / 0.75) !important;
}

.\!border-blue-400\/80{
  border-color: rgb(145 188 228 / 0.8) !important;
}

.\!border-blue-400\/90{
  border-color: rgb(145 188 228 / 0.9) !important;
}

.\!border-blue-400\/95{
  border-color: rgb(145 188 228 / 0.95) !important;
}

.\!border-blue-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 239 248 / var(--tw-border-opacity)) !important;
}

.\!border-blue-50\/0{
  border-color: rgb(229 239 248 / 0) !important;
}

.\!border-blue-50\/10{
  border-color: rgb(229 239 248 / 0.1) !important;
}

.\!border-blue-50\/100{
  border-color: rgb(229 239 248 / 1) !important;
}

.\!border-blue-50\/20{
  border-color: rgb(229 239 248 / 0.2) !important;
}

.\!border-blue-50\/25{
  border-color: rgb(229 239 248 / 0.25) !important;
}

.\!border-blue-50\/30{
  border-color: rgb(229 239 248 / 0.3) !important;
}

.\!border-blue-50\/40{
  border-color: rgb(229 239 248 / 0.4) !important;
}

.\!border-blue-50\/5{
  border-color: rgb(229 239 248 / 0.05) !important;
}

.\!border-blue-50\/50{
  border-color: rgb(229 239 248 / 0.5) !important;
}

.\!border-blue-50\/60{
  border-color: rgb(229 239 248 / 0.6) !important;
}

.\!border-blue-50\/70{
  border-color: rgb(229 239 248 / 0.7) !important;
}

.\!border-blue-50\/75{
  border-color: rgb(229 239 248 / 0.75) !important;
}

.\!border-blue-50\/80{
  border-color: rgb(229 239 248 / 0.8) !important;
}

.\!border-blue-50\/90{
  border-color: rgb(229 239 248 / 0.9) !important;
}

.\!border-blue-50\/95{
  border-color: rgb(229 239 248 / 0.95) !important;
}

.\!border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(123 175 222 / var(--tw-border-opacity)) !important;
}

.\!border-blue-500\/0{
  border-color: rgb(123 175 222 / 0) !important;
}

.\!border-blue-500\/10{
  border-color: rgb(123 175 222 / 0.1) !important;
}

.\!border-blue-500\/100{
  border-color: rgb(123 175 222 / 1) !important;
}

.\!border-blue-500\/20{
  border-color: rgb(123 175 222 / 0.2) !important;
}

.\!border-blue-500\/25{
  border-color: rgb(123 175 222 / 0.25) !important;
}

.\!border-blue-500\/30{
  border-color: rgb(123 175 222 / 0.3) !important;
}

.\!border-blue-500\/40{
  border-color: rgb(123 175 222 / 0.4) !important;
}

.\!border-blue-500\/5{
  border-color: rgb(123 175 222 / 0.05) !important;
}

.\!border-blue-500\/50{
  border-color: rgb(123 175 222 / 0.5) !important;
}

.\!border-blue-500\/60{
  border-color: rgb(123 175 222 / 0.6) !important;
}

.\!border-blue-500\/70{
  border-color: rgb(123 175 222 / 0.7) !important;
}

.\!border-blue-500\/75{
  border-color: rgb(123 175 222 / 0.75) !important;
}

.\!border-blue-500\/80{
  border-color: rgb(123 175 222 / 0.8) !important;
}

.\!border-blue-500\/90{
  border-color: rgb(123 175 222 / 0.9) !important;
}

.\!border-blue-500\/95{
  border-color: rgb(123 175 222 / 0.95) !important;
}

.\!border-blue-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(103 146 185 / var(--tw-border-opacity)) !important;
}

.\!border-blue-600\/0{
  border-color: rgb(103 146 185 / 0) !important;
}

.\!border-blue-600\/10{
  border-color: rgb(103 146 185 / 0.1) !important;
}

.\!border-blue-600\/100{
  border-color: rgb(103 146 185 / 1) !important;
}

.\!border-blue-600\/20{
  border-color: rgb(103 146 185 / 0.2) !important;
}

.\!border-blue-600\/25{
  border-color: rgb(103 146 185 / 0.25) !important;
}

.\!border-blue-600\/30{
  border-color: rgb(103 146 185 / 0.3) !important;
}

.\!border-blue-600\/40{
  border-color: rgb(103 146 185 / 0.4) !important;
}

.\!border-blue-600\/5{
  border-color: rgb(103 146 185 / 0.05) !important;
}

.\!border-blue-600\/50{
  border-color: rgb(103 146 185 / 0.5) !important;
}

.\!border-blue-600\/60{
  border-color: rgb(103 146 185 / 0.6) !important;
}

.\!border-blue-600\/70{
  border-color: rgb(103 146 185 / 0.7) !important;
}

.\!border-blue-600\/75{
  border-color: rgb(103 146 185 / 0.75) !important;
}

.\!border-blue-600\/80{
  border-color: rgb(103 146 185 / 0.8) !important;
}

.\!border-blue-600\/90{
  border-color: rgb(103 146 185 / 0.9) !important;
}

.\!border-blue-600\/95{
  border-color: rgb(103 146 185 / 0.95) !important;
}

.\!border-blue-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 117 148 / var(--tw-border-opacity)) !important;
}

.\!border-blue-700\/0{
  border-color: rgb(82 117 148 / 0) !important;
}

.\!border-blue-700\/10{
  border-color: rgb(82 117 148 / 0.1) !important;
}

.\!border-blue-700\/100{
  border-color: rgb(82 117 148 / 1) !important;
}

.\!border-blue-700\/20{
  border-color: rgb(82 117 148 / 0.2) !important;
}

.\!border-blue-700\/25{
  border-color: rgb(82 117 148 / 0.25) !important;
}

.\!border-blue-700\/30{
  border-color: rgb(82 117 148 / 0.3) !important;
}

.\!border-blue-700\/40{
  border-color: rgb(82 117 148 / 0.4) !important;
}

.\!border-blue-700\/5{
  border-color: rgb(82 117 148 / 0.05) !important;
}

.\!border-blue-700\/50{
  border-color: rgb(82 117 148 / 0.5) !important;
}

.\!border-blue-700\/60{
  border-color: rgb(82 117 148 / 0.6) !important;
}

.\!border-blue-700\/70{
  border-color: rgb(82 117 148 / 0.7) !important;
}

.\!border-blue-700\/75{
  border-color: rgb(82 117 148 / 0.75) !important;
}

.\!border-blue-700\/80{
  border-color: rgb(82 117 148 / 0.8) !important;
}

.\!border-blue-700\/90{
  border-color: rgb(82 117 148 / 0.9) !important;
}

.\!border-blue-700\/95{
  border-color: rgb(82 117 148 / 0.95) !important;
}

.\!border-blue-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(62 88 111 / var(--tw-border-opacity)) !important;
}

.\!border-blue-800\/0{
  border-color: rgb(62 88 111 / 0) !important;
}

.\!border-blue-800\/10{
  border-color: rgb(62 88 111 / 0.1) !important;
}

.\!border-blue-800\/100{
  border-color: rgb(62 88 111 / 1) !important;
}

.\!border-blue-800\/20{
  border-color: rgb(62 88 111 / 0.2) !important;
}

.\!border-blue-800\/25{
  border-color: rgb(62 88 111 / 0.25) !important;
}

.\!border-blue-800\/30{
  border-color: rgb(62 88 111 / 0.3) !important;
}

.\!border-blue-800\/40{
  border-color: rgb(62 88 111 / 0.4) !important;
}

.\!border-blue-800\/5{
  border-color: rgb(62 88 111 / 0.05) !important;
}

.\!border-blue-800\/50{
  border-color: rgb(62 88 111 / 0.5) !important;
}

.\!border-blue-800\/60{
  border-color: rgb(62 88 111 / 0.6) !important;
}

.\!border-blue-800\/70{
  border-color: rgb(62 88 111 / 0.7) !important;
}

.\!border-blue-800\/75{
  border-color: rgb(62 88 111 / 0.75) !important;
}

.\!border-blue-800\/80{
  border-color: rgb(62 88 111 / 0.8) !important;
}

.\!border-blue-800\/90{
  border-color: rgb(62 88 111 / 0.9) !important;
}

.\!border-blue-800\/95{
  border-color: rgb(62 88 111 / 0.95) !important;
}

.\!border-blue-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 58 74 / var(--tw-border-opacity)) !important;
}

.\!border-blue-900\/0{
  border-color: rgb(41 58 74 / 0) !important;
}

.\!border-blue-900\/10{
  border-color: rgb(41 58 74 / 0.1) !important;
}

.\!border-blue-900\/100{
  border-color: rgb(41 58 74 / 1) !important;
}

.\!border-blue-900\/20{
  border-color: rgb(41 58 74 / 0.2) !important;
}

.\!border-blue-900\/25{
  border-color: rgb(41 58 74 / 0.25) !important;
}

.\!border-blue-900\/30{
  border-color: rgb(41 58 74 / 0.3) !important;
}

.\!border-blue-900\/40{
  border-color: rgb(41 58 74 / 0.4) !important;
}

.\!border-blue-900\/5{
  border-color: rgb(41 58 74 / 0.05) !important;
}

.\!border-blue-900\/50{
  border-color: rgb(41 58 74 / 0.5) !important;
}

.\!border-blue-900\/60{
  border-color: rgb(41 58 74 / 0.6) !important;
}

.\!border-blue-900\/70{
  border-color: rgb(41 58 74 / 0.7) !important;
}

.\!border-blue-900\/75{
  border-color: rgb(41 58 74 / 0.75) !important;
}

.\!border-blue-900\/80{
  border-color: rgb(41 58 74 / 0.8) !important;
}

.\!border-blue-900\/90{
  border-color: rgb(41 58 74 / 0.9) !important;
}

.\!border-blue-900\/95{
  border-color: rgb(41 58 74 / 0.95) !important;
}

.\!border-blue\/0{
  border-color: rgb(123 175 222 / 0) !important;
}

.\!border-blue\/10{
  border-color: rgb(123 175 222 / 0.1) !important;
}

.\!border-blue\/100{
  border-color: rgb(123 175 222 / 1) !important;
}

.\!border-blue\/20{
  border-color: rgb(123 175 222 / 0.2) !important;
}

.\!border-blue\/25{
  border-color: rgb(123 175 222 / 0.25) !important;
}

.\!border-blue\/30{
  border-color: rgb(123 175 222 / 0.3) !important;
}

.\!border-blue\/40{
  border-color: rgb(123 175 222 / 0.4) !important;
}

.\!border-blue\/5{
  border-color: rgb(123 175 222 / 0.05) !important;
}

.\!border-blue\/50{
  border-color: rgb(123 175 222 / 0.5) !important;
}

.\!border-blue\/60{
  border-color: rgb(123 175 222 / 0.6) !important;
}

.\!border-blue\/70{
  border-color: rgb(123 175 222 / 0.7) !important;
}

.\!border-blue\/75{
  border-color: rgb(123 175 222 / 0.75) !important;
}

.\!border-blue\/80{
  border-color: rgb(123 175 222 / 0.8) !important;
}

.\!border-blue\/90{
  border-color: rgb(123 175 222 / 0.9) !important;
}

.\!border-blue\/95{
  border-color: rgb(123 175 222 / 0.95) !important;
}

.\!border-brown{
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 62 46 / var(--tw-border-opacity)) !important;
}

.\!border-brown-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 191 185 / var(--tw-border-opacity)) !important;
}

.\!border-brown-100\/0{
  border-color: rgb(191 191 185 / 0) !important;
}

.\!border-brown-100\/10{
  border-color: rgb(191 191 185 / 0.1) !important;
}

.\!border-brown-100\/100{
  border-color: rgb(191 191 185 / 1) !important;
}

.\!border-brown-100\/20{
  border-color: rgb(191 191 185 / 0.2) !important;
}

.\!border-brown-100\/25{
  border-color: rgb(191 191 185 / 0.25) !important;
}

.\!border-brown-100\/30{
  border-color: rgb(191 191 185 / 0.3) !important;
}

.\!border-brown-100\/40{
  border-color: rgb(191 191 185 / 0.4) !important;
}

.\!border-brown-100\/5{
  border-color: rgb(191 191 185 / 0.05) !important;
}

.\!border-brown-100\/50{
  border-color: rgb(191 191 185 / 0.5) !important;
}

.\!border-brown-100\/60{
  border-color: rgb(191 191 185 / 0.6) !important;
}

.\!border-brown-100\/70{
  border-color: rgb(191 191 185 / 0.7) !important;
}

.\!border-brown-100\/75{
  border-color: rgb(191 191 185 / 0.75) !important;
}

.\!border-brown-100\/80{
  border-color: rgb(191 191 185 / 0.8) !important;
}

.\!border-brown-100\/90{
  border-color: rgb(191 191 185 / 0.9) !important;
}

.\!border-brown-100\/95{
  border-color: rgb(191 191 185 / 0.95) !important;
}

.\!border-brown-1000{
  --tw-border-opacity: 1 !important;
  border-color: rgb(13 12 9 / var(--tw-border-opacity)) !important;
}

.\!border-brown-1000\/0{
  border-color: rgb(13 12 9 / 0) !important;
}

.\!border-brown-1000\/10{
  border-color: rgb(13 12 9 / 0.1) !important;
}

.\!border-brown-1000\/100{
  border-color: rgb(13 12 9 / 1) !important;
}

.\!border-brown-1000\/20{
  border-color: rgb(13 12 9 / 0.2) !important;
}

.\!border-brown-1000\/25{
  border-color: rgb(13 12 9 / 0.25) !important;
}

.\!border-brown-1000\/30{
  border-color: rgb(13 12 9 / 0.3) !important;
}

.\!border-brown-1000\/40{
  border-color: rgb(13 12 9 / 0.4) !important;
}

.\!border-brown-1000\/5{
  border-color: rgb(13 12 9 / 0.05) !important;
}

.\!border-brown-1000\/50{
  border-color: rgb(13 12 9 / 0.5) !important;
}

.\!border-brown-1000\/60{
  border-color: rgb(13 12 9 / 0.6) !important;
}

.\!border-brown-1000\/70{
  border-color: rgb(13 12 9 / 0.7) !important;
}

.\!border-brown-1000\/75{
  border-color: rgb(13 12 9 / 0.75) !important;
}

.\!border-brown-1000\/80{
  border-color: rgb(13 12 9 / 0.8) !important;
}

.\!border-brown-1000\/90{
  border-color: rgb(13 12 9 / 0.9) !important;
}

.\!border-brown-1000\/95{
  border-color: rgb(13 12 9 / 0.95) !important;
}

.\!border-brown-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(160 159 151 / var(--tw-border-opacity)) !important;
}

.\!border-brown-200\/0{
  border-color: rgb(160 159 151 / 0) !important;
}

.\!border-brown-200\/10{
  border-color: rgb(160 159 151 / 0.1) !important;
}

.\!border-brown-200\/100{
  border-color: rgb(160 159 151 / 1) !important;
}

.\!border-brown-200\/20{
  border-color: rgb(160 159 151 / 0.2) !important;
}

.\!border-brown-200\/25{
  border-color: rgb(160 159 151 / 0.25) !important;
}

.\!border-brown-200\/30{
  border-color: rgb(160 159 151 / 0.3) !important;
}

.\!border-brown-200\/40{
  border-color: rgb(160 159 151 / 0.4) !important;
}

.\!border-brown-200\/5{
  border-color: rgb(160 159 151 / 0.05) !important;
}

.\!border-brown-200\/50{
  border-color: rgb(160 159 151 / 0.5) !important;
}

.\!border-brown-200\/60{
  border-color: rgb(160 159 151 / 0.6) !important;
}

.\!border-brown-200\/70{
  border-color: rgb(160 159 151 / 0.7) !important;
}

.\!border-brown-200\/75{
  border-color: rgb(160 159 151 / 0.75) !important;
}

.\!border-brown-200\/80{
  border-color: rgb(160 159 151 / 0.8) !important;
}

.\!border-brown-200\/90{
  border-color: rgb(160 159 151 / 0.9) !important;
}

.\!border-brown-200\/95{
  border-color: rgb(160 159 151 / 0.95) !important;
}

.\!border-brown-25{
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 236 234 / var(--tw-border-opacity)) !important;
}

.\!border-brown-25\/0{
  border-color: rgb(236 236 234 / 0) !important;
}

.\!border-brown-25\/10{
  border-color: rgb(236 236 234 / 0.1) !important;
}

.\!border-brown-25\/100{
  border-color: rgb(236 236 234 / 1) !important;
}

.\!border-brown-25\/20{
  border-color: rgb(236 236 234 / 0.2) !important;
}

.\!border-brown-25\/25{
  border-color: rgb(236 236 234 / 0.25) !important;
}

.\!border-brown-25\/30{
  border-color: rgb(236 236 234 / 0.3) !important;
}

.\!border-brown-25\/40{
  border-color: rgb(236 236 234 / 0.4) !important;
}

.\!border-brown-25\/5{
  border-color: rgb(236 236 234 / 0.05) !important;
}

.\!border-brown-25\/50{
  border-color: rgb(236 236 234 / 0.5) !important;
}

.\!border-brown-25\/60{
  border-color: rgb(236 236 234 / 0.6) !important;
}

.\!border-brown-25\/70{
  border-color: rgb(236 236 234 / 0.7) !important;
}

.\!border-brown-25\/75{
  border-color: rgb(236 236 234 / 0.75) !important;
}

.\!border-brown-25\/80{
  border-color: rgb(236 236 234 / 0.8) !important;
}

.\!border-brown-25\/90{
  border-color: rgb(236 236 234 / 0.9) !important;
}

.\!border-brown-25\/95{
  border-color: rgb(236 236 234 / 0.95) !important;
}

.\!border-brown-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 126 116 / var(--tw-border-opacity)) !important;
}

.\!border-brown-300\/0{
  border-color: rgb(128 126 116 / 0) !important;
}

.\!border-brown-300\/10{
  border-color: rgb(128 126 116 / 0.1) !important;
}

.\!border-brown-300\/100{
  border-color: rgb(128 126 116 / 1) !important;
}

.\!border-brown-300\/20{
  border-color: rgb(128 126 116 / 0.2) !important;
}

.\!border-brown-300\/25{
  border-color: rgb(128 126 116 / 0.25) !important;
}

.\!border-brown-300\/30{
  border-color: rgb(128 126 116 / 0.3) !important;
}

.\!border-brown-300\/40{
  border-color: rgb(128 126 116 / 0.4) !important;
}

.\!border-brown-300\/5{
  border-color: rgb(128 126 116 / 0.05) !important;
}

.\!border-brown-300\/50{
  border-color: rgb(128 126 116 / 0.5) !important;
}

.\!border-brown-300\/60{
  border-color: rgb(128 126 116 / 0.6) !important;
}

.\!border-brown-300\/70{
  border-color: rgb(128 126 116 / 0.7) !important;
}

.\!border-brown-300\/75{
  border-color: rgb(128 126 116 / 0.75) !important;
}

.\!border-brown-300\/80{
  border-color: rgb(128 126 116 / 0.8) !important;
}

.\!border-brown-300\/90{
  border-color: rgb(128 126 116 / 0.9) !important;
}

.\!border-brown-300\/95{
  border-color: rgb(128 126 116 / 0.95) !important;
}

.\!border-brown-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 94 81 / var(--tw-border-opacity)) !important;
}

.\!border-brown-400\/0{
  border-color: rgb(96 94 81 / 0) !important;
}

.\!border-brown-400\/10{
  border-color: rgb(96 94 81 / 0.1) !important;
}

.\!border-brown-400\/100{
  border-color: rgb(96 94 81 / 1) !important;
}

.\!border-brown-400\/20{
  border-color: rgb(96 94 81 / 0.2) !important;
}

.\!border-brown-400\/25{
  border-color: rgb(96 94 81 / 0.25) !important;
}

.\!border-brown-400\/30{
  border-color: rgb(96 94 81 / 0.3) !important;
}

.\!border-brown-400\/40{
  border-color: rgb(96 94 81 / 0.4) !important;
}

.\!border-brown-400\/5{
  border-color: rgb(96 94 81 / 0.05) !important;
}

.\!border-brown-400\/50{
  border-color: rgb(96 94 81 / 0.5) !important;
}

.\!border-brown-400\/60{
  border-color: rgb(96 94 81 / 0.6) !important;
}

.\!border-brown-400\/70{
  border-color: rgb(96 94 81 / 0.7) !important;
}

.\!border-brown-400\/75{
  border-color: rgb(96 94 81 / 0.75) !important;
}

.\!border-brown-400\/80{
  border-color: rgb(96 94 81 / 0.8) !important;
}

.\!border-brown-400\/90{
  border-color: rgb(96 94 81 / 0.9) !important;
}

.\!border-brown-400\/95{
  border-color: rgb(96 94 81 / 0.95) !important;
}

.\!border-brown-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 216 213 / var(--tw-border-opacity)) !important;
}

.\!border-brown-50\/0{
  border-color: rgb(217 216 213 / 0) !important;
}

.\!border-brown-50\/10{
  border-color: rgb(217 216 213 / 0.1) !important;
}

.\!border-brown-50\/100{
  border-color: rgb(217 216 213 / 1) !important;
}

.\!border-brown-50\/20{
  border-color: rgb(217 216 213 / 0.2) !important;
}

.\!border-brown-50\/25{
  border-color: rgb(217 216 213 / 0.25) !important;
}

.\!border-brown-50\/30{
  border-color: rgb(217 216 213 / 0.3) !important;
}

.\!border-brown-50\/40{
  border-color: rgb(217 216 213 / 0.4) !important;
}

.\!border-brown-50\/5{
  border-color: rgb(217 216 213 / 0.05) !important;
}

.\!border-brown-50\/50{
  border-color: rgb(217 216 213 / 0.5) !important;
}

.\!border-brown-50\/60{
  border-color: rgb(217 216 213 / 0.6) !important;
}

.\!border-brown-50\/70{
  border-color: rgb(217 216 213 / 0.7) !important;
}

.\!border-brown-50\/75{
  border-color: rgb(217 216 213 / 0.75) !important;
}

.\!border-brown-50\/80{
  border-color: rgb(217 216 213 / 0.8) !important;
}

.\!border-brown-50\/90{
  border-color: rgb(217 216 213 / 0.9) !important;
}

.\!border-brown-50\/95{
  border-color: rgb(217 216 213 / 0.95) !important;
}

.\!border-brown-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 62 46 / var(--tw-border-opacity)) !important;
}

.\!border-brown-500\/0{
  border-color: rgb(64 62 46 / 0) !important;
}

.\!border-brown-500\/10{
  border-color: rgb(64 62 46 / 0.1) !important;
}

.\!border-brown-500\/100{
  border-color: rgb(64 62 46 / 1) !important;
}

.\!border-brown-500\/20{
  border-color: rgb(64 62 46 / 0.2) !important;
}

.\!border-brown-500\/25{
  border-color: rgb(64 62 46 / 0.25) !important;
}

.\!border-brown-500\/30{
  border-color: rgb(64 62 46 / 0.3) !important;
}

.\!border-brown-500\/40{
  border-color: rgb(64 62 46 / 0.4) !important;
}

.\!border-brown-500\/5{
  border-color: rgb(64 62 46 / 0.05) !important;
}

.\!border-brown-500\/50{
  border-color: rgb(64 62 46 / 0.5) !important;
}

.\!border-brown-500\/60{
  border-color: rgb(64 62 46 / 0.6) !important;
}

.\!border-brown-500\/70{
  border-color: rgb(64 62 46 / 0.7) !important;
}

.\!border-brown-500\/75{
  border-color: rgb(64 62 46 / 0.75) !important;
}

.\!border-brown-500\/80{
  border-color: rgb(64 62 46 / 0.8) !important;
}

.\!border-brown-500\/90{
  border-color: rgb(64 62 46 / 0.9) !important;
}

.\!border-brown-500\/95{
  border-color: rgb(64 62 46 / 0.95) !important;
}

.\!border-brown-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 52 38 / var(--tw-border-opacity)) !important;
}

.\!border-brown-600\/0{
  border-color: rgb(53 52 38 / 0) !important;
}

.\!border-brown-600\/10{
  border-color: rgb(53 52 38 / 0.1) !important;
}

.\!border-brown-600\/100{
  border-color: rgb(53 52 38 / 1) !important;
}

.\!border-brown-600\/20{
  border-color: rgb(53 52 38 / 0.2) !important;
}

.\!border-brown-600\/25{
  border-color: rgb(53 52 38 / 0.25) !important;
}

.\!border-brown-600\/30{
  border-color: rgb(53 52 38 / 0.3) !important;
}

.\!border-brown-600\/40{
  border-color: rgb(53 52 38 / 0.4) !important;
}

.\!border-brown-600\/5{
  border-color: rgb(53 52 38 / 0.05) !important;
}

.\!border-brown-600\/50{
  border-color: rgb(53 52 38 / 0.5) !important;
}

.\!border-brown-600\/60{
  border-color: rgb(53 52 38 / 0.6) !important;
}

.\!border-brown-600\/70{
  border-color: rgb(53 52 38 / 0.7) !important;
}

.\!border-brown-600\/75{
  border-color: rgb(53 52 38 / 0.75) !important;
}

.\!border-brown-600\/80{
  border-color: rgb(53 52 38 / 0.8) !important;
}

.\!border-brown-600\/90{
  border-color: rgb(53 52 38 / 0.9) !important;
}

.\!border-brown-600\/95{
  border-color: rgb(53 52 38 / 0.95) !important;
}

.\!border-brown-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(43 41 31 / var(--tw-border-opacity)) !important;
}

.\!border-brown-700\/0{
  border-color: rgb(43 41 31 / 0) !important;
}

.\!border-brown-700\/10{
  border-color: rgb(43 41 31 / 0.1) !important;
}

.\!border-brown-700\/100{
  border-color: rgb(43 41 31 / 1) !important;
}

.\!border-brown-700\/20{
  border-color: rgb(43 41 31 / 0.2) !important;
}

.\!border-brown-700\/25{
  border-color: rgb(43 41 31 / 0.25) !important;
}

.\!border-brown-700\/30{
  border-color: rgb(43 41 31 / 0.3) !important;
}

.\!border-brown-700\/40{
  border-color: rgb(43 41 31 / 0.4) !important;
}

.\!border-brown-700\/5{
  border-color: rgb(43 41 31 / 0.05) !important;
}

.\!border-brown-700\/50{
  border-color: rgb(43 41 31 / 0.5) !important;
}

.\!border-brown-700\/60{
  border-color: rgb(43 41 31 / 0.6) !important;
}

.\!border-brown-700\/70{
  border-color: rgb(43 41 31 / 0.7) !important;
}

.\!border-brown-700\/75{
  border-color: rgb(43 41 31 / 0.75) !important;
}

.\!border-brown-700\/80{
  border-color: rgb(43 41 31 / 0.8) !important;
}

.\!border-brown-700\/90{
  border-color: rgb(43 41 31 / 0.9) !important;
}

.\!border-brown-700\/95{
  border-color: rgb(43 41 31 / 0.95) !important;
}

.\!border-brown-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 31 23 / var(--tw-border-opacity)) !important;
}

.\!border-brown-800\/0{
  border-color: rgb(32 31 23 / 0) !important;
}

.\!border-brown-800\/10{
  border-color: rgb(32 31 23 / 0.1) !important;
}

.\!border-brown-800\/100{
  border-color: rgb(32 31 23 / 1) !important;
}

.\!border-brown-800\/20{
  border-color: rgb(32 31 23 / 0.2) !important;
}

.\!border-brown-800\/25{
  border-color: rgb(32 31 23 / 0.25) !important;
}

.\!border-brown-800\/30{
  border-color: rgb(32 31 23 / 0.3) !important;
}

.\!border-brown-800\/40{
  border-color: rgb(32 31 23 / 0.4) !important;
}

.\!border-brown-800\/5{
  border-color: rgb(32 31 23 / 0.05) !important;
}

.\!border-brown-800\/50{
  border-color: rgb(32 31 23 / 0.5) !important;
}

.\!border-brown-800\/60{
  border-color: rgb(32 31 23 / 0.6) !important;
}

.\!border-brown-800\/70{
  border-color: rgb(32 31 23 / 0.7) !important;
}

.\!border-brown-800\/75{
  border-color: rgb(32 31 23 / 0.75) !important;
}

.\!border-brown-800\/80{
  border-color: rgb(32 31 23 / 0.8) !important;
}

.\!border-brown-800\/90{
  border-color: rgb(32 31 23 / 0.9) !important;
}

.\!border-brown-800\/95{
  border-color: rgb(32 31 23 / 0.95) !important;
}

.\!border-brown-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 21 15 / var(--tw-border-opacity)) !important;
}

.\!border-brown-900\/0{
  border-color: rgb(21 21 15 / 0) !important;
}

.\!border-brown-900\/10{
  border-color: rgb(21 21 15 / 0.1) !important;
}

.\!border-brown-900\/100{
  border-color: rgb(21 21 15 / 1) !important;
}

.\!border-brown-900\/20{
  border-color: rgb(21 21 15 / 0.2) !important;
}

.\!border-brown-900\/25{
  border-color: rgb(21 21 15 / 0.25) !important;
}

.\!border-brown-900\/30{
  border-color: rgb(21 21 15 / 0.3) !important;
}

.\!border-brown-900\/40{
  border-color: rgb(21 21 15 / 0.4) !important;
}

.\!border-brown-900\/5{
  border-color: rgb(21 21 15 / 0.05) !important;
}

.\!border-brown-900\/50{
  border-color: rgb(21 21 15 / 0.5) !important;
}

.\!border-brown-900\/60{
  border-color: rgb(21 21 15 / 0.6) !important;
}

.\!border-brown-900\/70{
  border-color: rgb(21 21 15 / 0.7) !important;
}

.\!border-brown-900\/75{
  border-color: rgb(21 21 15 / 0.75) !important;
}

.\!border-brown-900\/80{
  border-color: rgb(21 21 15 / 0.8) !important;
}

.\!border-brown-900\/90{
  border-color: rgb(21 21 15 / 0.9) !important;
}

.\!border-brown-900\/95{
  border-color: rgb(21 21 15 / 0.95) !important;
}

.\!border-brown\/0{
  border-color: rgb(64 62 46 / 0) !important;
}

.\!border-brown\/10{
  border-color: rgb(64 62 46 / 0.1) !important;
}

.\!border-brown\/100{
  border-color: rgb(64 62 46 / 1) !important;
}

.\!border-brown\/20{
  border-color: rgb(64 62 46 / 0.2) !important;
}

.\!border-brown\/25{
  border-color: rgb(64 62 46 / 0.25) !important;
}

.\!border-brown\/30{
  border-color: rgb(64 62 46 / 0.3) !important;
}

.\!border-brown\/40{
  border-color: rgb(64 62 46 / 0.4) !important;
}

.\!border-brown\/5{
  border-color: rgb(64 62 46 / 0.05) !important;
}

.\!border-brown\/50{
  border-color: rgb(64 62 46 / 0.5) !important;
}

.\!border-brown\/60{
  border-color: rgb(64 62 46 / 0.6) !important;
}

.\!border-brown\/70{
  border-color: rgb(64 62 46 / 0.7) !important;
}

.\!border-brown\/75{
  border-color: rgb(64 62 46 / 0.75) !important;
}

.\!border-brown\/80{
  border-color: rgb(64 62 46 / 0.8) !important;
}

.\!border-brown\/90{
  border-color: rgb(64 62 46 / 0.9) !important;
}

.\!border-brown\/95{
  border-color: rgb(64 62 46 / 0.95) !important;
}

.\!border-burnt-orange{
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 90 40 / var(--tw-border-opacity)) !important;
}

.\!border-burnt-orange\/0{
  border-color: rgb(240 90 40 / 0) !important;
}

.\!border-burnt-orange\/10{
  border-color: rgb(240 90 40 / 0.1) !important;
}

.\!border-burnt-orange\/100{
  border-color: rgb(240 90 40 / 1) !important;
}

.\!border-burnt-orange\/20{
  border-color: rgb(240 90 40 / 0.2) !important;
}

.\!border-burnt-orange\/25{
  border-color: rgb(240 90 40 / 0.25) !important;
}

.\!border-burnt-orange\/30{
  border-color: rgb(240 90 40 / 0.3) !important;
}

.\!border-burnt-orange\/40{
  border-color: rgb(240 90 40 / 0.4) !important;
}

.\!border-burnt-orange\/5{
  border-color: rgb(240 90 40 / 0.05) !important;
}

.\!border-burnt-orange\/50{
  border-color: rgb(240 90 40 / 0.5) !important;
}

.\!border-burnt-orange\/60{
  border-color: rgb(240 90 40 / 0.6) !important;
}

.\!border-burnt-orange\/70{
  border-color: rgb(240 90 40 / 0.7) !important;
}

.\!border-burnt-orange\/75{
  border-color: rgb(240 90 40 / 0.75) !important;
}

.\!border-burnt-orange\/80{
  border-color: rgb(240 90 40 / 0.8) !important;
}

.\!border-burnt-orange\/90{
  border-color: rgb(240 90 40 / 0.9) !important;
}

.\!border-burnt-orange\/95{
  border-color: rgb(240 90 40 / 0.95) !important;
}

.\!border-dark{
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 57 64 / var(--tw-border-opacity)) !important;
}

.\!border-dark\/0{
  border-color: rgb(45 57 64 / 0) !important;
}

.\!border-dark\/10{
  border-color: rgb(45 57 64 / 0.1) !important;
}

.\!border-dark\/100{
  border-color: rgb(45 57 64 / 1) !important;
}

.\!border-dark\/20{
  border-color: rgb(45 57 64 / 0.2) !important;
}

.\!border-dark\/25{
  border-color: rgb(45 57 64 / 0.25) !important;
}

.\!border-dark\/30{
  border-color: rgb(45 57 64 / 0.3) !important;
}

.\!border-dark\/40{
  border-color: rgb(45 57 64 / 0.4) !important;
}

.\!border-dark\/5{
  border-color: rgb(45 57 64 / 0.05) !important;
}

.\!border-dark\/50{
  border-color: rgb(45 57 64 / 0.5) !important;
}

.\!border-dark\/60{
  border-color: rgb(45 57 64 / 0.6) !important;
}

.\!border-dark\/70{
  border-color: rgb(45 57 64 / 0.7) !important;
}

.\!border-dark\/75{
  border-color: rgb(45 57 64 / 0.75) !important;
}

.\!border-dark\/80{
  border-color: rgb(45 57 64 / 0.8) !important;
}

.\!border-dark\/90{
  border-color: rgb(45 57 64 / 0.9) !important;
}

.\!border-dark\/95{
  border-color: rgb(45 57 64 / 0.95) !important;
}

.\!border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}

.\!border-gray-100\/0{
  border-color: rgb(243 244 246 / 0) !important;
}

.\!border-gray-100\/10{
  border-color: rgb(243 244 246 / 0.1) !important;
}

.\!border-gray-100\/100{
  border-color: rgb(243 244 246 / 1) !important;
}

.\!border-gray-100\/20{
  border-color: rgb(243 244 246 / 0.2) !important;
}

.\!border-gray-100\/25{
  border-color: rgb(243 244 246 / 0.25) !important;
}

.\!border-gray-100\/30{
  border-color: rgb(243 244 246 / 0.3) !important;
}

.\!border-gray-100\/40{
  border-color: rgb(243 244 246 / 0.4) !important;
}

.\!border-gray-100\/5{
  border-color: rgb(243 244 246 / 0.05) !important;
}

.\!border-gray-100\/50{
  border-color: rgb(243 244 246 / 0.5) !important;
}

.\!border-gray-100\/60{
  border-color: rgb(243 244 246 / 0.6) !important;
}

.\!border-gray-100\/70{
  border-color: rgb(243 244 246 / 0.7) !important;
}

.\!border-gray-100\/75{
  border-color: rgb(243 244 246 / 0.75) !important;
}

.\!border-gray-100\/80{
  border-color: rgb(243 244 246 / 0.8) !important;
}

.\!border-gray-100\/90{
  border-color: rgb(243 244 246 / 0.9) !important;
}

.\!border-gray-100\/95{
  border-color: rgb(243 244 246 / 0.95) !important;
}

.\!border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.\!border-gray-200\/0{
  border-color: rgb(229 231 235 / 0) !important;
}

.\!border-gray-200\/10{
  border-color: rgb(229 231 235 / 0.1) !important;
}

.\!border-gray-200\/100{
  border-color: rgb(229 231 235 / 1) !important;
}

.\!border-gray-200\/20{
  border-color: rgb(229 231 235 / 0.2) !important;
}

.\!border-gray-200\/25{
  border-color: rgb(229 231 235 / 0.25) !important;
}

.\!border-gray-200\/30{
  border-color: rgb(229 231 235 / 0.3) !important;
}

.\!border-gray-200\/40{
  border-color: rgb(229 231 235 / 0.4) !important;
}

.\!border-gray-200\/5{
  border-color: rgb(229 231 235 / 0.05) !important;
}

.\!border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5) !important;
}

.\!border-gray-200\/60{
  border-color: rgb(229 231 235 / 0.6) !important;
}

.\!border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7) !important;
}

.\!border-gray-200\/75{
  border-color: rgb(229 231 235 / 0.75) !important;
}

.\!border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8) !important;
}

.\!border-gray-200\/90{
  border-color: rgb(229 231 235 / 0.9) !important;
}

.\!border-gray-200\/95{
  border-color: rgb(229 231 235 / 0.95) !important;
}

.\!border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.\!border-gray-300\/0{
  border-color: rgb(209 213 219 / 0) !important;
}

.\!border-gray-300\/10{
  border-color: rgb(209 213 219 / 0.1) !important;
}

.\!border-gray-300\/100{
  border-color: rgb(209 213 219 / 1) !important;
}

.\!border-gray-300\/20{
  border-color: rgb(209 213 219 / 0.2) !important;
}

.\!border-gray-300\/25{
  border-color: rgb(209 213 219 / 0.25) !important;
}

.\!border-gray-300\/30{
  border-color: rgb(209 213 219 / 0.3) !important;
}

.\!border-gray-300\/40{
  border-color: rgb(209 213 219 / 0.4) !important;
}

.\!border-gray-300\/5{
  border-color: rgb(209 213 219 / 0.05) !important;
}

.\!border-gray-300\/50{
  border-color: rgb(209 213 219 / 0.5) !important;
}

.\!border-gray-300\/60{
  border-color: rgb(209 213 219 / 0.6) !important;
}

.\!border-gray-300\/70{
  border-color: rgb(209 213 219 / 0.7) !important;
}

.\!border-gray-300\/75{
  border-color: rgb(209 213 219 / 0.75) !important;
}

.\!border-gray-300\/80{
  border-color: rgb(209 213 219 / 0.8) !important;
}

.\!border-gray-300\/90{
  border-color: rgb(209 213 219 / 0.9) !important;
}

.\!border-gray-300\/95{
  border-color: rgb(209 213 219 / 0.95) !important;
}

.\!border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.\!border-gray-400\/0{
  border-color: rgb(156 163 175 / 0) !important;
}

.\!border-gray-400\/10{
  border-color: rgb(156 163 175 / 0.1) !important;
}

.\!border-gray-400\/100{
  border-color: rgb(156 163 175 / 1) !important;
}

.\!border-gray-400\/20{
  border-color: rgb(156 163 175 / 0.2) !important;
}

.\!border-gray-400\/25{
  border-color: rgb(156 163 175 / 0.25) !important;
}

.\!border-gray-400\/30{
  border-color: rgb(156 163 175 / 0.3) !important;
}

.\!border-gray-400\/40{
  border-color: rgb(156 163 175 / 0.4) !important;
}

.\!border-gray-400\/5{
  border-color: rgb(156 163 175 / 0.05) !important;
}

.\!border-gray-400\/50{
  border-color: rgb(156 163 175 / 0.5) !important;
}

.\!border-gray-400\/60{
  border-color: rgb(156 163 175 / 0.6) !important;
}

.\!border-gray-400\/70{
  border-color: rgb(156 163 175 / 0.7) !important;
}

.\!border-gray-400\/75{
  border-color: rgb(156 163 175 / 0.75) !important;
}

.\!border-gray-400\/80{
  border-color: rgb(156 163 175 / 0.8) !important;
}

.\!border-gray-400\/90{
  border-color: rgb(156 163 175 / 0.9) !important;
}

.\!border-gray-400\/95{
  border-color: rgb(156 163 175 / 0.95) !important;
}

.\!border-gray-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity)) !important;
}

.\!border-gray-50\/0{
  border-color: rgb(249 250 251 / 0) !important;
}

.\!border-gray-50\/10{
  border-color: rgb(249 250 251 / 0.1) !important;
}

.\!border-gray-50\/100{
  border-color: rgb(249 250 251 / 1) !important;
}

.\!border-gray-50\/20{
  border-color: rgb(249 250 251 / 0.2) !important;
}

.\!border-gray-50\/25{
  border-color: rgb(249 250 251 / 0.25) !important;
}

.\!border-gray-50\/30{
  border-color: rgb(249 250 251 / 0.3) !important;
}

.\!border-gray-50\/40{
  border-color: rgb(249 250 251 / 0.4) !important;
}

.\!border-gray-50\/5{
  border-color: rgb(249 250 251 / 0.05) !important;
}

.\!border-gray-50\/50{
  border-color: rgb(249 250 251 / 0.5) !important;
}

.\!border-gray-50\/60{
  border-color: rgb(249 250 251 / 0.6) !important;
}

.\!border-gray-50\/70{
  border-color: rgb(249 250 251 / 0.7) !important;
}

.\!border-gray-50\/75{
  border-color: rgb(249 250 251 / 0.75) !important;
}

.\!border-gray-50\/80{
  border-color: rgb(249 250 251 / 0.8) !important;
}

.\!border-gray-50\/90{
  border-color: rgb(249 250 251 / 0.9) !important;
}

.\!border-gray-50\/95{
  border-color: rgb(249 250 251 / 0.95) !important;
}

.\!border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}

.\!border-gray-500\/0{
  border-color: rgb(107 114 128 / 0) !important;
}

.\!border-gray-500\/10{
  border-color: rgb(107 114 128 / 0.1) !important;
}

.\!border-gray-500\/100{
  border-color: rgb(107 114 128 / 1) !important;
}

.\!border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2) !important;
}

.\!border-gray-500\/25{
  border-color: rgb(107 114 128 / 0.25) !important;
}

.\!border-gray-500\/30{
  border-color: rgb(107 114 128 / 0.3) !important;
}

.\!border-gray-500\/40{
  border-color: rgb(107 114 128 / 0.4) !important;
}

.\!border-gray-500\/5{
  border-color: rgb(107 114 128 / 0.05) !important;
}

.\!border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5) !important;
}

.\!border-gray-500\/60{
  border-color: rgb(107 114 128 / 0.6) !important;
}

.\!border-gray-500\/70{
  border-color: rgb(107 114 128 / 0.7) !important;
}

.\!border-gray-500\/75{
  border-color: rgb(107 114 128 / 0.75) !important;
}

.\!border-gray-500\/80{
  border-color: rgb(107 114 128 / 0.8) !important;
}

.\!border-gray-500\/90{
  border-color: rgb(107 114 128 / 0.9) !important;
}

.\!border-gray-500\/95{
  border-color: rgb(107 114 128 / 0.95) !important;
}

.\!border-gray-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity)) !important;
}

.\!border-gray-600\/0{
  border-color: rgb(75 85 99 / 0) !important;
}

.\!border-gray-600\/10{
  border-color: rgb(75 85 99 / 0.1) !important;
}

.\!border-gray-600\/100{
  border-color: rgb(75 85 99 / 1) !important;
}

.\!border-gray-600\/20{
  border-color: rgb(75 85 99 / 0.2) !important;
}

.\!border-gray-600\/25{
  border-color: rgb(75 85 99 / 0.25) !important;
}

.\!border-gray-600\/30{
  border-color: rgb(75 85 99 / 0.3) !important;
}

.\!border-gray-600\/40{
  border-color: rgb(75 85 99 / 0.4) !important;
}

.\!border-gray-600\/5{
  border-color: rgb(75 85 99 / 0.05) !important;
}

.\!border-gray-600\/50{
  border-color: rgb(75 85 99 / 0.5) !important;
}

.\!border-gray-600\/60{
  border-color: rgb(75 85 99 / 0.6) !important;
}

.\!border-gray-600\/70{
  border-color: rgb(75 85 99 / 0.7) !important;
}

.\!border-gray-600\/75{
  border-color: rgb(75 85 99 / 0.75) !important;
}

.\!border-gray-600\/80{
  border-color: rgb(75 85 99 / 0.8) !important;
}

.\!border-gray-600\/90{
  border-color: rgb(75 85 99 / 0.9) !important;
}

.\!border-gray-600\/95{
  border-color: rgb(75 85 99 / 0.95) !important;
}

.\!border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
}

.\!border-gray-700\/0{
  border-color: rgb(55 65 81 / 0) !important;
}

.\!border-gray-700\/10{
  border-color: rgb(55 65 81 / 0.1) !important;
}

.\!border-gray-700\/100{
  border-color: rgb(55 65 81 / 1) !important;
}

.\!border-gray-700\/20{
  border-color: rgb(55 65 81 / 0.2) !important;
}

.\!border-gray-700\/25{
  border-color: rgb(55 65 81 / 0.25) !important;
}

.\!border-gray-700\/30{
  border-color: rgb(55 65 81 / 0.3) !important;
}

.\!border-gray-700\/40{
  border-color: rgb(55 65 81 / 0.4) !important;
}

.\!border-gray-700\/5{
  border-color: rgb(55 65 81 / 0.05) !important;
}

.\!border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5) !important;
}

.\!border-gray-700\/60{
  border-color: rgb(55 65 81 / 0.6) !important;
}

.\!border-gray-700\/70{
  border-color: rgb(55 65 81 / 0.7) !important;
}

.\!border-gray-700\/75{
  border-color: rgb(55 65 81 / 0.75) !important;
}

.\!border-gray-700\/80{
  border-color: rgb(55 65 81 / 0.8) !important;
}

.\!border-gray-700\/90{
  border-color: rgb(55 65 81 / 0.9) !important;
}

.\!border-gray-700\/95{
  border-color: rgb(55 65 81 / 0.95) !important;
}

.\!border-gray-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity)) !important;
}

.\!border-gray-800\/0{
  border-color: rgb(31 41 55 / 0) !important;
}

.\!border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1) !important;
}

.\!border-gray-800\/100{
  border-color: rgb(31 41 55 / 1) !important;
}

.\!border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2) !important;
}

.\!border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25) !important;
}

.\!border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3) !important;
}

.\!border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4) !important;
}

.\!border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05) !important;
}

.\!border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5) !important;
}

.\!border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6) !important;
}

.\!border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7) !important;
}

.\!border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75) !important;
}

.\!border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8) !important;
}

.\!border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9) !important;
}

.\!border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95) !important;
}

.\!border-gray-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 24 39 / var(--tw-border-opacity)) !important;
}

.\!border-gray-900\/0{
  border-color: rgb(17 24 39 / 0) !important;
}

.\!border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1) !important;
}

.\!border-gray-900\/100{
  border-color: rgb(17 24 39 / 1) !important;
}

.\!border-gray-900\/20{
  border-color: rgb(17 24 39 / 0.2) !important;
}

.\!border-gray-900\/25{
  border-color: rgb(17 24 39 / 0.25) !important;
}

.\!border-gray-900\/30{
  border-color: rgb(17 24 39 / 0.3) !important;
}

.\!border-gray-900\/40{
  border-color: rgb(17 24 39 / 0.4) !important;
}

.\!border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05) !important;
}

.\!border-gray-900\/50{
  border-color: rgb(17 24 39 / 0.5) !important;
}

.\!border-gray-900\/60{
  border-color: rgb(17 24 39 / 0.6) !important;
}

.\!border-gray-900\/70{
  border-color: rgb(17 24 39 / 0.7) !important;
}

.\!border-gray-900\/75{
  border-color: rgb(17 24 39 / 0.75) !important;
}

.\!border-gray-900\/80{
  border-color: rgb(17 24 39 / 0.8) !important;
}

.\!border-gray-900\/90{
  border-color: rgb(17 24 39 / 0.9) !important;
}

.\!border-gray-900\/95{
  border-color: rgb(17 24 39 / 0.95) !important;
}

.\!border-gray-950{
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 7 18 / var(--tw-border-opacity)) !important;
}

.\!border-gray-950\/0{
  border-color: rgb(3 7 18 / 0) !important;
}

.\!border-gray-950\/10{
  border-color: rgb(3 7 18 / 0.1) !important;
}

.\!border-gray-950\/100{
  border-color: rgb(3 7 18 / 1) !important;
}

.\!border-gray-950\/20{
  border-color: rgb(3 7 18 / 0.2) !important;
}

.\!border-gray-950\/25{
  border-color: rgb(3 7 18 / 0.25) !important;
}

.\!border-gray-950\/30{
  border-color: rgb(3 7 18 / 0.3) !important;
}

.\!border-gray-950\/40{
  border-color: rgb(3 7 18 / 0.4) !important;
}

.\!border-gray-950\/5{
  border-color: rgb(3 7 18 / 0.05) !important;
}

.\!border-gray-950\/50{
  border-color: rgb(3 7 18 / 0.5) !important;
}

.\!border-gray-950\/60{
  border-color: rgb(3 7 18 / 0.6) !important;
}

.\!border-gray-950\/70{
  border-color: rgb(3 7 18 / 0.7) !important;
}

.\!border-gray-950\/75{
  border-color: rgb(3 7 18 / 0.75) !important;
}

.\!border-gray-950\/80{
  border-color: rgb(3 7 18 / 0.8) !important;
}

.\!border-gray-950\/90{
  border-color: rgb(3 7 18 / 0.9) !important;
}

.\!border-gray-950\/95{
  border-color: rgb(3 7 18 / 0.95) !important;
}

.\!border-green{
  --tw-border-opacity: 1 !important;
  border-color: rgb(146 188 96 / var(--tw-border-opacity)) !important;
}

.\!border-green-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
}

.\!border-green-100\/0{
  border-color: rgb(220 252 231 / 0) !important;
}

.\!border-green-100\/10{
  border-color: rgb(220 252 231 / 0.1) !important;
}

.\!border-green-100\/100{
  border-color: rgb(220 252 231 / 1) !important;
}

.\!border-green-100\/20{
  border-color: rgb(220 252 231 / 0.2) !important;
}

.\!border-green-100\/25{
  border-color: rgb(220 252 231 / 0.25) !important;
}

.\!border-green-100\/30{
  border-color: rgb(220 252 231 / 0.3) !important;
}

.\!border-green-100\/40{
  border-color: rgb(220 252 231 / 0.4) !important;
}

.\!border-green-100\/5{
  border-color: rgb(220 252 231 / 0.05) !important;
}

.\!border-green-100\/50{
  border-color: rgb(220 252 231 / 0.5) !important;
}

.\!border-green-100\/60{
  border-color: rgb(220 252 231 / 0.6) !important;
}

.\!border-green-100\/70{
  border-color: rgb(220 252 231 / 0.7) !important;
}

.\!border-green-100\/75{
  border-color: rgb(220 252 231 / 0.75) !important;
}

.\!border-green-100\/80{
  border-color: rgb(220 252 231 / 0.8) !important;
}

.\!border-green-100\/90{
  border-color: rgb(220 252 231 / 0.9) !important;
}

.\!border-green-100\/95{
  border-color: rgb(220 252 231 / 0.95) !important;
}

.\!border-green-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}

.\!border-green-200\/0{
  border-color: rgb(187 247 208 / 0) !important;
}

.\!border-green-200\/10{
  border-color: rgb(187 247 208 / 0.1) !important;
}

.\!border-green-200\/100{
  border-color: rgb(187 247 208 / 1) !important;
}

.\!border-green-200\/20{
  border-color: rgb(187 247 208 / 0.2) !important;
}

.\!border-green-200\/25{
  border-color: rgb(187 247 208 / 0.25) !important;
}

.\!border-green-200\/30{
  border-color: rgb(187 247 208 / 0.3) !important;
}

.\!border-green-200\/40{
  border-color: rgb(187 247 208 / 0.4) !important;
}

.\!border-green-200\/5{
  border-color: rgb(187 247 208 / 0.05) !important;
}

.\!border-green-200\/50{
  border-color: rgb(187 247 208 / 0.5) !important;
}

.\!border-green-200\/60{
  border-color: rgb(187 247 208 / 0.6) !important;
}

.\!border-green-200\/70{
  border-color: rgb(187 247 208 / 0.7) !important;
}

.\!border-green-200\/75{
  border-color: rgb(187 247 208 / 0.75) !important;
}

.\!border-green-200\/80{
  border-color: rgb(187 247 208 / 0.8) !important;
}

.\!border-green-200\/90{
  border-color: rgb(187 247 208 / 0.9) !important;
}

.\!border-green-200\/95{
  border-color: rgb(187 247 208 / 0.95) !important;
}

.\!border-green-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
}

.\!border-green-300\/0{
  border-color: rgb(134 239 172 / 0) !important;
}

.\!border-green-300\/10{
  border-color: rgb(134 239 172 / 0.1) !important;
}

.\!border-green-300\/100{
  border-color: rgb(134 239 172 / 1) !important;
}

.\!border-green-300\/20{
  border-color: rgb(134 239 172 / 0.2) !important;
}

.\!border-green-300\/25{
  border-color: rgb(134 239 172 / 0.25) !important;
}

.\!border-green-300\/30{
  border-color: rgb(134 239 172 / 0.3) !important;
}

.\!border-green-300\/40{
  border-color: rgb(134 239 172 / 0.4) !important;
}

.\!border-green-300\/5{
  border-color: rgb(134 239 172 / 0.05) !important;
}

.\!border-green-300\/50{
  border-color: rgb(134 239 172 / 0.5) !important;
}

.\!border-green-300\/60{
  border-color: rgb(134 239 172 / 0.6) !important;
}

.\!border-green-300\/70{
  border-color: rgb(134 239 172 / 0.7) !important;
}

.\!border-green-300\/75{
  border-color: rgb(134 239 172 / 0.75) !important;
}

.\!border-green-300\/80{
  border-color: rgb(134 239 172 / 0.8) !important;
}

.\!border-green-300\/90{
  border-color: rgb(134 239 172 / 0.9) !important;
}

.\!border-green-300\/95{
  border-color: rgb(134 239 172 / 0.95) !important;
}

.\!border-green-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}

.\!border-green-400\/0{
  border-color: rgb(74 222 128 / 0) !important;
}

.\!border-green-400\/10{
  border-color: rgb(74 222 128 / 0.1) !important;
}

.\!border-green-400\/100{
  border-color: rgb(74 222 128 / 1) !important;
}

.\!border-green-400\/20{
  border-color: rgb(74 222 128 / 0.2) !important;
}

.\!border-green-400\/25{
  border-color: rgb(74 222 128 / 0.25) !important;
}

.\!border-green-400\/30{
  border-color: rgb(74 222 128 / 0.3) !important;
}

.\!border-green-400\/40{
  border-color: rgb(74 222 128 / 0.4) !important;
}

.\!border-green-400\/5{
  border-color: rgb(74 222 128 / 0.05) !important;
}

.\!border-green-400\/50{
  border-color: rgb(74 222 128 / 0.5) !important;
}

.\!border-green-400\/60{
  border-color: rgb(74 222 128 / 0.6) !important;
}

.\!border-green-400\/70{
  border-color: rgb(74 222 128 / 0.7) !important;
}

.\!border-green-400\/75{
  border-color: rgb(74 222 128 / 0.75) !important;
}

.\!border-green-400\/80{
  border-color: rgb(74 222 128 / 0.8) !important;
}

.\!border-green-400\/90{
  border-color: rgb(74 222 128 / 0.9) !important;
}

.\!border-green-400\/95{
  border-color: rgb(74 222 128 / 0.95) !important;
}

.\!border-green-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}

.\!border-green-50\/0{
  border-color: rgb(240 253 244 / 0) !important;
}

.\!border-green-50\/10{
  border-color: rgb(240 253 244 / 0.1) !important;
}

.\!border-green-50\/100{
  border-color: rgb(240 253 244 / 1) !important;
}

.\!border-green-50\/20{
  border-color: rgb(240 253 244 / 0.2) !important;
}

.\!border-green-50\/25{
  border-color: rgb(240 253 244 / 0.25) !important;
}

.\!border-green-50\/30{
  border-color: rgb(240 253 244 / 0.3) !important;
}

.\!border-green-50\/40{
  border-color: rgb(240 253 244 / 0.4) !important;
}

.\!border-green-50\/5{
  border-color: rgb(240 253 244 / 0.05) !important;
}

.\!border-green-50\/50{
  border-color: rgb(240 253 244 / 0.5) !important;
}

.\!border-green-50\/60{
  border-color: rgb(240 253 244 / 0.6) !important;
}

.\!border-green-50\/70{
  border-color: rgb(240 253 244 / 0.7) !important;
}

.\!border-green-50\/75{
  border-color: rgb(240 253 244 / 0.75) !important;
}

.\!border-green-50\/80{
  border-color: rgb(240 253 244 / 0.8) !important;
}

.\!border-green-50\/90{
  border-color: rgb(240 253 244 / 0.9) !important;
}

.\!border-green-50\/95{
  border-color: rgb(240 253 244 / 0.95) !important;
}

.\!border-green-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}

.\!border-green-500\/0{
  border-color: rgb(34 197 94 / 0) !important;
}

.\!border-green-500\/10{
  border-color: rgb(34 197 94 / 0.1) !important;
}

.\!border-green-500\/100{
  border-color: rgb(34 197 94 / 1) !important;
}

.\!border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2) !important;
}

.\!border-green-500\/25{
  border-color: rgb(34 197 94 / 0.25) !important;
}

.\!border-green-500\/30{
  border-color: rgb(34 197 94 / 0.3) !important;
}

.\!border-green-500\/40{
  border-color: rgb(34 197 94 / 0.4) !important;
}

.\!border-green-500\/5{
  border-color: rgb(34 197 94 / 0.05) !important;
}

.\!border-green-500\/50{
  border-color: rgb(34 197 94 / 0.5) !important;
}

.\!border-green-500\/60{
  border-color: rgb(34 197 94 / 0.6) !important;
}

.\!border-green-500\/70{
  border-color: rgb(34 197 94 / 0.7) !important;
}

.\!border-green-500\/75{
  border-color: rgb(34 197 94 / 0.75) !important;
}

.\!border-green-500\/80{
  border-color: rgb(34 197 94 / 0.8) !important;
}

.\!border-green-500\/90{
  border-color: rgb(34 197 94 / 0.9) !important;
}

.\!border-green-500\/95{
  border-color: rgb(34 197 94 / 0.95) !important;
}

.\!border-green-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
}

.\!border-green-600\/0{
  border-color: rgb(22 163 74 / 0) !important;
}

.\!border-green-600\/10{
  border-color: rgb(22 163 74 / 0.1) !important;
}

.\!border-green-600\/100{
  border-color: rgb(22 163 74 / 1) !important;
}

.\!border-green-600\/20{
  border-color: rgb(22 163 74 / 0.2) !important;
}

.\!border-green-600\/25{
  border-color: rgb(22 163 74 / 0.25) !important;
}

.\!border-green-600\/30{
  border-color: rgb(22 163 74 / 0.3) !important;
}

.\!border-green-600\/40{
  border-color: rgb(22 163 74 / 0.4) !important;
}

.\!border-green-600\/5{
  border-color: rgb(22 163 74 / 0.05) !important;
}

.\!border-green-600\/50{
  border-color: rgb(22 163 74 / 0.5) !important;
}

.\!border-green-600\/60{
  border-color: rgb(22 163 74 / 0.6) !important;
}

.\!border-green-600\/70{
  border-color: rgb(22 163 74 / 0.7) !important;
}

.\!border-green-600\/75{
  border-color: rgb(22 163 74 / 0.75) !important;
}

.\!border-green-600\/80{
  border-color: rgb(22 163 74 / 0.8) !important;
}

.\!border-green-600\/90{
  border-color: rgb(22 163 74 / 0.9) !important;
}

.\!border-green-600\/95{
  border-color: rgb(22 163 74 / 0.95) !important;
}

.\!border-green-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}

.\!border-green-700\/0{
  border-color: rgb(21 128 61 / 0) !important;
}

.\!border-green-700\/10{
  border-color: rgb(21 128 61 / 0.1) !important;
}

.\!border-green-700\/100{
  border-color: rgb(21 128 61 / 1) !important;
}

.\!border-green-700\/20{
  border-color: rgb(21 128 61 / 0.2) !important;
}

.\!border-green-700\/25{
  border-color: rgb(21 128 61 / 0.25) !important;
}

.\!border-green-700\/30{
  border-color: rgb(21 128 61 / 0.3) !important;
}

.\!border-green-700\/40{
  border-color: rgb(21 128 61 / 0.4) !important;
}

.\!border-green-700\/5{
  border-color: rgb(21 128 61 / 0.05) !important;
}

.\!border-green-700\/50{
  border-color: rgb(21 128 61 / 0.5) !important;
}

.\!border-green-700\/60{
  border-color: rgb(21 128 61 / 0.6) !important;
}

.\!border-green-700\/70{
  border-color: rgb(21 128 61 / 0.7) !important;
}

.\!border-green-700\/75{
  border-color: rgb(21 128 61 / 0.75) !important;
}

.\!border-green-700\/80{
  border-color: rgb(21 128 61 / 0.8) !important;
}

.\!border-green-700\/90{
  border-color: rgb(21 128 61 / 0.9) !important;
}

.\!border-green-700\/95{
  border-color: rgb(21 128 61 / 0.95) !important;
}

.\!border-green-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
}

.\!border-green-800\/0{
  border-color: rgb(22 101 52 / 0) !important;
}

.\!border-green-800\/10{
  border-color: rgb(22 101 52 / 0.1) !important;
}

.\!border-green-800\/100{
  border-color: rgb(22 101 52 / 1) !important;
}

.\!border-green-800\/20{
  border-color: rgb(22 101 52 / 0.2) !important;
}

.\!border-green-800\/25{
  border-color: rgb(22 101 52 / 0.25) !important;
}

.\!border-green-800\/30{
  border-color: rgb(22 101 52 / 0.3) !important;
}

.\!border-green-800\/40{
  border-color: rgb(22 101 52 / 0.4) !important;
}

.\!border-green-800\/5{
  border-color: rgb(22 101 52 / 0.05) !important;
}

.\!border-green-800\/50{
  border-color: rgb(22 101 52 / 0.5) !important;
}

.\!border-green-800\/60{
  border-color: rgb(22 101 52 / 0.6) !important;
}

.\!border-green-800\/70{
  border-color: rgb(22 101 52 / 0.7) !important;
}

.\!border-green-800\/75{
  border-color: rgb(22 101 52 / 0.75) !important;
}

.\!border-green-800\/80{
  border-color: rgb(22 101 52 / 0.8) !important;
}

.\!border-green-800\/90{
  border-color: rgb(22 101 52 / 0.9) !important;
}

.\!border-green-800\/95{
  border-color: rgb(22 101 52 / 0.95) !important;
}

.\!border-green-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
}

.\!border-green-900\/0{
  border-color: rgb(20 83 45 / 0) !important;
}

.\!border-green-900\/10{
  border-color: rgb(20 83 45 / 0.1) !important;
}

.\!border-green-900\/100{
  border-color: rgb(20 83 45 / 1) !important;
}

.\!border-green-900\/20{
  border-color: rgb(20 83 45 / 0.2) !important;
}

.\!border-green-900\/25{
  border-color: rgb(20 83 45 / 0.25) !important;
}

.\!border-green-900\/30{
  border-color: rgb(20 83 45 / 0.3) !important;
}

.\!border-green-900\/40{
  border-color: rgb(20 83 45 / 0.4) !important;
}

.\!border-green-900\/5{
  border-color: rgb(20 83 45 / 0.05) !important;
}

.\!border-green-900\/50{
  border-color: rgb(20 83 45 / 0.5) !important;
}

.\!border-green-900\/60{
  border-color: rgb(20 83 45 / 0.6) !important;
}

.\!border-green-900\/70{
  border-color: rgb(20 83 45 / 0.7) !important;
}

.\!border-green-900\/75{
  border-color: rgb(20 83 45 / 0.75) !important;
}

.\!border-green-900\/80{
  border-color: rgb(20 83 45 / 0.8) !important;
}

.\!border-green-900\/90{
  border-color: rgb(20 83 45 / 0.9) !important;
}

.\!border-green-900\/95{
  border-color: rgb(20 83 45 / 0.95) !important;
}

.\!border-green-950{
  --tw-border-opacity: 1 !important;
  border-color: rgb(5 46 22 / var(--tw-border-opacity)) !important;
}

.\!border-green-950\/0{
  border-color: rgb(5 46 22 / 0) !important;
}

.\!border-green-950\/10{
  border-color: rgb(5 46 22 / 0.1) !important;
}

.\!border-green-950\/100{
  border-color: rgb(5 46 22 / 1) !important;
}

.\!border-green-950\/20{
  border-color: rgb(5 46 22 / 0.2) !important;
}

.\!border-green-950\/25{
  border-color: rgb(5 46 22 / 0.25) !important;
}

.\!border-green-950\/30{
  border-color: rgb(5 46 22 / 0.3) !important;
}

.\!border-green-950\/40{
  border-color: rgb(5 46 22 / 0.4) !important;
}

.\!border-green-950\/5{
  border-color: rgb(5 46 22 / 0.05) !important;
}

.\!border-green-950\/50{
  border-color: rgb(5 46 22 / 0.5) !important;
}

.\!border-green-950\/60{
  border-color: rgb(5 46 22 / 0.6) !important;
}

.\!border-green-950\/70{
  border-color: rgb(5 46 22 / 0.7) !important;
}

.\!border-green-950\/75{
  border-color: rgb(5 46 22 / 0.75) !important;
}

.\!border-green-950\/80{
  border-color: rgb(5 46 22 / 0.8) !important;
}

.\!border-green-950\/90{
  border-color: rgb(5 46 22 / 0.9) !important;
}

.\!border-green-950\/95{
  border-color: rgb(5 46 22 / 0.95) !important;
}

.\!border-green\/0{
  border-color: rgb(146 188 96 / 0) !important;
}

.\!border-green\/10{
  border-color: rgb(146 188 96 / 0.1) !important;
}

.\!border-green\/100{
  border-color: rgb(146 188 96 / 1) !important;
}

.\!border-green\/20{
  border-color: rgb(146 188 96 / 0.2) !important;
}

.\!border-green\/25{
  border-color: rgb(146 188 96 / 0.25) !important;
}

.\!border-green\/30{
  border-color: rgb(146 188 96 / 0.3) !important;
}

.\!border-green\/40{
  border-color: rgb(146 188 96 / 0.4) !important;
}

.\!border-green\/5{
  border-color: rgb(146 188 96 / 0.05) !important;
}

.\!border-green\/50{
  border-color: rgb(146 188 96 / 0.5) !important;
}

.\!border-green\/60{
  border-color: rgb(146 188 96 / 0.6) !important;
}

.\!border-green\/70{
  border-color: rgb(146 188 96 / 0.7) !important;
}

.\!border-green\/75{
  border-color: rgb(146 188 96 / 0.75) !important;
}

.\!border-green\/80{
  border-color: rgb(146 188 96 / 0.8) !important;
}

.\!border-green\/90{
  border-color: rgb(146 188 96 / 0.9) !important;
}

.\!border-green\/95{
  border-color: rgb(146 188 96 / 0.95) !important;
}

.\!border-light{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 250 253 / var(--tw-border-opacity)) !important;
}

.\!border-light\/0{
  border-color: rgb(246 250 253 / 0) !important;
}

.\!border-light\/10{
  border-color: rgb(246 250 253 / 0.1) !important;
}

.\!border-light\/100{
  border-color: rgb(246 250 253 / 1) !important;
}

.\!border-light\/20{
  border-color: rgb(246 250 253 / 0.2) !important;
}

.\!border-light\/25{
  border-color: rgb(246 250 253 / 0.25) !important;
}

.\!border-light\/30{
  border-color: rgb(246 250 253 / 0.3) !important;
}

.\!border-light\/40{
  border-color: rgb(246 250 253 / 0.4) !important;
}

.\!border-light\/5{
  border-color: rgb(246 250 253 / 0.05) !important;
}

.\!border-light\/50{
  border-color: rgb(246 250 253 / 0.5) !important;
}

.\!border-light\/60{
  border-color: rgb(246 250 253 / 0.6) !important;
}

.\!border-light\/70{
  border-color: rgb(246 250 253 / 0.7) !important;
}

.\!border-light\/75{
  border-color: rgb(246 250 253 / 0.75) !important;
}

.\!border-light\/80{
  border-color: rgb(246 250 253 / 0.8) !important;
}

.\!border-light\/90{
  border-color: rgb(246 250 253 / 0.9) !important;
}

.\!border-light\/95{
  border-color: rgb(246 250 253 / 0.95) !important;
}

.\!border-maroon{
  --tw-border-opacity: 1 !important;
  border-color: rgb(151 64 55 / var(--tw-border-opacity)) !important;
}

.\!border-maroon\/0{
  border-color: rgb(151 64 55 / 0) !important;
}

.\!border-maroon\/10{
  border-color: rgb(151 64 55 / 0.1) !important;
}

.\!border-maroon\/100{
  border-color: rgb(151 64 55 / 1) !important;
}

.\!border-maroon\/20{
  border-color: rgb(151 64 55 / 0.2) !important;
}

.\!border-maroon\/25{
  border-color: rgb(151 64 55 / 0.25) !important;
}

.\!border-maroon\/30{
  border-color: rgb(151 64 55 / 0.3) !important;
}

.\!border-maroon\/40{
  border-color: rgb(151 64 55 / 0.4) !important;
}

.\!border-maroon\/5{
  border-color: rgb(151 64 55 / 0.05) !important;
}

.\!border-maroon\/50{
  border-color: rgb(151 64 55 / 0.5) !important;
}

.\!border-maroon\/60{
  border-color: rgb(151 64 55 / 0.6) !important;
}

.\!border-maroon\/70{
  border-color: rgb(151 64 55 / 0.7) !important;
}

.\!border-maroon\/75{
  border-color: rgb(151 64 55 / 0.75) !important;
}

.\!border-maroon\/80{
  border-color: rgb(151 64 55 / 0.8) !important;
}

.\!border-maroon\/90{
  border-color: rgb(151 64 55 / 0.9) !important;
}

.\!border-maroon\/95{
  border-color: rgb(151 64 55 / 0.95) !important;
}

.\!border-orange{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

.\!border-orange-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 210 192 / var(--tw-border-opacity)) !important;
}

.\!border-orange-100\/0{
  border-color: rgb(248 210 192 / 0) !important;
}

.\!border-orange-100\/10{
  border-color: rgb(248 210 192 / 0.1) !important;
}

.\!border-orange-100\/100{
  border-color: rgb(248 210 192 / 1) !important;
}

.\!border-orange-100\/20{
  border-color: rgb(248 210 192 / 0.2) !important;
}

.\!border-orange-100\/25{
  border-color: rgb(248 210 192 / 0.25) !important;
}

.\!border-orange-100\/30{
  border-color: rgb(248 210 192 / 0.3) !important;
}

.\!border-orange-100\/40{
  border-color: rgb(248 210 192 / 0.4) !important;
}

.\!border-orange-100\/5{
  border-color: rgb(248 210 192 / 0.05) !important;
}

.\!border-orange-100\/50{
  border-color: rgb(248 210 192 / 0.5) !important;
}

.\!border-orange-100\/60{
  border-color: rgb(248 210 192 / 0.6) !important;
}

.\!border-orange-100\/70{
  border-color: rgb(248 210 192 / 0.7) !important;
}

.\!border-orange-100\/75{
  border-color: rgb(248 210 192 / 0.75) !important;
}

.\!border-orange-100\/80{
  border-color: rgb(248 210 192 / 0.8) !important;
}

.\!border-orange-100\/90{
  border-color: rgb(248 210 192 / 0.9) !important;
}

.\!border-orange-100\/95{
  border-color: rgb(248 210 192 / 0.95) !important;
}

.\!border-orange-1000{
  --tw-border-opacity: 1 !important;
  border-color: rgb(47 24 13 / var(--tw-border-opacity)) !important;
}

.\!border-orange-1000\/0{
  border-color: rgb(47 24 13 / 0) !important;
}

.\!border-orange-1000\/10{
  border-color: rgb(47 24 13 / 0.1) !important;
}

.\!border-orange-1000\/100{
  border-color: rgb(47 24 13 / 1) !important;
}

.\!border-orange-1000\/20{
  border-color: rgb(47 24 13 / 0.2) !important;
}

.\!border-orange-1000\/25{
  border-color: rgb(47 24 13 / 0.25) !important;
}

.\!border-orange-1000\/30{
  border-color: rgb(47 24 13 / 0.3) !important;
}

.\!border-orange-1000\/40{
  border-color: rgb(47 24 13 / 0.4) !important;
}

.\!border-orange-1000\/5{
  border-color: rgb(47 24 13 / 0.05) !important;
}

.\!border-orange-1000\/50{
  border-color: rgb(47 24 13 / 0.5) !important;
}

.\!border-orange-1000\/60{
  border-color: rgb(47 24 13 / 0.6) !important;
}

.\!border-orange-1000\/70{
  border-color: rgb(47 24 13 / 0.7) !important;
}

.\!border-orange-1000\/75{
  border-color: rgb(47 24 13 / 0.75) !important;
}

.\!border-orange-1000\/80{
  border-color: rgb(47 24 13 / 0.8) !important;
}

.\!border-orange-1000\/90{
  border-color: rgb(47 24 13 / 0.9) !important;
}

.\!border-orange-1000\/95{
  border-color: rgb(47 24 13 / 0.95) !important;
}

.\!border-orange-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 187 161 / var(--tw-border-opacity)) !important;
}

.\!border-orange-200\/0{
  border-color: rgb(245 187 161 / 0) !important;
}

.\!border-orange-200\/10{
  border-color: rgb(245 187 161 / 0.1) !important;
}

.\!border-orange-200\/100{
  border-color: rgb(245 187 161 / 1) !important;
}

.\!border-orange-200\/20{
  border-color: rgb(245 187 161 / 0.2) !important;
}

.\!border-orange-200\/25{
  border-color: rgb(245 187 161 / 0.25) !important;
}

.\!border-orange-200\/30{
  border-color: rgb(245 187 161 / 0.3) !important;
}

.\!border-orange-200\/40{
  border-color: rgb(245 187 161 / 0.4) !important;
}

.\!border-orange-200\/5{
  border-color: rgb(245 187 161 / 0.05) !important;
}

.\!border-orange-200\/50{
  border-color: rgb(245 187 161 / 0.5) !important;
}

.\!border-orange-200\/60{
  border-color: rgb(245 187 161 / 0.6) !important;
}

.\!border-orange-200\/70{
  border-color: rgb(245 187 161 / 0.7) !important;
}

.\!border-orange-200\/75{
  border-color: rgb(245 187 161 / 0.75) !important;
}

.\!border-orange-200\/80{
  border-color: rgb(245 187 161 / 0.8) !important;
}

.\!border-orange-200\/90{
  border-color: rgb(245 187 161 / 0.9) !important;
}

.\!border-orange-200\/95{
  border-color: rgb(245 187 161 / 0.95) !important;
}

.\!border-orange-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 164 129 / var(--tw-border-opacity)) !important;
}

.\!border-orange-300\/0{
  border-color: rgb(242 164 129 / 0) !important;
}

.\!border-orange-300\/10{
  border-color: rgb(242 164 129 / 0.1) !important;
}

.\!border-orange-300\/100{
  border-color: rgb(242 164 129 / 1) !important;
}

.\!border-orange-300\/20{
  border-color: rgb(242 164 129 / 0.2) !important;
}

.\!border-orange-300\/25{
  border-color: rgb(242 164 129 / 0.25) !important;
}

.\!border-orange-300\/30{
  border-color: rgb(242 164 129 / 0.3) !important;
}

.\!border-orange-300\/40{
  border-color: rgb(242 164 129 / 0.4) !important;
}

.\!border-orange-300\/5{
  border-color: rgb(242 164 129 / 0.05) !important;
}

.\!border-orange-300\/50{
  border-color: rgb(242 164 129 / 0.5) !important;
}

.\!border-orange-300\/60{
  border-color: rgb(242 164 129 / 0.6) !important;
}

.\!border-orange-300\/70{
  border-color: rgb(242 164 129 / 0.7) !important;
}

.\!border-orange-300\/75{
  border-color: rgb(242 164 129 / 0.75) !important;
}

.\!border-orange-300\/80{
  border-color: rgb(242 164 129 / 0.8) !important;
}

.\!border-orange-300\/90{
  border-color: rgb(242 164 129 / 0.9) !important;
}

.\!border-orange-300\/95{
  border-color: rgb(242 164 129 / 0.95) !important;
}

.\!border-orange-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 142 98 / var(--tw-border-opacity)) !important;
}

.\!border-orange-400\/0{
  border-color: rgb(238 142 98 / 0) !important;
}

.\!border-orange-400\/10{
  border-color: rgb(238 142 98 / 0.1) !important;
}

.\!border-orange-400\/100{
  border-color: rgb(238 142 98 / 1) !important;
}

.\!border-orange-400\/20{
  border-color: rgb(238 142 98 / 0.2) !important;
}

.\!border-orange-400\/25{
  border-color: rgb(238 142 98 / 0.25) !important;
}

.\!border-orange-400\/30{
  border-color: rgb(238 142 98 / 0.3) !important;
}

.\!border-orange-400\/40{
  border-color: rgb(238 142 98 / 0.4) !important;
}

.\!border-orange-400\/5{
  border-color: rgb(238 142 98 / 0.05) !important;
}

.\!border-orange-400\/50{
  border-color: rgb(238 142 98 / 0.5) !important;
}

.\!border-orange-400\/60{
  border-color: rgb(238 142 98 / 0.6) !important;
}

.\!border-orange-400\/70{
  border-color: rgb(238 142 98 / 0.7) !important;
}

.\!border-orange-400\/75{
  border-color: rgb(238 142 98 / 0.75) !important;
}

.\!border-orange-400\/80{
  border-color: rgb(238 142 98 / 0.8) !important;
}

.\!border-orange-400\/90{
  border-color: rgb(238 142 98 / 0.9) !important;
}

.\!border-orange-400\/95{
  border-color: rgb(238 142 98 / 0.95) !important;
}

.\!border-orange-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 228 217 / var(--tw-border-opacity)) !important;
}

.\!border-orange-50\/0{
  border-color: rgb(251 228 217 / 0) !important;
}

.\!border-orange-50\/10{
  border-color: rgb(251 228 217 / 0.1) !important;
}

.\!border-orange-50\/100{
  border-color: rgb(251 228 217 / 1) !important;
}

.\!border-orange-50\/20{
  border-color: rgb(251 228 217 / 0.2) !important;
}

.\!border-orange-50\/25{
  border-color: rgb(251 228 217 / 0.25) !important;
}

.\!border-orange-50\/30{
  border-color: rgb(251 228 217 / 0.3) !important;
}

.\!border-orange-50\/40{
  border-color: rgb(251 228 217 / 0.4) !important;
}

.\!border-orange-50\/5{
  border-color: rgb(251 228 217 / 0.05) !important;
}

.\!border-orange-50\/50{
  border-color: rgb(251 228 217 / 0.5) !important;
}

.\!border-orange-50\/60{
  border-color: rgb(251 228 217 / 0.6) !important;
}

.\!border-orange-50\/70{
  border-color: rgb(251 228 217 / 0.7) !important;
}

.\!border-orange-50\/75{
  border-color: rgb(251 228 217 / 0.75) !important;
}

.\!border-orange-50\/80{
  border-color: rgb(251 228 217 / 0.8) !important;
}

.\!border-orange-50\/90{
  border-color: rgb(251 228 217 / 0.9) !important;
}

.\!border-orange-50\/95{
  border-color: rgb(251 228 217 / 0.95) !important;
}

.\!border-orange-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

.\!border-orange-500\/0{
  border-color: rgb(235 119 66 / 0) !important;
}

.\!border-orange-500\/10{
  border-color: rgb(235 119 66 / 0.1) !important;
}

.\!border-orange-500\/100{
  border-color: rgb(235 119 66 / 1) !important;
}

.\!border-orange-500\/20{
  border-color: rgb(235 119 66 / 0.2) !important;
}

.\!border-orange-500\/25{
  border-color: rgb(235 119 66 / 0.25) !important;
}

.\!border-orange-500\/30{
  border-color: rgb(235 119 66 / 0.3) !important;
}

.\!border-orange-500\/40{
  border-color: rgb(235 119 66 / 0.4) !important;
}

.\!border-orange-500\/5{
  border-color: rgb(235 119 66 / 0.05) !important;
}

.\!border-orange-500\/50{
  border-color: rgb(235 119 66 / 0.5) !important;
}

.\!border-orange-500\/60{
  border-color: rgb(235 119 66 / 0.6) !important;
}

.\!border-orange-500\/70{
  border-color: rgb(235 119 66 / 0.7) !important;
}

.\!border-orange-500\/75{
  border-color: rgb(235 119 66 / 0.75) !important;
}

.\!border-orange-500\/80{
  border-color: rgb(235 119 66 / 0.8) !important;
}

.\!border-orange-500\/90{
  border-color: rgb(235 119 66 / 0.9) !important;
}

.\!border-orange-500\/95{
  border-color: rgb(235 119 66 / 0.95) !important;
}

.\!border-orange-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 99 55 / var(--tw-border-opacity)) !important;
}

.\!border-orange-600\/0{
  border-color: rgb(196 99 55 / 0) !important;
}

.\!border-orange-600\/10{
  border-color: rgb(196 99 55 / 0.1) !important;
}

.\!border-orange-600\/100{
  border-color: rgb(196 99 55 / 1) !important;
}

.\!border-orange-600\/20{
  border-color: rgb(196 99 55 / 0.2) !important;
}

.\!border-orange-600\/25{
  border-color: rgb(196 99 55 / 0.25) !important;
}

.\!border-orange-600\/30{
  border-color: rgb(196 99 55 / 0.3) !important;
}

.\!border-orange-600\/40{
  border-color: rgb(196 99 55 / 0.4) !important;
}

.\!border-orange-600\/5{
  border-color: rgb(196 99 55 / 0.05) !important;
}

.\!border-orange-600\/50{
  border-color: rgb(196 99 55 / 0.5) !important;
}

.\!border-orange-600\/60{
  border-color: rgb(196 99 55 / 0.6) !important;
}

.\!border-orange-600\/70{
  border-color: rgb(196 99 55 / 0.7) !important;
}

.\!border-orange-600\/75{
  border-color: rgb(196 99 55 / 0.75) !important;
}

.\!border-orange-600\/80{
  border-color: rgb(196 99 55 / 0.8) !important;
}

.\!border-orange-600\/90{
  border-color: rgb(196 99 55 / 0.9) !important;
}

.\!border-orange-600\/95{
  border-color: rgb(196 99 55 / 0.95) !important;
}

.\!border-orange-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 79 44 / var(--tw-border-opacity)) !important;
}

.\!border-orange-700\/0{
  border-color: rgb(157 79 44 / 0) !important;
}

.\!border-orange-700\/10{
  border-color: rgb(157 79 44 / 0.1) !important;
}

.\!border-orange-700\/100{
  border-color: rgb(157 79 44 / 1) !important;
}

.\!border-orange-700\/20{
  border-color: rgb(157 79 44 / 0.2) !important;
}

.\!border-orange-700\/25{
  border-color: rgb(157 79 44 / 0.25) !important;
}

.\!border-orange-700\/30{
  border-color: rgb(157 79 44 / 0.3) !important;
}

.\!border-orange-700\/40{
  border-color: rgb(157 79 44 / 0.4) !important;
}

.\!border-orange-700\/5{
  border-color: rgb(157 79 44 / 0.05) !important;
}

.\!border-orange-700\/50{
  border-color: rgb(157 79 44 / 0.5) !important;
}

.\!border-orange-700\/60{
  border-color: rgb(157 79 44 / 0.6) !important;
}

.\!border-orange-700\/70{
  border-color: rgb(157 79 44 / 0.7) !important;
}

.\!border-orange-700\/75{
  border-color: rgb(157 79 44 / 0.75) !important;
}

.\!border-orange-700\/80{
  border-color: rgb(157 79 44 / 0.8) !important;
}

.\!border-orange-700\/90{
  border-color: rgb(157 79 44 / 0.9) !important;
}

.\!border-orange-700\/95{
  border-color: rgb(157 79 44 / 0.95) !important;
}

.\!border-orange-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(118 60 33 / var(--tw-border-opacity)) !important;
}

.\!border-orange-800\/0{
  border-color: rgb(118 60 33 / 0) !important;
}

.\!border-orange-800\/10{
  border-color: rgb(118 60 33 / 0.1) !important;
}

.\!border-orange-800\/100{
  border-color: rgb(118 60 33 / 1) !important;
}

.\!border-orange-800\/20{
  border-color: rgb(118 60 33 / 0.2) !important;
}

.\!border-orange-800\/25{
  border-color: rgb(118 60 33 / 0.25) !important;
}

.\!border-orange-800\/30{
  border-color: rgb(118 60 33 / 0.3) !important;
}

.\!border-orange-800\/40{
  border-color: rgb(118 60 33 / 0.4) !important;
}

.\!border-orange-800\/5{
  border-color: rgb(118 60 33 / 0.05) !important;
}

.\!border-orange-800\/50{
  border-color: rgb(118 60 33 / 0.5) !important;
}

.\!border-orange-800\/60{
  border-color: rgb(118 60 33 / 0.6) !important;
}

.\!border-orange-800\/70{
  border-color: rgb(118 60 33 / 0.7) !important;
}

.\!border-orange-800\/75{
  border-color: rgb(118 60 33 / 0.75) !important;
}

.\!border-orange-800\/80{
  border-color: rgb(118 60 33 / 0.8) !important;
}

.\!border-orange-800\/90{
  border-color: rgb(118 60 33 / 0.9) !important;
}

.\!border-orange-800\/95{
  border-color: rgb(118 60 33 / 0.95) !important;
}

.\!border-orange-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(78 40 22 / var(--tw-border-opacity)) !important;
}

.\!border-orange-900\/0{
  border-color: rgb(78 40 22 / 0) !important;
}

.\!border-orange-900\/10{
  border-color: rgb(78 40 22 / 0.1) !important;
}

.\!border-orange-900\/100{
  border-color: rgb(78 40 22 / 1) !important;
}

.\!border-orange-900\/20{
  border-color: rgb(78 40 22 / 0.2) !important;
}

.\!border-orange-900\/25{
  border-color: rgb(78 40 22 / 0.25) !important;
}

.\!border-orange-900\/30{
  border-color: rgb(78 40 22 / 0.3) !important;
}

.\!border-orange-900\/40{
  border-color: rgb(78 40 22 / 0.4) !important;
}

.\!border-orange-900\/5{
  border-color: rgb(78 40 22 / 0.05) !important;
}

.\!border-orange-900\/50{
  border-color: rgb(78 40 22 / 0.5) !important;
}

.\!border-orange-900\/60{
  border-color: rgb(78 40 22 / 0.6) !important;
}

.\!border-orange-900\/70{
  border-color: rgb(78 40 22 / 0.7) !important;
}

.\!border-orange-900\/75{
  border-color: rgb(78 40 22 / 0.75) !important;
}

.\!border-orange-900\/80{
  border-color: rgb(78 40 22 / 0.8) !important;
}

.\!border-orange-900\/90{
  border-color: rgb(78 40 22 / 0.9) !important;
}

.\!border-orange-900\/95{
  border-color: rgb(78 40 22 / 0.95) !important;
}

.\!border-orange\/0{
  border-color: rgb(235 119 66 / 0) !important;
}

.\!border-orange\/10{
  border-color: rgb(235 119 66 / 0.1) !important;
}

.\!border-orange\/100{
  border-color: rgb(235 119 66 / 1) !important;
}

.\!border-orange\/20{
  border-color: rgb(235 119 66 / 0.2) !important;
}

.\!border-orange\/25{
  border-color: rgb(235 119 66 / 0.25) !important;
}

.\!border-orange\/30{
  border-color: rgb(235 119 66 / 0.3) !important;
}

.\!border-orange\/40{
  border-color: rgb(235 119 66 / 0.4) !important;
}

.\!border-orange\/5{
  border-color: rgb(235 119 66 / 0.05) !important;
}

.\!border-orange\/50{
  border-color: rgb(235 119 66 / 0.5) !important;
}

.\!border-orange\/60{
  border-color: rgb(235 119 66 / 0.6) !important;
}

.\!border-orange\/70{
  border-color: rgb(235 119 66 / 0.7) !important;
}

.\!border-orange\/75{
  border-color: rgb(235 119 66 / 0.75) !important;
}

.\!border-orange\/80{
  border-color: rgb(235 119 66 / 0.8) !important;
}

.\!border-orange\/90{
  border-color: rgb(235 119 66 / 0.9) !important;
}

.\!border-orange\/95{
  border-color: rgb(235 119 66 / 0.95) !important;
}

.\!border-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

.\!border-primary\/0{
  border-color: rgb(235 119 66 / 0) !important;
}

.\!border-primary\/10{
  border-color: rgb(235 119 66 / 0.1) !important;
}

.\!border-primary\/100{
  border-color: rgb(235 119 66 / 1) !important;
}

.\!border-primary\/20{
  border-color: rgb(235 119 66 / 0.2) !important;
}

.\!border-primary\/25{
  border-color: rgb(235 119 66 / 0.25) !important;
}

.\!border-primary\/30{
  border-color: rgb(235 119 66 / 0.3) !important;
}

.\!border-primary\/40{
  border-color: rgb(235 119 66 / 0.4) !important;
}

.\!border-primary\/5{
  border-color: rgb(235 119 66 / 0.05) !important;
}

.\!border-primary\/50{
  border-color: rgb(235 119 66 / 0.5) !important;
}

.\!border-primary\/60{
  border-color: rgb(235 119 66 / 0.6) !important;
}

.\!border-primary\/70{
  border-color: rgb(235 119 66 / 0.7) !important;
}

.\!border-primary\/75{
  border-color: rgb(235 119 66 / 0.75) !important;
}

.\!border-primary\/80{
  border-color: rgb(235 119 66 / 0.8) !important;
}

.\!border-primary\/90{
  border-color: rgb(235 119 66 / 0.9) !important;
}

.\!border-primary\/95{
  border-color: rgb(235 119 66 / 0.95) !important;
}

.\!border-purple{
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 47 102 / var(--tw-border-opacity)) !important;
}

.\!border-purple-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 186 204 / var(--tw-border-opacity)) !important;
}

.\!border-purple-100\/0{
  border-color: rgb(187 186 204 / 0) !important;
}

.\!border-purple-100\/10{
  border-color: rgb(187 186 204 / 0.1) !important;
}

.\!border-purple-100\/100{
  border-color: rgb(187 186 204 / 1) !important;
}

.\!border-purple-100\/20{
  border-color: rgb(187 186 204 / 0.2) !important;
}

.\!border-purple-100\/25{
  border-color: rgb(187 186 204 / 0.25) !important;
}

.\!border-purple-100\/30{
  border-color: rgb(187 186 204 / 0.3) !important;
}

.\!border-purple-100\/40{
  border-color: rgb(187 186 204 / 0.4) !important;
}

.\!border-purple-100\/5{
  border-color: rgb(187 186 204 / 0.05) !important;
}

.\!border-purple-100\/50{
  border-color: rgb(187 186 204 / 0.5) !important;
}

.\!border-purple-100\/60{
  border-color: rgb(187 186 204 / 0.6) !important;
}

.\!border-purple-100\/70{
  border-color: rgb(187 186 204 / 0.7) !important;
}

.\!border-purple-100\/75{
  border-color: rgb(187 186 204 / 0.75) !important;
}

.\!border-purple-100\/80{
  border-color: rgb(187 186 204 / 0.8) !important;
}

.\!border-purple-100\/90{
  border-color: rgb(187 186 204 / 0.9) !important;
}

.\!border-purple-100\/95{
  border-color: rgb(187 186 204 / 0.95) !important;
}

.\!border-purple-1000{
  --tw-border-opacity: 1 !important;
  border-color: rgb(10 9 20 / var(--tw-border-opacity)) !important;
}

.\!border-purple-1000\/0{
  border-color: rgb(10 9 20 / 0) !important;
}

.\!border-purple-1000\/10{
  border-color: rgb(10 9 20 / 0.1) !important;
}

.\!border-purple-1000\/100{
  border-color: rgb(10 9 20 / 1) !important;
}

.\!border-purple-1000\/20{
  border-color: rgb(10 9 20 / 0.2) !important;
}

.\!border-purple-1000\/25{
  border-color: rgb(10 9 20 / 0.25) !important;
}

.\!border-purple-1000\/30{
  border-color: rgb(10 9 20 / 0.3) !important;
}

.\!border-purple-1000\/40{
  border-color: rgb(10 9 20 / 0.4) !important;
}

.\!border-purple-1000\/5{
  border-color: rgb(10 9 20 / 0.05) !important;
}

.\!border-purple-1000\/50{
  border-color: rgb(10 9 20 / 0.5) !important;
}

.\!border-purple-1000\/60{
  border-color: rgb(10 9 20 / 0.6) !important;
}

.\!border-purple-1000\/70{
  border-color: rgb(10 9 20 / 0.7) !important;
}

.\!border-purple-1000\/75{
  border-color: rgb(10 9 20 / 0.75) !important;
}

.\!border-purple-1000\/80{
  border-color: rgb(10 9 20 / 0.8) !important;
}

.\!border-purple-1000\/90{
  border-color: rgb(10 9 20 / 0.9) !important;
}

.\!border-purple-1000\/95{
  border-color: rgb(10 9 20 / 0.95) !important;
}

.\!border-purple-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 151 179 / var(--tw-border-opacity)) !important;
}

.\!border-purple-200\/0{
  border-color: rgb(153 151 179 / 0) !important;
}

.\!border-purple-200\/10{
  border-color: rgb(153 151 179 / 0.1) !important;
}

.\!border-purple-200\/100{
  border-color: rgb(153 151 179 / 1) !important;
}

.\!border-purple-200\/20{
  border-color: rgb(153 151 179 / 0.2) !important;
}

.\!border-purple-200\/25{
  border-color: rgb(153 151 179 / 0.25) !important;
}

.\!border-purple-200\/30{
  border-color: rgb(153 151 179 / 0.3) !important;
}

.\!border-purple-200\/40{
  border-color: rgb(153 151 179 / 0.4) !important;
}

.\!border-purple-200\/5{
  border-color: rgb(153 151 179 / 0.05) !important;
}

.\!border-purple-200\/50{
  border-color: rgb(153 151 179 / 0.5) !important;
}

.\!border-purple-200\/60{
  border-color: rgb(153 151 179 / 0.6) !important;
}

.\!border-purple-200\/70{
  border-color: rgb(153 151 179 / 0.7) !important;
}

.\!border-purple-200\/75{
  border-color: rgb(153 151 179 / 0.75) !important;
}

.\!border-purple-200\/80{
  border-color: rgb(153 151 179 / 0.8) !important;
}

.\!border-purple-200\/90{
  border-color: rgb(153 151 179 / 0.9) !important;
}

.\!border-purple-200\/95{
  border-color: rgb(153 151 179 / 0.95) !important;
}

.\!border-purple-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(119 116 153 / var(--tw-border-opacity)) !important;
}

.\!border-purple-300\/0{
  border-color: rgb(119 116 153 / 0) !important;
}

.\!border-purple-300\/10{
  border-color: rgb(119 116 153 / 0.1) !important;
}

.\!border-purple-300\/100{
  border-color: rgb(119 116 153 / 1) !important;
}

.\!border-purple-300\/20{
  border-color: rgb(119 116 153 / 0.2) !important;
}

.\!border-purple-300\/25{
  border-color: rgb(119 116 153 / 0.25) !important;
}

.\!border-purple-300\/30{
  border-color: rgb(119 116 153 / 0.3) !important;
}

.\!border-purple-300\/40{
  border-color: rgb(119 116 153 / 0.4) !important;
}

.\!border-purple-300\/5{
  border-color: rgb(119 116 153 / 0.05) !important;
}

.\!border-purple-300\/50{
  border-color: rgb(119 116 153 / 0.5) !important;
}

.\!border-purple-300\/60{
  border-color: rgb(119 116 153 / 0.6) !important;
}

.\!border-purple-300\/70{
  border-color: rgb(119 116 153 / 0.7) !important;
}

.\!border-purple-300\/75{
  border-color: rgb(119 116 153 / 0.75) !important;
}

.\!border-purple-300\/80{
  border-color: rgb(119 116 153 / 0.8) !important;
}

.\!border-purple-300\/90{
  border-color: rgb(119 116 153 / 0.9) !important;
}

.\!border-purple-300\/95{
  border-color: rgb(119 116 153 / 0.95) !important;
}

.\!border-purple-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(85 82 128 / var(--tw-border-opacity)) !important;
}

.\!border-purple-400\/0{
  border-color: rgb(85 82 128 / 0) !important;
}

.\!border-purple-400\/10{
  border-color: rgb(85 82 128 / 0.1) !important;
}

.\!border-purple-400\/100{
  border-color: rgb(85 82 128 / 1) !important;
}

.\!border-purple-400\/20{
  border-color: rgb(85 82 128 / 0.2) !important;
}

.\!border-purple-400\/25{
  border-color: rgb(85 82 128 / 0.25) !important;
}

.\!border-purple-400\/30{
  border-color: rgb(85 82 128 / 0.3) !important;
}

.\!border-purple-400\/40{
  border-color: rgb(85 82 128 / 0.4) !important;
}

.\!border-purple-400\/5{
  border-color: rgb(85 82 128 / 0.05) !important;
}

.\!border-purple-400\/50{
  border-color: rgb(85 82 128 / 0.5) !important;
}

.\!border-purple-400\/60{
  border-color: rgb(85 82 128 / 0.6) !important;
}

.\!border-purple-400\/70{
  border-color: rgb(85 82 128 / 0.7) !important;
}

.\!border-purple-400\/75{
  border-color: rgb(85 82 128 / 0.75) !important;
}

.\!border-purple-400\/80{
  border-color: rgb(85 82 128 / 0.8) !important;
}

.\!border-purple-400\/90{
  border-color: rgb(85 82 128 / 0.9) !important;
}

.\!border-purple-400\/95{
  border-color: rgb(85 82 128 / 0.95) !important;
}

.\!border-purple-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 213 224 / var(--tw-border-opacity)) !important;
}

.\!border-purple-50\/0{
  border-color: rgb(214 213 224 / 0) !important;
}

.\!border-purple-50\/10{
  border-color: rgb(214 213 224 / 0.1) !important;
}

.\!border-purple-50\/100{
  border-color: rgb(214 213 224 / 1) !important;
}

.\!border-purple-50\/20{
  border-color: rgb(214 213 224 / 0.2) !important;
}

.\!border-purple-50\/25{
  border-color: rgb(214 213 224 / 0.25) !important;
}

.\!border-purple-50\/30{
  border-color: rgb(214 213 224 / 0.3) !important;
}

.\!border-purple-50\/40{
  border-color: rgb(214 213 224 / 0.4) !important;
}

.\!border-purple-50\/5{
  border-color: rgb(214 213 224 / 0.05) !important;
}

.\!border-purple-50\/50{
  border-color: rgb(214 213 224 / 0.5) !important;
}

.\!border-purple-50\/60{
  border-color: rgb(214 213 224 / 0.6) !important;
}

.\!border-purple-50\/70{
  border-color: rgb(214 213 224 / 0.7) !important;
}

.\!border-purple-50\/75{
  border-color: rgb(214 213 224 / 0.75) !important;
}

.\!border-purple-50\/80{
  border-color: rgb(214 213 224 / 0.8) !important;
}

.\!border-purple-50\/90{
  border-color: rgb(214 213 224 / 0.9) !important;
}

.\!border-purple-50\/95{
  border-color: rgb(214 213 224 / 0.95) !important;
}

.\!border-purple-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 47 102 / var(--tw-border-opacity)) !important;
}

.\!border-purple-500\/0{
  border-color: rgb(51 47 102 / 0) !important;
}

.\!border-purple-500\/10{
  border-color: rgb(51 47 102 / 0.1) !important;
}

.\!border-purple-500\/100{
  border-color: rgb(51 47 102 / 1) !important;
}

.\!border-purple-500\/20{
  border-color: rgb(51 47 102 / 0.2) !important;
}

.\!border-purple-500\/25{
  border-color: rgb(51 47 102 / 0.25) !important;
}

.\!border-purple-500\/30{
  border-color: rgb(51 47 102 / 0.3) !important;
}

.\!border-purple-500\/40{
  border-color: rgb(51 47 102 / 0.4) !important;
}

.\!border-purple-500\/5{
  border-color: rgb(51 47 102 / 0.05) !important;
}

.\!border-purple-500\/50{
  border-color: rgb(51 47 102 / 0.5) !important;
}

.\!border-purple-500\/60{
  border-color: rgb(51 47 102 / 0.6) !important;
}

.\!border-purple-500\/70{
  border-color: rgb(51 47 102 / 0.7) !important;
}

.\!border-purple-500\/75{
  border-color: rgb(51 47 102 / 0.75) !important;
}

.\!border-purple-500\/80{
  border-color: rgb(51 47 102 / 0.8) !important;
}

.\!border-purple-500\/90{
  border-color: rgb(51 47 102 / 0.9) !important;
}

.\!border-purple-500\/95{
  border-color: rgb(51 47 102 / 0.95) !important;
}

.\!border-purple-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(43 39 85 / var(--tw-border-opacity)) !important;
}

.\!border-purple-600\/0{
  border-color: rgb(43 39 85 / 0) !important;
}

.\!border-purple-600\/10{
  border-color: rgb(43 39 85 / 0.1) !important;
}

.\!border-purple-600\/100{
  border-color: rgb(43 39 85 / 1) !important;
}

.\!border-purple-600\/20{
  border-color: rgb(43 39 85 / 0.2) !important;
}

.\!border-purple-600\/25{
  border-color: rgb(43 39 85 / 0.25) !important;
}

.\!border-purple-600\/30{
  border-color: rgb(43 39 85 / 0.3) !important;
}

.\!border-purple-600\/40{
  border-color: rgb(43 39 85 / 0.4) !important;
}

.\!border-purple-600\/5{
  border-color: rgb(43 39 85 / 0.05) !important;
}

.\!border-purple-600\/50{
  border-color: rgb(43 39 85 / 0.5) !important;
}

.\!border-purple-600\/60{
  border-color: rgb(43 39 85 / 0.6) !important;
}

.\!border-purple-600\/70{
  border-color: rgb(43 39 85 / 0.7) !important;
}

.\!border-purple-600\/75{
  border-color: rgb(43 39 85 / 0.75) !important;
}

.\!border-purple-600\/80{
  border-color: rgb(43 39 85 / 0.8) !important;
}

.\!border-purple-600\/90{
  border-color: rgb(43 39 85 / 0.9) !important;
}

.\!border-purple-600\/95{
  border-color: rgb(43 39 85 / 0.95) !important;
}

.\!border-purple-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 31 68 / var(--tw-border-opacity)) !important;
}

.\!border-purple-700\/0{
  border-color: rgb(34 31 68 / 0) !important;
}

.\!border-purple-700\/10{
  border-color: rgb(34 31 68 / 0.1) !important;
}

.\!border-purple-700\/100{
  border-color: rgb(34 31 68 / 1) !important;
}

.\!border-purple-700\/20{
  border-color: rgb(34 31 68 / 0.2) !important;
}

.\!border-purple-700\/25{
  border-color: rgb(34 31 68 / 0.25) !important;
}

.\!border-purple-700\/30{
  border-color: rgb(34 31 68 / 0.3) !important;
}

.\!border-purple-700\/40{
  border-color: rgb(34 31 68 / 0.4) !important;
}

.\!border-purple-700\/5{
  border-color: rgb(34 31 68 / 0.05) !important;
}

.\!border-purple-700\/50{
  border-color: rgb(34 31 68 / 0.5) !important;
}

.\!border-purple-700\/60{
  border-color: rgb(34 31 68 / 0.6) !important;
}

.\!border-purple-700\/70{
  border-color: rgb(34 31 68 / 0.7) !important;
}

.\!border-purple-700\/75{
  border-color: rgb(34 31 68 / 0.75) !important;
}

.\!border-purple-700\/80{
  border-color: rgb(34 31 68 / 0.8) !important;
}

.\!border-purple-700\/90{
  border-color: rgb(34 31 68 / 0.9) !important;
}

.\!border-purple-700\/95{
  border-color: rgb(34 31 68 / 0.95) !important;
}

.\!border-purple-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 24 51 / var(--tw-border-opacity)) !important;
}

.\!border-purple-800\/0{
  border-color: rgb(26 24 51 / 0) !important;
}

.\!border-purple-800\/10{
  border-color: rgb(26 24 51 / 0.1) !important;
}

.\!border-purple-800\/100{
  border-color: rgb(26 24 51 / 1) !important;
}

.\!border-purple-800\/20{
  border-color: rgb(26 24 51 / 0.2) !important;
}

.\!border-purple-800\/25{
  border-color: rgb(26 24 51 / 0.25) !important;
}

.\!border-purple-800\/30{
  border-color: rgb(26 24 51 / 0.3) !important;
}

.\!border-purple-800\/40{
  border-color: rgb(26 24 51 / 0.4) !important;
}

.\!border-purple-800\/5{
  border-color: rgb(26 24 51 / 0.05) !important;
}

.\!border-purple-800\/50{
  border-color: rgb(26 24 51 / 0.5) !important;
}

.\!border-purple-800\/60{
  border-color: rgb(26 24 51 / 0.6) !important;
}

.\!border-purple-800\/70{
  border-color: rgb(26 24 51 / 0.7) !important;
}

.\!border-purple-800\/75{
  border-color: rgb(26 24 51 / 0.75) !important;
}

.\!border-purple-800\/80{
  border-color: rgb(26 24 51 / 0.8) !important;
}

.\!border-purple-800\/90{
  border-color: rgb(26 24 51 / 0.9) !important;
}

.\!border-purple-800\/95{
  border-color: rgb(26 24 51 / 0.95) !important;
}

.\!border-purple-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 16 34 / var(--tw-border-opacity)) !important;
}

.\!border-purple-900\/0{
  border-color: rgb(17 16 34 / 0) !important;
}

.\!border-purple-900\/10{
  border-color: rgb(17 16 34 / 0.1) !important;
}

.\!border-purple-900\/100{
  border-color: rgb(17 16 34 / 1) !important;
}

.\!border-purple-900\/20{
  border-color: rgb(17 16 34 / 0.2) !important;
}

.\!border-purple-900\/25{
  border-color: rgb(17 16 34 / 0.25) !important;
}

.\!border-purple-900\/30{
  border-color: rgb(17 16 34 / 0.3) !important;
}

.\!border-purple-900\/40{
  border-color: rgb(17 16 34 / 0.4) !important;
}

.\!border-purple-900\/5{
  border-color: rgb(17 16 34 / 0.05) !important;
}

.\!border-purple-900\/50{
  border-color: rgb(17 16 34 / 0.5) !important;
}

.\!border-purple-900\/60{
  border-color: rgb(17 16 34 / 0.6) !important;
}

.\!border-purple-900\/70{
  border-color: rgb(17 16 34 / 0.7) !important;
}

.\!border-purple-900\/75{
  border-color: rgb(17 16 34 / 0.75) !important;
}

.\!border-purple-900\/80{
  border-color: rgb(17 16 34 / 0.8) !important;
}

.\!border-purple-900\/90{
  border-color: rgb(17 16 34 / 0.9) !important;
}

.\!border-purple-900\/95{
  border-color: rgb(17 16 34 / 0.95) !important;
}

.\!border-purple-950{
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 7 100 / var(--tw-border-opacity)) !important;
}

.\!border-purple-950\/0{
  border-color: rgb(59 7 100 / 0) !important;
}

.\!border-purple-950\/10{
  border-color: rgb(59 7 100 / 0.1) !important;
}

.\!border-purple-950\/100{
  border-color: rgb(59 7 100 / 1) !important;
}

.\!border-purple-950\/20{
  border-color: rgb(59 7 100 / 0.2) !important;
}

.\!border-purple-950\/25{
  border-color: rgb(59 7 100 / 0.25) !important;
}

.\!border-purple-950\/30{
  border-color: rgb(59 7 100 / 0.3) !important;
}

.\!border-purple-950\/40{
  border-color: rgb(59 7 100 / 0.4) !important;
}

.\!border-purple-950\/5{
  border-color: rgb(59 7 100 / 0.05) !important;
}

.\!border-purple-950\/50{
  border-color: rgb(59 7 100 / 0.5) !important;
}

.\!border-purple-950\/60{
  border-color: rgb(59 7 100 / 0.6) !important;
}

.\!border-purple-950\/70{
  border-color: rgb(59 7 100 / 0.7) !important;
}

.\!border-purple-950\/75{
  border-color: rgb(59 7 100 / 0.75) !important;
}

.\!border-purple-950\/80{
  border-color: rgb(59 7 100 / 0.8) !important;
}

.\!border-purple-950\/90{
  border-color: rgb(59 7 100 / 0.9) !important;
}

.\!border-purple-950\/95{
  border-color: rgb(59 7 100 / 0.95) !important;
}

.\!border-purple\/0{
  border-color: rgb(51 47 102 / 0) !important;
}

.\!border-purple\/10{
  border-color: rgb(51 47 102 / 0.1) !important;
}

.\!border-purple\/100{
  border-color: rgb(51 47 102 / 1) !important;
}

.\!border-purple\/20{
  border-color: rgb(51 47 102 / 0.2) !important;
}

.\!border-purple\/25{
  border-color: rgb(51 47 102 / 0.25) !important;
}

.\!border-purple\/30{
  border-color: rgb(51 47 102 / 0.3) !important;
}

.\!border-purple\/40{
  border-color: rgb(51 47 102 / 0.4) !important;
}

.\!border-purple\/5{
  border-color: rgb(51 47 102 / 0.05) !important;
}

.\!border-purple\/50{
  border-color: rgb(51 47 102 / 0.5) !important;
}

.\!border-purple\/60{
  border-color: rgb(51 47 102 / 0.6) !important;
}

.\!border-purple\/70{
  border-color: rgb(51 47 102 / 0.7) !important;
}

.\!border-purple\/75{
  border-color: rgb(51 47 102 / 0.75) !important;
}

.\!border-purple\/80{
  border-color: rgb(51 47 102 / 0.8) !important;
}

.\!border-purple\/90{
  border-color: rgb(51 47 102 / 0.9) !important;
}

.\!border-purple\/95{
  border-color: rgb(51 47 102 / 0.95) !important;
}

.\!border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(218 61 42 / var(--tw-border-opacity)) !important;
}

.\!border-red-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}

.\!border-red-100\/0{
  border-color: rgb(254 226 226 / 0) !important;
}

.\!border-red-100\/10{
  border-color: rgb(254 226 226 / 0.1) !important;
}

.\!border-red-100\/100{
  border-color: rgb(254 226 226 / 1) !important;
}

.\!border-red-100\/20{
  border-color: rgb(254 226 226 / 0.2) !important;
}

.\!border-red-100\/25{
  border-color: rgb(254 226 226 / 0.25) !important;
}

.\!border-red-100\/30{
  border-color: rgb(254 226 226 / 0.3) !important;
}

.\!border-red-100\/40{
  border-color: rgb(254 226 226 / 0.4) !important;
}

.\!border-red-100\/5{
  border-color: rgb(254 226 226 / 0.05) !important;
}

.\!border-red-100\/50{
  border-color: rgb(254 226 226 / 0.5) !important;
}

.\!border-red-100\/60{
  border-color: rgb(254 226 226 / 0.6) !important;
}

.\!border-red-100\/70{
  border-color: rgb(254 226 226 / 0.7) !important;
}

.\!border-red-100\/75{
  border-color: rgb(254 226 226 / 0.75) !important;
}

.\!border-red-100\/80{
  border-color: rgb(254 226 226 / 0.8) !important;
}

.\!border-red-100\/90{
  border-color: rgb(254 226 226 / 0.9) !important;
}

.\!border-red-100\/95{
  border-color: rgb(254 226 226 / 0.95) !important;
}

.\!border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}

.\!border-red-200\/0{
  border-color: rgb(254 202 202 / 0) !important;
}

.\!border-red-200\/10{
  border-color: rgb(254 202 202 / 0.1) !important;
}

.\!border-red-200\/100{
  border-color: rgb(254 202 202 / 1) !important;
}

.\!border-red-200\/20{
  border-color: rgb(254 202 202 / 0.2) !important;
}

.\!border-red-200\/25{
  border-color: rgb(254 202 202 / 0.25) !important;
}

.\!border-red-200\/30{
  border-color: rgb(254 202 202 / 0.3) !important;
}

.\!border-red-200\/40{
  border-color: rgb(254 202 202 / 0.4) !important;
}

.\!border-red-200\/5{
  border-color: rgb(254 202 202 / 0.05) !important;
}

.\!border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5) !important;
}

.\!border-red-200\/60{
  border-color: rgb(254 202 202 / 0.6) !important;
}

.\!border-red-200\/70{
  border-color: rgb(254 202 202 / 0.7) !important;
}

.\!border-red-200\/75{
  border-color: rgb(254 202 202 / 0.75) !important;
}

.\!border-red-200\/80{
  border-color: rgb(254 202 202 / 0.8) !important;
}

.\!border-red-200\/90{
  border-color: rgb(254 202 202 / 0.9) !important;
}

.\!border-red-200\/95{
  border-color: rgb(254 202 202 / 0.95) !important;
}

.\!border-red-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}

.\!border-red-300\/0{
  border-color: rgb(252 165 165 / 0) !important;
}

.\!border-red-300\/10{
  border-color: rgb(252 165 165 / 0.1) !important;
}

.\!border-red-300\/100{
  border-color: rgb(252 165 165 / 1) !important;
}

.\!border-red-300\/20{
  border-color: rgb(252 165 165 / 0.2) !important;
}

.\!border-red-300\/25{
  border-color: rgb(252 165 165 / 0.25) !important;
}

.\!border-red-300\/30{
  border-color: rgb(252 165 165 / 0.3) !important;
}

.\!border-red-300\/40{
  border-color: rgb(252 165 165 / 0.4) !important;
}

.\!border-red-300\/5{
  border-color: rgb(252 165 165 / 0.05) !important;
}

.\!border-red-300\/50{
  border-color: rgb(252 165 165 / 0.5) !important;
}

.\!border-red-300\/60{
  border-color: rgb(252 165 165 / 0.6) !important;
}

.\!border-red-300\/70{
  border-color: rgb(252 165 165 / 0.7) !important;
}

.\!border-red-300\/75{
  border-color: rgb(252 165 165 / 0.75) !important;
}

.\!border-red-300\/80{
  border-color: rgb(252 165 165 / 0.8) !important;
}

.\!border-red-300\/90{
  border-color: rgb(252 165 165 / 0.9) !important;
}

.\!border-red-300\/95{
  border-color: rgb(252 165 165 / 0.95) !important;
}

.\!border-red-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}

.\!border-red-400\/0{
  border-color: rgb(248 113 113 / 0) !important;
}

.\!border-red-400\/10{
  border-color: rgb(248 113 113 / 0.1) !important;
}

.\!border-red-400\/100{
  border-color: rgb(248 113 113 / 1) !important;
}

.\!border-red-400\/20{
  border-color: rgb(248 113 113 / 0.2) !important;
}

.\!border-red-400\/25{
  border-color: rgb(248 113 113 / 0.25) !important;
}

.\!border-red-400\/30{
  border-color: rgb(248 113 113 / 0.3) !important;
}

.\!border-red-400\/40{
  border-color: rgb(248 113 113 / 0.4) !important;
}

.\!border-red-400\/5{
  border-color: rgb(248 113 113 / 0.05) !important;
}

.\!border-red-400\/50{
  border-color: rgb(248 113 113 / 0.5) !important;
}

.\!border-red-400\/60{
  border-color: rgb(248 113 113 / 0.6) !important;
}

.\!border-red-400\/70{
  border-color: rgb(248 113 113 / 0.7) !important;
}

.\!border-red-400\/75{
  border-color: rgb(248 113 113 / 0.75) !important;
}

.\!border-red-400\/80{
  border-color: rgb(248 113 113 / 0.8) !important;
}

.\!border-red-400\/90{
  border-color: rgb(248 113 113 / 0.9) !important;
}

.\!border-red-400\/95{
  border-color: rgb(248 113 113 / 0.95) !important;
}

.\!border-red-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}

.\!border-red-50\/0{
  border-color: rgb(254 242 242 / 0) !important;
}

.\!border-red-50\/10{
  border-color: rgb(254 242 242 / 0.1) !important;
}

.\!border-red-50\/100{
  border-color: rgb(254 242 242 / 1) !important;
}

.\!border-red-50\/20{
  border-color: rgb(254 242 242 / 0.2) !important;
}

.\!border-red-50\/25{
  border-color: rgb(254 242 242 / 0.25) !important;
}

.\!border-red-50\/30{
  border-color: rgb(254 242 242 / 0.3) !important;
}

.\!border-red-50\/40{
  border-color: rgb(254 242 242 / 0.4) !important;
}

.\!border-red-50\/5{
  border-color: rgb(254 242 242 / 0.05) !important;
}

.\!border-red-50\/50{
  border-color: rgb(254 242 242 / 0.5) !important;
}

.\!border-red-50\/60{
  border-color: rgb(254 242 242 / 0.6) !important;
}

.\!border-red-50\/70{
  border-color: rgb(254 242 242 / 0.7) !important;
}

.\!border-red-50\/75{
  border-color: rgb(254 242 242 / 0.75) !important;
}

.\!border-red-50\/80{
  border-color: rgb(254 242 242 / 0.8) !important;
}

.\!border-red-50\/90{
  border-color: rgb(254 242 242 / 0.9) !important;
}

.\!border-red-50\/95{
  border-color: rgb(254 242 242 / 0.95) !important;
}

.\!border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

.\!border-red-500\/0{
  border-color: rgb(239 68 68 / 0) !important;
}

.\!border-red-500\/10{
  border-color: rgb(239 68 68 / 0.1) !important;
}

.\!border-red-500\/100{
  border-color: rgb(239 68 68 / 1) !important;
}

.\!border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2) !important;
}

.\!border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25) !important;
}

.\!border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3) !important;
}

.\!border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4) !important;
}

.\!border-red-500\/5{
  border-color: rgb(239 68 68 / 0.05) !important;
}

.\!border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5) !important;
}

.\!border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6) !important;
}

.\!border-red-500\/70{
  border-color: rgb(239 68 68 / 0.7) !important;
}

.\!border-red-500\/75{
  border-color: rgb(239 68 68 / 0.75) !important;
}

.\!border-red-500\/80{
  border-color: rgb(239 68 68 / 0.8) !important;
}

.\!border-red-500\/90{
  border-color: rgb(239 68 68 / 0.9) !important;
}

.\!border-red-500\/95{
  border-color: rgb(239 68 68 / 0.95) !important;
}

.\!border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}

.\!border-red-600\/0{
  border-color: rgb(220 38 38 / 0) !important;
}

.\!border-red-600\/10{
  border-color: rgb(220 38 38 / 0.1) !important;
}

.\!border-red-600\/100{
  border-color: rgb(220 38 38 / 1) !important;
}

.\!border-red-600\/20{
  border-color: rgb(220 38 38 / 0.2) !important;
}

.\!border-red-600\/25{
  border-color: rgb(220 38 38 / 0.25) !important;
}

.\!border-red-600\/30{
  border-color: rgb(220 38 38 / 0.3) !important;
}

.\!border-red-600\/40{
  border-color: rgb(220 38 38 / 0.4) !important;
}

.\!border-red-600\/5{
  border-color: rgb(220 38 38 / 0.05) !important;
}

.\!border-red-600\/50{
  border-color: rgb(220 38 38 / 0.5) !important;
}

.\!border-red-600\/60{
  border-color: rgb(220 38 38 / 0.6) !important;
}

.\!border-red-600\/70{
  border-color: rgb(220 38 38 / 0.7) !important;
}

.\!border-red-600\/75{
  border-color: rgb(220 38 38 / 0.75) !important;
}

.\!border-red-600\/80{
  border-color: rgb(220 38 38 / 0.8) !important;
}

.\!border-red-600\/90{
  border-color: rgb(220 38 38 / 0.9) !important;
}

.\!border-red-600\/95{
  border-color: rgb(220 38 38 / 0.95) !important;
}

.\!border-red-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.\!border-red-700\/0{
  border-color: rgb(185 28 28 / 0) !important;
}

.\!border-red-700\/10{
  border-color: rgb(185 28 28 / 0.1) !important;
}

.\!border-red-700\/100{
  border-color: rgb(185 28 28 / 1) !important;
}

.\!border-red-700\/20{
  border-color: rgb(185 28 28 / 0.2) !important;
}

.\!border-red-700\/25{
  border-color: rgb(185 28 28 / 0.25) !important;
}

.\!border-red-700\/30{
  border-color: rgb(185 28 28 / 0.3) !important;
}

.\!border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4) !important;
}

.\!border-red-700\/5{
  border-color: rgb(185 28 28 / 0.05) !important;
}

.\!border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5) !important;
}

.\!border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6) !important;
}

.\!border-red-700\/70{
  border-color: rgb(185 28 28 / 0.7) !important;
}

.\!border-red-700\/75{
  border-color: rgb(185 28 28 / 0.75) !important;
}

.\!border-red-700\/80{
  border-color: rgb(185 28 28 / 0.8) !important;
}

.\!border-red-700\/90{
  border-color: rgb(185 28 28 / 0.9) !important;
}

.\!border-red-700\/95{
  border-color: rgb(185 28 28 / 0.95) !important;
}

.\!border-red-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}

.\!border-red-800\/0{
  border-color: rgb(153 27 27 / 0) !important;
}

.\!border-red-800\/10{
  border-color: rgb(153 27 27 / 0.1) !important;
}

.\!border-red-800\/100{
  border-color: rgb(153 27 27 / 1) !important;
}

.\!border-red-800\/20{
  border-color: rgb(153 27 27 / 0.2) !important;
}

.\!border-red-800\/25{
  border-color: rgb(153 27 27 / 0.25) !important;
}

.\!border-red-800\/30{
  border-color: rgb(153 27 27 / 0.3) !important;
}

.\!border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4) !important;
}

.\!border-red-800\/5{
  border-color: rgb(153 27 27 / 0.05) !important;
}

.\!border-red-800\/50{
  border-color: rgb(153 27 27 / 0.5) !important;
}

.\!border-red-800\/60{
  border-color: rgb(153 27 27 / 0.6) !important;
}

.\!border-red-800\/70{
  border-color: rgb(153 27 27 / 0.7) !important;
}

.\!border-red-800\/75{
  border-color: rgb(153 27 27 / 0.75) !important;
}

.\!border-red-800\/80{
  border-color: rgb(153 27 27 / 0.8) !important;
}

.\!border-red-800\/90{
  border-color: rgb(153 27 27 / 0.9) !important;
}

.\!border-red-800\/95{
  border-color: rgb(153 27 27 / 0.95) !important;
}

.\!border-red-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}

.\!border-red-900\/0{
  border-color: rgb(127 29 29 / 0) !important;
}

.\!border-red-900\/10{
  border-color: rgb(127 29 29 / 0.1) !important;
}

.\!border-red-900\/100{
  border-color: rgb(127 29 29 / 1) !important;
}

.\!border-red-900\/20{
  border-color: rgb(127 29 29 / 0.2) !important;
}

.\!border-red-900\/25{
  border-color: rgb(127 29 29 / 0.25) !important;
}

.\!border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3) !important;
}

.\!border-red-900\/40{
  border-color: rgb(127 29 29 / 0.4) !important;
}

.\!border-red-900\/5{
  border-color: rgb(127 29 29 / 0.05) !important;
}

.\!border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5) !important;
}

.\!border-red-900\/60{
  border-color: rgb(127 29 29 / 0.6) !important;
}

.\!border-red-900\/70{
  border-color: rgb(127 29 29 / 0.7) !important;
}

.\!border-red-900\/75{
  border-color: rgb(127 29 29 / 0.75) !important;
}

.\!border-red-900\/80{
  border-color: rgb(127 29 29 / 0.8) !important;
}

.\!border-red-900\/90{
  border-color: rgb(127 29 29 / 0.9) !important;
}

.\!border-red-900\/95{
  border-color: rgb(127 29 29 / 0.95) !important;
}

.\!border-red-950{
  --tw-border-opacity: 1 !important;
  border-color: rgb(69 10 10 / var(--tw-border-opacity)) !important;
}

.\!border-red-950\/0{
  border-color: rgb(69 10 10 / 0) !important;
}

.\!border-red-950\/10{
  border-color: rgb(69 10 10 / 0.1) !important;
}

.\!border-red-950\/100{
  border-color: rgb(69 10 10 / 1) !important;
}

.\!border-red-950\/20{
  border-color: rgb(69 10 10 / 0.2) !important;
}

.\!border-red-950\/25{
  border-color: rgb(69 10 10 / 0.25) !important;
}

.\!border-red-950\/30{
  border-color: rgb(69 10 10 / 0.3) !important;
}

.\!border-red-950\/40{
  border-color: rgb(69 10 10 / 0.4) !important;
}

.\!border-red-950\/5{
  border-color: rgb(69 10 10 / 0.05) !important;
}

.\!border-red-950\/50{
  border-color: rgb(69 10 10 / 0.5) !important;
}

.\!border-red-950\/60{
  border-color: rgb(69 10 10 / 0.6) !important;
}

.\!border-red-950\/70{
  border-color: rgb(69 10 10 / 0.7) !important;
}

.\!border-red-950\/75{
  border-color: rgb(69 10 10 / 0.75) !important;
}

.\!border-red-950\/80{
  border-color: rgb(69 10 10 / 0.8) !important;
}

.\!border-red-950\/90{
  border-color: rgb(69 10 10 / 0.9) !important;
}

.\!border-red-950\/95{
  border-color: rgb(69 10 10 / 0.95) !important;
}

.\!border-red\/0{
  border-color: rgb(218 61 42 / 0) !important;
}

.\!border-red\/10{
  border-color: rgb(218 61 42 / 0.1) !important;
}

.\!border-red\/100{
  border-color: rgb(218 61 42 / 1) !important;
}

.\!border-red\/20{
  border-color: rgb(218 61 42 / 0.2) !important;
}

.\!border-red\/25{
  border-color: rgb(218 61 42 / 0.25) !important;
}

.\!border-red\/30{
  border-color: rgb(218 61 42 / 0.3) !important;
}

.\!border-red\/40{
  border-color: rgb(218 61 42 / 0.4) !important;
}

.\!border-red\/5{
  border-color: rgb(218 61 42 / 0.05) !important;
}

.\!border-red\/50{
  border-color: rgb(218 61 42 / 0.5) !important;
}

.\!border-red\/60{
  border-color: rgb(218 61 42 / 0.6) !important;
}

.\!border-red\/70{
  border-color: rgb(218 61 42 / 0.7) !important;
}

.\!border-red\/75{
  border-color: rgb(218 61 42 / 0.75) !important;
}

.\!border-red\/80{
  border-color: rgb(218 61 42 / 0.8) !important;
}

.\!border-red\/90{
  border-color: rgb(218 61 42 / 0.9) !important;
}

.\!border-red\/95{
  border-color: rgb(218 61 42 / 0.95) !important;
}

.\!border-secondary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(123 175 222 / var(--tw-border-opacity)) !important;
}

.\!border-secondary\/0{
  border-color: rgb(123 175 222 / 0) !important;
}

.\!border-secondary\/10{
  border-color: rgb(123 175 222 / 0.1) !important;
}

.\!border-secondary\/100{
  border-color: rgb(123 175 222 / 1) !important;
}

.\!border-secondary\/20{
  border-color: rgb(123 175 222 / 0.2) !important;
}

.\!border-secondary\/25{
  border-color: rgb(123 175 222 / 0.25) !important;
}

.\!border-secondary\/30{
  border-color: rgb(123 175 222 / 0.3) !important;
}

.\!border-secondary\/40{
  border-color: rgb(123 175 222 / 0.4) !important;
}

.\!border-secondary\/5{
  border-color: rgb(123 175 222 / 0.05) !important;
}

.\!border-secondary\/50{
  border-color: rgb(123 175 222 / 0.5) !important;
}

.\!border-secondary\/60{
  border-color: rgb(123 175 222 / 0.6) !important;
}

.\!border-secondary\/70{
  border-color: rgb(123 175 222 / 0.7) !important;
}

.\!border-secondary\/75{
  border-color: rgb(123 175 222 / 0.75) !important;
}

.\!border-secondary\/80{
  border-color: rgb(123 175 222 / 0.8) !important;
}

.\!border-secondary\/90{
  border-color: rgb(123 175 222 / 0.9) !important;
}

.\!border-secondary\/95{
  border-color: rgb(123 175 222 / 0.95) !important;
}

.\!border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.\!border-white\/0{
  border-color: rgb(255 255 255 / 0) !important;
}

.\!border-white\/10{
  border-color: rgb(255 255 255 / 0.1) !important;
}

.\!border-white\/100{
  border-color: rgb(255 255 255 / 1) !important;
}

.\!border-white\/20{
  border-color: rgb(255 255 255 / 0.2) !important;
}

.\!border-white\/25{
  border-color: rgb(255 255 255 / 0.25) !important;
}

.\!border-white\/30{
  border-color: rgb(255 255 255 / 0.3) !important;
}

.\!border-white\/40{
  border-color: rgb(255 255 255 / 0.4) !important;
}

.\!border-white\/5{
  border-color: rgb(255 255 255 / 0.05) !important;
}

.\!border-white\/50{
  border-color: rgb(255 255 255 / 0.5) !important;
}

.\!border-white\/60{
  border-color: rgb(255 255 255 / 0.6) !important;
}

.\!border-white\/70{
  border-color: rgb(255 255 255 / 0.7) !important;
}

.\!border-white\/75{
  border-color: rgb(255 255 255 / 0.75) !important;
}

.\!border-white\/80{
  border-color: rgb(255 255 255 / 0.8) !important;
}

.\!border-white\/90{
  border-color: rgb(255 255 255 / 0.9) !important;
}

.\!border-white\/95{
  border-color: rgb(255 255 255 / 0.95) !important;
}

.border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}

.border-\[\#3b71ca\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}

.border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(123 175 222 / var(--tw-border-opacity));
}

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(211 228 244 / var(--tw-border-opacity));
}

.border-blue-100\/0{
  border-color: rgb(211 228 244 / 0);
}

.border-blue-100\/10{
  border-color: rgb(211 228 244 / 0.1);
}

.border-blue-100\/100{
  border-color: rgb(211 228 244 / 1);
}

.border-blue-100\/20{
  border-color: rgb(211 228 244 / 0.2);
}

.border-blue-100\/25{
  border-color: rgb(211 228 244 / 0.25);
}

.border-blue-100\/30{
  border-color: rgb(211 228 244 / 0.3);
}

.border-blue-100\/40{
  border-color: rgb(211 228 244 / 0.4);
}

.border-blue-100\/5{
  border-color: rgb(211 228 244 / 0.05);
}

.border-blue-100\/50{
  border-color: rgb(211 228 244 / 0.5);
}

.border-blue-100\/60{
  border-color: rgb(211 228 244 / 0.6);
}

.border-blue-100\/70{
  border-color: rgb(211 228 244 / 0.7);
}

.border-blue-100\/75{
  border-color: rgb(211 228 244 / 0.75);
}

.border-blue-100\/80{
  border-color: rgb(211 228 244 / 0.8);
}

.border-blue-100\/90{
  border-color: rgb(211 228 244 / 0.9);
}

.border-blue-100\/95{
  border-color: rgb(211 228 244 / 0.95);
}

.border-blue-1000{
  --tw-border-opacity: 1;
  border-color: rgb(25 35 44 / var(--tw-border-opacity));
}

.border-blue-1000\/0{
  border-color: rgb(25 35 44 / 0);
}

.border-blue-1000\/10{
  border-color: rgb(25 35 44 / 0.1);
}

.border-blue-1000\/100{
  border-color: rgb(25 35 44 / 1);
}

.border-blue-1000\/20{
  border-color: rgb(25 35 44 / 0.2);
}

.border-blue-1000\/25{
  border-color: rgb(25 35 44 / 0.25);
}

.border-blue-1000\/30{
  border-color: rgb(25 35 44 / 0.3);
}

.border-blue-1000\/40{
  border-color: rgb(25 35 44 / 0.4);
}

.border-blue-1000\/5{
  border-color: rgb(25 35 44 / 0.05);
}

.border-blue-1000\/50{
  border-color: rgb(25 35 44 / 0.5);
}

.border-blue-1000\/60{
  border-color: rgb(25 35 44 / 0.6);
}

.border-blue-1000\/70{
  border-color: rgb(25 35 44 / 0.7);
}

.border-blue-1000\/75{
  border-color: rgb(25 35 44 / 0.75);
}

.border-blue-1000\/80{
  border-color: rgb(25 35 44 / 0.8);
}

.border-blue-1000\/90{
  border-color: rgb(25 35 44 / 0.9);
}

.border-blue-1000\/95{
  border-color: rgb(25 35 44 / 0.95);
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(189 215 239 / var(--tw-border-opacity));
}

.border-blue-200\/0{
  border-color: rgb(189 215 239 / 0);
}

.border-blue-200\/10{
  border-color: rgb(189 215 239 / 0.1);
}

.border-blue-200\/100{
  border-color: rgb(189 215 239 / 1);
}

.border-blue-200\/20{
  border-color: rgb(189 215 239 / 0.2);
}

.border-blue-200\/25{
  border-color: rgb(189 215 239 / 0.25);
}

.border-blue-200\/30{
  border-color: rgb(189 215 239 / 0.3);
}

.border-blue-200\/40{
  border-color: rgb(189 215 239 / 0.4);
}

.border-blue-200\/5{
  border-color: rgb(189 215 239 / 0.05);
}

.border-blue-200\/50{
  border-color: rgb(189 215 239 / 0.5);
}

.border-blue-200\/60{
  border-color: rgb(189 215 239 / 0.6);
}

.border-blue-200\/70{
  border-color: rgb(189 215 239 / 0.7);
}

.border-blue-200\/75{
  border-color: rgb(189 215 239 / 0.75);
}

.border-blue-200\/80{
  border-color: rgb(189 215 239 / 0.8);
}

.border-blue-200\/90{
  border-color: rgb(189 215 239 / 0.9);
}

.border-blue-200\/95{
  border-color: rgb(189 215 239 / 0.95);
}

.border-blue-25{
  --tw-border-opacity: 1;
  border-color: rgb(246 250 253 / var(--tw-border-opacity));
}

.border-blue-25\/0{
  border-color: rgb(246 250 253 / 0);
}

.border-blue-25\/10{
  border-color: rgb(246 250 253 / 0.1);
}

.border-blue-25\/100{
  border-color: rgb(246 250 253 / 1);
}

.border-blue-25\/20{
  border-color: rgb(246 250 253 / 0.2);
}

.border-blue-25\/25{
  border-color: rgb(246 250 253 / 0.25);
}

.border-blue-25\/30{
  border-color: rgb(246 250 253 / 0.3);
}

.border-blue-25\/40{
  border-color: rgb(246 250 253 / 0.4);
}

.border-blue-25\/5{
  border-color: rgb(246 250 253 / 0.05);
}

.border-blue-25\/50{
  border-color: rgb(246 250 253 / 0.5);
}

.border-blue-25\/60{
  border-color: rgb(246 250 253 / 0.6);
}

.border-blue-25\/70{
  border-color: rgb(246 250 253 / 0.7);
}

.border-blue-25\/75{
  border-color: rgb(246 250 253 / 0.75);
}

.border-blue-25\/80{
  border-color: rgb(246 250 253 / 0.8);
}

.border-blue-25\/90{
  border-color: rgb(246 250 253 / 0.9);
}

.border-blue-25\/95{
  border-color: rgb(246 250 253 / 0.95);
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(167 202 233 / var(--tw-border-opacity));
}

.border-blue-300\/0{
  border-color: rgb(167 202 233 / 0);
}

.border-blue-300\/10{
  border-color: rgb(167 202 233 / 0.1);
}

.border-blue-300\/100{
  border-color: rgb(167 202 233 / 1);
}

.border-blue-300\/20{
  border-color: rgb(167 202 233 / 0.2);
}

.border-blue-300\/25{
  border-color: rgb(167 202 233 / 0.25);
}

.border-blue-300\/30{
  border-color: rgb(167 202 233 / 0.3);
}

.border-blue-300\/40{
  border-color: rgb(167 202 233 / 0.4);
}

.border-blue-300\/5{
  border-color: rgb(167 202 233 / 0.05);
}

.border-blue-300\/50{
  border-color: rgb(167 202 233 / 0.5);
}

.border-blue-300\/60{
  border-color: rgb(167 202 233 / 0.6);
}

.border-blue-300\/70{
  border-color: rgb(167 202 233 / 0.7);
}

.border-blue-300\/75{
  border-color: rgb(167 202 233 / 0.75);
}

.border-blue-300\/80{
  border-color: rgb(167 202 233 / 0.8);
}

.border-blue-300\/90{
  border-color: rgb(167 202 233 / 0.9);
}

.border-blue-300\/95{
  border-color: rgb(167 202 233 / 0.95);
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(145 188 228 / var(--tw-border-opacity));
}

.border-blue-400\/0{
  border-color: rgb(145 188 228 / 0);
}

.border-blue-400\/10{
  border-color: rgb(145 188 228 / 0.1);
}

.border-blue-400\/100{
  border-color: rgb(145 188 228 / 1);
}

.border-blue-400\/20{
  border-color: rgb(145 188 228 / 0.2);
}

.border-blue-400\/25{
  border-color: rgb(145 188 228 / 0.25);
}

.border-blue-400\/30{
  border-color: rgb(145 188 228 / 0.3);
}

.border-blue-400\/40{
  border-color: rgb(145 188 228 / 0.4);
}

.border-blue-400\/5{
  border-color: rgb(145 188 228 / 0.05);
}

.border-blue-400\/50{
  border-color: rgb(145 188 228 / 0.5);
}

.border-blue-400\/60{
  border-color: rgb(145 188 228 / 0.6);
}

.border-blue-400\/70{
  border-color: rgb(145 188 228 / 0.7);
}

.border-blue-400\/75{
  border-color: rgb(145 188 228 / 0.75);
}

.border-blue-400\/80{
  border-color: rgb(145 188 228 / 0.8);
}

.border-blue-400\/90{
  border-color: rgb(145 188 228 / 0.9);
}

.border-blue-400\/95{
  border-color: rgb(145 188 228 / 0.95);
}

.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgb(229 239 248 / var(--tw-border-opacity));
}

.border-blue-50\/0{
  border-color: rgb(229 239 248 / 0);
}

.border-blue-50\/10{
  border-color: rgb(229 239 248 / 0.1);
}

.border-blue-50\/100{
  border-color: rgb(229 239 248 / 1);
}

.border-blue-50\/20{
  border-color: rgb(229 239 248 / 0.2);
}

.border-blue-50\/25{
  border-color: rgb(229 239 248 / 0.25);
}

.border-blue-50\/30{
  border-color: rgb(229 239 248 / 0.3);
}

.border-blue-50\/40{
  border-color: rgb(229 239 248 / 0.4);
}

.border-blue-50\/5{
  border-color: rgb(229 239 248 / 0.05);
}

.border-blue-50\/50{
  border-color: rgb(229 239 248 / 0.5);
}

.border-blue-50\/60{
  border-color: rgb(229 239 248 / 0.6);
}

.border-blue-50\/70{
  border-color: rgb(229 239 248 / 0.7);
}

.border-blue-50\/75{
  border-color: rgb(229 239 248 / 0.75);
}

.border-blue-50\/80{
  border-color: rgb(229 239 248 / 0.8);
}

.border-blue-50\/90{
  border-color: rgb(229 239 248 / 0.9);
}

.border-blue-50\/95{
  border-color: rgb(229 239 248 / 0.95);
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(123 175 222 / var(--tw-border-opacity));
}

.border-blue-500\/0{
  border-color: rgb(123 175 222 / 0);
}

.border-blue-500\/10{
  border-color: rgb(123 175 222 / 0.1);
}

.border-blue-500\/100{
  border-color: rgb(123 175 222 / 1);
}

.border-blue-500\/20{
  border-color: rgb(123 175 222 / 0.2);
}

.border-blue-500\/25{
  border-color: rgb(123 175 222 / 0.25);
}

.border-blue-500\/30{
  border-color: rgb(123 175 222 / 0.3);
}

.border-blue-500\/40{
  border-color: rgb(123 175 222 / 0.4);
}

.border-blue-500\/5{
  border-color: rgb(123 175 222 / 0.05);
}

.border-blue-500\/50{
  border-color: rgb(123 175 222 / 0.5);
}

.border-blue-500\/60{
  border-color: rgb(123 175 222 / 0.6);
}

.border-blue-500\/70{
  border-color: rgb(123 175 222 / 0.7);
}

.border-blue-500\/75{
  border-color: rgb(123 175 222 / 0.75);
}

.border-blue-500\/80{
  border-color: rgb(123 175 222 / 0.8);
}

.border-blue-500\/90{
  border-color: rgb(123 175 222 / 0.9);
}

.border-blue-500\/95{
  border-color: rgb(123 175 222 / 0.95);
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(103 146 185 / var(--tw-border-opacity));
}

.border-blue-600\/0{
  border-color: rgb(103 146 185 / 0);
}

.border-blue-600\/10{
  border-color: rgb(103 146 185 / 0.1);
}

.border-blue-600\/100{
  border-color: rgb(103 146 185 / 1);
}

.border-blue-600\/20{
  border-color: rgb(103 146 185 / 0.2);
}

.border-blue-600\/25{
  border-color: rgb(103 146 185 / 0.25);
}

.border-blue-600\/30{
  border-color: rgb(103 146 185 / 0.3);
}

.border-blue-600\/40{
  border-color: rgb(103 146 185 / 0.4);
}

.border-blue-600\/5{
  border-color: rgb(103 146 185 / 0.05);
}

.border-blue-600\/50{
  border-color: rgb(103 146 185 / 0.5);
}

.border-blue-600\/60{
  border-color: rgb(103 146 185 / 0.6);
}

.border-blue-600\/70{
  border-color: rgb(103 146 185 / 0.7);
}

.border-blue-600\/75{
  border-color: rgb(103 146 185 / 0.75);
}

.border-blue-600\/80{
  border-color: rgb(103 146 185 / 0.8);
}

.border-blue-600\/90{
  border-color: rgb(103 146 185 / 0.9);
}

.border-blue-600\/95{
  border-color: rgb(103 146 185 / 0.95);
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(82 117 148 / var(--tw-border-opacity));
}

.border-blue-700\/0{
  border-color: rgb(82 117 148 / 0);
}

.border-blue-700\/10{
  border-color: rgb(82 117 148 / 0.1);
}

.border-blue-700\/100{
  border-color: rgb(82 117 148 / 1);
}

.border-blue-700\/20{
  border-color: rgb(82 117 148 / 0.2);
}

.border-blue-700\/25{
  border-color: rgb(82 117 148 / 0.25);
}

.border-blue-700\/30{
  border-color: rgb(82 117 148 / 0.3);
}

.border-blue-700\/40{
  border-color: rgb(82 117 148 / 0.4);
}

.border-blue-700\/5{
  border-color: rgb(82 117 148 / 0.05);
}

.border-blue-700\/50{
  border-color: rgb(82 117 148 / 0.5);
}

.border-blue-700\/60{
  border-color: rgb(82 117 148 / 0.6);
}

.border-blue-700\/70{
  border-color: rgb(82 117 148 / 0.7);
}

.border-blue-700\/75{
  border-color: rgb(82 117 148 / 0.75);
}

.border-blue-700\/80{
  border-color: rgb(82 117 148 / 0.8);
}

.border-blue-700\/90{
  border-color: rgb(82 117 148 / 0.9);
}

.border-blue-700\/95{
  border-color: rgb(82 117 148 / 0.95);
}

.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgb(62 88 111 / var(--tw-border-opacity));
}

.border-blue-800\/0{
  border-color: rgb(62 88 111 / 0);
}

.border-blue-800\/10{
  border-color: rgb(62 88 111 / 0.1);
}

.border-blue-800\/100{
  border-color: rgb(62 88 111 / 1);
}

.border-blue-800\/20{
  border-color: rgb(62 88 111 / 0.2);
}

.border-blue-800\/25{
  border-color: rgb(62 88 111 / 0.25);
}

.border-blue-800\/30{
  border-color: rgb(62 88 111 / 0.3);
}

.border-blue-800\/40{
  border-color: rgb(62 88 111 / 0.4);
}

.border-blue-800\/5{
  border-color: rgb(62 88 111 / 0.05);
}

.border-blue-800\/50{
  border-color: rgb(62 88 111 / 0.5);
}

.border-blue-800\/60{
  border-color: rgb(62 88 111 / 0.6);
}

.border-blue-800\/70{
  border-color: rgb(62 88 111 / 0.7);
}

.border-blue-800\/75{
  border-color: rgb(62 88 111 / 0.75);
}

.border-blue-800\/80{
  border-color: rgb(62 88 111 / 0.8);
}

.border-blue-800\/90{
  border-color: rgb(62 88 111 / 0.9);
}

.border-blue-800\/95{
  border-color: rgb(62 88 111 / 0.95);
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(41 58 74 / var(--tw-border-opacity));
}

.border-blue-900\/0{
  border-color: rgb(41 58 74 / 0);
}

.border-blue-900\/10{
  border-color: rgb(41 58 74 / 0.1);
}

.border-blue-900\/100{
  border-color: rgb(41 58 74 / 1);
}

.border-blue-900\/20{
  border-color: rgb(41 58 74 / 0.2);
}

.border-blue-900\/25{
  border-color: rgb(41 58 74 / 0.25);
}

.border-blue-900\/30{
  border-color: rgb(41 58 74 / 0.3);
}

.border-blue-900\/40{
  border-color: rgb(41 58 74 / 0.4);
}

.border-blue-900\/5{
  border-color: rgb(41 58 74 / 0.05);
}

.border-blue-900\/50{
  border-color: rgb(41 58 74 / 0.5);
}

.border-blue-900\/60{
  border-color: rgb(41 58 74 / 0.6);
}

.border-blue-900\/70{
  border-color: rgb(41 58 74 / 0.7);
}

.border-blue-900\/75{
  border-color: rgb(41 58 74 / 0.75);
}

.border-blue-900\/80{
  border-color: rgb(41 58 74 / 0.8);
}

.border-blue-900\/90{
  border-color: rgb(41 58 74 / 0.9);
}

.border-blue-900\/95{
  border-color: rgb(41 58 74 / 0.95);
}

.border-blue\/0{
  border-color: rgb(123 175 222 / 0);
}

.border-blue\/10{
  border-color: rgb(123 175 222 / 0.1);
}

.border-blue\/100{
  border-color: rgb(123 175 222 / 1);
}

.border-blue\/20{
  border-color: rgb(123 175 222 / 0.2);
}

.border-blue\/25{
  border-color: rgb(123 175 222 / 0.25);
}

.border-blue\/30{
  border-color: rgb(123 175 222 / 0.3);
}

.border-blue\/40{
  border-color: rgb(123 175 222 / 0.4);
}

.border-blue\/5{
  border-color: rgb(123 175 222 / 0.05);
}

.border-blue\/50{
  border-color: rgb(123 175 222 / 0.5);
}

.border-blue\/60{
  border-color: rgb(123 175 222 / 0.6);
}

.border-blue\/70{
  border-color: rgb(123 175 222 / 0.7);
}

.border-blue\/75{
  border-color: rgb(123 175 222 / 0.75);
}

.border-blue\/80{
  border-color: rgb(123 175 222 / 0.8);
}

.border-blue\/90{
  border-color: rgb(123 175 222 / 0.9);
}

.border-blue\/95{
  border-color: rgb(123 175 222 / 0.95);
}

.border-brown{
  --tw-border-opacity: 1;
  border-color: rgb(64 62 46 / var(--tw-border-opacity));
}

.border-brown-100{
  --tw-border-opacity: 1;
  border-color: rgb(191 191 185 / var(--tw-border-opacity));
}

.border-brown-100\/0{
  border-color: rgb(191 191 185 / 0);
}

.border-brown-100\/10{
  border-color: rgb(191 191 185 / 0.1);
}

.border-brown-100\/100{
  border-color: rgb(191 191 185 / 1);
}

.border-brown-100\/20{
  border-color: rgb(191 191 185 / 0.2);
}

.border-brown-100\/25{
  border-color: rgb(191 191 185 / 0.25);
}

.border-brown-100\/30{
  border-color: rgb(191 191 185 / 0.3);
}

.border-brown-100\/40{
  border-color: rgb(191 191 185 / 0.4);
}

.border-brown-100\/5{
  border-color: rgb(191 191 185 / 0.05);
}

.border-brown-100\/50{
  border-color: rgb(191 191 185 / 0.5);
}

.border-brown-100\/60{
  border-color: rgb(191 191 185 / 0.6);
}

.border-brown-100\/70{
  border-color: rgb(191 191 185 / 0.7);
}

.border-brown-100\/75{
  border-color: rgb(191 191 185 / 0.75);
}

.border-brown-100\/80{
  border-color: rgb(191 191 185 / 0.8);
}

.border-brown-100\/90{
  border-color: rgb(191 191 185 / 0.9);
}

.border-brown-100\/95{
  border-color: rgb(191 191 185 / 0.95);
}

.border-brown-1000{
  --tw-border-opacity: 1;
  border-color: rgb(13 12 9 / var(--tw-border-opacity));
}

.border-brown-1000\/0{
  border-color: rgb(13 12 9 / 0);
}

.border-brown-1000\/10{
  border-color: rgb(13 12 9 / 0.1);
}

.border-brown-1000\/100{
  border-color: rgb(13 12 9 / 1);
}

.border-brown-1000\/20{
  border-color: rgb(13 12 9 / 0.2);
}

.border-brown-1000\/25{
  border-color: rgb(13 12 9 / 0.25);
}

.border-brown-1000\/30{
  border-color: rgb(13 12 9 / 0.3);
}

.border-brown-1000\/40{
  border-color: rgb(13 12 9 / 0.4);
}

.border-brown-1000\/5{
  border-color: rgb(13 12 9 / 0.05);
}

.border-brown-1000\/50{
  border-color: rgb(13 12 9 / 0.5);
}

.border-brown-1000\/60{
  border-color: rgb(13 12 9 / 0.6);
}

.border-brown-1000\/70{
  border-color: rgb(13 12 9 / 0.7);
}

.border-brown-1000\/75{
  border-color: rgb(13 12 9 / 0.75);
}

.border-brown-1000\/80{
  border-color: rgb(13 12 9 / 0.8);
}

.border-brown-1000\/90{
  border-color: rgb(13 12 9 / 0.9);
}

.border-brown-1000\/95{
  border-color: rgb(13 12 9 / 0.95);
}

.border-brown-200{
  --tw-border-opacity: 1;
  border-color: rgb(160 159 151 / var(--tw-border-opacity));
}

.border-brown-200\/0{
  border-color: rgb(160 159 151 / 0);
}

.border-brown-200\/10{
  border-color: rgb(160 159 151 / 0.1);
}

.border-brown-200\/100{
  border-color: rgb(160 159 151 / 1);
}

.border-brown-200\/20{
  border-color: rgb(160 159 151 / 0.2);
}

.border-brown-200\/25{
  border-color: rgb(160 159 151 / 0.25);
}

.border-brown-200\/30{
  border-color: rgb(160 159 151 / 0.3);
}

.border-brown-200\/40{
  border-color: rgb(160 159 151 / 0.4);
}

.border-brown-200\/5{
  border-color: rgb(160 159 151 / 0.05);
}

.border-brown-200\/50{
  border-color: rgb(160 159 151 / 0.5);
}

.border-brown-200\/60{
  border-color: rgb(160 159 151 / 0.6);
}

.border-brown-200\/70{
  border-color: rgb(160 159 151 / 0.7);
}

.border-brown-200\/75{
  border-color: rgb(160 159 151 / 0.75);
}

.border-brown-200\/80{
  border-color: rgb(160 159 151 / 0.8);
}

.border-brown-200\/90{
  border-color: rgb(160 159 151 / 0.9);
}

.border-brown-200\/95{
  border-color: rgb(160 159 151 / 0.95);
}

.border-brown-25{
  --tw-border-opacity: 1;
  border-color: rgb(236 236 234 / var(--tw-border-opacity));
}

.border-brown-25\/0{
  border-color: rgb(236 236 234 / 0);
}

.border-brown-25\/10{
  border-color: rgb(236 236 234 / 0.1);
}

.border-brown-25\/100{
  border-color: rgb(236 236 234 / 1);
}

.border-brown-25\/20{
  border-color: rgb(236 236 234 / 0.2);
}

.border-brown-25\/25{
  border-color: rgb(236 236 234 / 0.25);
}

.border-brown-25\/30{
  border-color: rgb(236 236 234 / 0.3);
}

.border-brown-25\/40{
  border-color: rgb(236 236 234 / 0.4);
}

.border-brown-25\/5{
  border-color: rgb(236 236 234 / 0.05);
}

.border-brown-25\/50{
  border-color: rgb(236 236 234 / 0.5);
}

.border-brown-25\/60{
  border-color: rgb(236 236 234 / 0.6);
}

.border-brown-25\/70{
  border-color: rgb(236 236 234 / 0.7);
}

.border-brown-25\/75{
  border-color: rgb(236 236 234 / 0.75);
}

.border-brown-25\/80{
  border-color: rgb(236 236 234 / 0.8);
}

.border-brown-25\/90{
  border-color: rgb(236 236 234 / 0.9);
}

.border-brown-25\/95{
  border-color: rgb(236 236 234 / 0.95);
}

.border-brown-300{
  --tw-border-opacity: 1;
  border-color: rgb(128 126 116 / var(--tw-border-opacity));
}

.border-brown-300\/0{
  border-color: rgb(128 126 116 / 0);
}

.border-brown-300\/10{
  border-color: rgb(128 126 116 / 0.1);
}

.border-brown-300\/100{
  border-color: rgb(128 126 116 / 1);
}

.border-brown-300\/20{
  border-color: rgb(128 126 116 / 0.2);
}

.border-brown-300\/25{
  border-color: rgb(128 126 116 / 0.25);
}

.border-brown-300\/30{
  border-color: rgb(128 126 116 / 0.3);
}

.border-brown-300\/40{
  border-color: rgb(128 126 116 / 0.4);
}

.border-brown-300\/5{
  border-color: rgb(128 126 116 / 0.05);
}

.border-brown-300\/50{
  border-color: rgb(128 126 116 / 0.5);
}

.border-brown-300\/60{
  border-color: rgb(128 126 116 / 0.6);
}

.border-brown-300\/70{
  border-color: rgb(128 126 116 / 0.7);
}

.border-brown-300\/75{
  border-color: rgb(128 126 116 / 0.75);
}

.border-brown-300\/80{
  border-color: rgb(128 126 116 / 0.8);
}

.border-brown-300\/90{
  border-color: rgb(128 126 116 / 0.9);
}

.border-brown-300\/95{
  border-color: rgb(128 126 116 / 0.95);
}

.border-brown-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 94 81 / var(--tw-border-opacity));
}

.border-brown-400\/0{
  border-color: rgb(96 94 81 / 0);
}

.border-brown-400\/10{
  border-color: rgb(96 94 81 / 0.1);
}

.border-brown-400\/100{
  border-color: rgb(96 94 81 / 1);
}

.border-brown-400\/20{
  border-color: rgb(96 94 81 / 0.2);
}

.border-brown-400\/25{
  border-color: rgb(96 94 81 / 0.25);
}

.border-brown-400\/30{
  border-color: rgb(96 94 81 / 0.3);
}

.border-brown-400\/40{
  border-color: rgb(96 94 81 / 0.4);
}

.border-brown-400\/5{
  border-color: rgb(96 94 81 / 0.05);
}

.border-brown-400\/50{
  border-color: rgb(96 94 81 / 0.5);
}

.border-brown-400\/60{
  border-color: rgb(96 94 81 / 0.6);
}

.border-brown-400\/70{
  border-color: rgb(96 94 81 / 0.7);
}

.border-brown-400\/75{
  border-color: rgb(96 94 81 / 0.75);
}

.border-brown-400\/80{
  border-color: rgb(96 94 81 / 0.8);
}

.border-brown-400\/90{
  border-color: rgb(96 94 81 / 0.9);
}

.border-brown-400\/95{
  border-color: rgb(96 94 81 / 0.95);
}

.border-brown-50{
  --tw-border-opacity: 1;
  border-color: rgb(217 216 213 / var(--tw-border-opacity));
}

.border-brown-50\/0{
  border-color: rgb(217 216 213 / 0);
}

.border-brown-50\/10{
  border-color: rgb(217 216 213 / 0.1);
}

.border-brown-50\/100{
  border-color: rgb(217 216 213 / 1);
}

.border-brown-50\/20{
  border-color: rgb(217 216 213 / 0.2);
}

.border-brown-50\/25{
  border-color: rgb(217 216 213 / 0.25);
}

.border-brown-50\/30{
  border-color: rgb(217 216 213 / 0.3);
}

.border-brown-50\/40{
  border-color: rgb(217 216 213 / 0.4);
}

.border-brown-50\/5{
  border-color: rgb(217 216 213 / 0.05);
}

.border-brown-50\/50{
  border-color: rgb(217 216 213 / 0.5);
}

.border-brown-50\/60{
  border-color: rgb(217 216 213 / 0.6);
}

.border-brown-50\/70{
  border-color: rgb(217 216 213 / 0.7);
}

.border-brown-50\/75{
  border-color: rgb(217 216 213 / 0.75);
}

.border-brown-50\/80{
  border-color: rgb(217 216 213 / 0.8);
}

.border-brown-50\/90{
  border-color: rgb(217 216 213 / 0.9);
}

.border-brown-50\/95{
  border-color: rgb(217 216 213 / 0.95);
}

.border-brown-500{
  --tw-border-opacity: 1;
  border-color: rgb(64 62 46 / var(--tw-border-opacity));
}

.border-brown-500\/0{
  border-color: rgb(64 62 46 / 0);
}

.border-brown-500\/10{
  border-color: rgb(64 62 46 / 0.1);
}

.border-brown-500\/100{
  border-color: rgb(64 62 46 / 1);
}

.border-brown-500\/20{
  border-color: rgb(64 62 46 / 0.2);
}

.border-brown-500\/25{
  border-color: rgb(64 62 46 / 0.25);
}

.border-brown-500\/30{
  border-color: rgb(64 62 46 / 0.3);
}

.border-brown-500\/40{
  border-color: rgb(64 62 46 / 0.4);
}

.border-brown-500\/5{
  border-color: rgb(64 62 46 / 0.05);
}

.border-brown-500\/50{
  border-color: rgb(64 62 46 / 0.5);
}

.border-brown-500\/60{
  border-color: rgb(64 62 46 / 0.6);
}

.border-brown-500\/70{
  border-color: rgb(64 62 46 / 0.7);
}

.border-brown-500\/75{
  border-color: rgb(64 62 46 / 0.75);
}

.border-brown-500\/80{
  border-color: rgb(64 62 46 / 0.8);
}

.border-brown-500\/90{
  border-color: rgb(64 62 46 / 0.9);
}

.border-brown-500\/95{
  border-color: rgb(64 62 46 / 0.95);
}

.border-brown-600{
  --tw-border-opacity: 1;
  border-color: rgb(53 52 38 / var(--tw-border-opacity));
}

.border-brown-600\/0{
  border-color: rgb(53 52 38 / 0);
}

.border-brown-600\/10{
  border-color: rgb(53 52 38 / 0.1);
}

.border-brown-600\/100{
  border-color: rgb(53 52 38 / 1);
}

.border-brown-600\/20{
  border-color: rgb(53 52 38 / 0.2);
}

.border-brown-600\/25{
  border-color: rgb(53 52 38 / 0.25);
}

.border-brown-600\/30{
  border-color: rgb(53 52 38 / 0.3);
}

.border-brown-600\/40{
  border-color: rgb(53 52 38 / 0.4);
}

.border-brown-600\/5{
  border-color: rgb(53 52 38 / 0.05);
}

.border-brown-600\/50{
  border-color: rgb(53 52 38 / 0.5);
}

.border-brown-600\/60{
  border-color: rgb(53 52 38 / 0.6);
}

.border-brown-600\/70{
  border-color: rgb(53 52 38 / 0.7);
}

.border-brown-600\/75{
  border-color: rgb(53 52 38 / 0.75);
}

.border-brown-600\/80{
  border-color: rgb(53 52 38 / 0.8);
}

.border-brown-600\/90{
  border-color: rgb(53 52 38 / 0.9);
}

.border-brown-600\/95{
  border-color: rgb(53 52 38 / 0.95);
}

.border-brown-700{
  --tw-border-opacity: 1;
  border-color: rgb(43 41 31 / var(--tw-border-opacity));
}

.border-brown-700\/0{
  border-color: rgb(43 41 31 / 0);
}

.border-brown-700\/10{
  border-color: rgb(43 41 31 / 0.1);
}

.border-brown-700\/100{
  border-color: rgb(43 41 31 / 1);
}

.border-brown-700\/20{
  border-color: rgb(43 41 31 / 0.2);
}

.border-brown-700\/25{
  border-color: rgb(43 41 31 / 0.25);
}

.border-brown-700\/30{
  border-color: rgb(43 41 31 / 0.3);
}

.border-brown-700\/40{
  border-color: rgb(43 41 31 / 0.4);
}

.border-brown-700\/5{
  border-color: rgb(43 41 31 / 0.05);
}

.border-brown-700\/50{
  border-color: rgb(43 41 31 / 0.5);
}

.border-brown-700\/60{
  border-color: rgb(43 41 31 / 0.6);
}

.border-brown-700\/70{
  border-color: rgb(43 41 31 / 0.7);
}

.border-brown-700\/75{
  border-color: rgb(43 41 31 / 0.75);
}

.border-brown-700\/80{
  border-color: rgb(43 41 31 / 0.8);
}

.border-brown-700\/90{
  border-color: rgb(43 41 31 / 0.9);
}

.border-brown-700\/95{
  border-color: rgb(43 41 31 / 0.95);
}

.border-brown-800{
  --tw-border-opacity: 1;
  border-color: rgb(32 31 23 / var(--tw-border-opacity));
}

.border-brown-800\/0{
  border-color: rgb(32 31 23 / 0);
}

.border-brown-800\/10{
  border-color: rgb(32 31 23 / 0.1);
}

.border-brown-800\/100{
  border-color: rgb(32 31 23 / 1);
}

.border-brown-800\/20{
  border-color: rgb(32 31 23 / 0.2);
}

.border-brown-800\/25{
  border-color: rgb(32 31 23 / 0.25);
}

.border-brown-800\/30{
  border-color: rgb(32 31 23 / 0.3);
}

.border-brown-800\/40{
  border-color: rgb(32 31 23 / 0.4);
}

.border-brown-800\/5{
  border-color: rgb(32 31 23 / 0.05);
}

.border-brown-800\/50{
  border-color: rgb(32 31 23 / 0.5);
}

.border-brown-800\/60{
  border-color: rgb(32 31 23 / 0.6);
}

.border-brown-800\/70{
  border-color: rgb(32 31 23 / 0.7);
}

.border-brown-800\/75{
  border-color: rgb(32 31 23 / 0.75);
}

.border-brown-800\/80{
  border-color: rgb(32 31 23 / 0.8);
}

.border-brown-800\/90{
  border-color: rgb(32 31 23 / 0.9);
}

.border-brown-800\/95{
  border-color: rgb(32 31 23 / 0.95);
}

.border-brown-900{
  --tw-border-opacity: 1;
  border-color: rgb(21 21 15 / var(--tw-border-opacity));
}

.border-brown-900\/0{
  border-color: rgb(21 21 15 / 0);
}

.border-brown-900\/10{
  border-color: rgb(21 21 15 / 0.1);
}

.border-brown-900\/100{
  border-color: rgb(21 21 15 / 1);
}

.border-brown-900\/20{
  border-color: rgb(21 21 15 / 0.2);
}

.border-brown-900\/25{
  border-color: rgb(21 21 15 / 0.25);
}

.border-brown-900\/30{
  border-color: rgb(21 21 15 / 0.3);
}

.border-brown-900\/40{
  border-color: rgb(21 21 15 / 0.4);
}

.border-brown-900\/5{
  border-color: rgb(21 21 15 / 0.05);
}

.border-brown-900\/50{
  border-color: rgb(21 21 15 / 0.5);
}

.border-brown-900\/60{
  border-color: rgb(21 21 15 / 0.6);
}

.border-brown-900\/70{
  border-color: rgb(21 21 15 / 0.7);
}

.border-brown-900\/75{
  border-color: rgb(21 21 15 / 0.75);
}

.border-brown-900\/80{
  border-color: rgb(21 21 15 / 0.8);
}

.border-brown-900\/90{
  border-color: rgb(21 21 15 / 0.9);
}

.border-brown-900\/95{
  border-color: rgb(21 21 15 / 0.95);
}

.border-brown\/0{
  border-color: rgb(64 62 46 / 0);
}

.border-brown\/10{
  border-color: rgb(64 62 46 / 0.1);
}

.border-brown\/100{
  border-color: rgb(64 62 46 / 1);
}

.border-brown\/20{
  border-color: rgb(64 62 46 / 0.2);
}

.border-brown\/25{
  border-color: rgb(64 62 46 / 0.25);
}

.border-brown\/30{
  border-color: rgb(64 62 46 / 0.3);
}

.border-brown\/40{
  border-color: rgb(64 62 46 / 0.4);
}

.border-brown\/5{
  border-color: rgb(64 62 46 / 0.05);
}

.border-brown\/50{
  border-color: rgb(64 62 46 / 0.5);
}

.border-brown\/60{
  border-color: rgb(64 62 46 / 0.6);
}

.border-brown\/70{
  border-color: rgb(64 62 46 / 0.7);
}

.border-brown\/75{
  border-color: rgb(64 62 46 / 0.75);
}

.border-brown\/80{
  border-color: rgb(64 62 46 / 0.8);
}

.border-brown\/90{
  border-color: rgb(64 62 46 / 0.9);
}

.border-brown\/95{
  border-color: rgb(64 62 46 / 0.95);
}

.border-burnt-orange{
  --tw-border-opacity: 1;
  border-color: rgb(240 90 40 / var(--tw-border-opacity));
}

.border-burnt-orange\/0{
  border-color: rgb(240 90 40 / 0);
}

.border-burnt-orange\/10{
  border-color: rgb(240 90 40 / 0.1);
}

.border-burnt-orange\/100{
  border-color: rgb(240 90 40 / 1);
}

.border-burnt-orange\/20{
  border-color: rgb(240 90 40 / 0.2);
}

.border-burnt-orange\/25{
  border-color: rgb(240 90 40 / 0.25);
}

.border-burnt-orange\/30{
  border-color: rgb(240 90 40 / 0.3);
}

.border-burnt-orange\/40{
  border-color: rgb(240 90 40 / 0.4);
}

.border-burnt-orange\/5{
  border-color: rgb(240 90 40 / 0.05);
}

.border-burnt-orange\/50{
  border-color: rgb(240 90 40 / 0.5);
}

.border-burnt-orange\/60{
  border-color: rgb(240 90 40 / 0.6);
}

.border-burnt-orange\/70{
  border-color: rgb(240 90 40 / 0.7);
}

.border-burnt-orange\/75{
  border-color: rgb(240 90 40 / 0.75);
}

.border-burnt-orange\/80{
  border-color: rgb(240 90 40 / 0.8);
}

.border-burnt-orange\/90{
  border-color: rgb(240 90 40 / 0.9);
}

.border-burnt-orange\/95{
  border-color: rgb(240 90 40 / 0.95);
}

.border-dark{
  --tw-border-opacity: 1;
  border-color: rgb(45 57 64 / var(--tw-border-opacity));
}

.border-dark\/0{
  border-color: rgb(45 57 64 / 0);
}

.border-dark\/10{
  border-color: rgb(45 57 64 / 0.1);
}

.border-dark\/100{
  border-color: rgb(45 57 64 / 1);
}

.border-dark\/20{
  border-color: rgb(45 57 64 / 0.2);
}

.border-dark\/25{
  border-color: rgb(45 57 64 / 0.25);
}

.border-dark\/30{
  border-color: rgb(45 57 64 / 0.3);
}

.border-dark\/40{
  border-color: rgb(45 57 64 / 0.4);
}

.border-dark\/5{
  border-color: rgb(45 57 64 / 0.05);
}

.border-dark\/50{
  border-color: rgb(45 57 64 / 0.5);
}

.border-dark\/60{
  border-color: rgb(45 57 64 / 0.6);
}

.border-dark\/70{
  border-color: rgb(45 57 64 / 0.7);
}

.border-dark\/75{
  border-color: rgb(45 57 64 / 0.75);
}

.border-dark\/80{
  border-color: rgb(45 57 64 / 0.8);
}

.border-dark\/90{
  border-color: rgb(45 57 64 / 0.9);
}

.border-dark\/95{
  border-color: rgb(45 57 64 / 0.95);
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-100\/0{
  border-color: rgb(243 244 246 / 0);
}

.border-gray-100\/10{
  border-color: rgb(243 244 246 / 0.1);
}

.border-gray-100\/100{
  border-color: rgb(243 244 246 / 1);
}

.border-gray-100\/20{
  border-color: rgb(243 244 246 / 0.2);
}

.border-gray-100\/25{
  border-color: rgb(243 244 246 / 0.25);
}

.border-gray-100\/30{
  border-color: rgb(243 244 246 / 0.3);
}

.border-gray-100\/40{
  border-color: rgb(243 244 246 / 0.4);
}

.border-gray-100\/5{
  border-color: rgb(243 244 246 / 0.05);
}

.border-gray-100\/50{
  border-color: rgb(243 244 246 / 0.5);
}

.border-gray-100\/60{
  border-color: rgb(243 244 246 / 0.6);
}

.border-gray-100\/70{
  border-color: rgb(243 244 246 / 0.7);
}

.border-gray-100\/75{
  border-color: rgb(243 244 246 / 0.75);
}

.border-gray-100\/80{
  border-color: rgb(243 244 246 / 0.8);
}

.border-gray-100\/90{
  border-color: rgb(243 244 246 / 0.9);
}

.border-gray-100\/95{
  border-color: rgb(243 244 246 / 0.95);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-200\/0{
  border-color: rgb(229 231 235 / 0);
}

.border-gray-200\/10{
  border-color: rgb(229 231 235 / 0.1);
}

.border-gray-200\/100{
  border-color: rgb(229 231 235 / 1);
}

.border-gray-200\/20{
  border-color: rgb(229 231 235 / 0.2);
}

.border-gray-200\/25{
  border-color: rgb(229 231 235 / 0.25);
}

.border-gray-200\/30{
  border-color: rgb(229 231 235 / 0.3);
}

.border-gray-200\/40{
  border-color: rgb(229 231 235 / 0.4);
}

.border-gray-200\/5{
  border-color: rgb(229 231 235 / 0.05);
}

.border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5);
}

.border-gray-200\/60{
  border-color: rgb(229 231 235 / 0.6);
}

.border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7);
}

.border-gray-200\/75{
  border-color: rgb(229 231 235 / 0.75);
}

.border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8);
}

.border-gray-200\/90{
  border-color: rgb(229 231 235 / 0.9);
}

.border-gray-200\/95{
  border-color: rgb(229 231 235 / 0.95);
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-300\/0{
  border-color: rgb(209 213 219 / 0);
}

.border-gray-300\/10{
  border-color: rgb(209 213 219 / 0.1);
}

.border-gray-300\/100{
  border-color: rgb(209 213 219 / 1);
}

.border-gray-300\/20{
  border-color: rgb(209 213 219 / 0.2);
}

.border-gray-300\/25{
  border-color: rgb(209 213 219 / 0.25);
}

.border-gray-300\/30{
  border-color: rgb(209 213 219 / 0.3);
}

.border-gray-300\/40{
  border-color: rgb(209 213 219 / 0.4);
}

.border-gray-300\/5{
  border-color: rgb(209 213 219 / 0.05);
}

.border-gray-300\/50{
  border-color: rgb(209 213 219 / 0.5);
}

.border-gray-300\/60{
  border-color: rgb(209 213 219 / 0.6);
}

.border-gray-300\/70{
  border-color: rgb(209 213 219 / 0.7);
}

.border-gray-300\/75{
  border-color: rgb(209 213 219 / 0.75);
}

.border-gray-300\/80{
  border-color: rgb(209 213 219 / 0.8);
}

.border-gray-300\/90{
  border-color: rgb(209 213 219 / 0.9);
}

.border-gray-300\/95{
  border-color: rgb(209 213 219 / 0.95);
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-400\/0{
  border-color: rgb(156 163 175 / 0);
}

.border-gray-400\/10{
  border-color: rgb(156 163 175 / 0.1);
}

.border-gray-400\/100{
  border-color: rgb(156 163 175 / 1);
}

.border-gray-400\/20{
  border-color: rgb(156 163 175 / 0.2);
}

.border-gray-400\/25{
  border-color: rgb(156 163 175 / 0.25);
}

.border-gray-400\/30{
  border-color: rgb(156 163 175 / 0.3);
}

.border-gray-400\/40{
  border-color: rgb(156 163 175 / 0.4);
}

.border-gray-400\/5{
  border-color: rgb(156 163 175 / 0.05);
}

.border-gray-400\/50{
  border-color: rgb(156 163 175 / 0.5);
}

.border-gray-400\/60{
  border-color: rgb(156 163 175 / 0.6);
}

.border-gray-400\/70{
  border-color: rgb(156 163 175 / 0.7);
}

.border-gray-400\/75{
  border-color: rgb(156 163 175 / 0.75);
}

.border-gray-400\/80{
  border-color: rgb(156 163 175 / 0.8);
}

.border-gray-400\/90{
  border-color: rgb(156 163 175 / 0.9);
}

.border-gray-400\/95{
  border-color: rgb(156 163 175 / 0.95);
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-gray-50\/0{
  border-color: rgb(249 250 251 / 0);
}

.border-gray-50\/10{
  border-color: rgb(249 250 251 / 0.1);
}

.border-gray-50\/100{
  border-color: rgb(249 250 251 / 1);
}

.border-gray-50\/20{
  border-color: rgb(249 250 251 / 0.2);
}

.border-gray-50\/25{
  border-color: rgb(249 250 251 / 0.25);
}

.border-gray-50\/30{
  border-color: rgb(249 250 251 / 0.3);
}

.border-gray-50\/40{
  border-color: rgb(249 250 251 / 0.4);
}

.border-gray-50\/5{
  border-color: rgb(249 250 251 / 0.05);
}

.border-gray-50\/50{
  border-color: rgb(249 250 251 / 0.5);
}

.border-gray-50\/60{
  border-color: rgb(249 250 251 / 0.6);
}

.border-gray-50\/70{
  border-color: rgb(249 250 251 / 0.7);
}

.border-gray-50\/75{
  border-color: rgb(249 250 251 / 0.75);
}

.border-gray-50\/80{
  border-color: rgb(249 250 251 / 0.8);
}

.border-gray-50\/90{
  border-color: rgb(249 250 251 / 0.9);
}

.border-gray-50\/95{
  border-color: rgb(249 250 251 / 0.95);
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-500\/0{
  border-color: rgb(107 114 128 / 0);
}

.border-gray-500\/10{
  border-color: rgb(107 114 128 / 0.1);
}

.border-gray-500\/100{
  border-color: rgb(107 114 128 / 1);
}

.border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2);
}

.border-gray-500\/25{
  border-color: rgb(107 114 128 / 0.25);
}

.border-gray-500\/30{
  border-color: rgb(107 114 128 / 0.3);
}

.border-gray-500\/40{
  border-color: rgb(107 114 128 / 0.4);
}

.border-gray-500\/5{
  border-color: rgb(107 114 128 / 0.05);
}

.border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5);
}

.border-gray-500\/60{
  border-color: rgb(107 114 128 / 0.6);
}

.border-gray-500\/70{
  border-color: rgb(107 114 128 / 0.7);
}

.border-gray-500\/75{
  border-color: rgb(107 114 128 / 0.75);
}

.border-gray-500\/80{
  border-color: rgb(107 114 128 / 0.8);
}

.border-gray-500\/90{
  border-color: rgb(107 114 128 / 0.9);
}

.border-gray-500\/95{
  border-color: rgb(107 114 128 / 0.95);
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-gray-600\/0{
  border-color: rgb(75 85 99 / 0);
}

.border-gray-600\/10{
  border-color: rgb(75 85 99 / 0.1);
}

.border-gray-600\/100{
  border-color: rgb(75 85 99 / 1);
}

.border-gray-600\/20{
  border-color: rgb(75 85 99 / 0.2);
}

.border-gray-600\/25{
  border-color: rgb(75 85 99 / 0.25);
}

.border-gray-600\/30{
  border-color: rgb(75 85 99 / 0.3);
}

.border-gray-600\/40{
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-600\/5{
  border-color: rgb(75 85 99 / 0.05);
}

.border-gray-600\/50{
  border-color: rgb(75 85 99 / 0.5);
}

.border-gray-600\/60{
  border-color: rgb(75 85 99 / 0.6);
}

.border-gray-600\/70{
  border-color: rgb(75 85 99 / 0.7);
}

.border-gray-600\/75{
  border-color: rgb(75 85 99 / 0.75);
}

.border-gray-600\/80{
  border-color: rgb(75 85 99 / 0.8);
}

.border-gray-600\/90{
  border-color: rgb(75 85 99 / 0.9);
}

.border-gray-600\/95{
  border-color: rgb(75 85 99 / 0.95);
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-gray-700\/0{
  border-color: rgb(55 65 81 / 0);
}

.border-gray-700\/10{
  border-color: rgb(55 65 81 / 0.1);
}

.border-gray-700\/100{
  border-color: rgb(55 65 81 / 1);
}

.border-gray-700\/20{
  border-color: rgb(55 65 81 / 0.2);
}

.border-gray-700\/25{
  border-color: rgb(55 65 81 / 0.25);
}

.border-gray-700\/30{
  border-color: rgb(55 65 81 / 0.3);
}

.border-gray-700\/40{
  border-color: rgb(55 65 81 / 0.4);
}

.border-gray-700\/5{
  border-color: rgb(55 65 81 / 0.05);
}

.border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-700\/60{
  border-color: rgb(55 65 81 / 0.6);
}

.border-gray-700\/70{
  border-color: rgb(55 65 81 / 0.7);
}

.border-gray-700\/75{
  border-color: rgb(55 65 81 / 0.75);
}

.border-gray-700\/80{
  border-color: rgb(55 65 81 / 0.8);
}

.border-gray-700\/90{
  border-color: rgb(55 65 81 / 0.9);
}

.border-gray-700\/95{
  border-color: rgb(55 65 81 / 0.95);
}

.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-gray-800\/0{
  border-color: rgb(31 41 55 / 0);
}

.border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1);
}

.border-gray-800\/100{
  border-color: rgb(31 41 55 / 1);
}

.border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2);
}

.border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25);
}

.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05);
}

.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5);
}

.border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6);
}

.border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7);
}

.border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75);
}

.border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8);
}

.border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9);
}

.border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95);
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-gray-900\/0{
  border-color: rgb(17 24 39 / 0);
}

.border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1);
}

.border-gray-900\/100{
  border-color: rgb(17 24 39 / 1);
}

.border-gray-900\/20{
  border-color: rgb(17 24 39 / 0.2);
}

.border-gray-900\/25{
  border-color: rgb(17 24 39 / 0.25);
}

.border-gray-900\/30{
  border-color: rgb(17 24 39 / 0.3);
}

.border-gray-900\/40{
  border-color: rgb(17 24 39 / 0.4);
}

.border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05);
}

.border-gray-900\/50{
  border-color: rgb(17 24 39 / 0.5);
}

.border-gray-900\/60{
  border-color: rgb(17 24 39 / 0.6);
}

.border-gray-900\/70{
  border-color: rgb(17 24 39 / 0.7);
}

.border-gray-900\/75{
  border-color: rgb(17 24 39 / 0.75);
}

.border-gray-900\/80{
  border-color: rgb(17 24 39 / 0.8);
}

.border-gray-900\/90{
  border-color: rgb(17 24 39 / 0.9);
}

.border-gray-900\/95{
  border-color: rgb(17 24 39 / 0.95);
}

.border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-gray-950\/0{
  border-color: rgb(3 7 18 / 0);
}

.border-gray-950\/10{
  border-color: rgb(3 7 18 / 0.1);
}

.border-gray-950\/100{
  border-color: rgb(3 7 18 / 1);
}

.border-gray-950\/20{
  border-color: rgb(3 7 18 / 0.2);
}

.border-gray-950\/25{
  border-color: rgb(3 7 18 / 0.25);
}

.border-gray-950\/30{
  border-color: rgb(3 7 18 / 0.3);
}

.border-gray-950\/40{
  border-color: rgb(3 7 18 / 0.4);
}

.border-gray-950\/5{
  border-color: rgb(3 7 18 / 0.05);
}

.border-gray-950\/50{
  border-color: rgb(3 7 18 / 0.5);
}

.border-gray-950\/60{
  border-color: rgb(3 7 18 / 0.6);
}

.border-gray-950\/70{
  border-color: rgb(3 7 18 / 0.7);
}

.border-gray-950\/75{
  border-color: rgb(3 7 18 / 0.75);
}

.border-gray-950\/80{
  border-color: rgb(3 7 18 / 0.8);
}

.border-gray-950\/90{
  border-color: rgb(3 7 18 / 0.9);
}

.border-gray-950\/95{
  border-color: rgb(3 7 18 / 0.95);
}

.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(146 188 96 / var(--tw-border-opacity));
}

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-green-100\/0{
  border-color: rgb(220 252 231 / 0);
}

.border-green-100\/10{
  border-color: rgb(220 252 231 / 0.1);
}

.border-green-100\/100{
  border-color: rgb(220 252 231 / 1);
}

.border-green-100\/20{
  border-color: rgb(220 252 231 / 0.2);
}

.border-green-100\/25{
  border-color: rgb(220 252 231 / 0.25);
}

.border-green-100\/30{
  border-color: rgb(220 252 231 / 0.3);
}

.border-green-100\/40{
  border-color: rgb(220 252 231 / 0.4);
}

.border-green-100\/5{
  border-color: rgb(220 252 231 / 0.05);
}

.border-green-100\/50{
  border-color: rgb(220 252 231 / 0.5);
}

.border-green-100\/60{
  border-color: rgb(220 252 231 / 0.6);
}

.border-green-100\/70{
  border-color: rgb(220 252 231 / 0.7);
}

.border-green-100\/75{
  border-color: rgb(220 252 231 / 0.75);
}

.border-green-100\/80{
  border-color: rgb(220 252 231 / 0.8);
}

.border-green-100\/90{
  border-color: rgb(220 252 231 / 0.9);
}

.border-green-100\/95{
  border-color: rgb(220 252 231 / 0.95);
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-green-200\/0{
  border-color: rgb(187 247 208 / 0);
}

.border-green-200\/10{
  border-color: rgb(187 247 208 / 0.1);
}

.border-green-200\/100{
  border-color: rgb(187 247 208 / 1);
}

.border-green-200\/20{
  border-color: rgb(187 247 208 / 0.2);
}

.border-green-200\/25{
  border-color: rgb(187 247 208 / 0.25);
}

.border-green-200\/30{
  border-color: rgb(187 247 208 / 0.3);
}

.border-green-200\/40{
  border-color: rgb(187 247 208 / 0.4);
}

.border-green-200\/5{
  border-color: rgb(187 247 208 / 0.05);
}

.border-green-200\/50{
  border-color: rgb(187 247 208 / 0.5);
}

.border-green-200\/60{
  border-color: rgb(187 247 208 / 0.6);
}

.border-green-200\/70{
  border-color: rgb(187 247 208 / 0.7);
}

.border-green-200\/75{
  border-color: rgb(187 247 208 / 0.75);
}

.border-green-200\/80{
  border-color: rgb(187 247 208 / 0.8);
}

.border-green-200\/90{
  border-color: rgb(187 247 208 / 0.9);
}

.border-green-200\/95{
  border-color: rgb(187 247 208 / 0.95);
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-green-300\/0{
  border-color: rgb(134 239 172 / 0);
}

.border-green-300\/10{
  border-color: rgb(134 239 172 / 0.1);
}

.border-green-300\/100{
  border-color: rgb(134 239 172 / 1);
}

.border-green-300\/20{
  border-color: rgb(134 239 172 / 0.2);
}

.border-green-300\/25{
  border-color: rgb(134 239 172 / 0.25);
}

.border-green-300\/30{
  border-color: rgb(134 239 172 / 0.3);
}

.border-green-300\/40{
  border-color: rgb(134 239 172 / 0.4);
}

.border-green-300\/5{
  border-color: rgb(134 239 172 / 0.05);
}

.border-green-300\/50{
  border-color: rgb(134 239 172 / 0.5);
}

.border-green-300\/60{
  border-color: rgb(134 239 172 / 0.6);
}

.border-green-300\/70{
  border-color: rgb(134 239 172 / 0.7);
}

.border-green-300\/75{
  border-color: rgb(134 239 172 / 0.75);
}

.border-green-300\/80{
  border-color: rgb(134 239 172 / 0.8);
}

.border-green-300\/90{
  border-color: rgb(134 239 172 / 0.9);
}

.border-green-300\/95{
  border-color: rgb(134 239 172 / 0.95);
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-green-400\/0{
  border-color: rgb(74 222 128 / 0);
}

.border-green-400\/10{
  border-color: rgb(74 222 128 / 0.1);
}

.border-green-400\/100{
  border-color: rgb(74 222 128 / 1);
}

.border-green-400\/20{
  border-color: rgb(74 222 128 / 0.2);
}

.border-green-400\/25{
  border-color: rgb(74 222 128 / 0.25);
}

.border-green-400\/30{
  border-color: rgb(74 222 128 / 0.3);
}

.border-green-400\/40{
  border-color: rgb(74 222 128 / 0.4);
}

.border-green-400\/5{
  border-color: rgb(74 222 128 / 0.05);
}

.border-green-400\/50{
  border-color: rgb(74 222 128 / 0.5);
}

.border-green-400\/60{
  border-color: rgb(74 222 128 / 0.6);
}

.border-green-400\/70{
  border-color: rgb(74 222 128 / 0.7);
}

.border-green-400\/75{
  border-color: rgb(74 222 128 / 0.75);
}

.border-green-400\/80{
  border-color: rgb(74 222 128 / 0.8);
}

.border-green-400\/90{
  border-color: rgb(74 222 128 / 0.9);
}

.border-green-400\/95{
  border-color: rgb(74 222 128 / 0.95);
}

.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-green-50\/0{
  border-color: rgb(240 253 244 / 0);
}

.border-green-50\/10{
  border-color: rgb(240 253 244 / 0.1);
}

.border-green-50\/100{
  border-color: rgb(240 253 244 / 1);
}

.border-green-50\/20{
  border-color: rgb(240 253 244 / 0.2);
}

.border-green-50\/25{
  border-color: rgb(240 253 244 / 0.25);
}

.border-green-50\/30{
  border-color: rgb(240 253 244 / 0.3);
}

.border-green-50\/40{
  border-color: rgb(240 253 244 / 0.4);
}

.border-green-50\/5{
  border-color: rgb(240 253 244 / 0.05);
}

.border-green-50\/50{
  border-color: rgb(240 253 244 / 0.5);
}

.border-green-50\/60{
  border-color: rgb(240 253 244 / 0.6);
}

.border-green-50\/70{
  border-color: rgb(240 253 244 / 0.7);
}

.border-green-50\/75{
  border-color: rgb(240 253 244 / 0.75);
}

.border-green-50\/80{
  border-color: rgb(240 253 244 / 0.8);
}

.border-green-50\/90{
  border-color: rgb(240 253 244 / 0.9);
}

.border-green-50\/95{
  border-color: rgb(240 253 244 / 0.95);
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-green-500\/0{
  border-color: rgb(34 197 94 / 0);
}

.border-green-500\/10{
  border-color: rgb(34 197 94 / 0.1);
}

.border-green-500\/100{
  border-color: rgb(34 197 94 / 1);
}

.border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-500\/25{
  border-color: rgb(34 197 94 / 0.25);
}

.border-green-500\/30{
  border-color: rgb(34 197 94 / 0.3);
}

.border-green-500\/40{
  border-color: rgb(34 197 94 / 0.4);
}

.border-green-500\/5{
  border-color: rgb(34 197 94 / 0.05);
}

.border-green-500\/50{
  border-color: rgb(34 197 94 / 0.5);
}

.border-green-500\/60{
  border-color: rgb(34 197 94 / 0.6);
}

.border-green-500\/70{
  border-color: rgb(34 197 94 / 0.7);
}

.border-green-500\/75{
  border-color: rgb(34 197 94 / 0.75);
}

.border-green-500\/80{
  border-color: rgb(34 197 94 / 0.8);
}

.border-green-500\/90{
  border-color: rgb(34 197 94 / 0.9);
}

.border-green-500\/95{
  border-color: rgb(34 197 94 / 0.95);
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-green-600\/0{
  border-color: rgb(22 163 74 / 0);
}

.border-green-600\/10{
  border-color: rgb(22 163 74 / 0.1);
}

.border-green-600\/100{
  border-color: rgb(22 163 74 / 1);
}

.border-green-600\/20{
  border-color: rgb(22 163 74 / 0.2);
}

.border-green-600\/25{
  border-color: rgb(22 163 74 / 0.25);
}

.border-green-600\/30{
  border-color: rgb(22 163 74 / 0.3);
}

.border-green-600\/40{
  border-color: rgb(22 163 74 / 0.4);
}

.border-green-600\/5{
  border-color: rgb(22 163 74 / 0.05);
}

.border-green-600\/50{
  border-color: rgb(22 163 74 / 0.5);
}

.border-green-600\/60{
  border-color: rgb(22 163 74 / 0.6);
}

.border-green-600\/70{
  border-color: rgb(22 163 74 / 0.7);
}

.border-green-600\/75{
  border-color: rgb(22 163 74 / 0.75);
}

.border-green-600\/80{
  border-color: rgb(22 163 74 / 0.8);
}

.border-green-600\/90{
  border-color: rgb(22 163 74 / 0.9);
}

.border-green-600\/95{
  border-color: rgb(22 163 74 / 0.95);
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-green-700\/0{
  border-color: rgb(21 128 61 / 0);
}

.border-green-700\/10{
  border-color: rgb(21 128 61 / 0.1);
}

.border-green-700\/100{
  border-color: rgb(21 128 61 / 1);
}

.border-green-700\/20{
  border-color: rgb(21 128 61 / 0.2);
}

.border-green-700\/25{
  border-color: rgb(21 128 61 / 0.25);
}

.border-green-700\/30{
  border-color: rgb(21 128 61 / 0.3);
}

.border-green-700\/40{
  border-color: rgb(21 128 61 / 0.4);
}

.border-green-700\/5{
  border-color: rgb(21 128 61 / 0.05);
}

.border-green-700\/50{
  border-color: rgb(21 128 61 / 0.5);
}

.border-green-700\/60{
  border-color: rgb(21 128 61 / 0.6);
}

.border-green-700\/70{
  border-color: rgb(21 128 61 / 0.7);
}

.border-green-700\/75{
  border-color: rgb(21 128 61 / 0.75);
}

.border-green-700\/80{
  border-color: rgb(21 128 61 / 0.8);
}

.border-green-700\/90{
  border-color: rgb(21 128 61 / 0.9);
}

.border-green-700\/95{
  border-color: rgb(21 128 61 / 0.95);
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-green-800\/0{
  border-color: rgb(22 101 52 / 0);
}

.border-green-800\/10{
  border-color: rgb(22 101 52 / 0.1);
}

.border-green-800\/100{
  border-color: rgb(22 101 52 / 1);
}

.border-green-800\/20{
  border-color: rgb(22 101 52 / 0.2);
}

.border-green-800\/25{
  border-color: rgb(22 101 52 / 0.25);
}

.border-green-800\/30{
  border-color: rgb(22 101 52 / 0.3);
}

.border-green-800\/40{
  border-color: rgb(22 101 52 / 0.4);
}

.border-green-800\/5{
  border-color: rgb(22 101 52 / 0.05);
}

.border-green-800\/50{
  border-color: rgb(22 101 52 / 0.5);
}

.border-green-800\/60{
  border-color: rgb(22 101 52 / 0.6);
}

.border-green-800\/70{
  border-color: rgb(22 101 52 / 0.7);
}

.border-green-800\/75{
  border-color: rgb(22 101 52 / 0.75);
}

.border-green-800\/80{
  border-color: rgb(22 101 52 / 0.8);
}

.border-green-800\/90{
  border-color: rgb(22 101 52 / 0.9);
}

.border-green-800\/95{
  border-color: rgb(22 101 52 / 0.95);
}

.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-green-900\/0{
  border-color: rgb(20 83 45 / 0);
}

.border-green-900\/10{
  border-color: rgb(20 83 45 / 0.1);
}

.border-green-900\/100{
  border-color: rgb(20 83 45 / 1);
}

.border-green-900\/20{
  border-color: rgb(20 83 45 / 0.2);
}

.border-green-900\/25{
  border-color: rgb(20 83 45 / 0.25);
}

.border-green-900\/30{
  border-color: rgb(20 83 45 / 0.3);
}

.border-green-900\/40{
  border-color: rgb(20 83 45 / 0.4);
}

.border-green-900\/5{
  border-color: rgb(20 83 45 / 0.05);
}

.border-green-900\/50{
  border-color: rgb(20 83 45 / 0.5);
}

.border-green-900\/60{
  border-color: rgb(20 83 45 / 0.6);
}

.border-green-900\/70{
  border-color: rgb(20 83 45 / 0.7);
}

.border-green-900\/75{
  border-color: rgb(20 83 45 / 0.75);
}

.border-green-900\/80{
  border-color: rgb(20 83 45 / 0.8);
}

.border-green-900\/90{
  border-color: rgb(20 83 45 / 0.9);
}

.border-green-900\/95{
  border-color: rgb(20 83 45 / 0.95);
}

.border-green-950{
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-green-950\/0{
  border-color: rgb(5 46 22 / 0);
}

.border-green-950\/10{
  border-color: rgb(5 46 22 / 0.1);
}

.border-green-950\/100{
  border-color: rgb(5 46 22 / 1);
}

.border-green-950\/20{
  border-color: rgb(5 46 22 / 0.2);
}

.border-green-950\/25{
  border-color: rgb(5 46 22 / 0.25);
}

.border-green-950\/30{
  border-color: rgb(5 46 22 / 0.3);
}

.border-green-950\/40{
  border-color: rgb(5 46 22 / 0.4);
}

.border-green-950\/5{
  border-color: rgb(5 46 22 / 0.05);
}

.border-green-950\/50{
  border-color: rgb(5 46 22 / 0.5);
}

.border-green-950\/60{
  border-color: rgb(5 46 22 / 0.6);
}

.border-green-950\/70{
  border-color: rgb(5 46 22 / 0.7);
}

.border-green-950\/75{
  border-color: rgb(5 46 22 / 0.75);
}

.border-green-950\/80{
  border-color: rgb(5 46 22 / 0.8);
}

.border-green-950\/90{
  border-color: rgb(5 46 22 / 0.9);
}

.border-green-950\/95{
  border-color: rgb(5 46 22 / 0.95);
}

.border-green\/0{
  border-color: rgb(146 188 96 / 0);
}

.border-green\/10{
  border-color: rgb(146 188 96 / 0.1);
}

.border-green\/100{
  border-color: rgb(146 188 96 / 1);
}

.border-green\/20{
  border-color: rgb(146 188 96 / 0.2);
}

.border-green\/25{
  border-color: rgb(146 188 96 / 0.25);
}

.border-green\/30{
  border-color: rgb(146 188 96 / 0.3);
}

.border-green\/40{
  border-color: rgb(146 188 96 / 0.4);
}

.border-green\/5{
  border-color: rgb(146 188 96 / 0.05);
}

.border-green\/50{
  border-color: rgb(146 188 96 / 0.5);
}

.border-green\/60{
  border-color: rgb(146 188 96 / 0.6);
}

.border-green\/70{
  border-color: rgb(146 188 96 / 0.7);
}

.border-green\/75{
  border-color: rgb(146 188 96 / 0.75);
}

.border-green\/80{
  border-color: rgb(146 188 96 / 0.8);
}

.border-green\/90{
  border-color: rgb(146 188 96 / 0.9);
}

.border-green\/95{
  border-color: rgb(146 188 96 / 0.95);
}

.border-light{
  --tw-border-opacity: 1;
  border-color: rgb(246 250 253 / var(--tw-border-opacity));
}

.border-light\/0{
  border-color: rgb(246 250 253 / 0);
}

.border-light\/10{
  border-color: rgb(246 250 253 / 0.1);
}

.border-light\/100{
  border-color: rgb(246 250 253 / 1);
}

.border-light\/20{
  border-color: rgb(246 250 253 / 0.2);
}

.border-light\/25{
  border-color: rgb(246 250 253 / 0.25);
}

.border-light\/30{
  border-color: rgb(246 250 253 / 0.3);
}

.border-light\/40{
  border-color: rgb(246 250 253 / 0.4);
}

.border-light\/5{
  border-color: rgb(246 250 253 / 0.05);
}

.border-light\/50{
  border-color: rgb(246 250 253 / 0.5);
}

.border-light\/60{
  border-color: rgb(246 250 253 / 0.6);
}

.border-light\/70{
  border-color: rgb(246 250 253 / 0.7);
}

.border-light\/75{
  border-color: rgb(246 250 253 / 0.75);
}

.border-light\/80{
  border-color: rgb(246 250 253 / 0.8);
}

.border-light\/90{
  border-color: rgb(246 250 253 / 0.9);
}

.border-light\/95{
  border-color: rgb(246 250 253 / 0.95);
}

.border-maroon{
  --tw-border-opacity: 1;
  border-color: rgb(151 64 55 / var(--tw-border-opacity));
}

.border-maroon\/0{
  border-color: rgb(151 64 55 / 0);
}

.border-maroon\/10{
  border-color: rgb(151 64 55 / 0.1);
}

.border-maroon\/100{
  border-color: rgb(151 64 55 / 1);
}

.border-maroon\/20{
  border-color: rgb(151 64 55 / 0.2);
}

.border-maroon\/25{
  border-color: rgb(151 64 55 / 0.25);
}

.border-maroon\/30{
  border-color: rgb(151 64 55 / 0.3);
}

.border-maroon\/40{
  border-color: rgb(151 64 55 / 0.4);
}

.border-maroon\/5{
  border-color: rgb(151 64 55 / 0.05);
}

.border-maroon\/50{
  border-color: rgb(151 64 55 / 0.5);
}

.border-maroon\/60{
  border-color: rgb(151 64 55 / 0.6);
}

.border-maroon\/70{
  border-color: rgb(151 64 55 / 0.7);
}

.border-maroon\/75{
  border-color: rgb(151 64 55 / 0.75);
}

.border-maroon\/80{
  border-color: rgb(151 64 55 / 0.8);
}

.border-maroon\/90{
  border-color: rgb(151 64 55 / 0.9);
}

.border-maroon\/95{
  border-color: rgb(151 64 55 / 0.95);
}

.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(248 210 192 / var(--tw-border-opacity));
}

.border-orange-100\/0{
  border-color: rgb(248 210 192 / 0);
}

.border-orange-100\/10{
  border-color: rgb(248 210 192 / 0.1);
}

.border-orange-100\/100{
  border-color: rgb(248 210 192 / 1);
}

.border-orange-100\/20{
  border-color: rgb(248 210 192 / 0.2);
}

.border-orange-100\/25{
  border-color: rgb(248 210 192 / 0.25);
}

.border-orange-100\/30{
  border-color: rgb(248 210 192 / 0.3);
}

.border-orange-100\/40{
  border-color: rgb(248 210 192 / 0.4);
}

.border-orange-100\/5{
  border-color: rgb(248 210 192 / 0.05);
}

.border-orange-100\/50{
  border-color: rgb(248 210 192 / 0.5);
}

.border-orange-100\/60{
  border-color: rgb(248 210 192 / 0.6);
}

.border-orange-100\/70{
  border-color: rgb(248 210 192 / 0.7);
}

.border-orange-100\/75{
  border-color: rgb(248 210 192 / 0.75);
}

.border-orange-100\/80{
  border-color: rgb(248 210 192 / 0.8);
}

.border-orange-100\/90{
  border-color: rgb(248 210 192 / 0.9);
}

.border-orange-100\/95{
  border-color: rgb(248 210 192 / 0.95);
}

.border-orange-1000{
  --tw-border-opacity: 1;
  border-color: rgb(47 24 13 / var(--tw-border-opacity));
}

.border-orange-1000\/0{
  border-color: rgb(47 24 13 / 0);
}

.border-orange-1000\/10{
  border-color: rgb(47 24 13 / 0.1);
}

.border-orange-1000\/100{
  border-color: rgb(47 24 13 / 1);
}

.border-orange-1000\/20{
  border-color: rgb(47 24 13 / 0.2);
}

.border-orange-1000\/25{
  border-color: rgb(47 24 13 / 0.25);
}

.border-orange-1000\/30{
  border-color: rgb(47 24 13 / 0.3);
}

.border-orange-1000\/40{
  border-color: rgb(47 24 13 / 0.4);
}

.border-orange-1000\/5{
  border-color: rgb(47 24 13 / 0.05);
}

.border-orange-1000\/50{
  border-color: rgb(47 24 13 / 0.5);
}

.border-orange-1000\/60{
  border-color: rgb(47 24 13 / 0.6);
}

.border-orange-1000\/70{
  border-color: rgb(47 24 13 / 0.7);
}

.border-orange-1000\/75{
  border-color: rgb(47 24 13 / 0.75);
}

.border-orange-1000\/80{
  border-color: rgb(47 24 13 / 0.8);
}

.border-orange-1000\/90{
  border-color: rgb(47 24 13 / 0.9);
}

.border-orange-1000\/95{
  border-color: rgb(47 24 13 / 0.95);
}

.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(245 187 161 / var(--tw-border-opacity));
}

.border-orange-200\/0{
  border-color: rgb(245 187 161 / 0);
}

.border-orange-200\/10{
  border-color: rgb(245 187 161 / 0.1);
}

.border-orange-200\/100{
  border-color: rgb(245 187 161 / 1);
}

.border-orange-200\/20{
  border-color: rgb(245 187 161 / 0.2);
}

.border-orange-200\/25{
  border-color: rgb(245 187 161 / 0.25);
}

.border-orange-200\/30{
  border-color: rgb(245 187 161 / 0.3);
}

.border-orange-200\/40{
  border-color: rgb(245 187 161 / 0.4);
}

.border-orange-200\/5{
  border-color: rgb(245 187 161 / 0.05);
}

.border-orange-200\/50{
  border-color: rgb(245 187 161 / 0.5);
}

.border-orange-200\/60{
  border-color: rgb(245 187 161 / 0.6);
}

.border-orange-200\/70{
  border-color: rgb(245 187 161 / 0.7);
}

.border-orange-200\/75{
  border-color: rgb(245 187 161 / 0.75);
}

.border-orange-200\/80{
  border-color: rgb(245 187 161 / 0.8);
}

.border-orange-200\/90{
  border-color: rgb(245 187 161 / 0.9);
}

.border-orange-200\/95{
  border-color: rgb(245 187 161 / 0.95);
}

.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(242 164 129 / var(--tw-border-opacity));
}

.border-orange-300\/0{
  border-color: rgb(242 164 129 / 0);
}

.border-orange-300\/10{
  border-color: rgb(242 164 129 / 0.1);
}

.border-orange-300\/100{
  border-color: rgb(242 164 129 / 1);
}

.border-orange-300\/20{
  border-color: rgb(242 164 129 / 0.2);
}

.border-orange-300\/25{
  border-color: rgb(242 164 129 / 0.25);
}

.border-orange-300\/30{
  border-color: rgb(242 164 129 / 0.3);
}

.border-orange-300\/40{
  border-color: rgb(242 164 129 / 0.4);
}

.border-orange-300\/5{
  border-color: rgb(242 164 129 / 0.05);
}

.border-orange-300\/50{
  border-color: rgb(242 164 129 / 0.5);
}

.border-orange-300\/60{
  border-color: rgb(242 164 129 / 0.6);
}

.border-orange-300\/70{
  border-color: rgb(242 164 129 / 0.7);
}

.border-orange-300\/75{
  border-color: rgb(242 164 129 / 0.75);
}

.border-orange-300\/80{
  border-color: rgb(242 164 129 / 0.8);
}

.border-orange-300\/90{
  border-color: rgb(242 164 129 / 0.9);
}

.border-orange-300\/95{
  border-color: rgb(242 164 129 / 0.95);
}

.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(238 142 98 / var(--tw-border-opacity));
}

.border-orange-400\/0{
  border-color: rgb(238 142 98 / 0);
}

.border-orange-400\/10{
  border-color: rgb(238 142 98 / 0.1);
}

.border-orange-400\/100{
  border-color: rgb(238 142 98 / 1);
}

.border-orange-400\/20{
  border-color: rgb(238 142 98 / 0.2);
}

.border-orange-400\/25{
  border-color: rgb(238 142 98 / 0.25);
}

.border-orange-400\/30{
  border-color: rgb(238 142 98 / 0.3);
}

.border-orange-400\/40{
  border-color: rgb(238 142 98 / 0.4);
}

.border-orange-400\/5{
  border-color: rgb(238 142 98 / 0.05);
}

.border-orange-400\/50{
  border-color: rgb(238 142 98 / 0.5);
}

.border-orange-400\/60{
  border-color: rgb(238 142 98 / 0.6);
}

.border-orange-400\/70{
  border-color: rgb(238 142 98 / 0.7);
}

.border-orange-400\/75{
  border-color: rgb(238 142 98 / 0.75);
}

.border-orange-400\/80{
  border-color: rgb(238 142 98 / 0.8);
}

.border-orange-400\/90{
  border-color: rgb(238 142 98 / 0.9);
}

.border-orange-400\/95{
  border-color: rgb(238 142 98 / 0.95);
}

.border-orange-50{
  --tw-border-opacity: 1;
  border-color: rgb(251 228 217 / var(--tw-border-opacity));
}

.border-orange-50\/0{
  border-color: rgb(251 228 217 / 0);
}

.border-orange-50\/10{
  border-color: rgb(251 228 217 / 0.1);
}

.border-orange-50\/100{
  border-color: rgb(251 228 217 / 1);
}

.border-orange-50\/20{
  border-color: rgb(251 228 217 / 0.2);
}

.border-orange-50\/25{
  border-color: rgb(251 228 217 / 0.25);
}

.border-orange-50\/30{
  border-color: rgb(251 228 217 / 0.3);
}

.border-orange-50\/40{
  border-color: rgb(251 228 217 / 0.4);
}

.border-orange-50\/5{
  border-color: rgb(251 228 217 / 0.05);
}

.border-orange-50\/50{
  border-color: rgb(251 228 217 / 0.5);
}

.border-orange-50\/60{
  border-color: rgb(251 228 217 / 0.6);
}

.border-orange-50\/70{
  border-color: rgb(251 228 217 / 0.7);
}

.border-orange-50\/75{
  border-color: rgb(251 228 217 / 0.75);
}

.border-orange-50\/80{
  border-color: rgb(251 228 217 / 0.8);
}

.border-orange-50\/90{
  border-color: rgb(251 228 217 / 0.9);
}

.border-orange-50\/95{
  border-color: rgb(251 228 217 / 0.95);
}

.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

.border-orange-500\/0{
  border-color: rgb(235 119 66 / 0);
}

.border-orange-500\/10{
  border-color: rgb(235 119 66 / 0.1);
}

.border-orange-500\/100{
  border-color: rgb(235 119 66 / 1);
}

.border-orange-500\/20{
  border-color: rgb(235 119 66 / 0.2);
}

.border-orange-500\/25{
  border-color: rgb(235 119 66 / 0.25);
}

.border-orange-500\/30{
  border-color: rgb(235 119 66 / 0.3);
}

.border-orange-500\/40{
  border-color: rgb(235 119 66 / 0.4);
}

.border-orange-500\/5{
  border-color: rgb(235 119 66 / 0.05);
}

.border-orange-500\/50{
  border-color: rgb(235 119 66 / 0.5);
}

.border-orange-500\/60{
  border-color: rgb(235 119 66 / 0.6);
}

.border-orange-500\/70{
  border-color: rgb(235 119 66 / 0.7);
}

.border-orange-500\/75{
  border-color: rgb(235 119 66 / 0.75);
}

.border-orange-500\/80{
  border-color: rgb(235 119 66 / 0.8);
}

.border-orange-500\/90{
  border-color: rgb(235 119 66 / 0.9);
}

.border-orange-500\/95{
  border-color: rgb(235 119 66 / 0.95);
}

.border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(196 99 55 / var(--tw-border-opacity));
}

.border-orange-600\/0{
  border-color: rgb(196 99 55 / 0);
}

.border-orange-600\/10{
  border-color: rgb(196 99 55 / 0.1);
}

.border-orange-600\/100{
  border-color: rgb(196 99 55 / 1);
}

.border-orange-600\/20{
  border-color: rgb(196 99 55 / 0.2);
}

.border-orange-600\/25{
  border-color: rgb(196 99 55 / 0.25);
}

.border-orange-600\/30{
  border-color: rgb(196 99 55 / 0.3);
}

.border-orange-600\/40{
  border-color: rgb(196 99 55 / 0.4);
}

.border-orange-600\/5{
  border-color: rgb(196 99 55 / 0.05);
}

.border-orange-600\/50{
  border-color: rgb(196 99 55 / 0.5);
}

.border-orange-600\/60{
  border-color: rgb(196 99 55 / 0.6);
}

.border-orange-600\/70{
  border-color: rgb(196 99 55 / 0.7);
}

.border-orange-600\/75{
  border-color: rgb(196 99 55 / 0.75);
}

.border-orange-600\/80{
  border-color: rgb(196 99 55 / 0.8);
}

.border-orange-600\/90{
  border-color: rgb(196 99 55 / 0.9);
}

.border-orange-600\/95{
  border-color: rgb(196 99 55 / 0.95);
}

.border-orange-700{
  --tw-border-opacity: 1;
  border-color: rgb(157 79 44 / var(--tw-border-opacity));
}

.border-orange-700\/0{
  border-color: rgb(157 79 44 / 0);
}

.border-orange-700\/10{
  border-color: rgb(157 79 44 / 0.1);
}

.border-orange-700\/100{
  border-color: rgb(157 79 44 / 1);
}

.border-orange-700\/20{
  border-color: rgb(157 79 44 / 0.2);
}

.border-orange-700\/25{
  border-color: rgb(157 79 44 / 0.25);
}

.border-orange-700\/30{
  border-color: rgb(157 79 44 / 0.3);
}

.border-orange-700\/40{
  border-color: rgb(157 79 44 / 0.4);
}

.border-orange-700\/5{
  border-color: rgb(157 79 44 / 0.05);
}

.border-orange-700\/50{
  border-color: rgb(157 79 44 / 0.5);
}

.border-orange-700\/60{
  border-color: rgb(157 79 44 / 0.6);
}

.border-orange-700\/70{
  border-color: rgb(157 79 44 / 0.7);
}

.border-orange-700\/75{
  border-color: rgb(157 79 44 / 0.75);
}

.border-orange-700\/80{
  border-color: rgb(157 79 44 / 0.8);
}

.border-orange-700\/90{
  border-color: rgb(157 79 44 / 0.9);
}

.border-orange-700\/95{
  border-color: rgb(157 79 44 / 0.95);
}

.border-orange-800{
  --tw-border-opacity: 1;
  border-color: rgb(118 60 33 / var(--tw-border-opacity));
}

.border-orange-800\/0{
  border-color: rgb(118 60 33 / 0);
}

.border-orange-800\/10{
  border-color: rgb(118 60 33 / 0.1);
}

.border-orange-800\/100{
  border-color: rgb(118 60 33 / 1);
}

.border-orange-800\/20{
  border-color: rgb(118 60 33 / 0.2);
}

.border-orange-800\/25{
  border-color: rgb(118 60 33 / 0.25);
}

.border-orange-800\/30{
  border-color: rgb(118 60 33 / 0.3);
}

.border-orange-800\/40{
  border-color: rgb(118 60 33 / 0.4);
}

.border-orange-800\/5{
  border-color: rgb(118 60 33 / 0.05);
}

.border-orange-800\/50{
  border-color: rgb(118 60 33 / 0.5);
}

.border-orange-800\/60{
  border-color: rgb(118 60 33 / 0.6);
}

.border-orange-800\/70{
  border-color: rgb(118 60 33 / 0.7);
}

.border-orange-800\/75{
  border-color: rgb(118 60 33 / 0.75);
}

.border-orange-800\/80{
  border-color: rgb(118 60 33 / 0.8);
}

.border-orange-800\/90{
  border-color: rgb(118 60 33 / 0.9);
}

.border-orange-800\/95{
  border-color: rgb(118 60 33 / 0.95);
}

.border-orange-900{
  --tw-border-opacity: 1;
  border-color: rgb(78 40 22 / var(--tw-border-opacity));
}

.border-orange-900\/0{
  border-color: rgb(78 40 22 / 0);
}

.border-orange-900\/10{
  border-color: rgb(78 40 22 / 0.1);
}

.border-orange-900\/100{
  border-color: rgb(78 40 22 / 1);
}

.border-orange-900\/20{
  border-color: rgb(78 40 22 / 0.2);
}

.border-orange-900\/25{
  border-color: rgb(78 40 22 / 0.25);
}

.border-orange-900\/30{
  border-color: rgb(78 40 22 / 0.3);
}

.border-orange-900\/40{
  border-color: rgb(78 40 22 / 0.4);
}

.border-orange-900\/5{
  border-color: rgb(78 40 22 / 0.05);
}

.border-orange-900\/50{
  border-color: rgb(78 40 22 / 0.5);
}

.border-orange-900\/60{
  border-color: rgb(78 40 22 / 0.6);
}

.border-orange-900\/70{
  border-color: rgb(78 40 22 / 0.7);
}

.border-orange-900\/75{
  border-color: rgb(78 40 22 / 0.75);
}

.border-orange-900\/80{
  border-color: rgb(78 40 22 / 0.8);
}

.border-orange-900\/90{
  border-color: rgb(78 40 22 / 0.9);
}

.border-orange-900\/95{
  border-color: rgb(78 40 22 / 0.95);
}

.border-orange\/0{
  border-color: rgb(235 119 66 / 0);
}

.border-orange\/10{
  border-color: rgb(235 119 66 / 0.1);
}

.border-orange\/100{
  border-color: rgb(235 119 66 / 1);
}

.border-orange\/20{
  border-color: rgb(235 119 66 / 0.2);
}

.border-orange\/25{
  border-color: rgb(235 119 66 / 0.25);
}

.border-orange\/30{
  border-color: rgb(235 119 66 / 0.3);
}

.border-orange\/40{
  border-color: rgb(235 119 66 / 0.4);
}

.border-orange\/5{
  border-color: rgb(235 119 66 / 0.05);
}

.border-orange\/50{
  border-color: rgb(235 119 66 / 0.5);
}

.border-orange\/60{
  border-color: rgb(235 119 66 / 0.6);
}

.border-orange\/70{
  border-color: rgb(235 119 66 / 0.7);
}

.border-orange\/75{
  border-color: rgb(235 119 66 / 0.75);
}

.border-orange\/80{
  border-color: rgb(235 119 66 / 0.8);
}

.border-orange\/90{
  border-color: rgb(235 119 66 / 0.9);
}

.border-orange\/95{
  border-color: rgb(235 119 66 / 0.95);
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

.border-primary\/0{
  border-color: rgb(235 119 66 / 0);
}

.border-primary\/10{
  border-color: rgb(235 119 66 / 0.1);
}

.border-primary\/100{
  border-color: rgb(235 119 66 / 1);
}

.border-primary\/20{
  border-color: rgb(235 119 66 / 0.2);
}

.border-primary\/25{
  border-color: rgb(235 119 66 / 0.25);
}

.border-primary\/30{
  border-color: rgb(235 119 66 / 0.3);
}

.border-primary\/40{
  border-color: rgb(235 119 66 / 0.4);
}

.border-primary\/5{
  border-color: rgb(235 119 66 / 0.05);
}

.border-primary\/50{
  border-color: rgb(235 119 66 / 0.5);
}

.border-primary\/60{
  border-color: rgb(235 119 66 / 0.6);
}

.border-primary\/70{
  border-color: rgb(235 119 66 / 0.7);
}

.border-primary\/75{
  border-color: rgb(235 119 66 / 0.75);
}

.border-primary\/80{
  border-color: rgb(235 119 66 / 0.8);
}

.border-primary\/90{
  border-color: rgb(235 119 66 / 0.9);
}

.border-primary\/95{
  border-color: rgb(235 119 66 / 0.95);
}

.border-purple{
  --tw-border-opacity: 1;
  border-color: rgb(51 47 102 / var(--tw-border-opacity));
}

.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(187 186 204 / var(--tw-border-opacity));
}

.border-purple-100\/0{
  border-color: rgb(187 186 204 / 0);
}

.border-purple-100\/10{
  border-color: rgb(187 186 204 / 0.1);
}

.border-purple-100\/100{
  border-color: rgb(187 186 204 / 1);
}

.border-purple-100\/20{
  border-color: rgb(187 186 204 / 0.2);
}

.border-purple-100\/25{
  border-color: rgb(187 186 204 / 0.25);
}

.border-purple-100\/30{
  border-color: rgb(187 186 204 / 0.3);
}

.border-purple-100\/40{
  border-color: rgb(187 186 204 / 0.4);
}

.border-purple-100\/5{
  border-color: rgb(187 186 204 / 0.05);
}

.border-purple-100\/50{
  border-color: rgb(187 186 204 / 0.5);
}

.border-purple-100\/60{
  border-color: rgb(187 186 204 / 0.6);
}

.border-purple-100\/70{
  border-color: rgb(187 186 204 / 0.7);
}

.border-purple-100\/75{
  border-color: rgb(187 186 204 / 0.75);
}

.border-purple-100\/80{
  border-color: rgb(187 186 204 / 0.8);
}

.border-purple-100\/90{
  border-color: rgb(187 186 204 / 0.9);
}

.border-purple-100\/95{
  border-color: rgb(187 186 204 / 0.95);
}

.border-purple-1000{
  --tw-border-opacity: 1;
  border-color: rgb(10 9 20 / var(--tw-border-opacity));
}

.border-purple-1000\/0{
  border-color: rgb(10 9 20 / 0);
}

.border-purple-1000\/10{
  border-color: rgb(10 9 20 / 0.1);
}

.border-purple-1000\/100{
  border-color: rgb(10 9 20 / 1);
}

.border-purple-1000\/20{
  border-color: rgb(10 9 20 / 0.2);
}

.border-purple-1000\/25{
  border-color: rgb(10 9 20 / 0.25);
}

.border-purple-1000\/30{
  border-color: rgb(10 9 20 / 0.3);
}

.border-purple-1000\/40{
  border-color: rgb(10 9 20 / 0.4);
}

.border-purple-1000\/5{
  border-color: rgb(10 9 20 / 0.05);
}

.border-purple-1000\/50{
  border-color: rgb(10 9 20 / 0.5);
}

.border-purple-1000\/60{
  border-color: rgb(10 9 20 / 0.6);
}

.border-purple-1000\/70{
  border-color: rgb(10 9 20 / 0.7);
}

.border-purple-1000\/75{
  border-color: rgb(10 9 20 / 0.75);
}

.border-purple-1000\/80{
  border-color: rgb(10 9 20 / 0.8);
}

.border-purple-1000\/90{
  border-color: rgb(10 9 20 / 0.9);
}

.border-purple-1000\/95{
  border-color: rgb(10 9 20 / 0.95);
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(153 151 179 / var(--tw-border-opacity));
}

.border-purple-200\/0{
  border-color: rgb(153 151 179 / 0);
}

.border-purple-200\/10{
  border-color: rgb(153 151 179 / 0.1);
}

.border-purple-200\/100{
  border-color: rgb(153 151 179 / 1);
}

.border-purple-200\/20{
  border-color: rgb(153 151 179 / 0.2);
}

.border-purple-200\/25{
  border-color: rgb(153 151 179 / 0.25);
}

.border-purple-200\/30{
  border-color: rgb(153 151 179 / 0.3);
}

.border-purple-200\/40{
  border-color: rgb(153 151 179 / 0.4);
}

.border-purple-200\/5{
  border-color: rgb(153 151 179 / 0.05);
}

.border-purple-200\/50{
  border-color: rgb(153 151 179 / 0.5);
}

.border-purple-200\/60{
  border-color: rgb(153 151 179 / 0.6);
}

.border-purple-200\/70{
  border-color: rgb(153 151 179 / 0.7);
}

.border-purple-200\/75{
  border-color: rgb(153 151 179 / 0.75);
}

.border-purple-200\/80{
  border-color: rgb(153 151 179 / 0.8);
}

.border-purple-200\/90{
  border-color: rgb(153 151 179 / 0.9);
}

.border-purple-200\/95{
  border-color: rgb(153 151 179 / 0.95);
}

.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(119 116 153 / var(--tw-border-opacity));
}

.border-purple-300\/0{
  border-color: rgb(119 116 153 / 0);
}

.border-purple-300\/10{
  border-color: rgb(119 116 153 / 0.1);
}

.border-purple-300\/100{
  border-color: rgb(119 116 153 / 1);
}

.border-purple-300\/20{
  border-color: rgb(119 116 153 / 0.2);
}

.border-purple-300\/25{
  border-color: rgb(119 116 153 / 0.25);
}

.border-purple-300\/30{
  border-color: rgb(119 116 153 / 0.3);
}

.border-purple-300\/40{
  border-color: rgb(119 116 153 / 0.4);
}

.border-purple-300\/5{
  border-color: rgb(119 116 153 / 0.05);
}

.border-purple-300\/50{
  border-color: rgb(119 116 153 / 0.5);
}

.border-purple-300\/60{
  border-color: rgb(119 116 153 / 0.6);
}

.border-purple-300\/70{
  border-color: rgb(119 116 153 / 0.7);
}

.border-purple-300\/75{
  border-color: rgb(119 116 153 / 0.75);
}

.border-purple-300\/80{
  border-color: rgb(119 116 153 / 0.8);
}

.border-purple-300\/90{
  border-color: rgb(119 116 153 / 0.9);
}

.border-purple-300\/95{
  border-color: rgb(119 116 153 / 0.95);
}

.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(85 82 128 / var(--tw-border-opacity));
}

.border-purple-400\/0{
  border-color: rgb(85 82 128 / 0);
}

.border-purple-400\/10{
  border-color: rgb(85 82 128 / 0.1);
}

.border-purple-400\/100{
  border-color: rgb(85 82 128 / 1);
}

.border-purple-400\/20{
  border-color: rgb(85 82 128 / 0.2);
}

.border-purple-400\/25{
  border-color: rgb(85 82 128 / 0.25);
}

.border-purple-400\/30{
  border-color: rgb(85 82 128 / 0.3);
}

.border-purple-400\/40{
  border-color: rgb(85 82 128 / 0.4);
}

.border-purple-400\/5{
  border-color: rgb(85 82 128 / 0.05);
}

.border-purple-400\/50{
  border-color: rgb(85 82 128 / 0.5);
}

.border-purple-400\/60{
  border-color: rgb(85 82 128 / 0.6);
}

.border-purple-400\/70{
  border-color: rgb(85 82 128 / 0.7);
}

.border-purple-400\/75{
  border-color: rgb(85 82 128 / 0.75);
}

.border-purple-400\/80{
  border-color: rgb(85 82 128 / 0.8);
}

.border-purple-400\/90{
  border-color: rgb(85 82 128 / 0.9);
}

.border-purple-400\/95{
  border-color: rgb(85 82 128 / 0.95);
}

.border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgb(214 213 224 / var(--tw-border-opacity));
}

.border-purple-50\/0{
  border-color: rgb(214 213 224 / 0);
}

.border-purple-50\/10{
  border-color: rgb(214 213 224 / 0.1);
}

.border-purple-50\/100{
  border-color: rgb(214 213 224 / 1);
}

.border-purple-50\/20{
  border-color: rgb(214 213 224 / 0.2);
}

.border-purple-50\/25{
  border-color: rgb(214 213 224 / 0.25);
}

.border-purple-50\/30{
  border-color: rgb(214 213 224 / 0.3);
}

.border-purple-50\/40{
  border-color: rgb(214 213 224 / 0.4);
}

.border-purple-50\/5{
  border-color: rgb(214 213 224 / 0.05);
}

.border-purple-50\/50{
  border-color: rgb(214 213 224 / 0.5);
}

.border-purple-50\/60{
  border-color: rgb(214 213 224 / 0.6);
}

.border-purple-50\/70{
  border-color: rgb(214 213 224 / 0.7);
}

.border-purple-50\/75{
  border-color: rgb(214 213 224 / 0.75);
}

.border-purple-50\/80{
  border-color: rgb(214 213 224 / 0.8);
}

.border-purple-50\/90{
  border-color: rgb(214 213 224 / 0.9);
}

.border-purple-50\/95{
  border-color: rgb(214 213 224 / 0.95);
}

.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(51 47 102 / var(--tw-border-opacity));
}

.border-purple-500\/0{
  border-color: rgb(51 47 102 / 0);
}

.border-purple-500\/10{
  border-color: rgb(51 47 102 / 0.1);
}

.border-purple-500\/100{
  border-color: rgb(51 47 102 / 1);
}

.border-purple-500\/20{
  border-color: rgb(51 47 102 / 0.2);
}

.border-purple-500\/25{
  border-color: rgb(51 47 102 / 0.25);
}

.border-purple-500\/30{
  border-color: rgb(51 47 102 / 0.3);
}

.border-purple-500\/40{
  border-color: rgb(51 47 102 / 0.4);
}

.border-purple-500\/5{
  border-color: rgb(51 47 102 / 0.05);
}

.border-purple-500\/50{
  border-color: rgb(51 47 102 / 0.5);
}

.border-purple-500\/60{
  border-color: rgb(51 47 102 / 0.6);
}

.border-purple-500\/70{
  border-color: rgb(51 47 102 / 0.7);
}

.border-purple-500\/75{
  border-color: rgb(51 47 102 / 0.75);
}

.border-purple-500\/80{
  border-color: rgb(51 47 102 / 0.8);
}

.border-purple-500\/90{
  border-color: rgb(51 47 102 / 0.9);
}

.border-purple-500\/95{
  border-color: rgb(51 47 102 / 0.95);
}

.border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgb(43 39 85 / var(--tw-border-opacity));
}

.border-purple-600\/0{
  border-color: rgb(43 39 85 / 0);
}

.border-purple-600\/10{
  border-color: rgb(43 39 85 / 0.1);
}

.border-purple-600\/100{
  border-color: rgb(43 39 85 / 1);
}

.border-purple-600\/20{
  border-color: rgb(43 39 85 / 0.2);
}

.border-purple-600\/25{
  border-color: rgb(43 39 85 / 0.25);
}

.border-purple-600\/30{
  border-color: rgb(43 39 85 / 0.3);
}

.border-purple-600\/40{
  border-color: rgb(43 39 85 / 0.4);
}

.border-purple-600\/5{
  border-color: rgb(43 39 85 / 0.05);
}

.border-purple-600\/50{
  border-color: rgb(43 39 85 / 0.5);
}

.border-purple-600\/60{
  border-color: rgb(43 39 85 / 0.6);
}

.border-purple-600\/70{
  border-color: rgb(43 39 85 / 0.7);
}

.border-purple-600\/75{
  border-color: rgb(43 39 85 / 0.75);
}

.border-purple-600\/80{
  border-color: rgb(43 39 85 / 0.8);
}

.border-purple-600\/90{
  border-color: rgb(43 39 85 / 0.9);
}

.border-purple-600\/95{
  border-color: rgb(43 39 85 / 0.95);
}

.border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgb(34 31 68 / var(--tw-border-opacity));
}

.border-purple-700\/0{
  border-color: rgb(34 31 68 / 0);
}

.border-purple-700\/10{
  border-color: rgb(34 31 68 / 0.1);
}

.border-purple-700\/100{
  border-color: rgb(34 31 68 / 1);
}

.border-purple-700\/20{
  border-color: rgb(34 31 68 / 0.2);
}

.border-purple-700\/25{
  border-color: rgb(34 31 68 / 0.25);
}

.border-purple-700\/30{
  border-color: rgb(34 31 68 / 0.3);
}

.border-purple-700\/40{
  border-color: rgb(34 31 68 / 0.4);
}

.border-purple-700\/5{
  border-color: rgb(34 31 68 / 0.05);
}

.border-purple-700\/50{
  border-color: rgb(34 31 68 / 0.5);
}

.border-purple-700\/60{
  border-color: rgb(34 31 68 / 0.6);
}

.border-purple-700\/70{
  border-color: rgb(34 31 68 / 0.7);
}

.border-purple-700\/75{
  border-color: rgb(34 31 68 / 0.75);
}

.border-purple-700\/80{
  border-color: rgb(34 31 68 / 0.8);
}

.border-purple-700\/90{
  border-color: rgb(34 31 68 / 0.9);
}

.border-purple-700\/95{
  border-color: rgb(34 31 68 / 0.95);
}

.border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgb(26 24 51 / var(--tw-border-opacity));
}

.border-purple-800\/0{
  border-color: rgb(26 24 51 / 0);
}

.border-purple-800\/10{
  border-color: rgb(26 24 51 / 0.1);
}

.border-purple-800\/100{
  border-color: rgb(26 24 51 / 1);
}

.border-purple-800\/20{
  border-color: rgb(26 24 51 / 0.2);
}

.border-purple-800\/25{
  border-color: rgb(26 24 51 / 0.25);
}

.border-purple-800\/30{
  border-color: rgb(26 24 51 / 0.3);
}

.border-purple-800\/40{
  border-color: rgb(26 24 51 / 0.4);
}

.border-purple-800\/5{
  border-color: rgb(26 24 51 / 0.05);
}

.border-purple-800\/50{
  border-color: rgb(26 24 51 / 0.5);
}

.border-purple-800\/60{
  border-color: rgb(26 24 51 / 0.6);
}

.border-purple-800\/70{
  border-color: rgb(26 24 51 / 0.7);
}

.border-purple-800\/75{
  border-color: rgb(26 24 51 / 0.75);
}

.border-purple-800\/80{
  border-color: rgb(26 24 51 / 0.8);
}

.border-purple-800\/90{
  border-color: rgb(26 24 51 / 0.9);
}

.border-purple-800\/95{
  border-color: rgb(26 24 51 / 0.95);
}

.border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 16 34 / var(--tw-border-opacity));
}

.border-purple-900\/0{
  border-color: rgb(17 16 34 / 0);
}

.border-purple-900\/10{
  border-color: rgb(17 16 34 / 0.1);
}

.border-purple-900\/100{
  border-color: rgb(17 16 34 / 1);
}

.border-purple-900\/20{
  border-color: rgb(17 16 34 / 0.2);
}

.border-purple-900\/25{
  border-color: rgb(17 16 34 / 0.25);
}

.border-purple-900\/30{
  border-color: rgb(17 16 34 / 0.3);
}

.border-purple-900\/40{
  border-color: rgb(17 16 34 / 0.4);
}

.border-purple-900\/5{
  border-color: rgb(17 16 34 / 0.05);
}

.border-purple-900\/50{
  border-color: rgb(17 16 34 / 0.5);
}

.border-purple-900\/60{
  border-color: rgb(17 16 34 / 0.6);
}

.border-purple-900\/70{
  border-color: rgb(17 16 34 / 0.7);
}

.border-purple-900\/75{
  border-color: rgb(17 16 34 / 0.75);
}

.border-purple-900\/80{
  border-color: rgb(17 16 34 / 0.8);
}

.border-purple-900\/90{
  border-color: rgb(17 16 34 / 0.9);
}

.border-purple-900\/95{
  border-color: rgb(17 16 34 / 0.95);
}

.border-purple-950{
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-purple-950\/0{
  border-color: rgb(59 7 100 / 0);
}

.border-purple-950\/10{
  border-color: rgb(59 7 100 / 0.1);
}

.border-purple-950\/100{
  border-color: rgb(59 7 100 / 1);
}

.border-purple-950\/20{
  border-color: rgb(59 7 100 / 0.2);
}

.border-purple-950\/25{
  border-color: rgb(59 7 100 / 0.25);
}

.border-purple-950\/30{
  border-color: rgb(59 7 100 / 0.3);
}

.border-purple-950\/40{
  border-color: rgb(59 7 100 / 0.4);
}

.border-purple-950\/5{
  border-color: rgb(59 7 100 / 0.05);
}

.border-purple-950\/50{
  border-color: rgb(59 7 100 / 0.5);
}

.border-purple-950\/60{
  border-color: rgb(59 7 100 / 0.6);
}

.border-purple-950\/70{
  border-color: rgb(59 7 100 / 0.7);
}

.border-purple-950\/75{
  border-color: rgb(59 7 100 / 0.75);
}

.border-purple-950\/80{
  border-color: rgb(59 7 100 / 0.8);
}

.border-purple-950\/90{
  border-color: rgb(59 7 100 / 0.9);
}

.border-purple-950\/95{
  border-color: rgb(59 7 100 / 0.95);
}

.border-purple\/0{
  border-color: rgb(51 47 102 / 0);
}

.border-purple\/10{
  border-color: rgb(51 47 102 / 0.1);
}

.border-purple\/100{
  border-color: rgb(51 47 102 / 1);
}

.border-purple\/20{
  border-color: rgb(51 47 102 / 0.2);
}

.border-purple\/25{
  border-color: rgb(51 47 102 / 0.25);
}

.border-purple\/30{
  border-color: rgb(51 47 102 / 0.3);
}

.border-purple\/40{
  border-color: rgb(51 47 102 / 0.4);
}

.border-purple\/5{
  border-color: rgb(51 47 102 / 0.05);
}

.border-purple\/50{
  border-color: rgb(51 47 102 / 0.5);
}

.border-purple\/60{
  border-color: rgb(51 47 102 / 0.6);
}

.border-purple\/70{
  border-color: rgb(51 47 102 / 0.7);
}

.border-purple\/75{
  border-color: rgb(51 47 102 / 0.75);
}

.border-purple\/80{
  border-color: rgb(51 47 102 / 0.8);
}

.border-purple\/90{
  border-color: rgb(51 47 102 / 0.9);
}

.border-purple\/95{
  border-color: rgb(51 47 102 / 0.95);
}

.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(218 61 42 / var(--tw-border-opacity));
}

.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-red-100\/0{
  border-color: rgb(254 226 226 / 0);
}

.border-red-100\/10{
  border-color: rgb(254 226 226 / 0.1);
}

.border-red-100\/100{
  border-color: rgb(254 226 226 / 1);
}

.border-red-100\/20{
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25{
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30{
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/40{
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/5{
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50{
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/60{
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/70{
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75{
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80{
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/90{
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95{
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-red-200\/0{
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10{
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100{
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/20{
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25{
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30{
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/40{
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/5{
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/60{
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/70{
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75{
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80{
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/90{
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95{
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-red-300\/0{
  border-color: rgb(252 165 165 / 0);
}

.border-red-300\/10{
  border-color: rgb(252 165 165 / 0.1);
}

.border-red-300\/100{
  border-color: rgb(252 165 165 / 1);
}

.border-red-300\/20{
  border-color: rgb(252 165 165 / 0.2);
}

.border-red-300\/25{
  border-color: rgb(252 165 165 / 0.25);
}

.border-red-300\/30{
  border-color: rgb(252 165 165 / 0.3);
}

.border-red-300\/40{
  border-color: rgb(252 165 165 / 0.4);
}

.border-red-300\/5{
  border-color: rgb(252 165 165 / 0.05);
}

.border-red-300\/50{
  border-color: rgb(252 165 165 / 0.5);
}

.border-red-300\/60{
  border-color: rgb(252 165 165 / 0.6);
}

.border-red-300\/70{
  border-color: rgb(252 165 165 / 0.7);
}

.border-red-300\/75{
  border-color: rgb(252 165 165 / 0.75);
}

.border-red-300\/80{
  border-color: rgb(252 165 165 / 0.8);
}

.border-red-300\/90{
  border-color: rgb(252 165 165 / 0.9);
}

.border-red-300\/95{
  border-color: rgb(252 165 165 / 0.95);
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-red-400\/0{
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10{
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100{
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/20{
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25{
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30{
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/40{
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/5{
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50{
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/60{
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/70{
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75{
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80{
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/90{
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95{
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-red-50\/0{
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10{
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100{
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/20{
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25{
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30{
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/40{
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/5{
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50{
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/60{
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/70{
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75{
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80{
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/90{
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95{
  border-color: rgb(254 242 242 / 0.95);
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-500\/0{
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10{
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100{
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/5{
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/70{
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75{
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80{
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/90{
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95{
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-600\/0{
  border-color: rgb(220 38 38 / 0);
}

.border-red-600\/10{
  border-color: rgb(220 38 38 / 0.1);
}

.border-red-600\/100{
  border-color: rgb(220 38 38 / 1);
}

.border-red-600\/20{
  border-color: rgb(220 38 38 / 0.2);
}

.border-red-600\/25{
  border-color: rgb(220 38 38 / 0.25);
}

.border-red-600\/30{
  border-color: rgb(220 38 38 / 0.3);
}

.border-red-600\/40{
  border-color: rgb(220 38 38 / 0.4);
}

.border-red-600\/5{
  border-color: rgb(220 38 38 / 0.05);
}

.border-red-600\/50{
  border-color: rgb(220 38 38 / 0.5);
}

.border-red-600\/60{
  border-color: rgb(220 38 38 / 0.6);
}

.border-red-600\/70{
  border-color: rgb(220 38 38 / 0.7);
}

.border-red-600\/75{
  border-color: rgb(220 38 38 / 0.75);
}

.border-red-600\/80{
  border-color: rgb(220 38 38 / 0.8);
}

.border-red-600\/90{
  border-color: rgb(220 38 38 / 0.9);
}

.border-red-600\/95{
  border-color: rgb(220 38 38 / 0.95);
}

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-red-700\/0{
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10{
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100{
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/20{
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25{
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30{
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/5{
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/70{
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75{
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80{
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/90{
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95{
  border-color: rgb(185 28 28 / 0.95);
}

.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-red-800\/0{
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10{
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100{
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/20{
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25{
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30{
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/5{
  border-color: rgb(153 27 27 / 0.05);
}

.border-red-800\/50{
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-800\/60{
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/70{
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75{
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80{
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/90{
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95{
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-red-900\/0{
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10{
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100{
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/20{
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25{
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/40{
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/5{
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/60{
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/70{
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75{
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80{
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/90{
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95{
  border-color: rgb(127 29 29 / 0.95);
}

.border-red-950{
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-red-950\/0{
  border-color: rgb(69 10 10 / 0);
}

.border-red-950\/10{
  border-color: rgb(69 10 10 / 0.1);
}

.border-red-950\/100{
  border-color: rgb(69 10 10 / 1);
}

.border-red-950\/20{
  border-color: rgb(69 10 10 / 0.2);
}

.border-red-950\/25{
  border-color: rgb(69 10 10 / 0.25);
}

.border-red-950\/30{
  border-color: rgb(69 10 10 / 0.3);
}

.border-red-950\/40{
  border-color: rgb(69 10 10 / 0.4);
}

.border-red-950\/5{
  border-color: rgb(69 10 10 / 0.05);
}

.border-red-950\/50{
  border-color: rgb(69 10 10 / 0.5);
}

.border-red-950\/60{
  border-color: rgb(69 10 10 / 0.6);
}

.border-red-950\/70{
  border-color: rgb(69 10 10 / 0.7);
}

.border-red-950\/75{
  border-color: rgb(69 10 10 / 0.75);
}

.border-red-950\/80{
  border-color: rgb(69 10 10 / 0.8);
}

.border-red-950\/90{
  border-color: rgb(69 10 10 / 0.9);
}

.border-red-950\/95{
  border-color: rgb(69 10 10 / 0.95);
}

.border-red\/0{
  border-color: rgb(218 61 42 / 0);
}

.border-red\/10{
  border-color: rgb(218 61 42 / 0.1);
}

.border-red\/100{
  border-color: rgb(218 61 42 / 1);
}

.border-red\/20{
  border-color: rgb(218 61 42 / 0.2);
}

.border-red\/25{
  border-color: rgb(218 61 42 / 0.25);
}

.border-red\/30{
  border-color: rgb(218 61 42 / 0.3);
}

.border-red\/40{
  border-color: rgb(218 61 42 / 0.4);
}

.border-red\/5{
  border-color: rgb(218 61 42 / 0.05);
}

.border-red\/50{
  border-color: rgb(218 61 42 / 0.5);
}

.border-red\/60{
  border-color: rgb(218 61 42 / 0.6);
}

.border-red\/70{
  border-color: rgb(218 61 42 / 0.7);
}

.border-red\/75{
  border-color: rgb(218 61 42 / 0.75);
}

.border-red\/80{
  border-color: rgb(218 61 42 / 0.8);
}

.border-red\/90{
  border-color: rgb(218 61 42 / 0.9);
}

.border-red\/95{
  border-color: rgb(218 61 42 / 0.95);
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(123 175 222 / var(--tw-border-opacity));
}

.border-secondary\/0{
  border-color: rgb(123 175 222 / 0);
}

.border-secondary\/10{
  border-color: rgb(123 175 222 / 0.1);
}

.border-secondary\/100{
  border-color: rgb(123 175 222 / 1);
}

.border-secondary\/20{
  border-color: rgb(123 175 222 / 0.2);
}

.border-secondary\/25{
  border-color: rgb(123 175 222 / 0.25);
}

.border-secondary\/30{
  border-color: rgb(123 175 222 / 0.3);
}

.border-secondary\/40{
  border-color: rgb(123 175 222 / 0.4);
}

.border-secondary\/5{
  border-color: rgb(123 175 222 / 0.05);
}

.border-secondary\/50{
  border-color: rgb(123 175 222 / 0.5);
}

.border-secondary\/60{
  border-color: rgb(123 175 222 / 0.6);
}

.border-secondary\/70{
  border-color: rgb(123 175 222 / 0.7);
}

.border-secondary\/75{
  border-color: rgb(123 175 222 / 0.75);
}

.border-secondary\/80{
  border-color: rgb(123 175 222 / 0.8);
}

.border-secondary\/90{
  border-color: rgb(123 175 222 / 0.9);
}

.border-secondary\/95{
  border-color: rgb(123 175 222 / 0.95);
}

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

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/0{
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100{
  border-color: rgb(255 255 255 / 1);
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75{
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80{
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/90{
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95{
  border-color: rgb(255 255 255 / 0.95);
}

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

.\!bg-\[\#858585\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 175 222 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 228 244 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-100\/0{
  background-color: rgb(211 228 244 / 0) !important;
}

.\!bg-blue-100\/10{
  background-color: rgb(211 228 244 / 0.1) !important;
}

.\!bg-blue-100\/100{
  background-color: rgb(211 228 244 / 1) !important;
}

.\!bg-blue-100\/20{
  background-color: rgb(211 228 244 / 0.2) !important;
}

.\!bg-blue-100\/25{
  background-color: rgb(211 228 244 / 0.25) !important;
}

.\!bg-blue-100\/30{
  background-color: rgb(211 228 244 / 0.3) !important;
}

.\!bg-blue-100\/40{
  background-color: rgb(211 228 244 / 0.4) !important;
}

.\!bg-blue-100\/5{
  background-color: rgb(211 228 244 / 0.05) !important;
}

.\!bg-blue-100\/50{
  background-color: rgb(211 228 244 / 0.5) !important;
}

.\!bg-blue-100\/60{
  background-color: rgb(211 228 244 / 0.6) !important;
}

.\!bg-blue-100\/70{
  background-color: rgb(211 228 244 / 0.7) !important;
}

.\!bg-blue-100\/75{
  background-color: rgb(211 228 244 / 0.75) !important;
}

.\!bg-blue-100\/80{
  background-color: rgb(211 228 244 / 0.8) !important;
}

.\!bg-blue-100\/90{
  background-color: rgb(211 228 244 / 0.9) !important;
}

.\!bg-blue-100\/95{
  background-color: rgb(211 228 244 / 0.95) !important;
}

.\!bg-blue-1000{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 35 44 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-1000\/0{
  background-color: rgb(25 35 44 / 0) !important;
}

.\!bg-blue-1000\/10{
  background-color: rgb(25 35 44 / 0.1) !important;
}

.\!bg-blue-1000\/100{
  background-color: rgb(25 35 44 / 1) !important;
}

.\!bg-blue-1000\/20{
  background-color: rgb(25 35 44 / 0.2) !important;
}

.\!bg-blue-1000\/25{
  background-color: rgb(25 35 44 / 0.25) !important;
}

.\!bg-blue-1000\/30{
  background-color: rgb(25 35 44 / 0.3) !important;
}

.\!bg-blue-1000\/40{
  background-color: rgb(25 35 44 / 0.4) !important;
}

.\!bg-blue-1000\/5{
  background-color: rgb(25 35 44 / 0.05) !important;
}

.\!bg-blue-1000\/50{
  background-color: rgb(25 35 44 / 0.5) !important;
}

.\!bg-blue-1000\/60{
  background-color: rgb(25 35 44 / 0.6) !important;
}

.\!bg-blue-1000\/70{
  background-color: rgb(25 35 44 / 0.7) !important;
}

.\!bg-blue-1000\/75{
  background-color: rgb(25 35 44 / 0.75) !important;
}

.\!bg-blue-1000\/80{
  background-color: rgb(25 35 44 / 0.8) !important;
}

.\!bg-blue-1000\/90{
  background-color: rgb(25 35 44 / 0.9) !important;
}

.\!bg-blue-1000\/95{
  background-color: rgb(25 35 44 / 0.95) !important;
}

.\!bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(189 215 239 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-200\/0{
  background-color: rgb(189 215 239 / 0) !important;
}

.\!bg-blue-200\/10{
  background-color: rgb(189 215 239 / 0.1) !important;
}

.\!bg-blue-200\/100{
  background-color: rgb(189 215 239 / 1) !important;
}

.\!bg-blue-200\/20{
  background-color: rgb(189 215 239 / 0.2) !important;
}

.\!bg-blue-200\/25{
  background-color: rgb(189 215 239 / 0.25) !important;
}

.\!bg-blue-200\/30{
  background-color: rgb(189 215 239 / 0.3) !important;
}

.\!bg-blue-200\/40{
  background-color: rgb(189 215 239 / 0.4) !important;
}

.\!bg-blue-200\/5{
  background-color: rgb(189 215 239 / 0.05) !important;
}

.\!bg-blue-200\/50{
  background-color: rgb(189 215 239 / 0.5) !important;
}

.\!bg-blue-200\/60{
  background-color: rgb(189 215 239 / 0.6) !important;
}

.\!bg-blue-200\/70{
  background-color: rgb(189 215 239 / 0.7) !important;
}

.\!bg-blue-200\/75{
  background-color: rgb(189 215 239 / 0.75) !important;
}

.\!bg-blue-200\/80{
  background-color: rgb(189 215 239 / 0.8) !important;
}

.\!bg-blue-200\/90{
  background-color: rgb(189 215 239 / 0.9) !important;
}

.\!bg-blue-200\/95{
  background-color: rgb(189 215 239 / 0.95) !important;
}

.\!bg-blue-25{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-25\/0{
  background-color: rgb(246 250 253 / 0) !important;
}

.\!bg-blue-25\/10{
  background-color: rgb(246 250 253 / 0.1) !important;
}

.\!bg-blue-25\/100{
  background-color: rgb(246 250 253 / 1) !important;
}

.\!bg-blue-25\/20{
  background-color: rgb(246 250 253 / 0.2) !important;
}

.\!bg-blue-25\/25{
  background-color: rgb(246 250 253 / 0.25) !important;
}

.\!bg-blue-25\/30{
  background-color: rgb(246 250 253 / 0.3) !important;
}

.\!bg-blue-25\/40{
  background-color: rgb(246 250 253 / 0.4) !important;
}

.\!bg-blue-25\/5{
  background-color: rgb(246 250 253 / 0.05) !important;
}

.\!bg-blue-25\/50{
  background-color: rgb(246 250 253 / 0.5) !important;
}

.\!bg-blue-25\/60{
  background-color: rgb(246 250 253 / 0.6) !important;
}

.\!bg-blue-25\/70{
  background-color: rgb(246 250 253 / 0.7) !important;
}

.\!bg-blue-25\/75{
  background-color: rgb(246 250 253 / 0.75) !important;
}

.\!bg-blue-25\/80{
  background-color: rgb(246 250 253 / 0.8) !important;
}

.\!bg-blue-25\/90{
  background-color: rgb(246 250 253 / 0.9) !important;
}

.\!bg-blue-25\/95{
  background-color: rgb(246 250 253 / 0.95) !important;
}

.\!bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 202 233 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-300\/0{
  background-color: rgb(167 202 233 / 0) !important;
}

.\!bg-blue-300\/10{
  background-color: rgb(167 202 233 / 0.1) !important;
}

.\!bg-blue-300\/100{
  background-color: rgb(167 202 233 / 1) !important;
}

.\!bg-blue-300\/20{
  background-color: rgb(167 202 233 / 0.2) !important;
}

.\!bg-blue-300\/25{
  background-color: rgb(167 202 233 / 0.25) !important;
}

.\!bg-blue-300\/30{
  background-color: rgb(167 202 233 / 0.3) !important;
}

.\!bg-blue-300\/40{
  background-color: rgb(167 202 233 / 0.4) !important;
}

.\!bg-blue-300\/5{
  background-color: rgb(167 202 233 / 0.05) !important;
}

.\!bg-blue-300\/50{
  background-color: rgb(167 202 233 / 0.5) !important;
}

.\!bg-blue-300\/60{
  background-color: rgb(167 202 233 / 0.6) !important;
}

.\!bg-blue-300\/70{
  background-color: rgb(167 202 233 / 0.7) !important;
}

.\!bg-blue-300\/75{
  background-color: rgb(167 202 233 / 0.75) !important;
}

.\!bg-blue-300\/80{
  background-color: rgb(167 202 233 / 0.8) !important;
}

.\!bg-blue-300\/90{
  background-color: rgb(167 202 233 / 0.9) !important;
}

.\!bg-blue-300\/95{
  background-color: rgb(167 202 233 / 0.95) !important;
}

.\!bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(145 188 228 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-400\/0{
  background-color: rgb(145 188 228 / 0) !important;
}

.\!bg-blue-400\/10{
  background-color: rgb(145 188 228 / 0.1) !important;
}

.\!bg-blue-400\/100{
  background-color: rgb(145 188 228 / 1) !important;
}

.\!bg-blue-400\/20{
  background-color: rgb(145 188 228 / 0.2) !important;
}

.\!bg-blue-400\/25{
  background-color: rgb(145 188 228 / 0.25) !important;
}

.\!bg-blue-400\/30{
  background-color: rgb(145 188 228 / 0.3) !important;
}

.\!bg-blue-400\/40{
  background-color: rgb(145 188 228 / 0.4) !important;
}

.\!bg-blue-400\/5{
  background-color: rgb(145 188 228 / 0.05) !important;
}

.\!bg-blue-400\/50{
  background-color: rgb(145 188 228 / 0.5) !important;
}

.\!bg-blue-400\/60{
  background-color: rgb(145 188 228 / 0.6) !important;
}

.\!bg-blue-400\/70{
  background-color: rgb(145 188 228 / 0.7) !important;
}

.\!bg-blue-400\/75{
  background-color: rgb(145 188 228 / 0.75) !important;
}

.\!bg-blue-400\/80{
  background-color: rgb(145 188 228 / 0.8) !important;
}

.\!bg-blue-400\/90{
  background-color: rgb(145 188 228 / 0.9) !important;
}

.\!bg-blue-400\/95{
  background-color: rgb(145 188 228 / 0.95) !important;
}

.\!bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 239 248 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-50\/0{
  background-color: rgb(229 239 248 / 0) !important;
}

.\!bg-blue-50\/10{
  background-color: rgb(229 239 248 / 0.1) !important;
}

.\!bg-blue-50\/100{
  background-color: rgb(229 239 248 / 1) !important;
}

.\!bg-blue-50\/20{
  background-color: rgb(229 239 248 / 0.2) !important;
}

.\!bg-blue-50\/25{
  background-color: rgb(229 239 248 / 0.25) !important;
}

.\!bg-blue-50\/30{
  background-color: rgb(229 239 248 / 0.3) !important;
}

.\!bg-blue-50\/40{
  background-color: rgb(229 239 248 / 0.4) !important;
}

.\!bg-blue-50\/5{
  background-color: rgb(229 239 248 / 0.05) !important;
}

.\!bg-blue-50\/50{
  background-color: rgb(229 239 248 / 0.5) !important;
}

.\!bg-blue-50\/60{
  background-color: rgb(229 239 248 / 0.6) !important;
}

.\!bg-blue-50\/70{
  background-color: rgb(229 239 248 / 0.7) !important;
}

.\!bg-blue-50\/75{
  background-color: rgb(229 239 248 / 0.75) !important;
}

.\!bg-blue-50\/80{
  background-color: rgb(229 239 248 / 0.8) !important;
}

.\!bg-blue-50\/90{
  background-color: rgb(229 239 248 / 0.9) !important;
}

.\!bg-blue-50\/95{
  background-color: rgb(229 239 248 / 0.95) !important;
}

.\!bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 175 222 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-500\/0{
  background-color: rgb(123 175 222 / 0) !important;
}

.\!bg-blue-500\/10{
  background-color: rgb(123 175 222 / 0.1) !important;
}

.\!bg-blue-500\/100{
  background-color: rgb(123 175 222 / 1) !important;
}

.\!bg-blue-500\/20{
  background-color: rgb(123 175 222 / 0.2) !important;
}

.\!bg-blue-500\/25{
  background-color: rgb(123 175 222 / 0.25) !important;
}

.\!bg-blue-500\/30{
  background-color: rgb(123 175 222 / 0.3) !important;
}

.\!bg-blue-500\/40{
  background-color: rgb(123 175 222 / 0.4) !important;
}

.\!bg-blue-500\/5{
  background-color: rgb(123 175 222 / 0.05) !important;
}

.\!bg-blue-500\/50{
  background-color: rgb(123 175 222 / 0.5) !important;
}

.\!bg-blue-500\/60{
  background-color: rgb(123 175 222 / 0.6) !important;
}

.\!bg-blue-500\/70{
  background-color: rgb(123 175 222 / 0.7) !important;
}

.\!bg-blue-500\/75{
  background-color: rgb(123 175 222 / 0.75) !important;
}

.\!bg-blue-500\/80{
  background-color: rgb(123 175 222 / 0.8) !important;
}

.\!bg-blue-500\/90{
  background-color: rgb(123 175 222 / 0.9) !important;
}

.\!bg-blue-500\/95{
  background-color: rgb(123 175 222 / 0.95) !important;
}

.\!bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 146 185 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-600\/0{
  background-color: rgb(103 146 185 / 0) !important;
}

.\!bg-blue-600\/10{
  background-color: rgb(103 146 185 / 0.1) !important;
}

.\!bg-blue-600\/100{
  background-color: rgb(103 146 185 / 1) !important;
}

.\!bg-blue-600\/20{
  background-color: rgb(103 146 185 / 0.2) !important;
}

.\!bg-blue-600\/25{
  background-color: rgb(103 146 185 / 0.25) !important;
}

.\!bg-blue-600\/30{
  background-color: rgb(103 146 185 / 0.3) !important;
}

.\!bg-blue-600\/40{
  background-color: rgb(103 146 185 / 0.4) !important;
}

.\!bg-blue-600\/5{
  background-color: rgb(103 146 185 / 0.05) !important;
}

.\!bg-blue-600\/50{
  background-color: rgb(103 146 185 / 0.5) !important;
}

.\!bg-blue-600\/60{
  background-color: rgb(103 146 185 / 0.6) !important;
}

.\!bg-blue-600\/70{
  background-color: rgb(103 146 185 / 0.7) !important;
}

.\!bg-blue-600\/75{
  background-color: rgb(103 146 185 / 0.75) !important;
}

.\!bg-blue-600\/80{
  background-color: rgb(103 146 185 / 0.8) !important;
}

.\!bg-blue-600\/90{
  background-color: rgb(103 146 185 / 0.9) !important;
}

.\!bg-blue-600\/95{
  background-color: rgb(103 146 185 / 0.95) !important;
}

.\!bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 117 148 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-700\/0{
  background-color: rgb(82 117 148 / 0) !important;
}

.\!bg-blue-700\/10{
  background-color: rgb(82 117 148 / 0.1) !important;
}

.\!bg-blue-700\/100{
  background-color: rgb(82 117 148 / 1) !important;
}

.\!bg-blue-700\/20{
  background-color: rgb(82 117 148 / 0.2) !important;
}

.\!bg-blue-700\/25{
  background-color: rgb(82 117 148 / 0.25) !important;
}

.\!bg-blue-700\/30{
  background-color: rgb(82 117 148 / 0.3) !important;
}

.\!bg-blue-700\/40{
  background-color: rgb(82 117 148 / 0.4) !important;
}

.\!bg-blue-700\/5{
  background-color: rgb(82 117 148 / 0.05) !important;
}

.\!bg-blue-700\/50{
  background-color: rgb(82 117 148 / 0.5) !important;
}

.\!bg-blue-700\/60{
  background-color: rgb(82 117 148 / 0.6) !important;
}

.\!bg-blue-700\/70{
  background-color: rgb(82 117 148 / 0.7) !important;
}

.\!bg-blue-700\/75{
  background-color: rgb(82 117 148 / 0.75) !important;
}

.\!bg-blue-700\/80{
  background-color: rgb(82 117 148 / 0.8) !important;
}

.\!bg-blue-700\/90{
  background-color: rgb(82 117 148 / 0.9) !important;
}

.\!bg-blue-700\/95{
  background-color: rgb(82 117 148 / 0.95) !important;
}

.\!bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(62 88 111 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-800\/0{
  background-color: rgb(62 88 111 / 0) !important;
}

.\!bg-blue-800\/10{
  background-color: rgb(62 88 111 / 0.1) !important;
}

.\!bg-blue-800\/100{
  background-color: rgb(62 88 111 / 1) !important;
}

.\!bg-blue-800\/20{
  background-color: rgb(62 88 111 / 0.2) !important;
}

.\!bg-blue-800\/25{
  background-color: rgb(62 88 111 / 0.25) !important;
}

.\!bg-blue-800\/30{
  background-color: rgb(62 88 111 / 0.3) !important;
}

.\!bg-blue-800\/40{
  background-color: rgb(62 88 111 / 0.4) !important;
}

.\!bg-blue-800\/5{
  background-color: rgb(62 88 111 / 0.05) !important;
}

.\!bg-blue-800\/50{
  background-color: rgb(62 88 111 / 0.5) !important;
}

.\!bg-blue-800\/60{
  background-color: rgb(62 88 111 / 0.6) !important;
}

.\!bg-blue-800\/70{
  background-color: rgb(62 88 111 / 0.7) !important;
}

.\!bg-blue-800\/75{
  background-color: rgb(62 88 111 / 0.75) !important;
}

.\!bg-blue-800\/80{
  background-color: rgb(62 88 111 / 0.8) !important;
}

.\!bg-blue-800\/90{
  background-color: rgb(62 88 111 / 0.9) !important;
}

.\!bg-blue-800\/95{
  background-color: rgb(62 88 111 / 0.95) !important;
}

.\!bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 58 74 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-900\/0{
  background-color: rgb(41 58 74 / 0) !important;
}

.\!bg-blue-900\/10{
  background-color: rgb(41 58 74 / 0.1) !important;
}

.\!bg-blue-900\/100{
  background-color: rgb(41 58 74 / 1) !important;
}

.\!bg-blue-900\/20{
  background-color: rgb(41 58 74 / 0.2) !important;
}

.\!bg-blue-900\/25{
  background-color: rgb(41 58 74 / 0.25) !important;
}

.\!bg-blue-900\/30{
  background-color: rgb(41 58 74 / 0.3) !important;
}

.\!bg-blue-900\/40{
  background-color: rgb(41 58 74 / 0.4) !important;
}

.\!bg-blue-900\/5{
  background-color: rgb(41 58 74 / 0.05) !important;
}

.\!bg-blue-900\/50{
  background-color: rgb(41 58 74 / 0.5) !important;
}

.\!bg-blue-900\/60{
  background-color: rgb(41 58 74 / 0.6) !important;
}

.\!bg-blue-900\/70{
  background-color: rgb(41 58 74 / 0.7) !important;
}

.\!bg-blue-900\/75{
  background-color: rgb(41 58 74 / 0.75) !important;
}

.\!bg-blue-900\/80{
  background-color: rgb(41 58 74 / 0.8) !important;
}

.\!bg-blue-900\/90{
  background-color: rgb(41 58 74 / 0.9) !important;
}

.\!bg-blue-900\/95{
  background-color: rgb(41 58 74 / 0.95) !important;
}

.\!bg-blue\/0{
  background-color: rgb(123 175 222 / 0) !important;
}

.\!bg-blue\/10{
  background-color: rgb(123 175 222 / 0.1) !important;
}

.\!bg-blue\/100{
  background-color: rgb(123 175 222 / 1) !important;
}

.\!bg-blue\/20{
  background-color: rgb(123 175 222 / 0.2) !important;
}

.\!bg-blue\/25{
  background-color: rgb(123 175 222 / 0.25) !important;
}

.\!bg-blue\/30{
  background-color: rgb(123 175 222 / 0.3) !important;
}

.\!bg-blue\/40{
  background-color: rgb(123 175 222 / 0.4) !important;
}

.\!bg-blue\/5{
  background-color: rgb(123 175 222 / 0.05) !important;
}

.\!bg-blue\/50{
  background-color: rgb(123 175 222 / 0.5) !important;
}

.\!bg-blue\/60{
  background-color: rgb(123 175 222 / 0.6) !important;
}

.\!bg-blue\/70{
  background-color: rgb(123 175 222 / 0.7) !important;
}

.\!bg-blue\/75{
  background-color: rgb(123 175 222 / 0.75) !important;
}

.\!bg-blue\/80{
  background-color: rgb(123 175 222 / 0.8) !important;
}

.\!bg-blue\/90{
  background-color: rgb(123 175 222 / 0.9) !important;
}

.\!bg-blue\/95{
  background-color: rgb(123 175 222 / 0.95) !important;
}

.\!bg-brown{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 62 46 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 191 185 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-100\/0{
  background-color: rgb(191 191 185 / 0) !important;
}

.\!bg-brown-100\/10{
  background-color: rgb(191 191 185 / 0.1) !important;
}

.\!bg-brown-100\/100{
  background-color: rgb(191 191 185 / 1) !important;
}

.\!bg-brown-100\/20{
  background-color: rgb(191 191 185 / 0.2) !important;
}

.\!bg-brown-100\/25{
  background-color: rgb(191 191 185 / 0.25) !important;
}

.\!bg-brown-100\/30{
  background-color: rgb(191 191 185 / 0.3) !important;
}

.\!bg-brown-100\/40{
  background-color: rgb(191 191 185 / 0.4) !important;
}

.\!bg-brown-100\/5{
  background-color: rgb(191 191 185 / 0.05) !important;
}

.\!bg-brown-100\/50{
  background-color: rgb(191 191 185 / 0.5) !important;
}

.\!bg-brown-100\/60{
  background-color: rgb(191 191 185 / 0.6) !important;
}

.\!bg-brown-100\/70{
  background-color: rgb(191 191 185 / 0.7) !important;
}

.\!bg-brown-100\/75{
  background-color: rgb(191 191 185 / 0.75) !important;
}

.\!bg-brown-100\/80{
  background-color: rgb(191 191 185 / 0.8) !important;
}

.\!bg-brown-100\/90{
  background-color: rgb(191 191 185 / 0.9) !important;
}

.\!bg-brown-100\/95{
  background-color: rgb(191 191 185 / 0.95) !important;
}

.\!bg-brown-1000{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 12 9 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-1000\/0{
  background-color: rgb(13 12 9 / 0) !important;
}

.\!bg-brown-1000\/10{
  background-color: rgb(13 12 9 / 0.1) !important;
}

.\!bg-brown-1000\/100{
  background-color: rgb(13 12 9 / 1) !important;
}

.\!bg-brown-1000\/20{
  background-color: rgb(13 12 9 / 0.2) !important;
}

.\!bg-brown-1000\/25{
  background-color: rgb(13 12 9 / 0.25) !important;
}

.\!bg-brown-1000\/30{
  background-color: rgb(13 12 9 / 0.3) !important;
}

.\!bg-brown-1000\/40{
  background-color: rgb(13 12 9 / 0.4) !important;
}

.\!bg-brown-1000\/5{
  background-color: rgb(13 12 9 / 0.05) !important;
}

.\!bg-brown-1000\/50{
  background-color: rgb(13 12 9 / 0.5) !important;
}

.\!bg-brown-1000\/60{
  background-color: rgb(13 12 9 / 0.6) !important;
}

.\!bg-brown-1000\/70{
  background-color: rgb(13 12 9 / 0.7) !important;
}

.\!bg-brown-1000\/75{
  background-color: rgb(13 12 9 / 0.75) !important;
}

.\!bg-brown-1000\/80{
  background-color: rgb(13 12 9 / 0.8) !important;
}

.\!bg-brown-1000\/90{
  background-color: rgb(13 12 9 / 0.9) !important;
}

.\!bg-brown-1000\/95{
  background-color: rgb(13 12 9 / 0.95) !important;
}

.\!bg-brown-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 159 151 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-200\/0{
  background-color: rgb(160 159 151 / 0) !important;
}

.\!bg-brown-200\/10{
  background-color: rgb(160 159 151 / 0.1) !important;
}

.\!bg-brown-200\/100{
  background-color: rgb(160 159 151 / 1) !important;
}

.\!bg-brown-200\/20{
  background-color: rgb(160 159 151 / 0.2) !important;
}

.\!bg-brown-200\/25{
  background-color: rgb(160 159 151 / 0.25) !important;
}

.\!bg-brown-200\/30{
  background-color: rgb(160 159 151 / 0.3) !important;
}

.\!bg-brown-200\/40{
  background-color: rgb(160 159 151 / 0.4) !important;
}

.\!bg-brown-200\/5{
  background-color: rgb(160 159 151 / 0.05) !important;
}

.\!bg-brown-200\/50{
  background-color: rgb(160 159 151 / 0.5) !important;
}

.\!bg-brown-200\/60{
  background-color: rgb(160 159 151 / 0.6) !important;
}

.\!bg-brown-200\/70{
  background-color: rgb(160 159 151 / 0.7) !important;
}

.\!bg-brown-200\/75{
  background-color: rgb(160 159 151 / 0.75) !important;
}

.\!bg-brown-200\/80{
  background-color: rgb(160 159 151 / 0.8) !important;
}

.\!bg-brown-200\/90{
  background-color: rgb(160 159 151 / 0.9) !important;
}

.\!bg-brown-200\/95{
  background-color: rgb(160 159 151 / 0.95) !important;
}

.\!bg-brown-25{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 236 234 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-25\/0{
  background-color: rgb(236 236 234 / 0) !important;
}

.\!bg-brown-25\/10{
  background-color: rgb(236 236 234 / 0.1) !important;
}

.\!bg-brown-25\/100{
  background-color: rgb(236 236 234 / 1) !important;
}

.\!bg-brown-25\/20{
  background-color: rgb(236 236 234 / 0.2) !important;
}

.\!bg-brown-25\/25{
  background-color: rgb(236 236 234 / 0.25) !important;
}

.\!bg-brown-25\/30{
  background-color: rgb(236 236 234 / 0.3) !important;
}

.\!bg-brown-25\/40{
  background-color: rgb(236 236 234 / 0.4) !important;
}

.\!bg-brown-25\/5{
  background-color: rgb(236 236 234 / 0.05) !important;
}

.\!bg-brown-25\/50{
  background-color: rgb(236 236 234 / 0.5) !important;
}

.\!bg-brown-25\/60{
  background-color: rgb(236 236 234 / 0.6) !important;
}

.\!bg-brown-25\/70{
  background-color: rgb(236 236 234 / 0.7) !important;
}

.\!bg-brown-25\/75{
  background-color: rgb(236 236 234 / 0.75) !important;
}

.\!bg-brown-25\/80{
  background-color: rgb(236 236 234 / 0.8) !important;
}

.\!bg-brown-25\/90{
  background-color: rgb(236 236 234 / 0.9) !important;
}

.\!bg-brown-25\/95{
  background-color: rgb(236 236 234 / 0.95) !important;
}

.\!bg-brown-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 126 116 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-300\/0{
  background-color: rgb(128 126 116 / 0) !important;
}

.\!bg-brown-300\/10{
  background-color: rgb(128 126 116 / 0.1) !important;
}

.\!bg-brown-300\/100{
  background-color: rgb(128 126 116 / 1) !important;
}

.\!bg-brown-300\/20{
  background-color: rgb(128 126 116 / 0.2) !important;
}

.\!bg-brown-300\/25{
  background-color: rgb(128 126 116 / 0.25) !important;
}

.\!bg-brown-300\/30{
  background-color: rgb(128 126 116 / 0.3) !important;
}

.\!bg-brown-300\/40{
  background-color: rgb(128 126 116 / 0.4) !important;
}

.\!bg-brown-300\/5{
  background-color: rgb(128 126 116 / 0.05) !important;
}

.\!bg-brown-300\/50{
  background-color: rgb(128 126 116 / 0.5) !important;
}

.\!bg-brown-300\/60{
  background-color: rgb(128 126 116 / 0.6) !important;
}

.\!bg-brown-300\/70{
  background-color: rgb(128 126 116 / 0.7) !important;
}

.\!bg-brown-300\/75{
  background-color: rgb(128 126 116 / 0.75) !important;
}

.\!bg-brown-300\/80{
  background-color: rgb(128 126 116 / 0.8) !important;
}

.\!bg-brown-300\/90{
  background-color: rgb(128 126 116 / 0.9) !important;
}

.\!bg-brown-300\/95{
  background-color: rgb(128 126 116 / 0.95) !important;
}

.\!bg-brown-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 94 81 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-400\/0{
  background-color: rgb(96 94 81 / 0) !important;
}

.\!bg-brown-400\/10{
  background-color: rgb(96 94 81 / 0.1) !important;
}

.\!bg-brown-400\/100{
  background-color: rgb(96 94 81 / 1) !important;
}

.\!bg-brown-400\/20{
  background-color: rgb(96 94 81 / 0.2) !important;
}

.\!bg-brown-400\/25{
  background-color: rgb(96 94 81 / 0.25) !important;
}

.\!bg-brown-400\/30{
  background-color: rgb(96 94 81 / 0.3) !important;
}

.\!bg-brown-400\/40{
  background-color: rgb(96 94 81 / 0.4) !important;
}

.\!bg-brown-400\/5{
  background-color: rgb(96 94 81 / 0.05) !important;
}

.\!bg-brown-400\/50{
  background-color: rgb(96 94 81 / 0.5) !important;
}

.\!bg-brown-400\/60{
  background-color: rgb(96 94 81 / 0.6) !important;
}

.\!bg-brown-400\/70{
  background-color: rgb(96 94 81 / 0.7) !important;
}

.\!bg-brown-400\/75{
  background-color: rgb(96 94 81 / 0.75) !important;
}

.\!bg-brown-400\/80{
  background-color: rgb(96 94 81 / 0.8) !important;
}

.\!bg-brown-400\/90{
  background-color: rgb(96 94 81 / 0.9) !important;
}

.\!bg-brown-400\/95{
  background-color: rgb(96 94 81 / 0.95) !important;
}

.\!bg-brown-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 216 213 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-50\/0{
  background-color: rgb(217 216 213 / 0) !important;
}

.\!bg-brown-50\/10{
  background-color: rgb(217 216 213 / 0.1) !important;
}

.\!bg-brown-50\/100{
  background-color: rgb(217 216 213 / 1) !important;
}

.\!bg-brown-50\/20{
  background-color: rgb(217 216 213 / 0.2) !important;
}

.\!bg-brown-50\/25{
  background-color: rgb(217 216 213 / 0.25) !important;
}

.\!bg-brown-50\/30{
  background-color: rgb(217 216 213 / 0.3) !important;
}

.\!bg-brown-50\/40{
  background-color: rgb(217 216 213 / 0.4) !important;
}

.\!bg-brown-50\/5{
  background-color: rgb(217 216 213 / 0.05) !important;
}

.\!bg-brown-50\/50{
  background-color: rgb(217 216 213 / 0.5) !important;
}

.\!bg-brown-50\/60{
  background-color: rgb(217 216 213 / 0.6) !important;
}

.\!bg-brown-50\/70{
  background-color: rgb(217 216 213 / 0.7) !important;
}

.\!bg-brown-50\/75{
  background-color: rgb(217 216 213 / 0.75) !important;
}

.\!bg-brown-50\/80{
  background-color: rgb(217 216 213 / 0.8) !important;
}

.\!bg-brown-50\/90{
  background-color: rgb(217 216 213 / 0.9) !important;
}

.\!bg-brown-50\/95{
  background-color: rgb(217 216 213 / 0.95) !important;
}

.\!bg-brown-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 62 46 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-500\/0{
  background-color: rgb(64 62 46 / 0) !important;
}

.\!bg-brown-500\/10{
  background-color: rgb(64 62 46 / 0.1) !important;
}

.\!bg-brown-500\/100{
  background-color: rgb(64 62 46 / 1) !important;
}

.\!bg-brown-500\/20{
  background-color: rgb(64 62 46 / 0.2) !important;
}

.\!bg-brown-500\/25{
  background-color: rgb(64 62 46 / 0.25) !important;
}

.\!bg-brown-500\/30{
  background-color: rgb(64 62 46 / 0.3) !important;
}

.\!bg-brown-500\/40{
  background-color: rgb(64 62 46 / 0.4) !important;
}

.\!bg-brown-500\/5{
  background-color: rgb(64 62 46 / 0.05) !important;
}

.\!bg-brown-500\/50{
  background-color: rgb(64 62 46 / 0.5) !important;
}

.\!bg-brown-500\/60{
  background-color: rgb(64 62 46 / 0.6) !important;
}

.\!bg-brown-500\/70{
  background-color: rgb(64 62 46 / 0.7) !important;
}

.\!bg-brown-500\/75{
  background-color: rgb(64 62 46 / 0.75) !important;
}

.\!bg-brown-500\/80{
  background-color: rgb(64 62 46 / 0.8) !important;
}

.\!bg-brown-500\/90{
  background-color: rgb(64 62 46 / 0.9) !important;
}

.\!bg-brown-500\/95{
  background-color: rgb(64 62 46 / 0.95) !important;
}

.\!bg-brown-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(53 52 38 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-600\/0{
  background-color: rgb(53 52 38 / 0) !important;
}

.\!bg-brown-600\/10{
  background-color: rgb(53 52 38 / 0.1) !important;
}

.\!bg-brown-600\/100{
  background-color: rgb(53 52 38 / 1) !important;
}

.\!bg-brown-600\/20{
  background-color: rgb(53 52 38 / 0.2) !important;
}

.\!bg-brown-600\/25{
  background-color: rgb(53 52 38 / 0.25) !important;
}

.\!bg-brown-600\/30{
  background-color: rgb(53 52 38 / 0.3) !important;
}

.\!bg-brown-600\/40{
  background-color: rgb(53 52 38 / 0.4) !important;
}

.\!bg-brown-600\/5{
  background-color: rgb(53 52 38 / 0.05) !important;
}

.\!bg-brown-600\/50{
  background-color: rgb(53 52 38 / 0.5) !important;
}

.\!bg-brown-600\/60{
  background-color: rgb(53 52 38 / 0.6) !important;
}

.\!bg-brown-600\/70{
  background-color: rgb(53 52 38 / 0.7) !important;
}

.\!bg-brown-600\/75{
  background-color: rgb(53 52 38 / 0.75) !important;
}

.\!bg-brown-600\/80{
  background-color: rgb(53 52 38 / 0.8) !important;
}

.\!bg-brown-600\/90{
  background-color: rgb(53 52 38 / 0.9) !important;
}

.\!bg-brown-600\/95{
  background-color: rgb(53 52 38 / 0.95) !important;
}

.\!bg-brown-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 41 31 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-700\/0{
  background-color: rgb(43 41 31 / 0) !important;
}

.\!bg-brown-700\/10{
  background-color: rgb(43 41 31 / 0.1) !important;
}

.\!bg-brown-700\/100{
  background-color: rgb(43 41 31 / 1) !important;
}

.\!bg-brown-700\/20{
  background-color: rgb(43 41 31 / 0.2) !important;
}

.\!bg-brown-700\/25{
  background-color: rgb(43 41 31 / 0.25) !important;
}

.\!bg-brown-700\/30{
  background-color: rgb(43 41 31 / 0.3) !important;
}

.\!bg-brown-700\/40{
  background-color: rgb(43 41 31 / 0.4) !important;
}

.\!bg-brown-700\/5{
  background-color: rgb(43 41 31 / 0.05) !important;
}

.\!bg-brown-700\/50{
  background-color: rgb(43 41 31 / 0.5) !important;
}

.\!bg-brown-700\/60{
  background-color: rgb(43 41 31 / 0.6) !important;
}

.\!bg-brown-700\/70{
  background-color: rgb(43 41 31 / 0.7) !important;
}

.\!bg-brown-700\/75{
  background-color: rgb(43 41 31 / 0.75) !important;
}

.\!bg-brown-700\/80{
  background-color: rgb(43 41 31 / 0.8) !important;
}

.\!bg-brown-700\/90{
  background-color: rgb(43 41 31 / 0.9) !important;
}

.\!bg-brown-700\/95{
  background-color: rgb(43 41 31 / 0.95) !important;
}

.\!bg-brown-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 31 23 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-800\/0{
  background-color: rgb(32 31 23 / 0) !important;
}

.\!bg-brown-800\/10{
  background-color: rgb(32 31 23 / 0.1) !important;
}

.\!bg-brown-800\/100{
  background-color: rgb(32 31 23 / 1) !important;
}

.\!bg-brown-800\/20{
  background-color: rgb(32 31 23 / 0.2) !important;
}

.\!bg-brown-800\/25{
  background-color: rgb(32 31 23 / 0.25) !important;
}

.\!bg-brown-800\/30{
  background-color: rgb(32 31 23 / 0.3) !important;
}

.\!bg-brown-800\/40{
  background-color: rgb(32 31 23 / 0.4) !important;
}

.\!bg-brown-800\/5{
  background-color: rgb(32 31 23 / 0.05) !important;
}

.\!bg-brown-800\/50{
  background-color: rgb(32 31 23 / 0.5) !important;
}

.\!bg-brown-800\/60{
  background-color: rgb(32 31 23 / 0.6) !important;
}

.\!bg-brown-800\/70{
  background-color: rgb(32 31 23 / 0.7) !important;
}

.\!bg-brown-800\/75{
  background-color: rgb(32 31 23 / 0.75) !important;
}

.\!bg-brown-800\/80{
  background-color: rgb(32 31 23 / 0.8) !important;
}

.\!bg-brown-800\/90{
  background-color: rgb(32 31 23 / 0.9) !important;
}

.\!bg-brown-800\/95{
  background-color: rgb(32 31 23 / 0.95) !important;
}

.\!bg-brown-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 21 15 / var(--tw-bg-opacity)) !important;
}

.\!bg-brown-900\/0{
  background-color: rgb(21 21 15 / 0) !important;
}

.\!bg-brown-900\/10{
  background-color: rgb(21 21 15 / 0.1) !important;
}

.\!bg-brown-900\/100{
  background-color: rgb(21 21 15 / 1) !important;
}

.\!bg-brown-900\/20{
  background-color: rgb(21 21 15 / 0.2) !important;
}

.\!bg-brown-900\/25{
  background-color: rgb(21 21 15 / 0.25) !important;
}

.\!bg-brown-900\/30{
  background-color: rgb(21 21 15 / 0.3) !important;
}

.\!bg-brown-900\/40{
  background-color: rgb(21 21 15 / 0.4) !important;
}

.\!bg-brown-900\/5{
  background-color: rgb(21 21 15 / 0.05) !important;
}

.\!bg-brown-900\/50{
  background-color: rgb(21 21 15 / 0.5) !important;
}

.\!bg-brown-900\/60{
  background-color: rgb(21 21 15 / 0.6) !important;
}

.\!bg-brown-900\/70{
  background-color: rgb(21 21 15 / 0.7) !important;
}

.\!bg-brown-900\/75{
  background-color: rgb(21 21 15 / 0.75) !important;
}

.\!bg-brown-900\/80{
  background-color: rgb(21 21 15 / 0.8) !important;
}

.\!bg-brown-900\/90{
  background-color: rgb(21 21 15 / 0.9) !important;
}

.\!bg-brown-900\/95{
  background-color: rgb(21 21 15 / 0.95) !important;
}

.\!bg-brown\/0{
  background-color: rgb(64 62 46 / 0) !important;
}

.\!bg-brown\/10{
  background-color: rgb(64 62 46 / 0.1) !important;
}

.\!bg-brown\/100{
  background-color: rgb(64 62 46 / 1) !important;
}

.\!bg-brown\/20{
  background-color: rgb(64 62 46 / 0.2) !important;
}

.\!bg-brown\/25{
  background-color: rgb(64 62 46 / 0.25) !important;
}

.\!bg-brown\/30{
  background-color: rgb(64 62 46 / 0.3) !important;
}

.\!bg-brown\/40{
  background-color: rgb(64 62 46 / 0.4) !important;
}

.\!bg-brown\/5{
  background-color: rgb(64 62 46 / 0.05) !important;
}

.\!bg-brown\/50{
  background-color: rgb(64 62 46 / 0.5) !important;
}

.\!bg-brown\/60{
  background-color: rgb(64 62 46 / 0.6) !important;
}

.\!bg-brown\/70{
  background-color: rgb(64 62 46 / 0.7) !important;
}

.\!bg-brown\/75{
  background-color: rgb(64 62 46 / 0.75) !important;
}

.\!bg-brown\/80{
  background-color: rgb(64 62 46 / 0.8) !important;
}

.\!bg-brown\/90{
  background-color: rgb(64 62 46 / 0.9) !important;
}

.\!bg-brown\/95{
  background-color: rgb(64 62 46 / 0.95) !important;
}

.\!bg-burnt-orange{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 90 40 / var(--tw-bg-opacity)) !important;
}

.\!bg-burnt-orange\/0{
  background-color: rgb(240 90 40 / 0) !important;
}

.\!bg-burnt-orange\/10{
  background-color: rgb(240 90 40 / 0.1) !important;
}

.\!bg-burnt-orange\/100{
  background-color: rgb(240 90 40 / 1) !important;
}

.\!bg-burnt-orange\/20{
  background-color: rgb(240 90 40 / 0.2) !important;
}

.\!bg-burnt-orange\/25{
  background-color: rgb(240 90 40 / 0.25) !important;
}

.\!bg-burnt-orange\/30{
  background-color: rgb(240 90 40 / 0.3) !important;
}

.\!bg-burnt-orange\/40{
  background-color: rgb(240 90 40 / 0.4) !important;
}

.\!bg-burnt-orange\/5{
  background-color: rgb(240 90 40 / 0.05) !important;
}

.\!bg-burnt-orange\/50{
  background-color: rgb(240 90 40 / 0.5) !important;
}

.\!bg-burnt-orange\/60{
  background-color: rgb(240 90 40 / 0.6) !important;
}

.\!bg-burnt-orange\/70{
  background-color: rgb(240 90 40 / 0.7) !important;
}

.\!bg-burnt-orange\/75{
  background-color: rgb(240 90 40 / 0.75) !important;
}

.\!bg-burnt-orange\/80{
  background-color: rgb(240 90 40 / 0.8) !important;
}

.\!bg-burnt-orange\/90{
  background-color: rgb(240 90 40 / 0.9) !important;
}

.\!bg-burnt-orange\/95{
  background-color: rgb(240 90 40 / 0.95) !important;
}

.\!bg-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 57 64 / var(--tw-bg-opacity)) !important;
}

.\!bg-dark\/0{
  background-color: rgb(45 57 64 / 0) !important;
}

.\!bg-dark\/10{
  background-color: rgb(45 57 64 / 0.1) !important;
}

.\!bg-dark\/100{
  background-color: rgb(45 57 64 / 1) !important;
}

.\!bg-dark\/20{
  background-color: rgb(45 57 64 / 0.2) !important;
}

.\!bg-dark\/25{
  background-color: rgb(45 57 64 / 0.25) !important;
}

.\!bg-dark\/30{
  background-color: rgb(45 57 64 / 0.3) !important;
}

.\!bg-dark\/40{
  background-color: rgb(45 57 64 / 0.4) !important;
}

.\!bg-dark\/5{
  background-color: rgb(45 57 64 / 0.05) !important;
}

.\!bg-dark\/50{
  background-color: rgb(45 57 64 / 0.5) !important;
}

.\!bg-dark\/60{
  background-color: rgb(45 57 64 / 0.6) !important;
}

.\!bg-dark\/70{
  background-color: rgb(45 57 64 / 0.7) !important;
}

.\!bg-dark\/75{
  background-color: rgb(45 57 64 / 0.75) !important;
}

.\!bg-dark\/80{
  background-color: rgb(45 57 64 / 0.8) !important;
}

.\!bg-dark\/90{
  background-color: rgb(45 57 64 / 0.9) !important;
}

.\!bg-dark\/95{
  background-color: rgb(45 57 64 / 0.95) !important;
}

.\!bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0) !important;
}

.\!bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1) !important;
}

.\!bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1) !important;
}

.\!bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2) !important;
}

.\!bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25) !important;
}

.\!bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3) !important;
}

.\!bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4) !important;
}

.\!bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05) !important;
}

.\!bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5) !important;
}

.\!bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6) !important;
}

.\!bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7) !important;
}

.\!bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75) !important;
}

.\!bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8) !important;
}

.\!bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9) !important;
}

.\!bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95) !important;
}

.\!bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0) !important;
}

.\!bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1) !important;
}

.\!bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1) !important;
}

.\!bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2) !important;
}

.\!bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25) !important;
}

.\!bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3) !important;
}

.\!bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4) !important;
}

.\!bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05) !important;
}

.\!bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5) !important;
}

.\!bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6) !important;
}

.\!bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7) !important;
}

.\!bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75) !important;
}

.\!bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8) !important;
}

.\!bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9) !important;
}

.\!bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95) !important;
}

.\!bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0) !important;
}

.\!bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1) !important;
}

.\!bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1) !important;
}

.\!bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2) !important;
}

.\!bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25) !important;
}

.\!bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3) !important;
}

.\!bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4) !important;
}

.\!bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05) !important;
}

.\!bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5) !important;
}

.\!bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6) !important;
}

.\!bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7) !important;
}

.\!bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75) !important;
}

.\!bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8) !important;
}

.\!bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9) !important;
}

.\!bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95) !important;
}

.\!bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0) !important;
}

.\!bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1) !important;
}

.\!bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1) !important;
}

.\!bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2) !important;
}

.\!bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25) !important;
}

.\!bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3) !important;
}

.\!bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4) !important;
}

.\!bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05) !important;
}

.\!bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5) !important;
}

.\!bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6) !important;
}

.\!bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7) !important;
}

.\!bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75) !important;
}

.\!bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8) !important;
}

.\!bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9) !important;
}

.\!bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95) !important;
}

.\!bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0) !important;
}

.\!bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1) !important;
}

.\!bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1) !important;
}

.\!bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2) !important;
}

.\!bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25) !important;
}

.\!bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3) !important;
}

.\!bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4) !important;
}

.\!bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05) !important;
}

.\!bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5) !important;
}

.\!bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6) !important;
}

.\!bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7) !important;
}

.\!bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75) !important;
}

.\!bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8) !important;
}

.\!bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9) !important;
}

.\!bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95) !important;
}

.\!bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0) !important;
}

.\!bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1) !important;
}

.\!bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1) !important;
}

.\!bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2) !important;
}

.\!bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25) !important;
}

.\!bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3) !important;
}

.\!bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4) !important;
}

.\!bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05) !important;
}

.\!bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5) !important;
}

.\!bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6) !important;
}

.\!bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7) !important;
}

.\!bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75) !important;
}

.\!bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8) !important;
}

.\!bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9) !important;
}

.\!bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95) !important;
}

.\!bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0) !important;
}

.\!bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1) !important;
}

.\!bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1) !important;
}

.\!bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2) !important;
}

.\!bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25) !important;
}

.\!bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3) !important;
}

.\!bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4) !important;
}

.\!bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05) !important;
}

.\!bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5) !important;
}

.\!bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6) !important;
}

.\!bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7) !important;
}

.\!bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75) !important;
}

.\!bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8) !important;
}

.\!bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9) !important;
}

.\!bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95) !important;
}

.\!bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0) !important;
}

.\!bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1) !important;
}

.\!bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1) !important;
}

.\!bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2) !important;
}

.\!bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25) !important;
}

.\!bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3) !important;
}

.\!bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4) !important;
}

.\!bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05) !important;
}

.\!bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5) !important;
}

.\!bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6) !important;
}

.\!bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7) !important;
}

.\!bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75) !important;
}

.\!bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8) !important;
}

.\!bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9) !important;
}

.\!bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95) !important;
}

.\!bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0) !important;
}

.\!bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1) !important;
}

.\!bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1) !important;
}

.\!bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2) !important;
}

.\!bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25) !important;
}

.\!bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3) !important;
}

.\!bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4) !important;
}

.\!bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05) !important;
}

.\!bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5) !important;
}

.\!bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6) !important;
}

.\!bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7) !important;
}

.\!bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75) !important;
}

.\!bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8) !important;
}

.\!bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9) !important;
}

.\!bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95) !important;
}

.\!bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0) !important;
}

.\!bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1) !important;
}

.\!bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1) !important;
}

.\!bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2) !important;
}

.\!bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25) !important;
}

.\!bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3) !important;
}

.\!bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4) !important;
}

.\!bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05) !important;
}

.\!bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5) !important;
}

.\!bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6) !important;
}

.\!bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7) !important;
}

.\!bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75) !important;
}

.\!bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8) !important;
}

.\!bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9) !important;
}

.\!bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95) !important;
}

.\!bg-gray-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0) !important;
}

.\!bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1) !important;
}

.\!bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1) !important;
}

.\!bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2) !important;
}

.\!bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25) !important;
}

.\!bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3) !important;
}

.\!bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4) !important;
}

.\!bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05) !important;
}

.\!bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5) !important;
}

.\!bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6) !important;
}

.\!bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7) !important;
}

.\!bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75) !important;
}

.\!bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8) !important;
}

.\!bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9) !important;
}

.\!bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95) !important;
}

.\!bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(146 188 96 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-100\/0{
  background-color: rgb(220 252 231 / 0) !important;
}

.\!bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1) !important;
}

.\!bg-green-100\/100{
  background-color: rgb(220 252 231 / 1) !important;
}

.\!bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2) !important;
}

.\!bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25) !important;
}

.\!bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3) !important;
}

.\!bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4) !important;
}

.\!bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05) !important;
}

.\!bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5) !important;
}

.\!bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6) !important;
}

.\!bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7) !important;
}

.\!bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75) !important;
}

.\!bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8) !important;
}

.\!bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9) !important;
}

.\!bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95) !important;
}

.\!bg-green-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-200\/0{
  background-color: rgb(187 247 208 / 0) !important;
}

.\!bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1) !important;
}

.\!bg-green-200\/100{
  background-color: rgb(187 247 208 / 1) !important;
}

.\!bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2) !important;
}

.\!bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25) !important;
}

.\!bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3) !important;
}

.\!bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4) !important;
}

.\!bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05) !important;
}

.\!bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5) !important;
}

.\!bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6) !important;
}

.\!bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7) !important;
}

.\!bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75) !important;
}

.\!bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8) !important;
}

.\!bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9) !important;
}

.\!bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95) !important;
}

.\!bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-300\/0{
  background-color: rgb(134 239 172 / 0) !important;
}

.\!bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1) !important;
}

.\!bg-green-300\/100{
  background-color: rgb(134 239 172 / 1) !important;
}

.\!bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2) !important;
}

.\!bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25) !important;
}

.\!bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3) !important;
}

.\!bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4) !important;
}

.\!bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05) !important;
}

.\!bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5) !important;
}

.\!bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6) !important;
}

.\!bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7) !important;
}

.\!bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75) !important;
}

.\!bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8) !important;
}

.\!bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9) !important;
}

.\!bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95) !important;
}

.\!bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-400\/0{
  background-color: rgb(74 222 128 / 0) !important;
}

.\!bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1) !important;
}

.\!bg-green-400\/100{
  background-color: rgb(74 222 128 / 1) !important;
}

.\!bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2) !important;
}

.\!bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25) !important;
}

.\!bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3) !important;
}

.\!bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4) !important;
}

.\!bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05) !important;
}

.\!bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5) !important;
}

.\!bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6) !important;
}

.\!bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7) !important;
}

.\!bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75) !important;
}

.\!bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8) !important;
}

.\!bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9) !important;
}

.\!bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95) !important;
}

.\!bg-green-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-50\/0{
  background-color: rgb(240 253 244 / 0) !important;
}

.\!bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1) !important;
}

.\!bg-green-50\/100{
  background-color: rgb(240 253 244 / 1) !important;
}

.\!bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2) !important;
}

.\!bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25) !important;
}

.\!bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3) !important;
}

.\!bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4) !important;
}

.\!bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05) !important;
}

.\!bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5) !important;
}

.\!bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6) !important;
}

.\!bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7) !important;
}

.\!bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75) !important;
}

.\!bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8) !important;
}

.\!bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9) !important;
}

.\!bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95) !important;
}

.\!bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-500\/0{
  background-color: rgb(34 197 94 / 0) !important;
}

.\!bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1) !important;
}

.\!bg-green-500\/100{
  background-color: rgb(34 197 94 / 1) !important;
}

.\!bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2) !important;
}

.\!bg-green-500\/25{
  background-color: rgb(34 197 94 / 0.25) !important;
}

.\!bg-green-500\/30{
  background-color: rgb(34 197 94 / 0.3) !important;
}

.\!bg-green-500\/40{
  background-color: rgb(34 197 94 / 0.4) !important;
}

.\!bg-green-500\/5{
  background-color: rgb(34 197 94 / 0.05) !important;
}

.\!bg-green-500\/50{
  background-color: rgb(34 197 94 / 0.5) !important;
}

.\!bg-green-500\/60{
  background-color: rgb(34 197 94 / 0.6) !important;
}

.\!bg-green-500\/70{
  background-color: rgb(34 197 94 / 0.7) !important;
}

.\!bg-green-500\/75{
  background-color: rgb(34 197 94 / 0.75) !important;
}

.\!bg-green-500\/80{
  background-color: rgb(34 197 94 / 0.8) !important;
}

.\!bg-green-500\/90{
  background-color: rgb(34 197 94 / 0.9) !important;
}

.\!bg-green-500\/95{
  background-color: rgb(34 197 94 / 0.95) !important;
}

.\!bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-600\/0{
  background-color: rgb(22 163 74 / 0) !important;
}

.\!bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1) !important;
}

.\!bg-green-600\/100{
  background-color: rgb(22 163 74 / 1) !important;
}

.\!bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2) !important;
}

.\!bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25) !important;
}

.\!bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3) !important;
}

.\!bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4) !important;
}

.\!bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05) !important;
}

.\!bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5) !important;
}

.\!bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6) !important;
}

.\!bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7) !important;
}

.\!bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75) !important;
}

.\!bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8) !important;
}

.\!bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9) !important;
}

.\!bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95) !important;
}

.\!bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-700\/0{
  background-color: rgb(21 128 61 / 0) !important;
}

.\!bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1) !important;
}

.\!bg-green-700\/100{
  background-color: rgb(21 128 61 / 1) !important;
}

.\!bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2) !important;
}

.\!bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25) !important;
}

.\!bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3) !important;
}

.\!bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4) !important;
}

.\!bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05) !important;
}

.\!bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5) !important;
}

.\!bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6) !important;
}

.\!bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7) !important;
}

.\!bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75) !important;
}

.\!bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8) !important;
}

.\!bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9) !important;
}

.\!bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95) !important;
}

.\!bg-green-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-800\/0{
  background-color: rgb(22 101 52 / 0) !important;
}

.\!bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1) !important;
}

.\!bg-green-800\/100{
  background-color: rgb(22 101 52 / 1) !important;
}

.\!bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2) !important;
}

.\!bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25) !important;
}

.\!bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3) !important;
}

.\!bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4) !important;
}

.\!bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05) !important;
}

.\!bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5) !important;
}

.\!bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6) !important;
}

.\!bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7) !important;
}

.\!bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75) !important;
}

.\!bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8) !important;
}

.\!bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9) !important;
}

.\!bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95) !important;
}

.\!bg-green-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-900\/0{
  background-color: rgb(20 83 45 / 0) !important;
}

.\!bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1) !important;
}

.\!bg-green-900\/100{
  background-color: rgb(20 83 45 / 1) !important;
}

.\!bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2) !important;
}

.\!bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25) !important;
}

.\!bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3) !important;
}

.\!bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4) !important;
}

.\!bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05) !important;
}

.\!bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5) !important;
}

.\!bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6) !important;
}

.\!bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7) !important;
}

.\!bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75) !important;
}

.\!bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8) !important;
}

.\!bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9) !important;
}

.\!bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95) !important;
}

.\!bg-green-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-950\/0{
  background-color: rgb(5 46 22 / 0) !important;
}

.\!bg-green-950\/10{
  background-color: rgb(5 46 22 / 0.1) !important;
}

.\!bg-green-950\/100{
  background-color: rgb(5 46 22 / 1) !important;
}

.\!bg-green-950\/20{
  background-color: rgb(5 46 22 / 0.2) !important;
}

.\!bg-green-950\/25{
  background-color: rgb(5 46 22 / 0.25) !important;
}

.\!bg-green-950\/30{
  background-color: rgb(5 46 22 / 0.3) !important;
}

.\!bg-green-950\/40{
  background-color: rgb(5 46 22 / 0.4) !important;
}

.\!bg-green-950\/5{
  background-color: rgb(5 46 22 / 0.05) !important;
}

.\!bg-green-950\/50{
  background-color: rgb(5 46 22 / 0.5) !important;
}

.\!bg-green-950\/60{
  background-color: rgb(5 46 22 / 0.6) !important;
}

.\!bg-green-950\/70{
  background-color: rgb(5 46 22 / 0.7) !important;
}

.\!bg-green-950\/75{
  background-color: rgb(5 46 22 / 0.75) !important;
}

.\!bg-green-950\/80{
  background-color: rgb(5 46 22 / 0.8) !important;
}

.\!bg-green-950\/90{
  background-color: rgb(5 46 22 / 0.9) !important;
}

.\!bg-green-950\/95{
  background-color: rgb(5 46 22 / 0.95) !important;
}

.\!bg-green\/0{
  background-color: rgb(146 188 96 / 0) !important;
}

.\!bg-green\/10{
  background-color: rgb(146 188 96 / 0.1) !important;
}

.\!bg-green\/100{
  background-color: rgb(146 188 96 / 1) !important;
}

.\!bg-green\/20{
  background-color: rgb(146 188 96 / 0.2) !important;
}

.\!bg-green\/25{
  background-color: rgb(146 188 96 / 0.25) !important;
}

.\!bg-green\/30{
  background-color: rgb(146 188 96 / 0.3) !important;
}

.\!bg-green\/40{
  background-color: rgb(146 188 96 / 0.4) !important;
}

.\!bg-green\/5{
  background-color: rgb(146 188 96 / 0.05) !important;
}

.\!bg-green\/50{
  background-color: rgb(146 188 96 / 0.5) !important;
}

.\!bg-green\/60{
  background-color: rgb(146 188 96 / 0.6) !important;
}

.\!bg-green\/70{
  background-color: rgb(146 188 96 / 0.7) !important;
}

.\!bg-green\/75{
  background-color: rgb(146 188 96 / 0.75) !important;
}

.\!bg-green\/80{
  background-color: rgb(146 188 96 / 0.8) !important;
}

.\!bg-green\/90{
  background-color: rgb(146 188 96 / 0.9) !important;
}

.\!bg-green\/95{
  background-color: rgb(146 188 96 / 0.95) !important;
}

.\!bg-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity)) !important;
}

.\!bg-light\/0{
  background-color: rgb(246 250 253 / 0) !important;
}

.\!bg-light\/10{
  background-color: rgb(246 250 253 / 0.1) !important;
}

.\!bg-light\/100{
  background-color: rgb(246 250 253 / 1) !important;
}

.\!bg-light\/20{
  background-color: rgb(246 250 253 / 0.2) !important;
}

.\!bg-light\/25{
  background-color: rgb(246 250 253 / 0.25) !important;
}

.\!bg-light\/30{
  background-color: rgb(246 250 253 / 0.3) !important;
}

.\!bg-light\/40{
  background-color: rgb(246 250 253 / 0.4) !important;
}

.\!bg-light\/5{
  background-color: rgb(246 250 253 / 0.05) !important;
}

.\!bg-light\/50{
  background-color: rgb(246 250 253 / 0.5) !important;
}

.\!bg-light\/60{
  background-color: rgb(246 250 253 / 0.6) !important;
}

.\!bg-light\/70{
  background-color: rgb(246 250 253 / 0.7) !important;
}

.\!bg-light\/75{
  background-color: rgb(246 250 253 / 0.75) !important;
}

.\!bg-light\/80{
  background-color: rgb(246 250 253 / 0.8) !important;
}

.\!bg-light\/90{
  background-color: rgb(246 250 253 / 0.9) !important;
}

.\!bg-light\/95{
  background-color: rgb(246 250 253 / 0.95) !important;
}

.\!bg-maroon{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 64 55 / var(--tw-bg-opacity)) !important;
}

.\!bg-maroon\/0{
  background-color: rgb(151 64 55 / 0) !important;
}

.\!bg-maroon\/10{
  background-color: rgb(151 64 55 / 0.1) !important;
}

.\!bg-maroon\/100{
  background-color: rgb(151 64 55 / 1) !important;
}

.\!bg-maroon\/20{
  background-color: rgb(151 64 55 / 0.2) !important;
}

.\!bg-maroon\/25{
  background-color: rgb(151 64 55 / 0.25) !important;
}

.\!bg-maroon\/30{
  background-color: rgb(151 64 55 / 0.3) !important;
}

.\!bg-maroon\/40{
  background-color: rgb(151 64 55 / 0.4) !important;
}

.\!bg-maroon\/5{
  background-color: rgb(151 64 55 / 0.05) !important;
}

.\!bg-maroon\/50{
  background-color: rgb(151 64 55 / 0.5) !important;
}

.\!bg-maroon\/60{
  background-color: rgb(151 64 55 / 0.6) !important;
}

.\!bg-maroon\/70{
  background-color: rgb(151 64 55 / 0.7) !important;
}

.\!bg-maroon\/75{
  background-color: rgb(151 64 55 / 0.75) !important;
}

.\!bg-maroon\/80{
  background-color: rgb(151 64 55 / 0.8) !important;
}

.\!bg-maroon\/90{
  background-color: rgb(151 64 55 / 0.9) !important;
}

.\!bg-maroon\/95{
  background-color: rgb(151 64 55 / 0.95) !important;
}

.\!bg-neutral-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 210 192 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-100\/0{
  background-color: rgb(248 210 192 / 0) !important;
}

.\!bg-orange-100\/10{
  background-color: rgb(248 210 192 / 0.1) !important;
}

.\!bg-orange-100\/100{
  background-color: rgb(248 210 192 / 1) !important;
}

.\!bg-orange-100\/20{
  background-color: rgb(248 210 192 / 0.2) !important;
}

.\!bg-orange-100\/25{
  background-color: rgb(248 210 192 / 0.25) !important;
}

.\!bg-orange-100\/30{
  background-color: rgb(248 210 192 / 0.3) !important;
}

.\!bg-orange-100\/40{
  background-color: rgb(248 210 192 / 0.4) !important;
}

.\!bg-orange-100\/5{
  background-color: rgb(248 210 192 / 0.05) !important;
}

.\!bg-orange-100\/50{
  background-color: rgb(248 210 192 / 0.5) !important;
}

.\!bg-orange-100\/60{
  background-color: rgb(248 210 192 / 0.6) !important;
}

.\!bg-orange-100\/70{
  background-color: rgb(248 210 192 / 0.7) !important;
}

.\!bg-orange-100\/75{
  background-color: rgb(248 210 192 / 0.75) !important;
}

.\!bg-orange-100\/80{
  background-color: rgb(248 210 192 / 0.8) !important;
}

.\!bg-orange-100\/90{
  background-color: rgb(248 210 192 / 0.9) !important;
}

.\!bg-orange-100\/95{
  background-color: rgb(248 210 192 / 0.95) !important;
}

.\!bg-orange-1000{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 24 13 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-1000\/0{
  background-color: rgb(47 24 13 / 0) !important;
}

.\!bg-orange-1000\/10{
  background-color: rgb(47 24 13 / 0.1) !important;
}

.\!bg-orange-1000\/100{
  background-color: rgb(47 24 13 / 1) !important;
}

.\!bg-orange-1000\/20{
  background-color: rgb(47 24 13 / 0.2) !important;
}

.\!bg-orange-1000\/25{
  background-color: rgb(47 24 13 / 0.25) !important;
}

.\!bg-orange-1000\/30{
  background-color: rgb(47 24 13 / 0.3) !important;
}

.\!bg-orange-1000\/40{
  background-color: rgb(47 24 13 / 0.4) !important;
}

.\!bg-orange-1000\/5{
  background-color: rgb(47 24 13 / 0.05) !important;
}

.\!bg-orange-1000\/50{
  background-color: rgb(47 24 13 / 0.5) !important;
}

.\!bg-orange-1000\/60{
  background-color: rgb(47 24 13 / 0.6) !important;
}

.\!bg-orange-1000\/70{
  background-color: rgb(47 24 13 / 0.7) !important;
}

.\!bg-orange-1000\/75{
  background-color: rgb(47 24 13 / 0.75) !important;
}

.\!bg-orange-1000\/80{
  background-color: rgb(47 24 13 / 0.8) !important;
}

.\!bg-orange-1000\/90{
  background-color: rgb(47 24 13 / 0.9) !important;
}

.\!bg-orange-1000\/95{
  background-color: rgb(47 24 13 / 0.95) !important;
}

.\!bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 187 161 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-200\/0{
  background-color: rgb(245 187 161 / 0) !important;
}

.\!bg-orange-200\/10{
  background-color: rgb(245 187 161 / 0.1) !important;
}

.\!bg-orange-200\/100{
  background-color: rgb(245 187 161 / 1) !important;
}

.\!bg-orange-200\/20{
  background-color: rgb(245 187 161 / 0.2) !important;
}

.\!bg-orange-200\/25{
  background-color: rgb(245 187 161 / 0.25) !important;
}

.\!bg-orange-200\/30{
  background-color: rgb(245 187 161 / 0.3) !important;
}

.\!bg-orange-200\/40{
  background-color: rgb(245 187 161 / 0.4) !important;
}

.\!bg-orange-200\/5{
  background-color: rgb(245 187 161 / 0.05) !important;
}

.\!bg-orange-200\/50{
  background-color: rgb(245 187 161 / 0.5) !important;
}

.\!bg-orange-200\/60{
  background-color: rgb(245 187 161 / 0.6) !important;
}

.\!bg-orange-200\/70{
  background-color: rgb(245 187 161 / 0.7) !important;
}

.\!bg-orange-200\/75{
  background-color: rgb(245 187 161 / 0.75) !important;
}

.\!bg-orange-200\/80{
  background-color: rgb(245 187 161 / 0.8) !important;
}

.\!bg-orange-200\/90{
  background-color: rgb(245 187 161 / 0.9) !important;
}

.\!bg-orange-200\/95{
  background-color: rgb(245 187 161 / 0.95) !important;
}

.\!bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 164 129 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-300\/0{
  background-color: rgb(242 164 129 / 0) !important;
}

.\!bg-orange-300\/10{
  background-color: rgb(242 164 129 / 0.1) !important;
}

.\!bg-orange-300\/100{
  background-color: rgb(242 164 129 / 1) !important;
}

.\!bg-orange-300\/20{
  background-color: rgb(242 164 129 / 0.2) !important;
}

.\!bg-orange-300\/25{
  background-color: rgb(242 164 129 / 0.25) !important;
}

.\!bg-orange-300\/30{
  background-color: rgb(242 164 129 / 0.3) !important;
}

.\!bg-orange-300\/40{
  background-color: rgb(242 164 129 / 0.4) !important;
}

.\!bg-orange-300\/5{
  background-color: rgb(242 164 129 / 0.05) !important;
}

.\!bg-orange-300\/50{
  background-color: rgb(242 164 129 / 0.5) !important;
}

.\!bg-orange-300\/60{
  background-color: rgb(242 164 129 / 0.6) !important;
}

.\!bg-orange-300\/70{
  background-color: rgb(242 164 129 / 0.7) !important;
}

.\!bg-orange-300\/75{
  background-color: rgb(242 164 129 / 0.75) !important;
}

.\!bg-orange-300\/80{
  background-color: rgb(242 164 129 / 0.8) !important;
}

.\!bg-orange-300\/90{
  background-color: rgb(242 164 129 / 0.9) !important;
}

.\!bg-orange-300\/95{
  background-color: rgb(242 164 129 / 0.95) !important;
}

.\!bg-orange-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 142 98 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-400\/0{
  background-color: rgb(238 142 98 / 0) !important;
}

.\!bg-orange-400\/10{
  background-color: rgb(238 142 98 / 0.1) !important;
}

.\!bg-orange-400\/100{
  background-color: rgb(238 142 98 / 1) !important;
}

.\!bg-orange-400\/20{
  background-color: rgb(238 142 98 / 0.2) !important;
}

.\!bg-orange-400\/25{
  background-color: rgb(238 142 98 / 0.25) !important;
}

.\!bg-orange-400\/30{
  background-color: rgb(238 142 98 / 0.3) !important;
}

.\!bg-orange-400\/40{
  background-color: rgb(238 142 98 / 0.4) !important;
}

.\!bg-orange-400\/5{
  background-color: rgb(238 142 98 / 0.05) !important;
}

.\!bg-orange-400\/50{
  background-color: rgb(238 142 98 / 0.5) !important;
}

.\!bg-orange-400\/60{
  background-color: rgb(238 142 98 / 0.6) !important;
}

.\!bg-orange-400\/70{
  background-color: rgb(238 142 98 / 0.7) !important;
}

.\!bg-orange-400\/75{
  background-color: rgb(238 142 98 / 0.75) !important;
}

.\!bg-orange-400\/80{
  background-color: rgb(238 142 98 / 0.8) !important;
}

.\!bg-orange-400\/90{
  background-color: rgb(238 142 98 / 0.9) !important;
}

.\!bg-orange-400\/95{
  background-color: rgb(238 142 98 / 0.95) !important;
}

.\!bg-orange-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 228 217 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-50\/0{
  background-color: rgb(251 228 217 / 0) !important;
}

.\!bg-orange-50\/10{
  background-color: rgb(251 228 217 / 0.1) !important;
}

.\!bg-orange-50\/100{
  background-color: rgb(251 228 217 / 1) !important;
}

.\!bg-orange-50\/20{
  background-color: rgb(251 228 217 / 0.2) !important;
}

.\!bg-orange-50\/25{
  background-color: rgb(251 228 217 / 0.25) !important;
}

.\!bg-orange-50\/30{
  background-color: rgb(251 228 217 / 0.3) !important;
}

.\!bg-orange-50\/40{
  background-color: rgb(251 228 217 / 0.4) !important;
}

.\!bg-orange-50\/5{
  background-color: rgb(251 228 217 / 0.05) !important;
}

.\!bg-orange-50\/50{
  background-color: rgb(251 228 217 / 0.5) !important;
}

.\!bg-orange-50\/60{
  background-color: rgb(251 228 217 / 0.6) !important;
}

.\!bg-orange-50\/70{
  background-color: rgb(251 228 217 / 0.7) !important;
}

.\!bg-orange-50\/75{
  background-color: rgb(251 228 217 / 0.75) !important;
}

.\!bg-orange-50\/80{
  background-color: rgb(251 228 217 / 0.8) !important;
}

.\!bg-orange-50\/90{
  background-color: rgb(251 228 217 / 0.9) !important;
}

.\!bg-orange-50\/95{
  background-color: rgb(251 228 217 / 0.95) !important;
}

.\!bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-500\/0{
  background-color: rgb(235 119 66 / 0) !important;
}

.\!bg-orange-500\/10{
  background-color: rgb(235 119 66 / 0.1) !important;
}

.\!bg-orange-500\/100{
  background-color: rgb(235 119 66 / 1) !important;
}

.\!bg-orange-500\/20{
  background-color: rgb(235 119 66 / 0.2) !important;
}

.\!bg-orange-500\/25{
  background-color: rgb(235 119 66 / 0.25) !important;
}

.\!bg-orange-500\/30{
  background-color: rgb(235 119 66 / 0.3) !important;
}

.\!bg-orange-500\/40{
  background-color: rgb(235 119 66 / 0.4) !important;
}

.\!bg-orange-500\/5{
  background-color: rgb(235 119 66 / 0.05) !important;
}

.\!bg-orange-500\/50{
  background-color: rgb(235 119 66 / 0.5) !important;
}

.\!bg-orange-500\/60{
  background-color: rgb(235 119 66 / 0.6) !important;
}

.\!bg-orange-500\/70{
  background-color: rgb(235 119 66 / 0.7) !important;
}

.\!bg-orange-500\/75{
  background-color: rgb(235 119 66 / 0.75) !important;
}

.\!bg-orange-500\/80{
  background-color: rgb(235 119 66 / 0.8) !important;
}

.\!bg-orange-500\/90{
  background-color: rgb(235 119 66 / 0.9) !important;
}

.\!bg-orange-500\/95{
  background-color: rgb(235 119 66 / 0.95) !important;
}

.\!bg-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 99 55 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-600\/0{
  background-color: rgb(196 99 55 / 0) !important;
}

.\!bg-orange-600\/10{
  background-color: rgb(196 99 55 / 0.1) !important;
}

.\!bg-orange-600\/100{
  background-color: rgb(196 99 55 / 1) !important;
}

.\!bg-orange-600\/20{
  background-color: rgb(196 99 55 / 0.2) !important;
}

.\!bg-orange-600\/25{
  background-color: rgb(196 99 55 / 0.25) !important;
}

.\!bg-orange-600\/30{
  background-color: rgb(196 99 55 / 0.3) !important;
}

.\!bg-orange-600\/40{
  background-color: rgb(196 99 55 / 0.4) !important;
}

.\!bg-orange-600\/5{
  background-color: rgb(196 99 55 / 0.05) !important;
}

.\!bg-orange-600\/50{
  background-color: rgb(196 99 55 / 0.5) !important;
}

.\!bg-orange-600\/60{
  background-color: rgb(196 99 55 / 0.6) !important;
}

.\!bg-orange-600\/70{
  background-color: rgb(196 99 55 / 0.7) !important;
}

.\!bg-orange-600\/75{
  background-color: rgb(196 99 55 / 0.75) !important;
}

.\!bg-orange-600\/80{
  background-color: rgb(196 99 55 / 0.8) !important;
}

.\!bg-orange-600\/90{
  background-color: rgb(196 99 55 / 0.9) !important;
}

.\!bg-orange-600\/95{
  background-color: rgb(196 99 55 / 0.95) !important;
}

.\!bg-orange-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 79 44 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-700\/0{
  background-color: rgb(157 79 44 / 0) !important;
}

.\!bg-orange-700\/10{
  background-color: rgb(157 79 44 / 0.1) !important;
}

.\!bg-orange-700\/100{
  background-color: rgb(157 79 44 / 1) !important;
}

.\!bg-orange-700\/20{
  background-color: rgb(157 79 44 / 0.2) !important;
}

.\!bg-orange-700\/25{
  background-color: rgb(157 79 44 / 0.25) !important;
}

.\!bg-orange-700\/30{
  background-color: rgb(157 79 44 / 0.3) !important;
}

.\!bg-orange-700\/40{
  background-color: rgb(157 79 44 / 0.4) !important;
}

.\!bg-orange-700\/5{
  background-color: rgb(157 79 44 / 0.05) !important;
}

.\!bg-orange-700\/50{
  background-color: rgb(157 79 44 / 0.5) !important;
}

.\!bg-orange-700\/60{
  background-color: rgb(157 79 44 / 0.6) !important;
}

.\!bg-orange-700\/70{
  background-color: rgb(157 79 44 / 0.7) !important;
}

.\!bg-orange-700\/75{
  background-color: rgb(157 79 44 / 0.75) !important;
}

.\!bg-orange-700\/80{
  background-color: rgb(157 79 44 / 0.8) !important;
}

.\!bg-orange-700\/90{
  background-color: rgb(157 79 44 / 0.9) !important;
}

.\!bg-orange-700\/95{
  background-color: rgb(157 79 44 / 0.95) !important;
}

.\!bg-orange-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(118 60 33 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-800\/0{
  background-color: rgb(118 60 33 / 0) !important;
}

.\!bg-orange-800\/10{
  background-color: rgb(118 60 33 / 0.1) !important;
}

.\!bg-orange-800\/100{
  background-color: rgb(118 60 33 / 1) !important;
}

.\!bg-orange-800\/20{
  background-color: rgb(118 60 33 / 0.2) !important;
}

.\!bg-orange-800\/25{
  background-color: rgb(118 60 33 / 0.25) !important;
}

.\!bg-orange-800\/30{
  background-color: rgb(118 60 33 / 0.3) !important;
}

.\!bg-orange-800\/40{
  background-color: rgb(118 60 33 / 0.4) !important;
}

.\!bg-orange-800\/5{
  background-color: rgb(118 60 33 / 0.05) !important;
}

.\!bg-orange-800\/50{
  background-color: rgb(118 60 33 / 0.5) !important;
}

.\!bg-orange-800\/60{
  background-color: rgb(118 60 33 / 0.6) !important;
}

.\!bg-orange-800\/70{
  background-color: rgb(118 60 33 / 0.7) !important;
}

.\!bg-orange-800\/75{
  background-color: rgb(118 60 33 / 0.75) !important;
}

.\!bg-orange-800\/80{
  background-color: rgb(118 60 33 / 0.8) !important;
}

.\!bg-orange-800\/90{
  background-color: rgb(118 60 33 / 0.9) !important;
}

.\!bg-orange-800\/95{
  background-color: rgb(118 60 33 / 0.95) !important;
}

.\!bg-orange-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(78 40 22 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-900\/0{
  background-color: rgb(78 40 22 / 0) !important;
}

.\!bg-orange-900\/10{
  background-color: rgb(78 40 22 / 0.1) !important;
}

.\!bg-orange-900\/100{
  background-color: rgb(78 40 22 / 1) !important;
}

.\!bg-orange-900\/20{
  background-color: rgb(78 40 22 / 0.2) !important;
}

.\!bg-orange-900\/25{
  background-color: rgb(78 40 22 / 0.25) !important;
}

.\!bg-orange-900\/30{
  background-color: rgb(78 40 22 / 0.3) !important;
}

.\!bg-orange-900\/40{
  background-color: rgb(78 40 22 / 0.4) !important;
}

.\!bg-orange-900\/5{
  background-color: rgb(78 40 22 / 0.05) !important;
}

.\!bg-orange-900\/50{
  background-color: rgb(78 40 22 / 0.5) !important;
}

.\!bg-orange-900\/60{
  background-color: rgb(78 40 22 / 0.6) !important;
}

.\!bg-orange-900\/70{
  background-color: rgb(78 40 22 / 0.7) !important;
}

.\!bg-orange-900\/75{
  background-color: rgb(78 40 22 / 0.75) !important;
}

.\!bg-orange-900\/80{
  background-color: rgb(78 40 22 / 0.8) !important;
}

.\!bg-orange-900\/90{
  background-color: rgb(78 40 22 / 0.9) !important;
}

.\!bg-orange-900\/95{
  background-color: rgb(78 40 22 / 0.95) !important;
}

.\!bg-orange\/0{
  background-color: rgb(235 119 66 / 0) !important;
}

.\!bg-orange\/10{
  background-color: rgb(235 119 66 / 0.1) !important;
}

.\!bg-orange\/100{
  background-color: rgb(235 119 66 / 1) !important;
}

.\!bg-orange\/20{
  background-color: rgb(235 119 66 / 0.2) !important;
}

.\!bg-orange\/25{
  background-color: rgb(235 119 66 / 0.25) !important;
}

.\!bg-orange\/30{
  background-color: rgb(235 119 66 / 0.3) !important;
}

.\!bg-orange\/40{
  background-color: rgb(235 119 66 / 0.4) !important;
}

.\!bg-orange\/5{
  background-color: rgb(235 119 66 / 0.05) !important;
}

.\!bg-orange\/50{
  background-color: rgb(235 119 66 / 0.5) !important;
}

.\!bg-orange\/60{
  background-color: rgb(235 119 66 / 0.6) !important;
}

.\!bg-orange\/70{
  background-color: rgb(235 119 66 / 0.7) !important;
}

.\!bg-orange\/75{
  background-color: rgb(235 119 66 / 0.75) !important;
}

.\!bg-orange\/80{
  background-color: rgb(235 119 66 / 0.8) !important;
}

.\!bg-orange\/90{
  background-color: rgb(235 119 66 / 0.9) !important;
}

.\!bg-orange\/95{
  background-color: rgb(235 119 66 / 0.95) !important;
}

.\!bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity)) !important;
}

.\!bg-primary\/0{
  background-color: rgb(235 119 66 / 0) !important;
}

.\!bg-primary\/10{
  background-color: rgb(235 119 66 / 0.1) !important;
}

.\!bg-primary\/100{
  background-color: rgb(235 119 66 / 1) !important;
}

.\!bg-primary\/20{
  background-color: rgb(235 119 66 / 0.2) !important;
}

.\!bg-primary\/25{
  background-color: rgb(235 119 66 / 0.25) !important;
}

.\!bg-primary\/30{
  background-color: rgb(235 119 66 / 0.3) !important;
}

.\!bg-primary\/40{
  background-color: rgb(235 119 66 / 0.4) !important;
}

.\!bg-primary\/5{
  background-color: rgb(235 119 66 / 0.05) !important;
}

.\!bg-primary\/50{
  background-color: rgb(235 119 66 / 0.5) !important;
}

.\!bg-primary\/60{
  background-color: rgb(235 119 66 / 0.6) !important;
}

.\!bg-primary\/70{
  background-color: rgb(235 119 66 / 0.7) !important;
}

.\!bg-primary\/75{
  background-color: rgb(235 119 66 / 0.75) !important;
}

.\!bg-primary\/80{
  background-color: rgb(235 119 66 / 0.8) !important;
}

.\!bg-primary\/90{
  background-color: rgb(235 119 66 / 0.9) !important;
}

.\!bg-primary\/95{
  background-color: rgb(235 119 66 / 0.95) !important;
}

.\!bg-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 47 102 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 186 204 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-100\/0{
  background-color: rgb(187 186 204 / 0) !important;
}

.\!bg-purple-100\/10{
  background-color: rgb(187 186 204 / 0.1) !important;
}

.\!bg-purple-100\/100{
  background-color: rgb(187 186 204 / 1) !important;
}

.\!bg-purple-100\/20{
  background-color: rgb(187 186 204 / 0.2) !important;
}

.\!bg-purple-100\/25{
  background-color: rgb(187 186 204 / 0.25) !important;
}

.\!bg-purple-100\/30{
  background-color: rgb(187 186 204 / 0.3) !important;
}

.\!bg-purple-100\/40{
  background-color: rgb(187 186 204 / 0.4) !important;
}

.\!bg-purple-100\/5{
  background-color: rgb(187 186 204 / 0.05) !important;
}

.\!bg-purple-100\/50{
  background-color: rgb(187 186 204 / 0.5) !important;
}

.\!bg-purple-100\/60{
  background-color: rgb(187 186 204 / 0.6) !important;
}

.\!bg-purple-100\/70{
  background-color: rgb(187 186 204 / 0.7) !important;
}

.\!bg-purple-100\/75{
  background-color: rgb(187 186 204 / 0.75) !important;
}

.\!bg-purple-100\/80{
  background-color: rgb(187 186 204 / 0.8) !important;
}

.\!bg-purple-100\/90{
  background-color: rgb(187 186 204 / 0.9) !important;
}

.\!bg-purple-100\/95{
  background-color: rgb(187 186 204 / 0.95) !important;
}

.\!bg-purple-1000{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 9 20 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-1000\/0{
  background-color: rgb(10 9 20 / 0) !important;
}

.\!bg-purple-1000\/10{
  background-color: rgb(10 9 20 / 0.1) !important;
}

.\!bg-purple-1000\/100{
  background-color: rgb(10 9 20 / 1) !important;
}

.\!bg-purple-1000\/20{
  background-color: rgb(10 9 20 / 0.2) !important;
}

.\!bg-purple-1000\/25{
  background-color: rgb(10 9 20 / 0.25) !important;
}

.\!bg-purple-1000\/30{
  background-color: rgb(10 9 20 / 0.3) !important;
}

.\!bg-purple-1000\/40{
  background-color: rgb(10 9 20 / 0.4) !important;
}

.\!bg-purple-1000\/5{
  background-color: rgb(10 9 20 / 0.05) !important;
}

.\!bg-purple-1000\/50{
  background-color: rgb(10 9 20 / 0.5) !important;
}

.\!bg-purple-1000\/60{
  background-color: rgb(10 9 20 / 0.6) !important;
}

.\!bg-purple-1000\/70{
  background-color: rgb(10 9 20 / 0.7) !important;
}

.\!bg-purple-1000\/75{
  background-color: rgb(10 9 20 / 0.75) !important;
}

.\!bg-purple-1000\/80{
  background-color: rgb(10 9 20 / 0.8) !important;
}

.\!bg-purple-1000\/90{
  background-color: rgb(10 9 20 / 0.9) !important;
}

.\!bg-purple-1000\/95{
  background-color: rgb(10 9 20 / 0.95) !important;
}

.\!bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 151 179 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-200\/0{
  background-color: rgb(153 151 179 / 0) !important;
}

.\!bg-purple-200\/10{
  background-color: rgb(153 151 179 / 0.1) !important;
}

.\!bg-purple-200\/100{
  background-color: rgb(153 151 179 / 1) !important;
}

.\!bg-purple-200\/20{
  background-color: rgb(153 151 179 / 0.2) !important;
}

.\!bg-purple-200\/25{
  background-color: rgb(153 151 179 / 0.25) !important;
}

.\!bg-purple-200\/30{
  background-color: rgb(153 151 179 / 0.3) !important;
}

.\!bg-purple-200\/40{
  background-color: rgb(153 151 179 / 0.4) !important;
}

.\!bg-purple-200\/5{
  background-color: rgb(153 151 179 / 0.05) !important;
}

.\!bg-purple-200\/50{
  background-color: rgb(153 151 179 / 0.5) !important;
}

.\!bg-purple-200\/60{
  background-color: rgb(153 151 179 / 0.6) !important;
}

.\!bg-purple-200\/70{
  background-color: rgb(153 151 179 / 0.7) !important;
}

.\!bg-purple-200\/75{
  background-color: rgb(153 151 179 / 0.75) !important;
}

.\!bg-purple-200\/80{
  background-color: rgb(153 151 179 / 0.8) !important;
}

.\!bg-purple-200\/90{
  background-color: rgb(153 151 179 / 0.9) !important;
}

.\!bg-purple-200\/95{
  background-color: rgb(153 151 179 / 0.95) !important;
}

.\!bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 116 153 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-300\/0{
  background-color: rgb(119 116 153 / 0) !important;
}

.\!bg-purple-300\/10{
  background-color: rgb(119 116 153 / 0.1) !important;
}

.\!bg-purple-300\/100{
  background-color: rgb(119 116 153 / 1) !important;
}

.\!bg-purple-300\/20{
  background-color: rgb(119 116 153 / 0.2) !important;
}

.\!bg-purple-300\/25{
  background-color: rgb(119 116 153 / 0.25) !important;
}

.\!bg-purple-300\/30{
  background-color: rgb(119 116 153 / 0.3) !important;
}

.\!bg-purple-300\/40{
  background-color: rgb(119 116 153 / 0.4) !important;
}

.\!bg-purple-300\/5{
  background-color: rgb(119 116 153 / 0.05) !important;
}

.\!bg-purple-300\/50{
  background-color: rgb(119 116 153 / 0.5) !important;
}

.\!bg-purple-300\/60{
  background-color: rgb(119 116 153 / 0.6) !important;
}

.\!bg-purple-300\/70{
  background-color: rgb(119 116 153 / 0.7) !important;
}

.\!bg-purple-300\/75{
  background-color: rgb(119 116 153 / 0.75) !important;
}

.\!bg-purple-300\/80{
  background-color: rgb(119 116 153 / 0.8) !important;
}

.\!bg-purple-300\/90{
  background-color: rgb(119 116 153 / 0.9) !important;
}

.\!bg-purple-300\/95{
  background-color: rgb(119 116 153 / 0.95) !important;
}

.\!bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 82 128 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-400\/0{
  background-color: rgb(85 82 128 / 0) !important;
}

.\!bg-purple-400\/10{
  background-color: rgb(85 82 128 / 0.1) !important;
}

.\!bg-purple-400\/100{
  background-color: rgb(85 82 128 / 1) !important;
}

.\!bg-purple-400\/20{
  background-color: rgb(85 82 128 / 0.2) !important;
}

.\!bg-purple-400\/25{
  background-color: rgb(85 82 128 / 0.25) !important;
}

.\!bg-purple-400\/30{
  background-color: rgb(85 82 128 / 0.3) !important;
}

.\!bg-purple-400\/40{
  background-color: rgb(85 82 128 / 0.4) !important;
}

.\!bg-purple-400\/5{
  background-color: rgb(85 82 128 / 0.05) !important;
}

.\!bg-purple-400\/50{
  background-color: rgb(85 82 128 / 0.5) !important;
}

.\!bg-purple-400\/60{
  background-color: rgb(85 82 128 / 0.6) !important;
}

.\!bg-purple-400\/70{
  background-color: rgb(85 82 128 / 0.7) !important;
}

.\!bg-purple-400\/75{
  background-color: rgb(85 82 128 / 0.75) !important;
}

.\!bg-purple-400\/80{
  background-color: rgb(85 82 128 / 0.8) !important;
}

.\!bg-purple-400\/90{
  background-color: rgb(85 82 128 / 0.9) !important;
}

.\!bg-purple-400\/95{
  background-color: rgb(85 82 128 / 0.95) !important;
}

.\!bg-purple-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 213 224 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-50\/0{
  background-color: rgb(214 213 224 / 0) !important;
}

.\!bg-purple-50\/10{
  background-color: rgb(214 213 224 / 0.1) !important;
}

.\!bg-purple-50\/100{
  background-color: rgb(214 213 224 / 1) !important;
}

.\!bg-purple-50\/20{
  background-color: rgb(214 213 224 / 0.2) !important;
}

.\!bg-purple-50\/25{
  background-color: rgb(214 213 224 / 0.25) !important;
}

.\!bg-purple-50\/30{
  background-color: rgb(214 213 224 / 0.3) !important;
}

.\!bg-purple-50\/40{
  background-color: rgb(214 213 224 / 0.4) !important;
}

.\!bg-purple-50\/5{
  background-color: rgb(214 213 224 / 0.05) !important;
}

.\!bg-purple-50\/50{
  background-color: rgb(214 213 224 / 0.5) !important;
}

.\!bg-purple-50\/60{
  background-color: rgb(214 213 224 / 0.6) !important;
}

.\!bg-purple-50\/70{
  background-color: rgb(214 213 224 / 0.7) !important;
}

.\!bg-purple-50\/75{
  background-color: rgb(214 213 224 / 0.75) !important;
}

.\!bg-purple-50\/80{
  background-color: rgb(214 213 224 / 0.8) !important;
}

.\!bg-purple-50\/90{
  background-color: rgb(214 213 224 / 0.9) !important;
}

.\!bg-purple-50\/95{
  background-color: rgb(214 213 224 / 0.95) !important;
}

.\!bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 47 102 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-500\/0{
  background-color: rgb(51 47 102 / 0) !important;
}

.\!bg-purple-500\/10{
  background-color: rgb(51 47 102 / 0.1) !important;
}

.\!bg-purple-500\/100{
  background-color: rgb(51 47 102 / 1) !important;
}

.\!bg-purple-500\/20{
  background-color: rgb(51 47 102 / 0.2) !important;
}

.\!bg-purple-500\/25{
  background-color: rgb(51 47 102 / 0.25) !important;
}

.\!bg-purple-500\/30{
  background-color: rgb(51 47 102 / 0.3) !important;
}

.\!bg-purple-500\/40{
  background-color: rgb(51 47 102 / 0.4) !important;
}

.\!bg-purple-500\/5{
  background-color: rgb(51 47 102 / 0.05) !important;
}

.\!bg-purple-500\/50{
  background-color: rgb(51 47 102 / 0.5) !important;
}

.\!bg-purple-500\/60{
  background-color: rgb(51 47 102 / 0.6) !important;
}

.\!bg-purple-500\/70{
  background-color: rgb(51 47 102 / 0.7) !important;
}

.\!bg-purple-500\/75{
  background-color: rgb(51 47 102 / 0.75) !important;
}

.\!bg-purple-500\/80{
  background-color: rgb(51 47 102 / 0.8) !important;
}

.\!bg-purple-500\/90{
  background-color: rgb(51 47 102 / 0.9) !important;
}

.\!bg-purple-500\/95{
  background-color: rgb(51 47 102 / 0.95) !important;
}

.\!bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 39 85 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-600\/0{
  background-color: rgb(43 39 85 / 0) !important;
}

.\!bg-purple-600\/10{
  background-color: rgb(43 39 85 / 0.1) !important;
}

.\!bg-purple-600\/100{
  background-color: rgb(43 39 85 / 1) !important;
}

.\!bg-purple-600\/20{
  background-color: rgb(43 39 85 / 0.2) !important;
}

.\!bg-purple-600\/25{
  background-color: rgb(43 39 85 / 0.25) !important;
}

.\!bg-purple-600\/30{
  background-color: rgb(43 39 85 / 0.3) !important;
}

.\!bg-purple-600\/40{
  background-color: rgb(43 39 85 / 0.4) !important;
}

.\!bg-purple-600\/5{
  background-color: rgb(43 39 85 / 0.05) !important;
}

.\!bg-purple-600\/50{
  background-color: rgb(43 39 85 / 0.5) !important;
}

.\!bg-purple-600\/60{
  background-color: rgb(43 39 85 / 0.6) !important;
}

.\!bg-purple-600\/70{
  background-color: rgb(43 39 85 / 0.7) !important;
}

.\!bg-purple-600\/75{
  background-color: rgb(43 39 85 / 0.75) !important;
}

.\!bg-purple-600\/80{
  background-color: rgb(43 39 85 / 0.8) !important;
}

.\!bg-purple-600\/90{
  background-color: rgb(43 39 85 / 0.9) !important;
}

.\!bg-purple-600\/95{
  background-color: rgb(43 39 85 / 0.95) !important;
}

.\!bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 31 68 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-700\/0{
  background-color: rgb(34 31 68 / 0) !important;
}

.\!bg-purple-700\/10{
  background-color: rgb(34 31 68 / 0.1) !important;
}

.\!bg-purple-700\/100{
  background-color: rgb(34 31 68 / 1) !important;
}

.\!bg-purple-700\/20{
  background-color: rgb(34 31 68 / 0.2) !important;
}

.\!bg-purple-700\/25{
  background-color: rgb(34 31 68 / 0.25) !important;
}

.\!bg-purple-700\/30{
  background-color: rgb(34 31 68 / 0.3) !important;
}

.\!bg-purple-700\/40{
  background-color: rgb(34 31 68 / 0.4) !important;
}

.\!bg-purple-700\/5{
  background-color: rgb(34 31 68 / 0.05) !important;
}

.\!bg-purple-700\/50{
  background-color: rgb(34 31 68 / 0.5) !important;
}

.\!bg-purple-700\/60{
  background-color: rgb(34 31 68 / 0.6) !important;
}

.\!bg-purple-700\/70{
  background-color: rgb(34 31 68 / 0.7) !important;
}

.\!bg-purple-700\/75{
  background-color: rgb(34 31 68 / 0.75) !important;
}

.\!bg-purple-700\/80{
  background-color: rgb(34 31 68 / 0.8) !important;
}

.\!bg-purple-700\/90{
  background-color: rgb(34 31 68 / 0.9) !important;
}

.\!bg-purple-700\/95{
  background-color: rgb(34 31 68 / 0.95) !important;
}

.\!bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 24 51 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-800\/0{
  background-color: rgb(26 24 51 / 0) !important;
}

.\!bg-purple-800\/10{
  background-color: rgb(26 24 51 / 0.1) !important;
}

.\!bg-purple-800\/100{
  background-color: rgb(26 24 51 / 1) !important;
}

.\!bg-purple-800\/20{
  background-color: rgb(26 24 51 / 0.2) !important;
}

.\!bg-purple-800\/25{
  background-color: rgb(26 24 51 / 0.25) !important;
}

.\!bg-purple-800\/30{
  background-color: rgb(26 24 51 / 0.3) !important;
}

.\!bg-purple-800\/40{
  background-color: rgb(26 24 51 / 0.4) !important;
}

.\!bg-purple-800\/5{
  background-color: rgb(26 24 51 / 0.05) !important;
}

.\!bg-purple-800\/50{
  background-color: rgb(26 24 51 / 0.5) !important;
}

.\!bg-purple-800\/60{
  background-color: rgb(26 24 51 / 0.6) !important;
}

.\!bg-purple-800\/70{
  background-color: rgb(26 24 51 / 0.7) !important;
}

.\!bg-purple-800\/75{
  background-color: rgb(26 24 51 / 0.75) !important;
}

.\!bg-purple-800\/80{
  background-color: rgb(26 24 51 / 0.8) !important;
}

.\!bg-purple-800\/90{
  background-color: rgb(26 24 51 / 0.9) !important;
}

.\!bg-purple-800\/95{
  background-color: rgb(26 24 51 / 0.95) !important;
}

.\!bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 16 34 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-900\/0{
  background-color: rgb(17 16 34 / 0) !important;
}

.\!bg-purple-900\/10{
  background-color: rgb(17 16 34 / 0.1) !important;
}

.\!bg-purple-900\/100{
  background-color: rgb(17 16 34 / 1) !important;
}

.\!bg-purple-900\/20{
  background-color: rgb(17 16 34 / 0.2) !important;
}

.\!bg-purple-900\/25{
  background-color: rgb(17 16 34 / 0.25) !important;
}

.\!bg-purple-900\/30{
  background-color: rgb(17 16 34 / 0.3) !important;
}

.\!bg-purple-900\/40{
  background-color: rgb(17 16 34 / 0.4) !important;
}

.\!bg-purple-900\/5{
  background-color: rgb(17 16 34 / 0.05) !important;
}

.\!bg-purple-900\/50{
  background-color: rgb(17 16 34 / 0.5) !important;
}

.\!bg-purple-900\/60{
  background-color: rgb(17 16 34 / 0.6) !important;
}

.\!bg-purple-900\/70{
  background-color: rgb(17 16 34 / 0.7) !important;
}

.\!bg-purple-900\/75{
  background-color: rgb(17 16 34 / 0.75) !important;
}

.\!bg-purple-900\/80{
  background-color: rgb(17 16 34 / 0.8) !important;
}

.\!bg-purple-900\/90{
  background-color: rgb(17 16 34 / 0.9) !important;
}

.\!bg-purple-900\/95{
  background-color: rgb(17 16 34 / 0.95) !important;
}

.\!bg-purple-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-950\/0{
  background-color: rgb(59 7 100 / 0) !important;
}

.\!bg-purple-950\/10{
  background-color: rgb(59 7 100 / 0.1) !important;
}

.\!bg-purple-950\/100{
  background-color: rgb(59 7 100 / 1) !important;
}

.\!bg-purple-950\/20{
  background-color: rgb(59 7 100 / 0.2) !important;
}

.\!bg-purple-950\/25{
  background-color: rgb(59 7 100 / 0.25) !important;
}

.\!bg-purple-950\/30{
  background-color: rgb(59 7 100 / 0.3) !important;
}

.\!bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4) !important;
}

.\!bg-purple-950\/5{
  background-color: rgb(59 7 100 / 0.05) !important;
}

.\!bg-purple-950\/50{
  background-color: rgb(59 7 100 / 0.5) !important;
}

.\!bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6) !important;
}

.\!bg-purple-950\/70{
  background-color: rgb(59 7 100 / 0.7) !important;
}

.\!bg-purple-950\/75{
  background-color: rgb(59 7 100 / 0.75) !important;
}

.\!bg-purple-950\/80{
  background-color: rgb(59 7 100 / 0.8) !important;
}

.\!bg-purple-950\/90{
  background-color: rgb(59 7 100 / 0.9) !important;
}

.\!bg-purple-950\/95{
  background-color: rgb(59 7 100 / 0.95) !important;
}

.\!bg-purple\/0{
  background-color: rgb(51 47 102 / 0) !important;
}

.\!bg-purple\/10{
  background-color: rgb(51 47 102 / 0.1) !important;
}

.\!bg-purple\/100{
  background-color: rgb(51 47 102 / 1) !important;
}

.\!bg-purple\/20{
  background-color: rgb(51 47 102 / 0.2) !important;
}

.\!bg-purple\/25{
  background-color: rgb(51 47 102 / 0.25) !important;
}

.\!bg-purple\/30{
  background-color: rgb(51 47 102 / 0.3) !important;
}

.\!bg-purple\/40{
  background-color: rgb(51 47 102 / 0.4) !important;
}

.\!bg-purple\/5{
  background-color: rgb(51 47 102 / 0.05) !important;
}

.\!bg-purple\/50{
  background-color: rgb(51 47 102 / 0.5) !important;
}

.\!bg-purple\/60{
  background-color: rgb(51 47 102 / 0.6) !important;
}

.\!bg-purple\/70{
  background-color: rgb(51 47 102 / 0.7) !important;
}

.\!bg-purple\/75{
  background-color: rgb(51 47 102 / 0.75) !important;
}

.\!bg-purple\/80{
  background-color: rgb(51 47 102 / 0.8) !important;
}

.\!bg-purple\/90{
  background-color: rgb(51 47 102 / 0.9) !important;
}

.\!bg-purple\/95{
  background-color: rgb(51 47 102 / 0.95) !important;
}

.\!bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(218 61 42 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-100\/0{
  background-color: rgb(254 226 226 / 0) !important;
}

.\!bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1) !important;
}

.\!bg-red-100\/100{
  background-color: rgb(254 226 226 / 1) !important;
}

.\!bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2) !important;
}

.\!bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25) !important;
}

.\!bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3) !important;
}

.\!bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4) !important;
}

.\!bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05) !important;
}

.\!bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5) !important;
}

.\!bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6) !important;
}

.\!bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7) !important;
}

.\!bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75) !important;
}

.\!bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8) !important;
}

.\!bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9) !important;
}

.\!bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95) !important;
}

.\!bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-200\/0{
  background-color: rgb(254 202 202 / 0) !important;
}

.\!bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1) !important;
}

.\!bg-red-200\/100{
  background-color: rgb(254 202 202 / 1) !important;
}

.\!bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2) !important;
}

.\!bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25) !important;
}

.\!bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3) !important;
}

.\!bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4) !important;
}

.\!bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05) !important;
}

.\!bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5) !important;
}

.\!bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6) !important;
}

.\!bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7) !important;
}

.\!bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75) !important;
}

.\!bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8) !important;
}

.\!bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9) !important;
}

.\!bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95) !important;
}

.\!bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-300\/0{
  background-color: rgb(252 165 165 / 0) !important;
}

.\!bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1) !important;
}

.\!bg-red-300\/100{
  background-color: rgb(252 165 165 / 1) !important;
}

.\!bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2) !important;
}

.\!bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25) !important;
}

.\!bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3) !important;
}

.\!bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4) !important;
}

.\!bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05) !important;
}

.\!bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5) !important;
}

.\!bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6) !important;
}

.\!bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7) !important;
}

.\!bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75) !important;
}

.\!bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8) !important;
}

.\!bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9) !important;
}

.\!bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95) !important;
}

.\!bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-400\/0{
  background-color: rgb(248 113 113 / 0) !important;
}

.\!bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1) !important;
}

.\!bg-red-400\/100{
  background-color: rgb(248 113 113 / 1) !important;
}

.\!bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2) !important;
}

.\!bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25) !important;
}

.\!bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3) !important;
}

.\!bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4) !important;
}

.\!bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05) !important;
}

.\!bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5) !important;
}

.\!bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6) !important;
}

.\!bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7) !important;
}

.\!bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75) !important;
}

.\!bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8) !important;
}

.\!bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9) !important;
}

.\!bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95) !important;
}

.\!bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-50\/0{
  background-color: rgb(254 242 242 / 0) !important;
}

.\!bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1) !important;
}

.\!bg-red-50\/100{
  background-color: rgb(254 242 242 / 1) !important;
}

.\!bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2) !important;
}

.\!bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25) !important;
}

.\!bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3) !important;
}

.\!bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4) !important;
}

.\!bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05) !important;
}

.\!bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5) !important;
}

.\!bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6) !important;
}

.\!bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7) !important;
}

.\!bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75) !important;
}

.\!bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8) !important;
}

.\!bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9) !important;
}

.\!bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95) !important;
}

.\!bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-500\/0{
  background-color: rgb(239 68 68 / 0) !important;
}

.\!bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1) !important;
}

.\!bg-red-500\/100{
  background-color: rgb(239 68 68 / 1) !important;
}

.\!bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2) !important;
}

.\!bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25) !important;
}

.\!bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3) !important;
}

.\!bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4) !important;
}

.\!bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05) !important;
}

.\!bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5) !important;
}

.\!bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6) !important;
}

.\!bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7) !important;
}

.\!bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75) !important;
}

.\!bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8) !important;
}

.\!bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9) !important;
}

.\!bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95) !important;
}

.\!bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-600\/0{
  background-color: rgb(220 38 38 / 0) !important;
}

.\!bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1) !important;
}

.\!bg-red-600\/100{
  background-color: rgb(220 38 38 / 1) !important;
}

.\!bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2) !important;
}

.\!bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25) !important;
}

.\!bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3) !important;
}

.\!bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4) !important;
}

.\!bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05) !important;
}

.\!bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5) !important;
}

.\!bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6) !important;
}

.\!bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7) !important;
}

.\!bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75) !important;
}

.\!bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8) !important;
}

.\!bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9) !important;
}

.\!bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95) !important;
}

.\!bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-700\/0{
  background-color: rgb(185 28 28 / 0) !important;
}

.\!bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1) !important;
}

.\!bg-red-700\/100{
  background-color: rgb(185 28 28 / 1) !important;
}

.\!bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2) !important;
}

.\!bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25) !important;
}

.\!bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3) !important;
}

.\!bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4) !important;
}

.\!bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05) !important;
}

.\!bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5) !important;
}

.\!bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6) !important;
}

.\!bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7) !important;
}

.\!bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75) !important;
}

.\!bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8) !important;
}

.\!bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9) !important;
}

.\!bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95) !important;
}

.\!bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-800\/0{
  background-color: rgb(153 27 27 / 0) !important;
}

.\!bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1) !important;
}

.\!bg-red-800\/100{
  background-color: rgb(153 27 27 / 1) !important;
}

.\!bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2) !important;
}

.\!bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25) !important;
}

.\!bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3) !important;
}

.\!bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4) !important;
}

.\!bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05) !important;
}

.\!bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5) !important;
}

.\!bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6) !important;
}

.\!bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7) !important;
}

.\!bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75) !important;
}

.\!bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8) !important;
}

.\!bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9) !important;
}

.\!bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95) !important;
}

.\!bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-900\/0{
  background-color: rgb(127 29 29 / 0) !important;
}

.\!bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1) !important;
}

.\!bg-red-900\/100{
  background-color: rgb(127 29 29 / 1) !important;
}

.\!bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2) !important;
}

.\!bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25) !important;
}

.\!bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3) !important;
}

.\!bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4) !important;
}

.\!bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05) !important;
}

.\!bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5) !important;
}

.\!bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6) !important;
}

.\!bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7) !important;
}

.\!bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75) !important;
}

.\!bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8) !important;
}

.\!bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9) !important;
}

.\!bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95) !important;
}

.\!bg-red-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-950\/0{
  background-color: rgb(69 10 10 / 0) !important;
}

.\!bg-red-950\/10{
  background-color: rgb(69 10 10 / 0.1) !important;
}

.\!bg-red-950\/100{
  background-color: rgb(69 10 10 / 1) !important;
}

.\!bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2) !important;
}

.\!bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25) !important;
}

.\!bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3) !important;
}

.\!bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4) !important;
}

.\!bg-red-950\/5{
  background-color: rgb(69 10 10 / 0.05) !important;
}

.\!bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5) !important;
}

.\!bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6) !important;
}

.\!bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7) !important;
}

.\!bg-red-950\/75{
  background-color: rgb(69 10 10 / 0.75) !important;
}

.\!bg-red-950\/80{
  background-color: rgb(69 10 10 / 0.8) !important;
}

.\!bg-red-950\/90{
  background-color: rgb(69 10 10 / 0.9) !important;
}

.\!bg-red-950\/95{
  background-color: rgb(69 10 10 / 0.95) !important;
}

.\!bg-red\/0{
  background-color: rgb(218 61 42 / 0) !important;
}

.\!bg-red\/10{
  background-color: rgb(218 61 42 / 0.1) !important;
}

.\!bg-red\/100{
  background-color: rgb(218 61 42 / 1) !important;
}

.\!bg-red\/20{
  background-color: rgb(218 61 42 / 0.2) !important;
}

.\!bg-red\/25{
  background-color: rgb(218 61 42 / 0.25) !important;
}

.\!bg-red\/30{
  background-color: rgb(218 61 42 / 0.3) !important;
}

.\!bg-red\/40{
  background-color: rgb(218 61 42 / 0.4) !important;
}

.\!bg-red\/5{
  background-color: rgb(218 61 42 / 0.05) !important;
}

.\!bg-red\/50{
  background-color: rgb(218 61 42 / 0.5) !important;
}

.\!bg-red\/60{
  background-color: rgb(218 61 42 / 0.6) !important;
}

.\!bg-red\/70{
  background-color: rgb(218 61 42 / 0.7) !important;
}

.\!bg-red\/75{
  background-color: rgb(218 61 42 / 0.75) !important;
}

.\!bg-red\/80{
  background-color: rgb(218 61 42 / 0.8) !important;
}

.\!bg-red\/90{
  background-color: rgb(218 61 42 / 0.9) !important;
}

.\!bg-red\/95{
  background-color: rgb(218 61 42 / 0.95) !important;
}

.\!bg-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 175 222 / var(--tw-bg-opacity)) !important;
}

.\!bg-secondary\/0{
  background-color: rgb(123 175 222 / 0) !important;
}

.\!bg-secondary\/10{
  background-color: rgb(123 175 222 / 0.1) !important;
}

.\!bg-secondary\/100{
  background-color: rgb(123 175 222 / 1) !important;
}

.\!bg-secondary\/20{
  background-color: rgb(123 175 222 / 0.2) !important;
}

.\!bg-secondary\/25{
  background-color: rgb(123 175 222 / 0.25) !important;
}

.\!bg-secondary\/30{
  background-color: rgb(123 175 222 / 0.3) !important;
}

.\!bg-secondary\/40{
  background-color: rgb(123 175 222 / 0.4) !important;
}

.\!bg-secondary\/5{
  background-color: rgb(123 175 222 / 0.05) !important;
}

.\!bg-secondary\/50{
  background-color: rgb(123 175 222 / 0.5) !important;
}

.\!bg-secondary\/60{
  background-color: rgb(123 175 222 / 0.6) !important;
}

.\!bg-secondary\/70{
  background-color: rgb(123 175 222 / 0.7) !important;
}

.\!bg-secondary\/75{
  background-color: rgb(123 175 222 / 0.75) !important;
}

.\!bg-secondary\/80{
  background-color: rgb(123 175 222 / 0.8) !important;
}

.\!bg-secondary\/90{
  background-color: rgb(123 175 222 / 0.9) !important;
}

.\!bg-secondary\/95{
  background-color: rgb(123 175 222 / 0.95) !important;
}

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

.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-white\/0{
  background-color: rgb(255 255 255 / 0) !important;
}

.\!bg-white\/10{
  background-color: rgb(255 255 255 / 0.1) !important;
}

.\!bg-white\/100{
  background-color: rgb(255 255 255 / 1) !important;
}

.\!bg-white\/20{
  background-color: rgb(255 255 255 / 0.2) !important;
}

.\!bg-white\/25{
  background-color: rgb(255 255 255 / 0.25) !important;
}

.\!bg-white\/30{
  background-color: rgb(255 255 255 / 0.3) !important;
}

.\!bg-white\/40{
  background-color: rgb(255 255 255 / 0.4) !important;
}

.\!bg-white\/5{
  background-color: rgb(255 255 255 / 0.05) !important;
}

.\!bg-white\/50{
  background-color: rgb(255 255 255 / 0.5) !important;
}

.\!bg-white\/60{
  background-color: rgb(255 255 255 / 0.6) !important;
}

.\!bg-white\/70{
  background-color: rgb(255 255 255 / 0.7) !important;
}

.\!bg-white\/75{
  background-color: rgb(255 255 255 / 0.75) !important;
}

.\!bg-white\/80{
  background-color: rgb(255 255 255 / 0.8) !important;
}

.\!bg-white\/90{
  background-color: rgb(255 255 255 / 0.9) !important;
}

.\!bg-white\/95{
  background-color: rgb(255 255 255 / 0.95) !important;
}

.bg-\[\#00000012\]{
  background-color: #00000012;
}

.bg-\[\#00000066\]{
  background-color: #00000066;
}

.bg-\[\#000000e6\]{
  background-color: #000000e6;
}

.bg-\[\#3b71ca\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}

.bg-\[\#6d6d6d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity));
}

.bg-\[\#aaa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
}

.bg-\[\#eceff1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 241 / var(--tw-bg-opacity));
}

.bg-\[rgb\(255\2c 0\2c 0\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  background-color: rgba(0,0,0,0.4);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\]{
  background-color: rgba(0,0,0,0.6);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(123 175 222 / var(--tw-bg-opacity));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(211 228 244 / var(--tw-bg-opacity));
}

.bg-blue-100\/0{
  background-color: rgb(211 228 244 / 0);
}

.bg-blue-100\/10{
  background-color: rgb(211 228 244 / 0.1);
}

.bg-blue-100\/100{
  background-color: rgb(211 228 244 / 1);
}

.bg-blue-100\/20{
  background-color: rgb(211 228 244 / 0.2);
}

.bg-blue-100\/25{
  background-color: rgb(211 228 244 / 0.25);
}

.bg-blue-100\/30{
  background-color: rgb(211 228 244 / 0.3);
}

.bg-blue-100\/40{
  background-color: rgb(211 228 244 / 0.4);
}

.bg-blue-100\/5{
  background-color: rgb(211 228 244 / 0.05);
}

.bg-blue-100\/50{
  background-color: rgb(211 228 244 / 0.5);
}

.bg-blue-100\/60{
  background-color: rgb(211 228 244 / 0.6);
}

.bg-blue-100\/70{
  background-color: rgb(211 228 244 / 0.7);
}

.bg-blue-100\/75{
  background-color: rgb(211 228 244 / 0.75);
}

.bg-blue-100\/80{
  background-color: rgb(211 228 244 / 0.8);
}

.bg-blue-100\/90{
  background-color: rgb(211 228 244 / 0.9);
}

.bg-blue-100\/95{
  background-color: rgb(211 228 244 / 0.95);
}

.bg-blue-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(25 35 44 / var(--tw-bg-opacity));
}

.bg-blue-1000\/0{
  background-color: rgb(25 35 44 / 0);
}

.bg-blue-1000\/10{
  background-color: rgb(25 35 44 / 0.1);
}

.bg-blue-1000\/100{
  background-color: rgb(25 35 44 / 1);
}

.bg-blue-1000\/20{
  background-color: rgb(25 35 44 / 0.2);
}

.bg-blue-1000\/25{
  background-color: rgb(25 35 44 / 0.25);
}

.bg-blue-1000\/30{
  background-color: rgb(25 35 44 / 0.3);
}

.bg-blue-1000\/40{
  background-color: rgb(25 35 44 / 0.4);
}

.bg-blue-1000\/5{
  background-color: rgb(25 35 44 / 0.05);
}

.bg-blue-1000\/50{
  background-color: rgb(25 35 44 / 0.5);
}

.bg-blue-1000\/60{
  background-color: rgb(25 35 44 / 0.6);
}

.bg-blue-1000\/70{
  background-color: rgb(25 35 44 / 0.7);
}

.bg-blue-1000\/75{
  background-color: rgb(25 35 44 / 0.75);
}

.bg-blue-1000\/80{
  background-color: rgb(25 35 44 / 0.8);
}

.bg-blue-1000\/90{
  background-color: rgb(25 35 44 / 0.9);
}

.bg-blue-1000\/95{
  background-color: rgb(25 35 44 / 0.95);
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(189 215 239 / var(--tw-bg-opacity));
}

.bg-blue-200\/0{
  background-color: rgb(189 215 239 / 0);
}

.bg-blue-200\/10{
  background-color: rgb(189 215 239 / 0.1);
}

.bg-blue-200\/100{
  background-color: rgb(189 215 239 / 1);
}

.bg-blue-200\/20{
  background-color: rgb(189 215 239 / 0.2);
}

.bg-blue-200\/25{
  background-color: rgb(189 215 239 / 0.25);
}

.bg-blue-200\/30{
  background-color: rgb(189 215 239 / 0.3);
}

.bg-blue-200\/40{
  background-color: rgb(189 215 239 / 0.4);
}

.bg-blue-200\/5{
  background-color: rgb(189 215 239 / 0.05);
}

.bg-blue-200\/50{
  background-color: rgb(189 215 239 / 0.5);
}

.bg-blue-200\/60{
  background-color: rgb(189 215 239 / 0.6);
}

.bg-blue-200\/70{
  background-color: rgb(189 215 239 / 0.7);
}

.bg-blue-200\/75{
  background-color: rgb(189 215 239 / 0.75);
}

.bg-blue-200\/80{
  background-color: rgb(189 215 239 / 0.8);
}

.bg-blue-200\/90{
  background-color: rgb(189 215 239 / 0.9);
}

.bg-blue-200\/95{
  background-color: rgb(189 215 239 / 0.95);
}

.bg-blue-25{
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity));
}

.bg-blue-25\/0{
  background-color: rgb(246 250 253 / 0);
}

.bg-blue-25\/10{
  background-color: rgb(246 250 253 / 0.1);
}

.bg-blue-25\/100{
  background-color: rgb(246 250 253 / 1);
}

.bg-blue-25\/20{
  background-color: rgb(246 250 253 / 0.2);
}

.bg-blue-25\/25{
  background-color: rgb(246 250 253 / 0.25);
}

.bg-blue-25\/30{
  background-color: rgb(246 250 253 / 0.3);
}

.bg-blue-25\/40{
  background-color: rgb(246 250 253 / 0.4);
}

.bg-blue-25\/5{
  background-color: rgb(246 250 253 / 0.05);
}

.bg-blue-25\/50{
  background-color: rgb(246 250 253 / 0.5);
}

.bg-blue-25\/60{
  background-color: rgb(246 250 253 / 0.6);
}

.bg-blue-25\/70{
  background-color: rgb(246 250 253 / 0.7);
}

.bg-blue-25\/75{
  background-color: rgb(246 250 253 / 0.75);
}

.bg-blue-25\/80{
  background-color: rgb(246 250 253 / 0.8);
}

.bg-blue-25\/90{
  background-color: rgb(246 250 253 / 0.9);
}

.bg-blue-25\/95{
  background-color: rgb(246 250 253 / 0.95);
}

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(167 202 233 / var(--tw-bg-opacity));
}

.bg-blue-300\/0{
  background-color: rgb(167 202 233 / 0);
}

.bg-blue-300\/10{
  background-color: rgb(167 202 233 / 0.1);
}

.bg-blue-300\/100{
  background-color: rgb(167 202 233 / 1);
}

.bg-blue-300\/20{
  background-color: rgb(167 202 233 / 0.2);
}

.bg-blue-300\/25{
  background-color: rgb(167 202 233 / 0.25);
}

.bg-blue-300\/30{
  background-color: rgb(167 202 233 / 0.3);
}

.bg-blue-300\/40{
  background-color: rgb(167 202 233 / 0.4);
}

.bg-blue-300\/5{
  background-color: rgb(167 202 233 / 0.05);
}

.bg-blue-300\/50{
  background-color: rgb(167 202 233 / 0.5);
}

.bg-blue-300\/60{
  background-color: rgb(167 202 233 / 0.6);
}

.bg-blue-300\/70{
  background-color: rgb(167 202 233 / 0.7);
}

.bg-blue-300\/75{
  background-color: rgb(167 202 233 / 0.75);
}

.bg-blue-300\/80{
  background-color: rgb(167 202 233 / 0.8);
}

.bg-blue-300\/90{
  background-color: rgb(167 202 233 / 0.9);
}

.bg-blue-300\/95{
  background-color: rgb(167 202 233 / 0.95);
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(145 188 228 / var(--tw-bg-opacity));
}

.bg-blue-400\/0{
  background-color: rgb(145 188 228 / 0);
}

.bg-blue-400\/10{
  background-color: rgb(145 188 228 / 0.1);
}

.bg-blue-400\/100{
  background-color: rgb(145 188 228 / 1);
}

.bg-blue-400\/20{
  background-color: rgb(145 188 228 / 0.2);
}

.bg-blue-400\/25{
  background-color: rgb(145 188 228 / 0.25);
}

.bg-blue-400\/30{
  background-color: rgb(145 188 228 / 0.3);
}

.bg-blue-400\/40{
  background-color: rgb(145 188 228 / 0.4);
}

.bg-blue-400\/5{
  background-color: rgb(145 188 228 / 0.05);
}

.bg-blue-400\/50{
  background-color: rgb(145 188 228 / 0.5);
}

.bg-blue-400\/60{
  background-color: rgb(145 188 228 / 0.6);
}

.bg-blue-400\/70{
  background-color: rgb(145 188 228 / 0.7);
}

.bg-blue-400\/75{
  background-color: rgb(145 188 228 / 0.75);
}

.bg-blue-400\/80{
  background-color: rgb(145 188 228 / 0.8);
}

.bg-blue-400\/90{
  background-color: rgb(145 188 228 / 0.9);
}

.bg-blue-400\/95{
  background-color: rgb(145 188 228 / 0.95);
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(229 239 248 / var(--tw-bg-opacity));
}

.bg-blue-50\/0{
  background-color: rgb(229 239 248 / 0);
}

.bg-blue-50\/10{
  background-color: rgb(229 239 248 / 0.1);
}

.bg-blue-50\/100{
  background-color: rgb(229 239 248 / 1);
}

.bg-blue-50\/20{
  background-color: rgb(229 239 248 / 0.2);
}

.bg-blue-50\/25{
  background-color: rgb(229 239 248 / 0.25);
}

.bg-blue-50\/30{
  background-color: rgb(229 239 248 / 0.3);
}

.bg-blue-50\/40{
  background-color: rgb(229 239 248 / 0.4);
}

.bg-blue-50\/5{
  background-color: rgb(229 239 248 / 0.05);
}

.bg-blue-50\/50{
  background-color: rgb(229 239 248 / 0.5);
}

.bg-blue-50\/60{
  background-color: rgb(229 239 248 / 0.6);
}

.bg-blue-50\/70{
  background-color: rgb(229 239 248 / 0.7);
}

.bg-blue-50\/75{
  background-color: rgb(229 239 248 / 0.75);
}

.bg-blue-50\/80{
  background-color: rgb(229 239 248 / 0.8);
}

.bg-blue-50\/90{
  background-color: rgb(229 239 248 / 0.9);
}

.bg-blue-50\/95{
  background-color: rgb(229 239 248 / 0.95);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(123 175 222 / var(--tw-bg-opacity));
}

.bg-blue-500\/0{
  background-color: rgb(123 175 222 / 0);
}

.bg-blue-500\/10{
  background-color: rgb(123 175 222 / 0.1);
}

.bg-blue-500\/100{
  background-color: rgb(123 175 222 / 1);
}

.bg-blue-500\/20{
  background-color: rgb(123 175 222 / 0.2);
}

.bg-blue-500\/25{
  background-color: rgb(123 175 222 / 0.25);
}

.bg-blue-500\/30{
  background-color: rgb(123 175 222 / 0.3);
}

.bg-blue-500\/40{
  background-color: rgb(123 175 222 / 0.4);
}

.bg-blue-500\/5{
  background-color: rgb(123 175 222 / 0.05);
}

.bg-blue-500\/50{
  background-color: rgb(123 175 222 / 0.5);
}

.bg-blue-500\/60{
  background-color: rgb(123 175 222 / 0.6);
}

.bg-blue-500\/70{
  background-color: rgb(123 175 222 / 0.7);
}

.bg-blue-500\/75{
  background-color: rgb(123 175 222 / 0.75);
}

.bg-blue-500\/80{
  background-color: rgb(123 175 222 / 0.8);
}

.bg-blue-500\/90{
  background-color: rgb(123 175 222 / 0.9);
}

.bg-blue-500\/95{
  background-color: rgb(123 175 222 / 0.95);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(103 146 185 / var(--tw-bg-opacity));
}

.bg-blue-600\/0{
  background-color: rgb(103 146 185 / 0);
}

.bg-blue-600\/10{
  background-color: rgb(103 146 185 / 0.1);
}

.bg-blue-600\/100{
  background-color: rgb(103 146 185 / 1);
}

.bg-blue-600\/20{
  background-color: rgb(103 146 185 / 0.2);
}

.bg-blue-600\/25{
  background-color: rgb(103 146 185 / 0.25);
}

.bg-blue-600\/30{
  background-color: rgb(103 146 185 / 0.3);
}

.bg-blue-600\/40{
  background-color: rgb(103 146 185 / 0.4);
}

.bg-blue-600\/5{
  background-color: rgb(103 146 185 / 0.05);
}

.bg-blue-600\/50{
  background-color: rgb(103 146 185 / 0.5);
}

.bg-blue-600\/60{
  background-color: rgb(103 146 185 / 0.6);
}

.bg-blue-600\/70{
  background-color: rgb(103 146 185 / 0.7);
}

.bg-blue-600\/75{
  background-color: rgb(103 146 185 / 0.75);
}

.bg-blue-600\/80{
  background-color: rgb(103 146 185 / 0.8);
}

.bg-blue-600\/90{
  background-color: rgb(103 146 185 / 0.9);
}

.bg-blue-600\/95{
  background-color: rgb(103 146 185 / 0.95);
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(82 117 148 / var(--tw-bg-opacity));
}

.bg-blue-700\/0{
  background-color: rgb(82 117 148 / 0);
}

.bg-blue-700\/10{
  background-color: rgb(82 117 148 / 0.1);
}

.bg-blue-700\/100{
  background-color: rgb(82 117 148 / 1);
}

.bg-blue-700\/20{
  background-color: rgb(82 117 148 / 0.2);
}

.bg-blue-700\/25{
  background-color: rgb(82 117 148 / 0.25);
}

.bg-blue-700\/30{
  background-color: rgb(82 117 148 / 0.3);
}

.bg-blue-700\/40{
  background-color: rgb(82 117 148 / 0.4);
}

.bg-blue-700\/5{
  background-color: rgb(82 117 148 / 0.05);
}

.bg-blue-700\/50{
  background-color: rgb(82 117 148 / 0.5);
}

.bg-blue-700\/60{
  background-color: rgb(82 117 148 / 0.6);
}

.bg-blue-700\/70{
  background-color: rgb(82 117 148 / 0.7);
}

.bg-blue-700\/75{
  background-color: rgb(82 117 148 / 0.75);
}

.bg-blue-700\/80{
  background-color: rgb(82 117 148 / 0.8);
}

.bg-blue-700\/90{
  background-color: rgb(82 117 148 / 0.9);
}

.bg-blue-700\/95{
  background-color: rgb(82 117 148 / 0.95);
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(62 88 111 / var(--tw-bg-opacity));
}

.bg-blue-800\/0{
  background-color: rgb(62 88 111 / 0);
}

.bg-blue-800\/10{
  background-color: rgb(62 88 111 / 0.1);
}

.bg-blue-800\/100{
  background-color: rgb(62 88 111 / 1);
}

.bg-blue-800\/20{
  background-color: rgb(62 88 111 / 0.2);
}

.bg-blue-800\/25{
  background-color: rgb(62 88 111 / 0.25);
}

.bg-blue-800\/30{
  background-color: rgb(62 88 111 / 0.3);
}

.bg-blue-800\/40{
  background-color: rgb(62 88 111 / 0.4);
}

.bg-blue-800\/5{
  background-color: rgb(62 88 111 / 0.05);
}

.bg-blue-800\/50{
  background-color: rgb(62 88 111 / 0.5);
}

.bg-blue-800\/60{
  background-color: rgb(62 88 111 / 0.6);
}

.bg-blue-800\/70{
  background-color: rgb(62 88 111 / 0.7);
}

.bg-blue-800\/75{
  background-color: rgb(62 88 111 / 0.75);
}

.bg-blue-800\/80{
  background-color: rgb(62 88 111 / 0.8);
}

.bg-blue-800\/90{
  background-color: rgb(62 88 111 / 0.9);
}

.bg-blue-800\/95{
  background-color: rgb(62 88 111 / 0.95);
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(41 58 74 / var(--tw-bg-opacity));
}

.bg-blue-900\/0{
  background-color: rgb(41 58 74 / 0);
}

.bg-blue-900\/10{
  background-color: rgb(41 58 74 / 0.1);
}

.bg-blue-900\/100{
  background-color: rgb(41 58 74 / 1);
}

.bg-blue-900\/20{
  background-color: rgb(41 58 74 / 0.2);
}

.bg-blue-900\/25{
  background-color: rgb(41 58 74 / 0.25);
}

.bg-blue-900\/30{
  background-color: rgb(41 58 74 / 0.3);
}

.bg-blue-900\/40{
  background-color: rgb(41 58 74 / 0.4);
}

.bg-blue-900\/5{
  background-color: rgb(41 58 74 / 0.05);
}

.bg-blue-900\/50{
  background-color: rgb(41 58 74 / 0.5);
}

.bg-blue-900\/60{
  background-color: rgb(41 58 74 / 0.6);
}

.bg-blue-900\/70{
  background-color: rgb(41 58 74 / 0.7);
}

.bg-blue-900\/75{
  background-color: rgb(41 58 74 / 0.75);
}

.bg-blue-900\/80{
  background-color: rgb(41 58 74 / 0.8);
}

.bg-blue-900\/90{
  background-color: rgb(41 58 74 / 0.9);
}

.bg-blue-900\/95{
  background-color: rgb(41 58 74 / 0.95);
}

.bg-blue\/0{
  background-color: rgb(123 175 222 / 0);
}

.bg-blue\/10{
  background-color: rgb(123 175 222 / 0.1);
}

.bg-blue\/100{
  background-color: rgb(123 175 222 / 1);
}

.bg-blue\/20{
  background-color: rgb(123 175 222 / 0.2);
}

.bg-blue\/25{
  background-color: rgb(123 175 222 / 0.25);
}

.bg-blue\/30{
  background-color: rgb(123 175 222 / 0.3);
}

.bg-blue\/40{
  background-color: rgb(123 175 222 / 0.4);
}

.bg-blue\/5{
  background-color: rgb(123 175 222 / 0.05);
}

.bg-blue\/50{
  background-color: rgb(123 175 222 / 0.5);
}

.bg-blue\/60{
  background-color: rgb(123 175 222 / 0.6);
}

.bg-blue\/70{
  background-color: rgb(123 175 222 / 0.7);
}

.bg-blue\/75{
  background-color: rgb(123 175 222 / 0.75);
}

.bg-blue\/80{
  background-color: rgb(123 175 222 / 0.8);
}

.bg-blue\/90{
  background-color: rgb(123 175 222 / 0.9);
}

.bg-blue\/95{
  background-color: rgb(123 175 222 / 0.95);
}

.bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(64 62 46 / var(--tw-bg-opacity));
}

.bg-brown-100{
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 185 / var(--tw-bg-opacity));
}

.bg-brown-100\/0{
  background-color: rgb(191 191 185 / 0);
}

.bg-brown-100\/10{
  background-color: rgb(191 191 185 / 0.1);
}

.bg-brown-100\/100{
  background-color: rgb(191 191 185 / 1);
}

.bg-brown-100\/20{
  background-color: rgb(191 191 185 / 0.2);
}

.bg-brown-100\/25{
  background-color: rgb(191 191 185 / 0.25);
}

.bg-brown-100\/30{
  background-color: rgb(191 191 185 / 0.3);
}

.bg-brown-100\/40{
  background-color: rgb(191 191 185 / 0.4);
}

.bg-brown-100\/5{
  background-color: rgb(191 191 185 / 0.05);
}

.bg-brown-100\/50{
  background-color: rgb(191 191 185 / 0.5);
}

.bg-brown-100\/60{
  background-color: rgb(191 191 185 / 0.6);
}

.bg-brown-100\/70{
  background-color: rgb(191 191 185 / 0.7);
}

.bg-brown-100\/75{
  background-color: rgb(191 191 185 / 0.75);
}

.bg-brown-100\/80{
  background-color: rgb(191 191 185 / 0.8);
}

.bg-brown-100\/90{
  background-color: rgb(191 191 185 / 0.9);
}

.bg-brown-100\/95{
  background-color: rgb(191 191 185 / 0.95);
}

.bg-brown-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(13 12 9 / var(--tw-bg-opacity));
}

.bg-brown-1000\/0{
  background-color: rgb(13 12 9 / 0);
}

.bg-brown-1000\/10{
  background-color: rgb(13 12 9 / 0.1);
}

.bg-brown-1000\/100{
  background-color: rgb(13 12 9 / 1);
}

.bg-brown-1000\/20{
  background-color: rgb(13 12 9 / 0.2);
}

.bg-brown-1000\/25{
  background-color: rgb(13 12 9 / 0.25);
}

.bg-brown-1000\/30{
  background-color: rgb(13 12 9 / 0.3);
}

.bg-brown-1000\/40{
  background-color: rgb(13 12 9 / 0.4);
}

.bg-brown-1000\/5{
  background-color: rgb(13 12 9 / 0.05);
}

.bg-brown-1000\/50{
  background-color: rgb(13 12 9 / 0.5);
}

.bg-brown-1000\/60{
  background-color: rgb(13 12 9 / 0.6);
}

.bg-brown-1000\/70{
  background-color: rgb(13 12 9 / 0.7);
}

.bg-brown-1000\/75{
  background-color: rgb(13 12 9 / 0.75);
}

.bg-brown-1000\/80{
  background-color: rgb(13 12 9 / 0.8);
}

.bg-brown-1000\/90{
  background-color: rgb(13 12 9 / 0.9);
}

.bg-brown-1000\/95{
  background-color: rgb(13 12 9 / 0.95);
}

.bg-brown-200{
  --tw-bg-opacity: 1;
  background-color: rgb(160 159 151 / var(--tw-bg-opacity));
}

.bg-brown-200\/0{
  background-color: rgb(160 159 151 / 0);
}

.bg-brown-200\/10{
  background-color: rgb(160 159 151 / 0.1);
}

.bg-brown-200\/100{
  background-color: rgb(160 159 151 / 1);
}

.bg-brown-200\/20{
  background-color: rgb(160 159 151 / 0.2);
}

.bg-brown-200\/25{
  background-color: rgb(160 159 151 / 0.25);
}

.bg-brown-200\/30{
  background-color: rgb(160 159 151 / 0.3);
}

.bg-brown-200\/40{
  background-color: rgb(160 159 151 / 0.4);
}

.bg-brown-200\/5{
  background-color: rgb(160 159 151 / 0.05);
}

.bg-brown-200\/50{
  background-color: rgb(160 159 151 / 0.5);
}

.bg-brown-200\/60{
  background-color: rgb(160 159 151 / 0.6);
}

.bg-brown-200\/70{
  background-color: rgb(160 159 151 / 0.7);
}

.bg-brown-200\/75{
  background-color: rgb(160 159 151 / 0.75);
}

.bg-brown-200\/80{
  background-color: rgb(160 159 151 / 0.8);
}

.bg-brown-200\/90{
  background-color: rgb(160 159 151 / 0.9);
}

.bg-brown-200\/95{
  background-color: rgb(160 159 151 / 0.95);
}

.bg-brown-25{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 234 / var(--tw-bg-opacity));
}

.bg-brown-25\/0{
  background-color: rgb(236 236 234 / 0);
}

.bg-brown-25\/10{
  background-color: rgb(236 236 234 / 0.1);
}

.bg-brown-25\/100{
  background-color: rgb(236 236 234 / 1);
}

.bg-brown-25\/20{
  background-color: rgb(236 236 234 / 0.2);
}

.bg-brown-25\/25{
  background-color: rgb(236 236 234 / 0.25);
}

.bg-brown-25\/30{
  background-color: rgb(236 236 234 / 0.3);
}

.bg-brown-25\/40{
  background-color: rgb(236 236 234 / 0.4);
}

.bg-brown-25\/5{
  background-color: rgb(236 236 234 / 0.05);
}

.bg-brown-25\/50{
  background-color: rgb(236 236 234 / 0.5);
}

.bg-brown-25\/60{
  background-color: rgb(236 236 234 / 0.6);
}

.bg-brown-25\/70{
  background-color: rgb(236 236 234 / 0.7);
}

.bg-brown-25\/75{
  background-color: rgb(236 236 234 / 0.75);
}

.bg-brown-25\/80{
  background-color: rgb(236 236 234 / 0.8);
}

.bg-brown-25\/90{
  background-color: rgb(236 236 234 / 0.9);
}

.bg-brown-25\/95{
  background-color: rgb(236 236 234 / 0.95);
}

.bg-brown-300{
  --tw-bg-opacity: 1;
  background-color: rgb(128 126 116 / var(--tw-bg-opacity));
}

.bg-brown-300\/0{
  background-color: rgb(128 126 116 / 0);
}

.bg-brown-300\/10{
  background-color: rgb(128 126 116 / 0.1);
}

.bg-brown-300\/100{
  background-color: rgb(128 126 116 / 1);
}

.bg-brown-300\/20{
  background-color: rgb(128 126 116 / 0.2);
}

.bg-brown-300\/25{
  background-color: rgb(128 126 116 / 0.25);
}

.bg-brown-300\/30{
  background-color: rgb(128 126 116 / 0.3);
}

.bg-brown-300\/40{
  background-color: rgb(128 126 116 / 0.4);
}

.bg-brown-300\/5{
  background-color: rgb(128 126 116 / 0.05);
}

.bg-brown-300\/50{
  background-color: rgb(128 126 116 / 0.5);
}

.bg-brown-300\/60{
  background-color: rgb(128 126 116 / 0.6);
}

.bg-brown-300\/70{
  background-color: rgb(128 126 116 / 0.7);
}

.bg-brown-300\/75{
  background-color: rgb(128 126 116 / 0.75);
}

.bg-brown-300\/80{
  background-color: rgb(128 126 116 / 0.8);
}

.bg-brown-300\/90{
  background-color: rgb(128 126 116 / 0.9);
}

.bg-brown-300\/95{
  background-color: rgb(128 126 116 / 0.95);
}

.bg-brown-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 94 81 / var(--tw-bg-opacity));
}

.bg-brown-400\/0{
  background-color: rgb(96 94 81 / 0);
}

.bg-brown-400\/10{
  background-color: rgb(96 94 81 / 0.1);
}

.bg-brown-400\/100{
  background-color: rgb(96 94 81 / 1);
}

.bg-brown-400\/20{
  background-color: rgb(96 94 81 / 0.2);
}

.bg-brown-400\/25{
  background-color: rgb(96 94 81 / 0.25);
}

.bg-brown-400\/30{
  background-color: rgb(96 94 81 / 0.3);
}

.bg-brown-400\/40{
  background-color: rgb(96 94 81 / 0.4);
}

.bg-brown-400\/5{
  background-color: rgb(96 94 81 / 0.05);
}

.bg-brown-400\/50{
  background-color: rgb(96 94 81 / 0.5);
}

.bg-brown-400\/60{
  background-color: rgb(96 94 81 / 0.6);
}

.bg-brown-400\/70{
  background-color: rgb(96 94 81 / 0.7);
}

.bg-brown-400\/75{
  background-color: rgb(96 94 81 / 0.75);
}

.bg-brown-400\/80{
  background-color: rgb(96 94 81 / 0.8);
}

.bg-brown-400\/90{
  background-color: rgb(96 94 81 / 0.9);
}

.bg-brown-400\/95{
  background-color: rgb(96 94 81 / 0.95);
}

.bg-brown-50{
  --tw-bg-opacity: 1;
  background-color: rgb(217 216 213 / var(--tw-bg-opacity));
}

.bg-brown-50\/0{
  background-color: rgb(217 216 213 / 0);
}

.bg-brown-50\/10{
  background-color: rgb(217 216 213 / 0.1);
}

.bg-brown-50\/100{
  background-color: rgb(217 216 213 / 1);
}

.bg-brown-50\/20{
  background-color: rgb(217 216 213 / 0.2);
}

.bg-brown-50\/25{
  background-color: rgb(217 216 213 / 0.25);
}

.bg-brown-50\/30{
  background-color: rgb(217 216 213 / 0.3);
}

.bg-brown-50\/40{
  background-color: rgb(217 216 213 / 0.4);
}

.bg-brown-50\/5{
  background-color: rgb(217 216 213 / 0.05);
}

.bg-brown-50\/50{
  background-color: rgb(217 216 213 / 0.5);
}

.bg-brown-50\/60{
  background-color: rgb(217 216 213 / 0.6);
}

.bg-brown-50\/70{
  background-color: rgb(217 216 213 / 0.7);
}

.bg-brown-50\/75{
  background-color: rgb(217 216 213 / 0.75);
}

.bg-brown-50\/80{
  background-color: rgb(217 216 213 / 0.8);
}

.bg-brown-50\/90{
  background-color: rgb(217 216 213 / 0.9);
}

.bg-brown-50\/95{
  background-color: rgb(217 216 213 / 0.95);
}

.bg-brown-500{
  --tw-bg-opacity: 1;
  background-color: rgb(64 62 46 / var(--tw-bg-opacity));
}

.bg-brown-500\/0{
  background-color: rgb(64 62 46 / 0);
}

.bg-brown-500\/10{
  background-color: rgb(64 62 46 / 0.1);
}

.bg-brown-500\/100{
  background-color: rgb(64 62 46 / 1);
}

.bg-brown-500\/20{
  background-color: rgb(64 62 46 / 0.2);
}

.bg-brown-500\/25{
  background-color: rgb(64 62 46 / 0.25);
}

.bg-brown-500\/30{
  background-color: rgb(64 62 46 / 0.3);
}

.bg-brown-500\/40{
  background-color: rgb(64 62 46 / 0.4);
}

.bg-brown-500\/5{
  background-color: rgb(64 62 46 / 0.05);
}

.bg-brown-500\/50{
  background-color: rgb(64 62 46 / 0.5);
}

.bg-brown-500\/60{
  background-color: rgb(64 62 46 / 0.6);
}

.bg-brown-500\/70{
  background-color: rgb(64 62 46 / 0.7);
}

.bg-brown-500\/75{
  background-color: rgb(64 62 46 / 0.75);
}

.bg-brown-500\/80{
  background-color: rgb(64 62 46 / 0.8);
}

.bg-brown-500\/90{
  background-color: rgb(64 62 46 / 0.9);
}

.bg-brown-500\/95{
  background-color: rgb(64 62 46 / 0.95);
}

.bg-brown-600{
  --tw-bg-opacity: 1;
  background-color: rgb(53 52 38 / var(--tw-bg-opacity));
}

.bg-brown-600\/0{
  background-color: rgb(53 52 38 / 0);
}

.bg-brown-600\/10{
  background-color: rgb(53 52 38 / 0.1);
}

.bg-brown-600\/100{
  background-color: rgb(53 52 38 / 1);
}

.bg-brown-600\/20{
  background-color: rgb(53 52 38 / 0.2);
}

.bg-brown-600\/25{
  background-color: rgb(53 52 38 / 0.25);
}

.bg-brown-600\/30{
  background-color: rgb(53 52 38 / 0.3);
}

.bg-brown-600\/40{
  background-color: rgb(53 52 38 / 0.4);
}

.bg-brown-600\/5{
  background-color: rgb(53 52 38 / 0.05);
}

.bg-brown-600\/50{
  background-color: rgb(53 52 38 / 0.5);
}

.bg-brown-600\/60{
  background-color: rgb(53 52 38 / 0.6);
}

.bg-brown-600\/70{
  background-color: rgb(53 52 38 / 0.7);
}

.bg-brown-600\/75{
  background-color: rgb(53 52 38 / 0.75);
}

.bg-brown-600\/80{
  background-color: rgb(53 52 38 / 0.8);
}

.bg-brown-600\/90{
  background-color: rgb(53 52 38 / 0.9);
}

.bg-brown-600\/95{
  background-color: rgb(53 52 38 / 0.95);
}

.bg-brown-700{
  --tw-bg-opacity: 1;
  background-color: rgb(43 41 31 / var(--tw-bg-opacity));
}

.bg-brown-700\/0{
  background-color: rgb(43 41 31 / 0);
}

.bg-brown-700\/10{
  background-color: rgb(43 41 31 / 0.1);
}

.bg-brown-700\/100{
  background-color: rgb(43 41 31 / 1);
}

.bg-brown-700\/20{
  background-color: rgb(43 41 31 / 0.2);
}

.bg-brown-700\/25{
  background-color: rgb(43 41 31 / 0.25);
}

.bg-brown-700\/30{
  background-color: rgb(43 41 31 / 0.3);
}

.bg-brown-700\/40{
  background-color: rgb(43 41 31 / 0.4);
}

.bg-brown-700\/5{
  background-color: rgb(43 41 31 / 0.05);
}

.bg-brown-700\/50{
  background-color: rgb(43 41 31 / 0.5);
}

.bg-brown-700\/60{
  background-color: rgb(43 41 31 / 0.6);
}

.bg-brown-700\/70{
  background-color: rgb(43 41 31 / 0.7);
}

.bg-brown-700\/75{
  background-color: rgb(43 41 31 / 0.75);
}

.bg-brown-700\/80{
  background-color: rgb(43 41 31 / 0.8);
}

.bg-brown-700\/90{
  background-color: rgb(43 41 31 / 0.9);
}

.bg-brown-700\/95{
  background-color: rgb(43 41 31 / 0.95);
}

.bg-brown-800{
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 23 / var(--tw-bg-opacity));
}

.bg-brown-800\/0{
  background-color: rgb(32 31 23 / 0);
}

.bg-brown-800\/10{
  background-color: rgb(32 31 23 / 0.1);
}

.bg-brown-800\/100{
  background-color: rgb(32 31 23 / 1);
}

.bg-brown-800\/20{
  background-color: rgb(32 31 23 / 0.2);
}

.bg-brown-800\/25{
  background-color: rgb(32 31 23 / 0.25);
}

.bg-brown-800\/30{
  background-color: rgb(32 31 23 / 0.3);
}

.bg-brown-800\/40{
  background-color: rgb(32 31 23 / 0.4);
}

.bg-brown-800\/5{
  background-color: rgb(32 31 23 / 0.05);
}

.bg-brown-800\/50{
  background-color: rgb(32 31 23 / 0.5);
}

.bg-brown-800\/60{
  background-color: rgb(32 31 23 / 0.6);
}

.bg-brown-800\/70{
  background-color: rgb(32 31 23 / 0.7);
}

.bg-brown-800\/75{
  background-color: rgb(32 31 23 / 0.75);
}

.bg-brown-800\/80{
  background-color: rgb(32 31 23 / 0.8);
}

.bg-brown-800\/90{
  background-color: rgb(32 31 23 / 0.9);
}

.bg-brown-800\/95{
  background-color: rgb(32 31 23 / 0.95);
}

.bg-brown-900{
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 15 / var(--tw-bg-opacity));
}

.bg-brown-900\/0{
  background-color: rgb(21 21 15 / 0);
}

.bg-brown-900\/10{
  background-color: rgb(21 21 15 / 0.1);
}

.bg-brown-900\/100{
  background-color: rgb(21 21 15 / 1);
}

.bg-brown-900\/20{
  background-color: rgb(21 21 15 / 0.2);
}

.bg-brown-900\/25{
  background-color: rgb(21 21 15 / 0.25);
}

.bg-brown-900\/30{
  background-color: rgb(21 21 15 / 0.3);
}

.bg-brown-900\/40{
  background-color: rgb(21 21 15 / 0.4);
}

.bg-brown-900\/5{
  background-color: rgb(21 21 15 / 0.05);
}

.bg-brown-900\/50{
  background-color: rgb(21 21 15 / 0.5);
}

.bg-brown-900\/60{
  background-color: rgb(21 21 15 / 0.6);
}

.bg-brown-900\/70{
  background-color: rgb(21 21 15 / 0.7);
}

.bg-brown-900\/75{
  background-color: rgb(21 21 15 / 0.75);
}

.bg-brown-900\/80{
  background-color: rgb(21 21 15 / 0.8);
}

.bg-brown-900\/90{
  background-color: rgb(21 21 15 / 0.9);
}

.bg-brown-900\/95{
  background-color: rgb(21 21 15 / 0.95);
}

.bg-brown\/0{
  background-color: rgb(64 62 46 / 0);
}

.bg-brown\/10{
  background-color: rgb(64 62 46 / 0.1);
}

.bg-brown\/100{
  background-color: rgb(64 62 46 / 1);
}

.bg-brown\/20{
  background-color: rgb(64 62 46 / 0.2);
}

.bg-brown\/25{
  background-color: rgb(64 62 46 / 0.25);
}

.bg-brown\/30{
  background-color: rgb(64 62 46 / 0.3);
}

.bg-brown\/40{
  background-color: rgb(64 62 46 / 0.4);
}

.bg-brown\/5{
  background-color: rgb(64 62 46 / 0.05);
}

.bg-brown\/50{
  background-color: rgb(64 62 46 / 0.5);
}

.bg-brown\/60{
  background-color: rgb(64 62 46 / 0.6);
}

.bg-brown\/70{
  background-color: rgb(64 62 46 / 0.7);
}

.bg-brown\/75{
  background-color: rgb(64 62 46 / 0.75);
}

.bg-brown\/80{
  background-color: rgb(64 62 46 / 0.8);
}

.bg-brown\/90{
  background-color: rgb(64 62 46 / 0.9);
}

.bg-brown\/95{
  background-color: rgb(64 62 46 / 0.95);
}

.bg-burnt-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(240 90 40 / var(--tw-bg-opacity));
}

.bg-burnt-orange\/0{
  background-color: rgb(240 90 40 / 0);
}

.bg-burnt-orange\/10{
  background-color: rgb(240 90 40 / 0.1);
}

.bg-burnt-orange\/100{
  background-color: rgb(240 90 40 / 1);
}

.bg-burnt-orange\/20{
  background-color: rgb(240 90 40 / 0.2);
}

.bg-burnt-orange\/25{
  background-color: rgb(240 90 40 / 0.25);
}

.bg-burnt-orange\/30{
  background-color: rgb(240 90 40 / 0.3);
}

.bg-burnt-orange\/40{
  background-color: rgb(240 90 40 / 0.4);
}

.bg-burnt-orange\/5{
  background-color: rgb(240 90 40 / 0.05);
}

.bg-burnt-orange\/50{
  background-color: rgb(240 90 40 / 0.5);
}

.bg-burnt-orange\/60{
  background-color: rgb(240 90 40 / 0.6);
}

.bg-burnt-orange\/70{
  background-color: rgb(240 90 40 / 0.7);
}

.bg-burnt-orange\/75{
  background-color: rgb(240 90 40 / 0.75);
}

.bg-burnt-orange\/80{
  background-color: rgb(240 90 40 / 0.8);
}

.bg-burnt-orange\/90{
  background-color: rgb(240 90 40 / 0.9);
}

.bg-burnt-orange\/95{
  background-color: rgb(240 90 40 / 0.95);
}

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

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(45 57 64 / var(--tw-bg-opacity));
}

.bg-dark\/0{
  background-color: rgb(45 57 64 / 0);
}

.bg-dark\/10{
  background-color: rgb(45 57 64 / 0.1);
}

.bg-dark\/100{
  background-color: rgb(45 57 64 / 1);
}

.bg-dark\/20{
  background-color: rgb(45 57 64 / 0.2);
}

.bg-dark\/25{
  background-color: rgb(45 57 64 / 0.25);
}

.bg-dark\/30{
  background-color: rgb(45 57 64 / 0.3);
}

.bg-dark\/40{
  background-color: rgb(45 57 64 / 0.4);
}

.bg-dark\/5{
  background-color: rgb(45 57 64 / 0.05);
}

.bg-dark\/50{
  background-color: rgb(45 57 64 / 0.5);
}

.bg-dark\/60{
  background-color: rgb(45 57 64 / 0.6);
}

.bg-dark\/70{
  background-color: rgb(45 57 64 / 0.7);
}

.bg-dark\/75{
  background-color: rgb(45 57 64 / 0.75);
}

.bg-dark\/80{
  background-color: rgb(45 57 64 / 0.8);
}

.bg-dark\/90{
  background-color: rgb(45 57 64 / 0.9);
}

.bg-dark\/95{
  background-color: rgb(45 57 64 / 0.95);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95);
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95);
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95);
}

.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0);
}

.bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1);
}

.bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1);
}

.bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2);
}

.bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25);
}

.bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3);
}

.bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4);
}

.bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05);
}

.bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5);
}

.bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6);
}

.bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75);
}

.bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8);
}

.bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9);
}

.bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95);
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(146 188 96 / var(--tw-bg-opacity));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-100\/0{
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100{
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-green-200\/0{
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100{
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-green-300\/0{
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100{
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-400\/0{
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100{
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-green-50\/0{
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100{
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-500\/0{
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100{
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25{
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30{
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/40{
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/5{
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50{
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/60{
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/70{
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75{
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80{
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/90{
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95{
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-green-600\/0{
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100{
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-green-700\/0{
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100{
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-green-800\/0{
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100{
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.bg-green-900\/0{
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100{
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95);
}

.bg-green-950{
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}

.bg-green-950\/0{
  background-color: rgb(5 46 22 / 0);
}

.bg-green-950\/10{
  background-color: rgb(5 46 22 / 0.1);
}

.bg-green-950\/100{
  background-color: rgb(5 46 22 / 1);
}

.bg-green-950\/20{
  background-color: rgb(5 46 22 / 0.2);
}

.bg-green-950\/25{
  background-color: rgb(5 46 22 / 0.25);
}

.bg-green-950\/30{
  background-color: rgb(5 46 22 / 0.3);
}

.bg-green-950\/40{
  background-color: rgb(5 46 22 / 0.4);
}

.bg-green-950\/5{
  background-color: rgb(5 46 22 / 0.05);
}

.bg-green-950\/50{
  background-color: rgb(5 46 22 / 0.5);
}

.bg-green-950\/60{
  background-color: rgb(5 46 22 / 0.6);
}

.bg-green-950\/70{
  background-color: rgb(5 46 22 / 0.7);
}

.bg-green-950\/75{
  background-color: rgb(5 46 22 / 0.75);
}

.bg-green-950\/80{
  background-color: rgb(5 46 22 / 0.8);
}

.bg-green-950\/90{
  background-color: rgb(5 46 22 / 0.9);
}

.bg-green-950\/95{
  background-color: rgb(5 46 22 / 0.95);
}

.bg-green\/0{
  background-color: rgb(146 188 96 / 0);
}

.bg-green\/10{
  background-color: rgb(146 188 96 / 0.1);
}

.bg-green\/100{
  background-color: rgb(146 188 96 / 1);
}

.bg-green\/20{
  background-color: rgb(146 188 96 / 0.2);
}

.bg-green\/25{
  background-color: rgb(146 188 96 / 0.25);
}

.bg-green\/30{
  background-color: rgb(146 188 96 / 0.3);
}

.bg-green\/40{
  background-color: rgb(146 188 96 / 0.4);
}

.bg-green\/5{
  background-color: rgb(146 188 96 / 0.05);
}

.bg-green\/50{
  background-color: rgb(146 188 96 / 0.5);
}

.bg-green\/60{
  background-color: rgb(146 188 96 / 0.6);
}

.bg-green\/70{
  background-color: rgb(146 188 96 / 0.7);
}

.bg-green\/75{
  background-color: rgb(146 188 96 / 0.75);
}

.bg-green\/80{
  background-color: rgb(146 188 96 / 0.8);
}

.bg-green\/90{
  background-color: rgb(146 188 96 / 0.9);
}

.bg-green\/95{
  background-color: rgb(146 188 96 / 0.95);
}

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

.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity));
}

.bg-light\/0{
  background-color: rgb(246 250 253 / 0);
}

.bg-light\/10{
  background-color: rgb(246 250 253 / 0.1);
}

.bg-light\/100{
  background-color: rgb(246 250 253 / 1);
}

.bg-light\/20{
  background-color: rgb(246 250 253 / 0.2);
}

.bg-light\/25{
  background-color: rgb(246 250 253 / 0.25);
}

.bg-light\/30{
  background-color: rgb(246 250 253 / 0.3);
}

.bg-light\/40{
  background-color: rgb(246 250 253 / 0.4);
}

.bg-light\/5{
  background-color: rgb(246 250 253 / 0.05);
}

.bg-light\/50{
  background-color: rgb(246 250 253 / 0.5);
}

.bg-light\/60{
  background-color: rgb(246 250 253 / 0.6);
}

.bg-light\/70{
  background-color: rgb(246 250 253 / 0.7);
}

.bg-light\/75{
  background-color: rgb(246 250 253 / 0.75);
}

.bg-light\/80{
  background-color: rgb(246 250 253 / 0.8);
}

.bg-light\/90{
  background-color: rgb(246 250 253 / 0.9);
}

.bg-light\/95{
  background-color: rgb(246 250 253 / 0.95);
}

.bg-maroon{
  --tw-bg-opacity: 1;
  background-color: rgb(151 64 55 / var(--tw-bg-opacity));
}

.bg-maroon\/0{
  background-color: rgb(151 64 55 / 0);
}

.bg-maroon\/10{
  background-color: rgb(151 64 55 / 0.1);
}

.bg-maroon\/100{
  background-color: rgb(151 64 55 / 1);
}

.bg-maroon\/20{
  background-color: rgb(151 64 55 / 0.2);
}

.bg-maroon\/25{
  background-color: rgb(151 64 55 / 0.25);
}

.bg-maroon\/30{
  background-color: rgb(151 64 55 / 0.3);
}

.bg-maroon\/40{
  background-color: rgb(151 64 55 / 0.4);
}

.bg-maroon\/5{
  background-color: rgb(151 64 55 / 0.05);
}

.bg-maroon\/50{
  background-color: rgb(151 64 55 / 0.5);
}

.bg-maroon\/60{
  background-color: rgb(151 64 55 / 0.6);
}

.bg-maroon\/70{
  background-color: rgb(151 64 55 / 0.7);
}

.bg-maroon\/75{
  background-color: rgb(151 64 55 / 0.75);
}

.bg-maroon\/80{
  background-color: rgb(151 64 55 / 0.8);
}

.bg-maroon\/90{
  background-color: rgb(151 64 55 / 0.9);
}

.bg-maroon\/95{
  background-color: rgb(151 64 55 / 0.95);
}

.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(248 210 192 / var(--tw-bg-opacity));
}

.bg-orange-100\/0{
  background-color: rgb(248 210 192 / 0);
}

.bg-orange-100\/10{
  background-color: rgb(248 210 192 / 0.1);
}

.bg-orange-100\/100{
  background-color: rgb(248 210 192 / 1);
}

.bg-orange-100\/20{
  background-color: rgb(248 210 192 / 0.2);
}

.bg-orange-100\/25{
  background-color: rgb(248 210 192 / 0.25);
}

.bg-orange-100\/30{
  background-color: rgb(248 210 192 / 0.3);
}

.bg-orange-100\/40{
  background-color: rgb(248 210 192 / 0.4);
}

.bg-orange-100\/5{
  background-color: rgb(248 210 192 / 0.05);
}

.bg-orange-100\/50{
  background-color: rgb(248 210 192 / 0.5);
}

.bg-orange-100\/60{
  background-color: rgb(248 210 192 / 0.6);
}

.bg-orange-100\/70{
  background-color: rgb(248 210 192 / 0.7);
}

.bg-orange-100\/75{
  background-color: rgb(248 210 192 / 0.75);
}

.bg-orange-100\/80{
  background-color: rgb(248 210 192 / 0.8);
}

.bg-orange-100\/90{
  background-color: rgb(248 210 192 / 0.9);
}

.bg-orange-100\/95{
  background-color: rgb(248 210 192 / 0.95);
}

.bg-orange-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(47 24 13 / var(--tw-bg-opacity));
}

.bg-orange-1000\/0{
  background-color: rgb(47 24 13 / 0);
}

.bg-orange-1000\/10{
  background-color: rgb(47 24 13 / 0.1);
}

.bg-orange-1000\/100{
  background-color: rgb(47 24 13 / 1);
}

.bg-orange-1000\/20{
  background-color: rgb(47 24 13 / 0.2);
}

.bg-orange-1000\/25{
  background-color: rgb(47 24 13 / 0.25);
}

.bg-orange-1000\/30{
  background-color: rgb(47 24 13 / 0.3);
}

.bg-orange-1000\/40{
  background-color: rgb(47 24 13 / 0.4);
}

.bg-orange-1000\/5{
  background-color: rgb(47 24 13 / 0.05);
}

.bg-orange-1000\/50{
  background-color: rgb(47 24 13 / 0.5);
}

.bg-orange-1000\/60{
  background-color: rgb(47 24 13 / 0.6);
}

.bg-orange-1000\/70{
  background-color: rgb(47 24 13 / 0.7);
}

.bg-orange-1000\/75{
  background-color: rgb(47 24 13 / 0.75);
}

.bg-orange-1000\/80{
  background-color: rgb(47 24 13 / 0.8);
}

.bg-orange-1000\/90{
  background-color: rgb(47 24 13 / 0.9);
}

.bg-orange-1000\/95{
  background-color: rgb(47 24 13 / 0.95);
}

.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 187 161 / var(--tw-bg-opacity));
}

.bg-orange-200\/0{
  background-color: rgb(245 187 161 / 0);
}

.bg-orange-200\/10{
  background-color: rgb(245 187 161 / 0.1);
}

.bg-orange-200\/100{
  background-color: rgb(245 187 161 / 1);
}

.bg-orange-200\/20{
  background-color: rgb(245 187 161 / 0.2);
}

.bg-orange-200\/25{
  background-color: rgb(245 187 161 / 0.25);
}

.bg-orange-200\/30{
  background-color: rgb(245 187 161 / 0.3);
}

.bg-orange-200\/40{
  background-color: rgb(245 187 161 / 0.4);
}

.bg-orange-200\/5{
  background-color: rgb(245 187 161 / 0.05);
}

.bg-orange-200\/50{
  background-color: rgb(245 187 161 / 0.5);
}

.bg-orange-200\/60{
  background-color: rgb(245 187 161 / 0.6);
}

.bg-orange-200\/70{
  background-color: rgb(245 187 161 / 0.7);
}

.bg-orange-200\/75{
  background-color: rgb(245 187 161 / 0.75);
}

.bg-orange-200\/80{
  background-color: rgb(245 187 161 / 0.8);
}

.bg-orange-200\/90{
  background-color: rgb(245 187 161 / 0.9);
}

.bg-orange-200\/95{
  background-color: rgb(245 187 161 / 0.95);
}

.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(242 164 129 / var(--tw-bg-opacity));
}

.bg-orange-300\/0{
  background-color: rgb(242 164 129 / 0);
}

.bg-orange-300\/10{
  background-color: rgb(242 164 129 / 0.1);
}

.bg-orange-300\/100{
  background-color: rgb(242 164 129 / 1);
}

.bg-orange-300\/20{
  background-color: rgb(242 164 129 / 0.2);
}

.bg-orange-300\/25{
  background-color: rgb(242 164 129 / 0.25);
}

.bg-orange-300\/30{
  background-color: rgb(242 164 129 / 0.3);
}

.bg-orange-300\/40{
  background-color: rgb(242 164 129 / 0.4);
}

.bg-orange-300\/5{
  background-color: rgb(242 164 129 / 0.05);
}

.bg-orange-300\/50{
  background-color: rgb(242 164 129 / 0.5);
}

.bg-orange-300\/60{
  background-color: rgb(242 164 129 / 0.6);
}

.bg-orange-300\/70{
  background-color: rgb(242 164 129 / 0.7);
}

.bg-orange-300\/75{
  background-color: rgb(242 164 129 / 0.75);
}

.bg-orange-300\/80{
  background-color: rgb(242 164 129 / 0.8);
}

.bg-orange-300\/90{
  background-color: rgb(242 164 129 / 0.9);
}

.bg-orange-300\/95{
  background-color: rgb(242 164 129 / 0.95);
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(238 142 98 / var(--tw-bg-opacity));
}

.bg-orange-400\/0{
  background-color: rgb(238 142 98 / 0);
}

.bg-orange-400\/10{
  background-color: rgb(238 142 98 / 0.1);
}

.bg-orange-400\/100{
  background-color: rgb(238 142 98 / 1);
}

.bg-orange-400\/20{
  background-color: rgb(238 142 98 / 0.2);
}

.bg-orange-400\/25{
  background-color: rgb(238 142 98 / 0.25);
}

.bg-orange-400\/30{
  background-color: rgb(238 142 98 / 0.3);
}

.bg-orange-400\/40{
  background-color: rgb(238 142 98 / 0.4);
}

.bg-orange-400\/5{
  background-color: rgb(238 142 98 / 0.05);
}

.bg-orange-400\/50{
  background-color: rgb(238 142 98 / 0.5);
}

.bg-orange-400\/60{
  background-color: rgb(238 142 98 / 0.6);
}

.bg-orange-400\/70{
  background-color: rgb(238 142 98 / 0.7);
}

.bg-orange-400\/75{
  background-color: rgb(238 142 98 / 0.75);
}

.bg-orange-400\/80{
  background-color: rgb(238 142 98 / 0.8);
}

.bg-orange-400\/90{
  background-color: rgb(238 142 98 / 0.9);
}

.bg-orange-400\/95{
  background-color: rgb(238 142 98 / 0.95);
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(251 228 217 / var(--tw-bg-opacity));
}

.bg-orange-50\/0{
  background-color: rgb(251 228 217 / 0);
}

.bg-orange-50\/10{
  background-color: rgb(251 228 217 / 0.1);
}

.bg-orange-50\/100{
  background-color: rgb(251 228 217 / 1);
}

.bg-orange-50\/20{
  background-color: rgb(251 228 217 / 0.2);
}

.bg-orange-50\/25{
  background-color: rgb(251 228 217 / 0.25);
}

.bg-orange-50\/30{
  background-color: rgb(251 228 217 / 0.3);
}

.bg-orange-50\/40{
  background-color: rgb(251 228 217 / 0.4);
}

.bg-orange-50\/5{
  background-color: rgb(251 228 217 / 0.05);
}

.bg-orange-50\/50{
  background-color: rgb(251 228 217 / 0.5);
}

.bg-orange-50\/60{
  background-color: rgb(251 228 217 / 0.6);
}

.bg-orange-50\/70{
  background-color: rgb(251 228 217 / 0.7);
}

.bg-orange-50\/75{
  background-color: rgb(251 228 217 / 0.75);
}

.bg-orange-50\/80{
  background-color: rgb(251 228 217 / 0.8);
}

.bg-orange-50\/90{
  background-color: rgb(251 228 217 / 0.9);
}

.bg-orange-50\/95{
  background-color: rgb(251 228 217 / 0.95);
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
}

.bg-orange-500\/0{
  background-color: rgb(235 119 66 / 0);
}

.bg-orange-500\/10{
  background-color: rgb(235 119 66 / 0.1);
}

.bg-orange-500\/100{
  background-color: rgb(235 119 66 / 1);
}

.bg-orange-500\/20{
  background-color: rgb(235 119 66 / 0.2);
}

.bg-orange-500\/25{
  background-color: rgb(235 119 66 / 0.25);
}

.bg-orange-500\/30{
  background-color: rgb(235 119 66 / 0.3);
}

.bg-orange-500\/40{
  background-color: rgb(235 119 66 / 0.4);
}

.bg-orange-500\/5{
  background-color: rgb(235 119 66 / 0.05);
}

.bg-orange-500\/50{
  background-color: rgb(235 119 66 / 0.5);
}

.bg-orange-500\/60{
  background-color: rgb(235 119 66 / 0.6);
}

.bg-orange-500\/70{
  background-color: rgb(235 119 66 / 0.7);
}

.bg-orange-500\/75{
  background-color: rgb(235 119 66 / 0.75);
}

.bg-orange-500\/80{
  background-color: rgb(235 119 66 / 0.8);
}

.bg-orange-500\/90{
  background-color: rgb(235 119 66 / 0.9);
}

.bg-orange-500\/95{
  background-color: rgb(235 119 66 / 0.95);
}

.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(196 99 55 / var(--tw-bg-opacity));
}

.bg-orange-600\/0{
  background-color: rgb(196 99 55 / 0);
}

.bg-orange-600\/10{
  background-color: rgb(196 99 55 / 0.1);
}

.bg-orange-600\/100{
  background-color: rgb(196 99 55 / 1);
}

.bg-orange-600\/20{
  background-color: rgb(196 99 55 / 0.2);
}

.bg-orange-600\/25{
  background-color: rgb(196 99 55 / 0.25);
}

.bg-orange-600\/30{
  background-color: rgb(196 99 55 / 0.3);
}

.bg-orange-600\/40{
  background-color: rgb(196 99 55 / 0.4);
}

.bg-orange-600\/5{
  background-color: rgb(196 99 55 / 0.05);
}

.bg-orange-600\/50{
  background-color: rgb(196 99 55 / 0.5);
}

.bg-orange-600\/60{
  background-color: rgb(196 99 55 / 0.6);
}

.bg-orange-600\/70{
  background-color: rgb(196 99 55 / 0.7);
}

.bg-orange-600\/75{
  background-color: rgb(196 99 55 / 0.75);
}

.bg-orange-600\/80{
  background-color: rgb(196 99 55 / 0.8);
}

.bg-orange-600\/90{
  background-color: rgb(196 99 55 / 0.9);
}

.bg-orange-600\/95{
  background-color: rgb(196 99 55 / 0.95);
}

.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(157 79 44 / var(--tw-bg-opacity));
}

.bg-orange-700\/0{
  background-color: rgb(157 79 44 / 0);
}

.bg-orange-700\/10{
  background-color: rgb(157 79 44 / 0.1);
}

.bg-orange-700\/100{
  background-color: rgb(157 79 44 / 1);
}

.bg-orange-700\/20{
  background-color: rgb(157 79 44 / 0.2);
}

.bg-orange-700\/25{
  background-color: rgb(157 79 44 / 0.25);
}

.bg-orange-700\/30{
  background-color: rgb(157 79 44 / 0.3);
}

.bg-orange-700\/40{
  background-color: rgb(157 79 44 / 0.4);
}

.bg-orange-700\/5{
  background-color: rgb(157 79 44 / 0.05);
}

.bg-orange-700\/50{
  background-color: rgb(157 79 44 / 0.5);
}

.bg-orange-700\/60{
  background-color: rgb(157 79 44 / 0.6);
}

.bg-orange-700\/70{
  background-color: rgb(157 79 44 / 0.7);
}

.bg-orange-700\/75{
  background-color: rgb(157 79 44 / 0.75);
}

.bg-orange-700\/80{
  background-color: rgb(157 79 44 / 0.8);
}

.bg-orange-700\/90{
  background-color: rgb(157 79 44 / 0.9);
}

.bg-orange-700\/95{
  background-color: rgb(157 79 44 / 0.95);
}

.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(118 60 33 / var(--tw-bg-opacity));
}

.bg-orange-800\/0{
  background-color: rgb(118 60 33 / 0);
}

.bg-orange-800\/10{
  background-color: rgb(118 60 33 / 0.1);
}

.bg-orange-800\/100{
  background-color: rgb(118 60 33 / 1);
}

.bg-orange-800\/20{
  background-color: rgb(118 60 33 / 0.2);
}

.bg-orange-800\/25{
  background-color: rgb(118 60 33 / 0.25);
}

.bg-orange-800\/30{
  background-color: rgb(118 60 33 / 0.3);
}

.bg-orange-800\/40{
  background-color: rgb(118 60 33 / 0.4);
}

.bg-orange-800\/5{
  background-color: rgb(118 60 33 / 0.05);
}

.bg-orange-800\/50{
  background-color: rgb(118 60 33 / 0.5);
}

.bg-orange-800\/60{
  background-color: rgb(118 60 33 / 0.6);
}

.bg-orange-800\/70{
  background-color: rgb(118 60 33 / 0.7);
}

.bg-orange-800\/75{
  background-color: rgb(118 60 33 / 0.75);
}

.bg-orange-800\/80{
  background-color: rgb(118 60 33 / 0.8);
}

.bg-orange-800\/90{
  background-color: rgb(118 60 33 / 0.9);
}

.bg-orange-800\/95{
  background-color: rgb(118 60 33 / 0.95);
}

.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(78 40 22 / var(--tw-bg-opacity));
}

.bg-orange-900\/0{
  background-color: rgb(78 40 22 / 0);
}

.bg-orange-900\/10{
  background-color: rgb(78 40 22 / 0.1);
}

.bg-orange-900\/100{
  background-color: rgb(78 40 22 / 1);
}

.bg-orange-900\/20{
  background-color: rgb(78 40 22 / 0.2);
}

.bg-orange-900\/25{
  background-color: rgb(78 40 22 / 0.25);
}

.bg-orange-900\/30{
  background-color: rgb(78 40 22 / 0.3);
}

.bg-orange-900\/40{
  background-color: rgb(78 40 22 / 0.4);
}

.bg-orange-900\/5{
  background-color: rgb(78 40 22 / 0.05);
}

.bg-orange-900\/50{
  background-color: rgb(78 40 22 / 0.5);
}

.bg-orange-900\/60{
  background-color: rgb(78 40 22 / 0.6);
}

.bg-orange-900\/70{
  background-color: rgb(78 40 22 / 0.7);
}

.bg-orange-900\/75{
  background-color: rgb(78 40 22 / 0.75);
}

.bg-orange-900\/80{
  background-color: rgb(78 40 22 / 0.8);
}

.bg-orange-900\/90{
  background-color: rgb(78 40 22 / 0.9);
}

.bg-orange-900\/95{
  background-color: rgb(78 40 22 / 0.95);
}

.bg-orange\/0{
  background-color: rgb(235 119 66 / 0);
}

.bg-orange\/10{
  background-color: rgb(235 119 66 / 0.1);
}

.bg-orange\/100{
  background-color: rgb(235 119 66 / 1);
}

.bg-orange\/20{
  background-color: rgb(235 119 66 / 0.2);
}

.bg-orange\/25{
  background-color: rgb(235 119 66 / 0.25);
}

.bg-orange\/30{
  background-color: rgb(235 119 66 / 0.3);
}

.bg-orange\/40{
  background-color: rgb(235 119 66 / 0.4);
}

.bg-orange\/5{
  background-color: rgb(235 119 66 / 0.05);
}

.bg-orange\/50{
  background-color: rgb(235 119 66 / 0.5);
}

.bg-orange\/60{
  background-color: rgb(235 119 66 / 0.6);
}

.bg-orange\/70{
  background-color: rgb(235 119 66 / 0.7);
}

.bg-orange\/75{
  background-color: rgb(235 119 66 / 0.75);
}

.bg-orange\/80{
  background-color: rgb(235 119 66 / 0.8);
}

.bg-orange\/90{
  background-color: rgb(235 119 66 / 0.9);
}

.bg-orange\/95{
  background-color: rgb(235 119 66 / 0.95);
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
}

.bg-primary\/0{
  background-color: rgb(235 119 66 / 0);
}

.bg-primary\/10{
  background-color: rgb(235 119 66 / 0.1);
}

.bg-primary\/100{
  background-color: rgb(235 119 66 / 1);
}

.bg-primary\/20{
  background-color: rgb(235 119 66 / 0.2);
}

.bg-primary\/25{
  background-color: rgb(235 119 66 / 0.25);
}

.bg-primary\/30{
  background-color: rgb(235 119 66 / 0.3);
}

.bg-primary\/40{
  background-color: rgb(235 119 66 / 0.4);
}

.bg-primary\/5{
  background-color: rgb(235 119 66 / 0.05);
}

.bg-primary\/50{
  background-color: rgb(235 119 66 / 0.5);
}

.bg-primary\/60{
  background-color: rgb(235 119 66 / 0.6);
}

.bg-primary\/70{
  background-color: rgb(235 119 66 / 0.7);
}

.bg-primary\/75{
  background-color: rgb(235 119 66 / 0.75);
}

.bg-primary\/80{
  background-color: rgb(235 119 66 / 0.8);
}

.bg-primary\/90{
  background-color: rgb(235 119 66 / 0.9);
}

.bg-primary\/95{
  background-color: rgb(235 119 66 / 0.95);
}

.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(51 47 102 / var(--tw-bg-opacity));
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(187 186 204 / var(--tw-bg-opacity));
}

.bg-purple-100\/0{
  background-color: rgb(187 186 204 / 0);
}

.bg-purple-100\/10{
  background-color: rgb(187 186 204 / 0.1);
}

.bg-purple-100\/100{
  background-color: rgb(187 186 204 / 1);
}

.bg-purple-100\/20{
  background-color: rgb(187 186 204 / 0.2);
}

.bg-purple-100\/25{
  background-color: rgb(187 186 204 / 0.25);
}

.bg-purple-100\/30{
  background-color: rgb(187 186 204 / 0.3);
}

.bg-purple-100\/40{
  background-color: rgb(187 186 204 / 0.4);
}

.bg-purple-100\/5{
  background-color: rgb(187 186 204 / 0.05);
}

.bg-purple-100\/50{
  background-color: rgb(187 186 204 / 0.5);
}

.bg-purple-100\/60{
  background-color: rgb(187 186 204 / 0.6);
}

.bg-purple-100\/70{
  background-color: rgb(187 186 204 / 0.7);
}

.bg-purple-100\/75{
  background-color: rgb(187 186 204 / 0.75);
}

.bg-purple-100\/80{
  background-color: rgb(187 186 204 / 0.8);
}

.bg-purple-100\/90{
  background-color: rgb(187 186 204 / 0.9);
}

.bg-purple-100\/95{
  background-color: rgb(187 186 204 / 0.95);
}

.bg-purple-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(10 9 20 / var(--tw-bg-opacity));
}

.bg-purple-1000\/0{
  background-color: rgb(10 9 20 / 0);
}

.bg-purple-1000\/10{
  background-color: rgb(10 9 20 / 0.1);
}

.bg-purple-1000\/100{
  background-color: rgb(10 9 20 / 1);
}

.bg-purple-1000\/20{
  background-color: rgb(10 9 20 / 0.2);
}

.bg-purple-1000\/25{
  background-color: rgb(10 9 20 / 0.25);
}

.bg-purple-1000\/30{
  background-color: rgb(10 9 20 / 0.3);
}

.bg-purple-1000\/40{
  background-color: rgb(10 9 20 / 0.4);
}

.bg-purple-1000\/5{
  background-color: rgb(10 9 20 / 0.05);
}

.bg-purple-1000\/50{
  background-color: rgb(10 9 20 / 0.5);
}

.bg-purple-1000\/60{
  background-color: rgb(10 9 20 / 0.6);
}

.bg-purple-1000\/70{
  background-color: rgb(10 9 20 / 0.7);
}

.bg-purple-1000\/75{
  background-color: rgb(10 9 20 / 0.75);
}

.bg-purple-1000\/80{
  background-color: rgb(10 9 20 / 0.8);
}

.bg-purple-1000\/90{
  background-color: rgb(10 9 20 / 0.9);
}

.bg-purple-1000\/95{
  background-color: rgb(10 9 20 / 0.95);
}

.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 151 179 / var(--tw-bg-opacity));
}

.bg-purple-200\/0{
  background-color: rgb(153 151 179 / 0);
}

.bg-purple-200\/10{
  background-color: rgb(153 151 179 / 0.1);
}

.bg-purple-200\/100{
  background-color: rgb(153 151 179 / 1);
}

.bg-purple-200\/20{
  background-color: rgb(153 151 179 / 0.2);
}

.bg-purple-200\/25{
  background-color: rgb(153 151 179 / 0.25);
}

.bg-purple-200\/30{
  background-color: rgb(153 151 179 / 0.3);
}

.bg-purple-200\/40{
  background-color: rgb(153 151 179 / 0.4);
}

.bg-purple-200\/5{
  background-color: rgb(153 151 179 / 0.05);
}

.bg-purple-200\/50{
  background-color: rgb(153 151 179 / 0.5);
}

.bg-purple-200\/60{
  background-color: rgb(153 151 179 / 0.6);
}

.bg-purple-200\/70{
  background-color: rgb(153 151 179 / 0.7);
}

.bg-purple-200\/75{
  background-color: rgb(153 151 179 / 0.75);
}

.bg-purple-200\/80{
  background-color: rgb(153 151 179 / 0.8);
}

.bg-purple-200\/90{
  background-color: rgb(153 151 179 / 0.9);
}

.bg-purple-200\/95{
  background-color: rgb(153 151 179 / 0.95);
}

.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(119 116 153 / var(--tw-bg-opacity));
}

.bg-purple-300\/0{
  background-color: rgb(119 116 153 / 0);
}

.bg-purple-300\/10{
  background-color: rgb(119 116 153 / 0.1);
}

.bg-purple-300\/100{
  background-color: rgb(119 116 153 / 1);
}

.bg-purple-300\/20{
  background-color: rgb(119 116 153 / 0.2);
}

.bg-purple-300\/25{
  background-color: rgb(119 116 153 / 0.25);
}

.bg-purple-300\/30{
  background-color: rgb(119 116 153 / 0.3);
}

.bg-purple-300\/40{
  background-color: rgb(119 116 153 / 0.4);
}

.bg-purple-300\/5{
  background-color: rgb(119 116 153 / 0.05);
}

.bg-purple-300\/50{
  background-color: rgb(119 116 153 / 0.5);
}

.bg-purple-300\/60{
  background-color: rgb(119 116 153 / 0.6);
}

.bg-purple-300\/70{
  background-color: rgb(119 116 153 / 0.7);
}

.bg-purple-300\/75{
  background-color: rgb(119 116 153 / 0.75);
}

.bg-purple-300\/80{
  background-color: rgb(119 116 153 / 0.8);
}

.bg-purple-300\/90{
  background-color: rgb(119 116 153 / 0.9);
}

.bg-purple-300\/95{
  background-color: rgb(119 116 153 / 0.95);
}

.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(85 82 128 / var(--tw-bg-opacity));
}

.bg-purple-400\/0{
  background-color: rgb(85 82 128 / 0);
}

.bg-purple-400\/10{
  background-color: rgb(85 82 128 / 0.1);
}

.bg-purple-400\/100{
  background-color: rgb(85 82 128 / 1);
}

.bg-purple-400\/20{
  background-color: rgb(85 82 128 / 0.2);
}

.bg-purple-400\/25{
  background-color: rgb(85 82 128 / 0.25);
}

.bg-purple-400\/30{
  background-color: rgb(85 82 128 / 0.3);
}

.bg-purple-400\/40{
  background-color: rgb(85 82 128 / 0.4);
}

.bg-purple-400\/5{
  background-color: rgb(85 82 128 / 0.05);
}

.bg-purple-400\/50{
  background-color: rgb(85 82 128 / 0.5);
}

.bg-purple-400\/60{
  background-color: rgb(85 82 128 / 0.6);
}

.bg-purple-400\/70{
  background-color: rgb(85 82 128 / 0.7);
}

.bg-purple-400\/75{
  background-color: rgb(85 82 128 / 0.75);
}

.bg-purple-400\/80{
  background-color: rgb(85 82 128 / 0.8);
}

.bg-purple-400\/90{
  background-color: rgb(85 82 128 / 0.9);
}

.bg-purple-400\/95{
  background-color: rgb(85 82 128 / 0.95);
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(214 213 224 / var(--tw-bg-opacity));
}

.bg-purple-50\/0{
  background-color: rgb(214 213 224 / 0);
}

.bg-purple-50\/10{
  background-color: rgb(214 213 224 / 0.1);
}

.bg-purple-50\/100{
  background-color: rgb(214 213 224 / 1);
}

.bg-purple-50\/20{
  background-color: rgb(214 213 224 / 0.2);
}

.bg-purple-50\/25{
  background-color: rgb(214 213 224 / 0.25);
}

.bg-purple-50\/30{
  background-color: rgb(214 213 224 / 0.3);
}

.bg-purple-50\/40{
  background-color: rgb(214 213 224 / 0.4);
}

.bg-purple-50\/5{
  background-color: rgb(214 213 224 / 0.05);
}

.bg-purple-50\/50{
  background-color: rgb(214 213 224 / 0.5);
}

.bg-purple-50\/60{
  background-color: rgb(214 213 224 / 0.6);
}

.bg-purple-50\/70{
  background-color: rgb(214 213 224 / 0.7);
}

.bg-purple-50\/75{
  background-color: rgb(214 213 224 / 0.75);
}

.bg-purple-50\/80{
  background-color: rgb(214 213 224 / 0.8);
}

.bg-purple-50\/90{
  background-color: rgb(214 213 224 / 0.9);
}

.bg-purple-50\/95{
  background-color: rgb(214 213 224 / 0.95);
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(51 47 102 / var(--tw-bg-opacity));
}

.bg-purple-500\/0{
  background-color: rgb(51 47 102 / 0);
}

.bg-purple-500\/10{
  background-color: rgb(51 47 102 / 0.1);
}

.bg-purple-500\/100{
  background-color: rgb(51 47 102 / 1);
}

.bg-purple-500\/20{
  background-color: rgb(51 47 102 / 0.2);
}

.bg-purple-500\/25{
  background-color: rgb(51 47 102 / 0.25);
}

.bg-purple-500\/30{
  background-color: rgb(51 47 102 / 0.3);
}

.bg-purple-500\/40{
  background-color: rgb(51 47 102 / 0.4);
}

.bg-purple-500\/5{
  background-color: rgb(51 47 102 / 0.05);
}

.bg-purple-500\/50{
  background-color: rgb(51 47 102 / 0.5);
}

.bg-purple-500\/60{
  background-color: rgb(51 47 102 / 0.6);
}

.bg-purple-500\/70{
  background-color: rgb(51 47 102 / 0.7);
}

.bg-purple-500\/75{
  background-color: rgb(51 47 102 / 0.75);
}

.bg-purple-500\/80{
  background-color: rgb(51 47 102 / 0.8);
}

.bg-purple-500\/90{
  background-color: rgb(51 47 102 / 0.9);
}

.bg-purple-500\/95{
  background-color: rgb(51 47 102 / 0.95);
}

.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(43 39 85 / var(--tw-bg-opacity));
}

.bg-purple-600\/0{
  background-color: rgb(43 39 85 / 0);
}

.bg-purple-600\/10{
  background-color: rgb(43 39 85 / 0.1);
}

.bg-purple-600\/100{
  background-color: rgb(43 39 85 / 1);
}

.bg-purple-600\/20{
  background-color: rgb(43 39 85 / 0.2);
}

.bg-purple-600\/25{
  background-color: rgb(43 39 85 / 0.25);
}

.bg-purple-600\/30{
  background-color: rgb(43 39 85 / 0.3);
}

.bg-purple-600\/40{
  background-color: rgb(43 39 85 / 0.4);
}

.bg-purple-600\/5{
  background-color: rgb(43 39 85 / 0.05);
}

.bg-purple-600\/50{
  background-color: rgb(43 39 85 / 0.5);
}

.bg-purple-600\/60{
  background-color: rgb(43 39 85 / 0.6);
}

.bg-purple-600\/70{
  background-color: rgb(43 39 85 / 0.7);
}

.bg-purple-600\/75{
  background-color: rgb(43 39 85 / 0.75);
}

.bg-purple-600\/80{
  background-color: rgb(43 39 85 / 0.8);
}

.bg-purple-600\/90{
  background-color: rgb(43 39 85 / 0.9);
}

.bg-purple-600\/95{
  background-color: rgb(43 39 85 / 0.95);
}

.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(34 31 68 / var(--tw-bg-opacity));
}

.bg-purple-700\/0{
  background-color: rgb(34 31 68 / 0);
}

.bg-purple-700\/10{
  background-color: rgb(34 31 68 / 0.1);
}

.bg-purple-700\/100{
  background-color: rgb(34 31 68 / 1);
}

.bg-purple-700\/20{
  background-color: rgb(34 31 68 / 0.2);
}

.bg-purple-700\/25{
  background-color: rgb(34 31 68 / 0.25);
}

.bg-purple-700\/30{
  background-color: rgb(34 31 68 / 0.3);
}

.bg-purple-700\/40{
  background-color: rgb(34 31 68 / 0.4);
}

.bg-purple-700\/5{
  background-color: rgb(34 31 68 / 0.05);
}

.bg-purple-700\/50{
  background-color: rgb(34 31 68 / 0.5);
}

.bg-purple-700\/60{
  background-color: rgb(34 31 68 / 0.6);
}

.bg-purple-700\/70{
  background-color: rgb(34 31 68 / 0.7);
}

.bg-purple-700\/75{
  background-color: rgb(34 31 68 / 0.75);
}

.bg-purple-700\/80{
  background-color: rgb(34 31 68 / 0.8);
}

.bg-purple-700\/90{
  background-color: rgb(34 31 68 / 0.9);
}

.bg-purple-700\/95{
  background-color: rgb(34 31 68 / 0.95);
}

.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(26 24 51 / var(--tw-bg-opacity));
}

.bg-purple-800\/0{
  background-color: rgb(26 24 51 / 0);
}

.bg-purple-800\/10{
  background-color: rgb(26 24 51 / 0.1);
}

.bg-purple-800\/100{
  background-color: rgb(26 24 51 / 1);
}

.bg-purple-800\/20{
  background-color: rgb(26 24 51 / 0.2);
}

.bg-purple-800\/25{
  background-color: rgb(26 24 51 / 0.25);
}

.bg-purple-800\/30{
  background-color: rgb(26 24 51 / 0.3);
}

.bg-purple-800\/40{
  background-color: rgb(26 24 51 / 0.4);
}

.bg-purple-800\/5{
  background-color: rgb(26 24 51 / 0.05);
}

.bg-purple-800\/50{
  background-color: rgb(26 24 51 / 0.5);
}

.bg-purple-800\/60{
  background-color: rgb(26 24 51 / 0.6);
}

.bg-purple-800\/70{
  background-color: rgb(26 24 51 / 0.7);
}

.bg-purple-800\/75{
  background-color: rgb(26 24 51 / 0.75);
}

.bg-purple-800\/80{
  background-color: rgb(26 24 51 / 0.8);
}

.bg-purple-800\/90{
  background-color: rgb(26 24 51 / 0.9);
}

.bg-purple-800\/95{
  background-color: rgb(26 24 51 / 0.95);
}

.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 16 34 / var(--tw-bg-opacity));
}

.bg-purple-900\/0{
  background-color: rgb(17 16 34 / 0);
}

.bg-purple-900\/10{
  background-color: rgb(17 16 34 / 0.1);
}

.bg-purple-900\/100{
  background-color: rgb(17 16 34 / 1);
}

.bg-purple-900\/20{
  background-color: rgb(17 16 34 / 0.2);
}

.bg-purple-900\/25{
  background-color: rgb(17 16 34 / 0.25);
}

.bg-purple-900\/30{
  background-color: rgb(17 16 34 / 0.3);
}

.bg-purple-900\/40{
  background-color: rgb(17 16 34 / 0.4);
}

.bg-purple-900\/5{
  background-color: rgb(17 16 34 / 0.05);
}

.bg-purple-900\/50{
  background-color: rgb(17 16 34 / 0.5);
}

.bg-purple-900\/60{
  background-color: rgb(17 16 34 / 0.6);
}

.bg-purple-900\/70{
  background-color: rgb(17 16 34 / 0.7);
}

.bg-purple-900\/75{
  background-color: rgb(17 16 34 / 0.75);
}

.bg-purple-900\/80{
  background-color: rgb(17 16 34 / 0.8);
}

.bg-purple-900\/90{
  background-color: rgb(17 16 34 / 0.9);
}

.bg-purple-900\/95{
  background-color: rgb(17 16 34 / 0.95);
}

.bg-purple-950{
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}

.bg-purple-950\/0{
  background-color: rgb(59 7 100 / 0);
}

.bg-purple-950\/10{
  background-color: rgb(59 7 100 / 0.1);
}

.bg-purple-950\/100{
  background-color: rgb(59 7 100 / 1);
}

.bg-purple-950\/20{
  background-color: rgb(59 7 100 / 0.2);
}

.bg-purple-950\/25{
  background-color: rgb(59 7 100 / 0.25);
}

.bg-purple-950\/30{
  background-color: rgb(59 7 100 / 0.3);
}

.bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4);
}

.bg-purple-950\/5{
  background-color: rgb(59 7 100 / 0.05);
}

.bg-purple-950\/50{
  background-color: rgb(59 7 100 / 0.5);
}

.bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6);
}

.bg-purple-950\/70{
  background-color: rgb(59 7 100 / 0.7);
}

.bg-purple-950\/75{
  background-color: rgb(59 7 100 / 0.75);
}

.bg-purple-950\/80{
  background-color: rgb(59 7 100 / 0.8);
}

.bg-purple-950\/90{
  background-color: rgb(59 7 100 / 0.9);
}

.bg-purple-950\/95{
  background-color: rgb(59 7 100 / 0.95);
}

.bg-purple\/0{
  background-color: rgb(51 47 102 / 0);
}

.bg-purple\/10{
  background-color: rgb(51 47 102 / 0.1);
}

.bg-purple\/100{
  background-color: rgb(51 47 102 / 1);
}

.bg-purple\/20{
  background-color: rgb(51 47 102 / 0.2);
}

.bg-purple\/25{
  background-color: rgb(51 47 102 / 0.25);
}

.bg-purple\/30{
  background-color: rgb(51 47 102 / 0.3);
}

.bg-purple\/40{
  background-color: rgb(51 47 102 / 0.4);
}

.bg-purple\/5{
  background-color: rgb(51 47 102 / 0.05);
}

.bg-purple\/50{
  background-color: rgb(51 47 102 / 0.5);
}

.bg-purple\/60{
  background-color: rgb(51 47 102 / 0.6);
}

.bg-purple\/70{
  background-color: rgb(51 47 102 / 0.7);
}

.bg-purple\/75{
  background-color: rgb(51 47 102 / 0.75);
}

.bg-purple\/80{
  background-color: rgb(51 47 102 / 0.8);
}

.bg-purple\/90{
  background-color: rgb(51 47 102 / 0.9);
}

.bg-purple\/95{
  background-color: rgb(51 47 102 / 0.95);
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(218 61 42 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-100\/0{
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100{
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}

.bg-red-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}

.bg-red-950\/0{
  background-color: rgb(69 10 10 / 0);
}

.bg-red-950\/10{
  background-color: rgb(69 10 10 / 0.1);
}

.bg-red-950\/100{
  background-color: rgb(69 10 10 / 1);
}

.bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25);
}

.bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3);
}

.bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}

.bg-red-950\/5{
  background-color: rgb(69 10 10 / 0.05);
}

.bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5);
}

.bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6);
}

.bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7);
}

.bg-red-950\/75{
  background-color: rgb(69 10 10 / 0.75);
}

.bg-red-950\/80{
  background-color: rgb(69 10 10 / 0.8);
}

.bg-red-950\/90{
  background-color: rgb(69 10 10 / 0.9);
}

.bg-red-950\/95{
  background-color: rgb(69 10 10 / 0.95);
}

.bg-red\/0{
  background-color: rgb(218 61 42 / 0);
}

.bg-red\/10{
  background-color: rgb(218 61 42 / 0.1);
}

.bg-red\/100{
  background-color: rgb(218 61 42 / 1);
}

.bg-red\/20{
  background-color: rgb(218 61 42 / 0.2);
}

.bg-red\/25{
  background-color: rgb(218 61 42 / 0.25);
}

.bg-red\/30{
  background-color: rgb(218 61 42 / 0.3);
}

.bg-red\/40{
  background-color: rgb(218 61 42 / 0.4);
}

.bg-red\/5{
  background-color: rgb(218 61 42 / 0.05);
}

.bg-red\/50{
  background-color: rgb(218 61 42 / 0.5);
}

.bg-red\/60{
  background-color: rgb(218 61 42 / 0.6);
}

.bg-red\/70{
  background-color: rgb(218 61 42 / 0.7);
}

.bg-red\/75{
  background-color: rgb(218 61 42 / 0.75);
}

.bg-red\/80{
  background-color: rgb(218 61 42 / 0.8);
}

.bg-red\/90{
  background-color: rgb(218 61 42 / 0.9);
}

.bg-red\/95{
  background-color: rgb(218 61 42 / 0.95);
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(123 175 222 / var(--tw-bg-opacity));
}

.bg-secondary\/0{
  background-color: rgb(123 175 222 / 0);
}

.bg-secondary\/10{
  background-color: rgb(123 175 222 / 0.1);
}

.bg-secondary\/100{
  background-color: rgb(123 175 222 / 1);
}

.bg-secondary\/20{
  background-color: rgb(123 175 222 / 0.2);
}

.bg-secondary\/25{
  background-color: rgb(123 175 222 / 0.25);
}

.bg-secondary\/30{
  background-color: rgb(123 175 222 / 0.3);
}

.bg-secondary\/40{
  background-color: rgb(123 175 222 / 0.4);
}

.bg-secondary\/5{
  background-color: rgb(123 175 222 / 0.05);
}

.bg-secondary\/50{
  background-color: rgb(123 175 222 / 0.5);
}

.bg-secondary\/60{
  background-color: rgb(123 175 222 / 0.6);
}

.bg-secondary\/70{
  background-color: rgb(123 175 222 / 0.7);
}

.bg-secondary\/75{
  background-color: rgb(123 175 222 / 0.75);
}

.bg-secondary\/80{
  background-color: rgb(123 175 222 / 0.8);
}

.bg-secondary\/90{
  background-color: rgb(123 175 222 / 0.9);
}

.bg-secondary\/95{
  background-color: rgb(123 175 222 / 0.95);
}

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

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}

.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

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

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

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

.from-blue-1000{
  --tw-gradient-from: #19232C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 35 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brown-800\/50{
  --tw-gradient-from: rgb(32 31 23 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 31 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-1000\/0{
  --tw-gradient-to: rgb(25 35 44 / 0) var(--tw-gradient-to-position);
}

.to-brown-800\/0{
  --tw-gradient-to: rgb(32 31 23 / 0) var(--tw-gradient-to-position);
}

.to-dark{
  --tw-gradient-to: #2D3940 var(--tw-gradient-to-position);
}

.decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!fill-blue{
  fill: #7bafde !important;
}

.\!fill-blue-100{
  fill: #D3E4F4 !important;
}

.\!fill-blue-100\/0{
  fill: rgb(211 228 244 / 0) !important;
}

.\!fill-blue-100\/10{
  fill: rgb(211 228 244 / 0.1) !important;
}

.\!fill-blue-100\/100{
  fill: rgb(211 228 244 / 1) !important;
}

.\!fill-blue-100\/20{
  fill: rgb(211 228 244 / 0.2) !important;
}

.\!fill-blue-100\/25{
  fill: rgb(211 228 244 / 0.25) !important;
}

.\!fill-blue-100\/30{
  fill: rgb(211 228 244 / 0.3) !important;
}

.\!fill-blue-100\/40{
  fill: rgb(211 228 244 / 0.4) !important;
}

.\!fill-blue-100\/5{
  fill: rgb(211 228 244 / 0.05) !important;
}

.\!fill-blue-100\/50{
  fill: rgb(211 228 244 / 0.5) !important;
}

.\!fill-blue-100\/60{
  fill: rgb(211 228 244 / 0.6) !important;
}

.\!fill-blue-100\/70{
  fill: rgb(211 228 244 / 0.7) !important;
}

.\!fill-blue-100\/75{
  fill: rgb(211 228 244 / 0.75) !important;
}

.\!fill-blue-100\/80{
  fill: rgb(211 228 244 / 0.8) !important;
}

.\!fill-blue-100\/90{
  fill: rgb(211 228 244 / 0.9) !important;
}

.\!fill-blue-100\/95{
  fill: rgb(211 228 244 / 0.95) !important;
}

.\!fill-blue-1000{
  fill: #19232C !important;
}

.\!fill-blue-1000\/0{
  fill: rgb(25 35 44 / 0) !important;
}

.\!fill-blue-1000\/10{
  fill: rgb(25 35 44 / 0.1) !important;
}

.\!fill-blue-1000\/100{
  fill: rgb(25 35 44 / 1) !important;
}

.\!fill-blue-1000\/20{
  fill: rgb(25 35 44 / 0.2) !important;
}

.\!fill-blue-1000\/25{
  fill: rgb(25 35 44 / 0.25) !important;
}

.\!fill-blue-1000\/30{
  fill: rgb(25 35 44 / 0.3) !important;
}

.\!fill-blue-1000\/40{
  fill: rgb(25 35 44 / 0.4) !important;
}

.\!fill-blue-1000\/5{
  fill: rgb(25 35 44 / 0.05) !important;
}

.\!fill-blue-1000\/50{
  fill: rgb(25 35 44 / 0.5) !important;
}

.\!fill-blue-1000\/60{
  fill: rgb(25 35 44 / 0.6) !important;
}

.\!fill-blue-1000\/70{
  fill: rgb(25 35 44 / 0.7) !important;
}

.\!fill-blue-1000\/75{
  fill: rgb(25 35 44 / 0.75) !important;
}

.\!fill-blue-1000\/80{
  fill: rgb(25 35 44 / 0.8) !important;
}

.\!fill-blue-1000\/90{
  fill: rgb(25 35 44 / 0.9) !important;
}

.\!fill-blue-1000\/95{
  fill: rgb(25 35 44 / 0.95) !important;
}

.\!fill-blue-200{
  fill: #bdd7ef !important;
}

.\!fill-blue-200\/0{
  fill: rgb(189 215 239 / 0) !important;
}

.\!fill-blue-200\/10{
  fill: rgb(189 215 239 / 0.1) !important;
}

.\!fill-blue-200\/100{
  fill: rgb(189 215 239 / 1) !important;
}

.\!fill-blue-200\/20{
  fill: rgb(189 215 239 / 0.2) !important;
}

.\!fill-blue-200\/25{
  fill: rgb(189 215 239 / 0.25) !important;
}

.\!fill-blue-200\/30{
  fill: rgb(189 215 239 / 0.3) !important;
}

.\!fill-blue-200\/40{
  fill: rgb(189 215 239 / 0.4) !important;
}

.\!fill-blue-200\/5{
  fill: rgb(189 215 239 / 0.05) !important;
}

.\!fill-blue-200\/50{
  fill: rgb(189 215 239 / 0.5) !important;
}

.\!fill-blue-200\/60{
  fill: rgb(189 215 239 / 0.6) !important;
}

.\!fill-blue-200\/70{
  fill: rgb(189 215 239 / 0.7) !important;
}

.\!fill-blue-200\/75{
  fill: rgb(189 215 239 / 0.75) !important;
}

.\!fill-blue-200\/80{
  fill: rgb(189 215 239 / 0.8) !important;
}

.\!fill-blue-200\/90{
  fill: rgb(189 215 239 / 0.9) !important;
}

.\!fill-blue-200\/95{
  fill: rgb(189 215 239 / 0.95) !important;
}

.\!fill-blue-25{
  fill: #F6FAFD !important;
}

.\!fill-blue-25\/0{
  fill: rgb(246 250 253 / 0) !important;
}

.\!fill-blue-25\/10{
  fill: rgb(246 250 253 / 0.1) !important;
}

.\!fill-blue-25\/100{
  fill: rgb(246 250 253 / 1) !important;
}

.\!fill-blue-25\/20{
  fill: rgb(246 250 253 / 0.2) !important;
}

.\!fill-blue-25\/25{
  fill: rgb(246 250 253 / 0.25) !important;
}

.\!fill-blue-25\/30{
  fill: rgb(246 250 253 / 0.3) !important;
}

.\!fill-blue-25\/40{
  fill: rgb(246 250 253 / 0.4) !important;
}

.\!fill-blue-25\/5{
  fill: rgb(246 250 253 / 0.05) !important;
}

.\!fill-blue-25\/50{
  fill: rgb(246 250 253 / 0.5) !important;
}

.\!fill-blue-25\/60{
  fill: rgb(246 250 253 / 0.6) !important;
}

.\!fill-blue-25\/70{
  fill: rgb(246 250 253 / 0.7) !important;
}

.\!fill-blue-25\/75{
  fill: rgb(246 250 253 / 0.75) !important;
}

.\!fill-blue-25\/80{
  fill: rgb(246 250 253 / 0.8) !important;
}

.\!fill-blue-25\/90{
  fill: rgb(246 250 253 / 0.9) !important;
}

.\!fill-blue-25\/95{
  fill: rgb(246 250 253 / 0.95) !important;
}

.\!fill-blue-300{
  fill: #A7CAE9 !important;
}

.\!fill-blue-300\/0{
  fill: rgb(167 202 233 / 0) !important;
}

.\!fill-blue-300\/10{
  fill: rgb(167 202 233 / 0.1) !important;
}

.\!fill-blue-300\/100{
  fill: rgb(167 202 233 / 1) !important;
}

.\!fill-blue-300\/20{
  fill: rgb(167 202 233 / 0.2) !important;
}

.\!fill-blue-300\/25{
  fill: rgb(167 202 233 / 0.25) !important;
}

.\!fill-blue-300\/30{
  fill: rgb(167 202 233 / 0.3) !important;
}

.\!fill-blue-300\/40{
  fill: rgb(167 202 233 / 0.4) !important;
}

.\!fill-blue-300\/5{
  fill: rgb(167 202 233 / 0.05) !important;
}

.\!fill-blue-300\/50{
  fill: rgb(167 202 233 / 0.5) !important;
}

.\!fill-blue-300\/60{
  fill: rgb(167 202 233 / 0.6) !important;
}

.\!fill-blue-300\/70{
  fill: rgb(167 202 233 / 0.7) !important;
}

.\!fill-blue-300\/75{
  fill: rgb(167 202 233 / 0.75) !important;
}

.\!fill-blue-300\/80{
  fill: rgb(167 202 233 / 0.8) !important;
}

.\!fill-blue-300\/90{
  fill: rgb(167 202 233 / 0.9) !important;
}

.\!fill-blue-300\/95{
  fill: rgb(167 202 233 / 0.95) !important;
}

.\!fill-blue-400{
  fill: #91bce4 !important;
}

.\!fill-blue-400\/0{
  fill: rgb(145 188 228 / 0) !important;
}

.\!fill-blue-400\/10{
  fill: rgb(145 188 228 / 0.1) !important;
}

.\!fill-blue-400\/100{
  fill: rgb(145 188 228 / 1) !important;
}

.\!fill-blue-400\/20{
  fill: rgb(145 188 228 / 0.2) !important;
}

.\!fill-blue-400\/25{
  fill: rgb(145 188 228 / 0.25) !important;
}

.\!fill-blue-400\/30{
  fill: rgb(145 188 228 / 0.3) !important;
}

.\!fill-blue-400\/40{
  fill: rgb(145 188 228 / 0.4) !important;
}

.\!fill-blue-400\/5{
  fill: rgb(145 188 228 / 0.05) !important;
}

.\!fill-blue-400\/50{
  fill: rgb(145 188 228 / 0.5) !important;
}

.\!fill-blue-400\/60{
  fill: rgb(145 188 228 / 0.6) !important;
}

.\!fill-blue-400\/70{
  fill: rgb(145 188 228 / 0.7) !important;
}

.\!fill-blue-400\/75{
  fill: rgb(145 188 228 / 0.75) !important;
}

.\!fill-blue-400\/80{
  fill: rgb(145 188 228 / 0.8) !important;
}

.\!fill-blue-400\/90{
  fill: rgb(145 188 228 / 0.9) !important;
}

.\!fill-blue-400\/95{
  fill: rgb(145 188 228 / 0.95) !important;
}

.\!fill-blue-50{
  fill: #E5EFF8 !important;
}

.\!fill-blue-50\/0{
  fill: rgb(229 239 248 / 0) !important;
}

.\!fill-blue-50\/10{
  fill: rgb(229 239 248 / 0.1) !important;
}

.\!fill-blue-50\/100{
  fill: rgb(229 239 248 / 1) !important;
}

.\!fill-blue-50\/20{
  fill: rgb(229 239 248 / 0.2) !important;
}

.\!fill-blue-50\/25{
  fill: rgb(229 239 248 / 0.25) !important;
}

.\!fill-blue-50\/30{
  fill: rgb(229 239 248 / 0.3) !important;
}

.\!fill-blue-50\/40{
  fill: rgb(229 239 248 / 0.4) !important;
}

.\!fill-blue-50\/5{
  fill: rgb(229 239 248 / 0.05) !important;
}

.\!fill-blue-50\/50{
  fill: rgb(229 239 248 / 0.5) !important;
}

.\!fill-blue-50\/60{
  fill: rgb(229 239 248 / 0.6) !important;
}

.\!fill-blue-50\/70{
  fill: rgb(229 239 248 / 0.7) !important;
}

.\!fill-blue-50\/75{
  fill: rgb(229 239 248 / 0.75) !important;
}

.\!fill-blue-50\/80{
  fill: rgb(229 239 248 / 0.8) !important;
}

.\!fill-blue-50\/90{
  fill: rgb(229 239 248 / 0.9) !important;
}

.\!fill-blue-50\/95{
  fill: rgb(229 239 248 / 0.95) !important;
}

.\!fill-blue-500{
  fill: #7bafde !important;
}

.\!fill-blue-500\/0{
  fill: rgb(123 175 222 / 0) !important;
}

.\!fill-blue-500\/10{
  fill: rgb(123 175 222 / 0.1) !important;
}

.\!fill-blue-500\/100{
  fill: rgb(123 175 222 / 1) !important;
}

.\!fill-blue-500\/20{
  fill: rgb(123 175 222 / 0.2) !important;
}

.\!fill-blue-500\/25{
  fill: rgb(123 175 222 / 0.25) !important;
}

.\!fill-blue-500\/30{
  fill: rgb(123 175 222 / 0.3) !important;
}

.\!fill-blue-500\/40{
  fill: rgb(123 175 222 / 0.4) !important;
}

.\!fill-blue-500\/5{
  fill: rgb(123 175 222 / 0.05) !important;
}

.\!fill-blue-500\/50{
  fill: rgb(123 175 222 / 0.5) !important;
}

.\!fill-blue-500\/60{
  fill: rgb(123 175 222 / 0.6) !important;
}

.\!fill-blue-500\/70{
  fill: rgb(123 175 222 / 0.7) !important;
}

.\!fill-blue-500\/75{
  fill: rgb(123 175 222 / 0.75) !important;
}

.\!fill-blue-500\/80{
  fill: rgb(123 175 222 / 0.8) !important;
}

.\!fill-blue-500\/90{
  fill: rgb(123 175 222 / 0.9) !important;
}

.\!fill-blue-500\/95{
  fill: rgb(123 175 222 / 0.95) !important;
}

.\!fill-blue-600{
  fill: #6792b9 !important;
}

.\!fill-blue-600\/0{
  fill: rgb(103 146 185 / 0) !important;
}

.\!fill-blue-600\/10{
  fill: rgb(103 146 185 / 0.1) !important;
}

.\!fill-blue-600\/100{
  fill: rgb(103 146 185 / 1) !important;
}

.\!fill-blue-600\/20{
  fill: rgb(103 146 185 / 0.2) !important;
}

.\!fill-blue-600\/25{
  fill: rgb(103 146 185 / 0.25) !important;
}

.\!fill-blue-600\/30{
  fill: rgb(103 146 185 / 0.3) !important;
}

.\!fill-blue-600\/40{
  fill: rgb(103 146 185 / 0.4) !important;
}

.\!fill-blue-600\/5{
  fill: rgb(103 146 185 / 0.05) !important;
}

.\!fill-blue-600\/50{
  fill: rgb(103 146 185 / 0.5) !important;
}

.\!fill-blue-600\/60{
  fill: rgb(103 146 185 / 0.6) !important;
}

.\!fill-blue-600\/70{
  fill: rgb(103 146 185 / 0.7) !important;
}

.\!fill-blue-600\/75{
  fill: rgb(103 146 185 / 0.75) !important;
}

.\!fill-blue-600\/80{
  fill: rgb(103 146 185 / 0.8) !important;
}

.\!fill-blue-600\/90{
  fill: rgb(103 146 185 / 0.9) !important;
}

.\!fill-blue-600\/95{
  fill: rgb(103 146 185 / 0.95) !important;
}

.\!fill-blue-700{
  fill: #527594 !important;
}

.\!fill-blue-700\/0{
  fill: rgb(82 117 148 / 0) !important;
}

.\!fill-blue-700\/10{
  fill: rgb(82 117 148 / 0.1) !important;
}

.\!fill-blue-700\/100{
  fill: rgb(82 117 148 / 1) !important;
}

.\!fill-blue-700\/20{
  fill: rgb(82 117 148 / 0.2) !important;
}

.\!fill-blue-700\/25{
  fill: rgb(82 117 148 / 0.25) !important;
}

.\!fill-blue-700\/30{
  fill: rgb(82 117 148 / 0.3) !important;
}

.\!fill-blue-700\/40{
  fill: rgb(82 117 148 / 0.4) !important;
}

.\!fill-blue-700\/5{
  fill: rgb(82 117 148 / 0.05) !important;
}

.\!fill-blue-700\/50{
  fill: rgb(82 117 148 / 0.5) !important;
}

.\!fill-blue-700\/60{
  fill: rgb(82 117 148 / 0.6) !important;
}

.\!fill-blue-700\/70{
  fill: rgb(82 117 148 / 0.7) !important;
}

.\!fill-blue-700\/75{
  fill: rgb(82 117 148 / 0.75) !important;
}

.\!fill-blue-700\/80{
  fill: rgb(82 117 148 / 0.8) !important;
}

.\!fill-blue-700\/90{
  fill: rgb(82 117 148 / 0.9) !important;
}

.\!fill-blue-700\/95{
  fill: rgb(82 117 148 / 0.95) !important;
}

.\!fill-blue-800{
  fill: #3e586f !important;
}

.\!fill-blue-800\/0{
  fill: rgb(62 88 111 / 0) !important;
}

.\!fill-blue-800\/10{
  fill: rgb(62 88 111 / 0.1) !important;
}

.\!fill-blue-800\/100{
  fill: rgb(62 88 111 / 1) !important;
}

.\!fill-blue-800\/20{
  fill: rgb(62 88 111 / 0.2) !important;
}

.\!fill-blue-800\/25{
  fill: rgb(62 88 111 / 0.25) !important;
}

.\!fill-blue-800\/30{
  fill: rgb(62 88 111 / 0.3) !important;
}

.\!fill-blue-800\/40{
  fill: rgb(62 88 111 / 0.4) !important;
}

.\!fill-blue-800\/5{
  fill: rgb(62 88 111 / 0.05) !important;
}

.\!fill-blue-800\/50{
  fill: rgb(62 88 111 / 0.5) !important;
}

.\!fill-blue-800\/60{
  fill: rgb(62 88 111 / 0.6) !important;
}

.\!fill-blue-800\/70{
  fill: rgb(62 88 111 / 0.7) !important;
}

.\!fill-blue-800\/75{
  fill: rgb(62 88 111 / 0.75) !important;
}

.\!fill-blue-800\/80{
  fill: rgb(62 88 111 / 0.8) !important;
}

.\!fill-blue-800\/90{
  fill: rgb(62 88 111 / 0.9) !important;
}

.\!fill-blue-800\/95{
  fill: rgb(62 88 111 / 0.95) !important;
}

.\!fill-blue-900{
  fill: #293A4A !important;
}

.\!fill-blue-900\/0{
  fill: rgb(41 58 74 / 0) !important;
}

.\!fill-blue-900\/10{
  fill: rgb(41 58 74 / 0.1) !important;
}

.\!fill-blue-900\/100{
  fill: rgb(41 58 74 / 1) !important;
}

.\!fill-blue-900\/20{
  fill: rgb(41 58 74 / 0.2) !important;
}

.\!fill-blue-900\/25{
  fill: rgb(41 58 74 / 0.25) !important;
}

.\!fill-blue-900\/30{
  fill: rgb(41 58 74 / 0.3) !important;
}

.\!fill-blue-900\/40{
  fill: rgb(41 58 74 / 0.4) !important;
}

.\!fill-blue-900\/5{
  fill: rgb(41 58 74 / 0.05) !important;
}

.\!fill-blue-900\/50{
  fill: rgb(41 58 74 / 0.5) !important;
}

.\!fill-blue-900\/60{
  fill: rgb(41 58 74 / 0.6) !important;
}

.\!fill-blue-900\/70{
  fill: rgb(41 58 74 / 0.7) !important;
}

.\!fill-blue-900\/75{
  fill: rgb(41 58 74 / 0.75) !important;
}

.\!fill-blue-900\/80{
  fill: rgb(41 58 74 / 0.8) !important;
}

.\!fill-blue-900\/90{
  fill: rgb(41 58 74 / 0.9) !important;
}

.\!fill-blue-900\/95{
  fill: rgb(41 58 74 / 0.95) !important;
}

.\!fill-blue\/0{
  fill: rgb(123 175 222 / 0) !important;
}

.\!fill-blue\/10{
  fill: rgb(123 175 222 / 0.1) !important;
}

.\!fill-blue\/100{
  fill: rgb(123 175 222 / 1) !important;
}

.\!fill-blue\/20{
  fill: rgb(123 175 222 / 0.2) !important;
}

.\!fill-blue\/25{
  fill: rgb(123 175 222 / 0.25) !important;
}

.\!fill-blue\/30{
  fill: rgb(123 175 222 / 0.3) !important;
}

.\!fill-blue\/40{
  fill: rgb(123 175 222 / 0.4) !important;
}

.\!fill-blue\/5{
  fill: rgb(123 175 222 / 0.05) !important;
}

.\!fill-blue\/50{
  fill: rgb(123 175 222 / 0.5) !important;
}

.\!fill-blue\/60{
  fill: rgb(123 175 222 / 0.6) !important;
}

.\!fill-blue\/70{
  fill: rgb(123 175 222 / 0.7) !important;
}

.\!fill-blue\/75{
  fill: rgb(123 175 222 / 0.75) !important;
}

.\!fill-blue\/80{
  fill: rgb(123 175 222 / 0.8) !important;
}

.\!fill-blue\/90{
  fill: rgb(123 175 222 / 0.9) !important;
}

.\!fill-blue\/95{
  fill: rgb(123 175 222 / 0.95) !important;
}

.\!fill-brown{
  fill: #403e2e !important;
}

.\!fill-brown-100{
  fill: #bfbfb9 !important;
}

.\!fill-brown-100\/0{
  fill: rgb(191 191 185 / 0) !important;
}

.\!fill-brown-100\/10{
  fill: rgb(191 191 185 / 0.1) !important;
}

.\!fill-brown-100\/100{
  fill: rgb(191 191 185 / 1) !important;
}

.\!fill-brown-100\/20{
  fill: rgb(191 191 185 / 0.2) !important;
}

.\!fill-brown-100\/25{
  fill: rgb(191 191 185 / 0.25) !important;
}

.\!fill-brown-100\/30{
  fill: rgb(191 191 185 / 0.3) !important;
}

.\!fill-brown-100\/40{
  fill: rgb(191 191 185 / 0.4) !important;
}

.\!fill-brown-100\/5{
  fill: rgb(191 191 185 / 0.05) !important;
}

.\!fill-brown-100\/50{
  fill: rgb(191 191 185 / 0.5) !important;
}

.\!fill-brown-100\/60{
  fill: rgb(191 191 185 / 0.6) !important;
}

.\!fill-brown-100\/70{
  fill: rgb(191 191 185 / 0.7) !important;
}

.\!fill-brown-100\/75{
  fill: rgb(191 191 185 / 0.75) !important;
}

.\!fill-brown-100\/80{
  fill: rgb(191 191 185 / 0.8) !important;
}

.\!fill-brown-100\/90{
  fill: rgb(191 191 185 / 0.9) !important;
}

.\!fill-brown-100\/95{
  fill: rgb(191 191 185 / 0.95) !important;
}

.\!fill-brown-1000{
  fill: #0d0c09 !important;
}

.\!fill-brown-1000\/0{
  fill: rgb(13 12 9 / 0) !important;
}

.\!fill-brown-1000\/10{
  fill: rgb(13 12 9 / 0.1) !important;
}

.\!fill-brown-1000\/100{
  fill: rgb(13 12 9 / 1) !important;
}

.\!fill-brown-1000\/20{
  fill: rgb(13 12 9 / 0.2) !important;
}

.\!fill-brown-1000\/25{
  fill: rgb(13 12 9 / 0.25) !important;
}

.\!fill-brown-1000\/30{
  fill: rgb(13 12 9 / 0.3) !important;
}

.\!fill-brown-1000\/40{
  fill: rgb(13 12 9 / 0.4) !important;
}

.\!fill-brown-1000\/5{
  fill: rgb(13 12 9 / 0.05) !important;
}

.\!fill-brown-1000\/50{
  fill: rgb(13 12 9 / 0.5) !important;
}

.\!fill-brown-1000\/60{
  fill: rgb(13 12 9 / 0.6) !important;
}

.\!fill-brown-1000\/70{
  fill: rgb(13 12 9 / 0.7) !important;
}

.\!fill-brown-1000\/75{
  fill: rgb(13 12 9 / 0.75) !important;
}

.\!fill-brown-1000\/80{
  fill: rgb(13 12 9 / 0.8) !important;
}

.\!fill-brown-1000\/90{
  fill: rgb(13 12 9 / 0.9) !important;
}

.\!fill-brown-1000\/95{
  fill: rgb(13 12 9 / 0.95) !important;
}

.\!fill-brown-200{
  fill: #a09f97 !important;
}

.\!fill-brown-200\/0{
  fill: rgb(160 159 151 / 0) !important;
}

.\!fill-brown-200\/10{
  fill: rgb(160 159 151 / 0.1) !important;
}

.\!fill-brown-200\/100{
  fill: rgb(160 159 151 / 1) !important;
}

.\!fill-brown-200\/20{
  fill: rgb(160 159 151 / 0.2) !important;
}

.\!fill-brown-200\/25{
  fill: rgb(160 159 151 / 0.25) !important;
}

.\!fill-brown-200\/30{
  fill: rgb(160 159 151 / 0.3) !important;
}

.\!fill-brown-200\/40{
  fill: rgb(160 159 151 / 0.4) !important;
}

.\!fill-brown-200\/5{
  fill: rgb(160 159 151 / 0.05) !important;
}

.\!fill-brown-200\/50{
  fill: rgb(160 159 151 / 0.5) !important;
}

.\!fill-brown-200\/60{
  fill: rgb(160 159 151 / 0.6) !important;
}

.\!fill-brown-200\/70{
  fill: rgb(160 159 151 / 0.7) !important;
}

.\!fill-brown-200\/75{
  fill: rgb(160 159 151 / 0.75) !important;
}

.\!fill-brown-200\/80{
  fill: rgb(160 159 151 / 0.8) !important;
}

.\!fill-brown-200\/90{
  fill: rgb(160 159 151 / 0.9) !important;
}

.\!fill-brown-200\/95{
  fill: rgb(160 159 151 / 0.95) !important;
}

.\!fill-brown-25{
  fill: #ececea !important;
}

.\!fill-brown-25\/0{
  fill: rgb(236 236 234 / 0) !important;
}

.\!fill-brown-25\/10{
  fill: rgb(236 236 234 / 0.1) !important;
}

.\!fill-brown-25\/100{
  fill: rgb(236 236 234 / 1) !important;
}

.\!fill-brown-25\/20{
  fill: rgb(236 236 234 / 0.2) !important;
}

.\!fill-brown-25\/25{
  fill: rgb(236 236 234 / 0.25) !important;
}

.\!fill-brown-25\/30{
  fill: rgb(236 236 234 / 0.3) !important;
}

.\!fill-brown-25\/40{
  fill: rgb(236 236 234 / 0.4) !important;
}

.\!fill-brown-25\/5{
  fill: rgb(236 236 234 / 0.05) !important;
}

.\!fill-brown-25\/50{
  fill: rgb(236 236 234 / 0.5) !important;
}

.\!fill-brown-25\/60{
  fill: rgb(236 236 234 / 0.6) !important;
}

.\!fill-brown-25\/70{
  fill: rgb(236 236 234 / 0.7) !important;
}

.\!fill-brown-25\/75{
  fill: rgb(236 236 234 / 0.75) !important;
}

.\!fill-brown-25\/80{
  fill: rgb(236 236 234 / 0.8) !important;
}

.\!fill-brown-25\/90{
  fill: rgb(236 236 234 / 0.9) !important;
}

.\!fill-brown-25\/95{
  fill: rgb(236 236 234 / 0.95) !important;
}

.\!fill-brown-300{
  fill: #807e74 !important;
}

.\!fill-brown-300\/0{
  fill: rgb(128 126 116 / 0) !important;
}

.\!fill-brown-300\/10{
  fill: rgb(128 126 116 / 0.1) !important;
}

.\!fill-brown-300\/100{
  fill: rgb(128 126 116 / 1) !important;
}

.\!fill-brown-300\/20{
  fill: rgb(128 126 116 / 0.2) !important;
}

.\!fill-brown-300\/25{
  fill: rgb(128 126 116 / 0.25) !important;
}

.\!fill-brown-300\/30{
  fill: rgb(128 126 116 / 0.3) !important;
}

.\!fill-brown-300\/40{
  fill: rgb(128 126 116 / 0.4) !important;
}

.\!fill-brown-300\/5{
  fill: rgb(128 126 116 / 0.05) !important;
}

.\!fill-brown-300\/50{
  fill: rgb(128 126 116 / 0.5) !important;
}

.\!fill-brown-300\/60{
  fill: rgb(128 126 116 / 0.6) !important;
}

.\!fill-brown-300\/70{
  fill: rgb(128 126 116 / 0.7) !important;
}

.\!fill-brown-300\/75{
  fill: rgb(128 126 116 / 0.75) !important;
}

.\!fill-brown-300\/80{
  fill: rgb(128 126 116 / 0.8) !important;
}

.\!fill-brown-300\/90{
  fill: rgb(128 126 116 / 0.9) !important;
}

.\!fill-brown-300\/95{
  fill: rgb(128 126 116 / 0.95) !important;
}

.\!fill-brown-400{
  fill: #605e51 !important;
}

.\!fill-brown-400\/0{
  fill: rgb(96 94 81 / 0) !important;
}

.\!fill-brown-400\/10{
  fill: rgb(96 94 81 / 0.1) !important;
}

.\!fill-brown-400\/100{
  fill: rgb(96 94 81 / 1) !important;
}

.\!fill-brown-400\/20{
  fill: rgb(96 94 81 / 0.2) !important;
}

.\!fill-brown-400\/25{
  fill: rgb(96 94 81 / 0.25) !important;
}

.\!fill-brown-400\/30{
  fill: rgb(96 94 81 / 0.3) !important;
}

.\!fill-brown-400\/40{
  fill: rgb(96 94 81 / 0.4) !important;
}

.\!fill-brown-400\/5{
  fill: rgb(96 94 81 / 0.05) !important;
}

.\!fill-brown-400\/50{
  fill: rgb(96 94 81 / 0.5) !important;
}

.\!fill-brown-400\/60{
  fill: rgb(96 94 81 / 0.6) !important;
}

.\!fill-brown-400\/70{
  fill: rgb(96 94 81 / 0.7) !important;
}

.\!fill-brown-400\/75{
  fill: rgb(96 94 81 / 0.75) !important;
}

.\!fill-brown-400\/80{
  fill: rgb(96 94 81 / 0.8) !important;
}

.\!fill-brown-400\/90{
  fill: rgb(96 94 81 / 0.9) !important;
}

.\!fill-brown-400\/95{
  fill: rgb(96 94 81 / 0.95) !important;
}

.\!fill-brown-50{
  fill: #d9d8d5 !important;
}

.\!fill-brown-50\/0{
  fill: rgb(217 216 213 / 0) !important;
}

.\!fill-brown-50\/10{
  fill: rgb(217 216 213 / 0.1) !important;
}

.\!fill-brown-50\/100{
  fill: rgb(217 216 213 / 1) !important;
}

.\!fill-brown-50\/20{
  fill: rgb(217 216 213 / 0.2) !important;
}

.\!fill-brown-50\/25{
  fill: rgb(217 216 213 / 0.25) !important;
}

.\!fill-brown-50\/30{
  fill: rgb(217 216 213 / 0.3) !important;
}

.\!fill-brown-50\/40{
  fill: rgb(217 216 213 / 0.4) !important;
}

.\!fill-brown-50\/5{
  fill: rgb(217 216 213 / 0.05) !important;
}

.\!fill-brown-50\/50{
  fill: rgb(217 216 213 / 0.5) !important;
}

.\!fill-brown-50\/60{
  fill: rgb(217 216 213 / 0.6) !important;
}

.\!fill-brown-50\/70{
  fill: rgb(217 216 213 / 0.7) !important;
}

.\!fill-brown-50\/75{
  fill: rgb(217 216 213 / 0.75) !important;
}

.\!fill-brown-50\/80{
  fill: rgb(217 216 213 / 0.8) !important;
}

.\!fill-brown-50\/90{
  fill: rgb(217 216 213 / 0.9) !important;
}

.\!fill-brown-50\/95{
  fill: rgb(217 216 213 / 0.95) !important;
}

.\!fill-brown-500{
  fill: #403e2e !important;
}

.\!fill-brown-500\/0{
  fill: rgb(64 62 46 / 0) !important;
}

.\!fill-brown-500\/10{
  fill: rgb(64 62 46 / 0.1) !important;
}

.\!fill-brown-500\/100{
  fill: rgb(64 62 46 / 1) !important;
}

.\!fill-brown-500\/20{
  fill: rgb(64 62 46 / 0.2) !important;
}

.\!fill-brown-500\/25{
  fill: rgb(64 62 46 / 0.25) !important;
}

.\!fill-brown-500\/30{
  fill: rgb(64 62 46 / 0.3) !important;
}

.\!fill-brown-500\/40{
  fill: rgb(64 62 46 / 0.4) !important;
}

.\!fill-brown-500\/5{
  fill: rgb(64 62 46 / 0.05) !important;
}

.\!fill-brown-500\/50{
  fill: rgb(64 62 46 / 0.5) !important;
}

.\!fill-brown-500\/60{
  fill: rgb(64 62 46 / 0.6) !important;
}

.\!fill-brown-500\/70{
  fill: rgb(64 62 46 / 0.7) !important;
}

.\!fill-brown-500\/75{
  fill: rgb(64 62 46 / 0.75) !important;
}

.\!fill-brown-500\/80{
  fill: rgb(64 62 46 / 0.8) !important;
}

.\!fill-brown-500\/90{
  fill: rgb(64 62 46 / 0.9) !important;
}

.\!fill-brown-500\/95{
  fill: rgb(64 62 46 / 0.95) !important;
}

.\!fill-brown-600{
  fill: #353426 !important;
}

.\!fill-brown-600\/0{
  fill: rgb(53 52 38 / 0) !important;
}

.\!fill-brown-600\/10{
  fill: rgb(53 52 38 / 0.1) !important;
}

.\!fill-brown-600\/100{
  fill: rgb(53 52 38 / 1) !important;
}

.\!fill-brown-600\/20{
  fill: rgb(53 52 38 / 0.2) !important;
}

.\!fill-brown-600\/25{
  fill: rgb(53 52 38 / 0.25) !important;
}

.\!fill-brown-600\/30{
  fill: rgb(53 52 38 / 0.3) !important;
}

.\!fill-brown-600\/40{
  fill: rgb(53 52 38 / 0.4) !important;
}

.\!fill-brown-600\/5{
  fill: rgb(53 52 38 / 0.05) !important;
}

.\!fill-brown-600\/50{
  fill: rgb(53 52 38 / 0.5) !important;
}

.\!fill-brown-600\/60{
  fill: rgb(53 52 38 / 0.6) !important;
}

.\!fill-brown-600\/70{
  fill: rgb(53 52 38 / 0.7) !important;
}

.\!fill-brown-600\/75{
  fill: rgb(53 52 38 / 0.75) !important;
}

.\!fill-brown-600\/80{
  fill: rgb(53 52 38 / 0.8) !important;
}

.\!fill-brown-600\/90{
  fill: rgb(53 52 38 / 0.9) !important;
}

.\!fill-brown-600\/95{
  fill: rgb(53 52 38 / 0.95) !important;
}

.\!fill-brown-700{
  fill: #2b291f !important;
}

.\!fill-brown-700\/0{
  fill: rgb(43 41 31 / 0) !important;
}

.\!fill-brown-700\/10{
  fill: rgb(43 41 31 / 0.1) !important;
}

.\!fill-brown-700\/100{
  fill: rgb(43 41 31 / 1) !important;
}

.\!fill-brown-700\/20{
  fill: rgb(43 41 31 / 0.2) !important;
}

.\!fill-brown-700\/25{
  fill: rgb(43 41 31 / 0.25) !important;
}

.\!fill-brown-700\/30{
  fill: rgb(43 41 31 / 0.3) !important;
}

.\!fill-brown-700\/40{
  fill: rgb(43 41 31 / 0.4) !important;
}

.\!fill-brown-700\/5{
  fill: rgb(43 41 31 / 0.05) !important;
}

.\!fill-brown-700\/50{
  fill: rgb(43 41 31 / 0.5) !important;
}

.\!fill-brown-700\/60{
  fill: rgb(43 41 31 / 0.6) !important;
}

.\!fill-brown-700\/70{
  fill: rgb(43 41 31 / 0.7) !important;
}

.\!fill-brown-700\/75{
  fill: rgb(43 41 31 / 0.75) !important;
}

.\!fill-brown-700\/80{
  fill: rgb(43 41 31 / 0.8) !important;
}

.\!fill-brown-700\/90{
  fill: rgb(43 41 31 / 0.9) !important;
}

.\!fill-brown-700\/95{
  fill: rgb(43 41 31 / 0.95) !important;
}

.\!fill-brown-800{
  fill: #201f17 !important;
}

.\!fill-brown-800\/0{
  fill: rgb(32 31 23 / 0) !important;
}

.\!fill-brown-800\/10{
  fill: rgb(32 31 23 / 0.1) !important;
}

.\!fill-brown-800\/100{
  fill: rgb(32 31 23 / 1) !important;
}

.\!fill-brown-800\/20{
  fill: rgb(32 31 23 / 0.2) !important;
}

.\!fill-brown-800\/25{
  fill: rgb(32 31 23 / 0.25) !important;
}

.\!fill-brown-800\/30{
  fill: rgb(32 31 23 / 0.3) !important;
}

.\!fill-brown-800\/40{
  fill: rgb(32 31 23 / 0.4) !important;
}

.\!fill-brown-800\/5{
  fill: rgb(32 31 23 / 0.05) !important;
}

.\!fill-brown-800\/50{
  fill: rgb(32 31 23 / 0.5) !important;
}

.\!fill-brown-800\/60{
  fill: rgb(32 31 23 / 0.6) !important;
}

.\!fill-brown-800\/70{
  fill: rgb(32 31 23 / 0.7) !important;
}

.\!fill-brown-800\/75{
  fill: rgb(32 31 23 / 0.75) !important;
}

.\!fill-brown-800\/80{
  fill: rgb(32 31 23 / 0.8) !important;
}

.\!fill-brown-800\/90{
  fill: rgb(32 31 23 / 0.9) !important;
}

.\!fill-brown-800\/95{
  fill: rgb(32 31 23 / 0.95) !important;
}

.\!fill-brown-900{
  fill: #15150f !important;
}

.\!fill-brown-900\/0{
  fill: rgb(21 21 15 / 0) !important;
}

.\!fill-brown-900\/10{
  fill: rgb(21 21 15 / 0.1) !important;
}

.\!fill-brown-900\/100{
  fill: rgb(21 21 15 / 1) !important;
}

.\!fill-brown-900\/20{
  fill: rgb(21 21 15 / 0.2) !important;
}

.\!fill-brown-900\/25{
  fill: rgb(21 21 15 / 0.25) !important;
}

.\!fill-brown-900\/30{
  fill: rgb(21 21 15 / 0.3) !important;
}

.\!fill-brown-900\/40{
  fill: rgb(21 21 15 / 0.4) !important;
}

.\!fill-brown-900\/5{
  fill: rgb(21 21 15 / 0.05) !important;
}

.\!fill-brown-900\/50{
  fill: rgb(21 21 15 / 0.5) !important;
}

.\!fill-brown-900\/60{
  fill: rgb(21 21 15 / 0.6) !important;
}

.\!fill-brown-900\/70{
  fill: rgb(21 21 15 / 0.7) !important;
}

.\!fill-brown-900\/75{
  fill: rgb(21 21 15 / 0.75) !important;
}

.\!fill-brown-900\/80{
  fill: rgb(21 21 15 / 0.8) !important;
}

.\!fill-brown-900\/90{
  fill: rgb(21 21 15 / 0.9) !important;
}

.\!fill-brown-900\/95{
  fill: rgb(21 21 15 / 0.95) !important;
}

.\!fill-brown\/0{
  fill: rgb(64 62 46 / 0) !important;
}

.\!fill-brown\/10{
  fill: rgb(64 62 46 / 0.1) !important;
}

.\!fill-brown\/100{
  fill: rgb(64 62 46 / 1) !important;
}

.\!fill-brown\/20{
  fill: rgb(64 62 46 / 0.2) !important;
}

.\!fill-brown\/25{
  fill: rgb(64 62 46 / 0.25) !important;
}

.\!fill-brown\/30{
  fill: rgb(64 62 46 / 0.3) !important;
}

.\!fill-brown\/40{
  fill: rgb(64 62 46 / 0.4) !important;
}

.\!fill-brown\/5{
  fill: rgb(64 62 46 / 0.05) !important;
}

.\!fill-brown\/50{
  fill: rgb(64 62 46 / 0.5) !important;
}

.\!fill-brown\/60{
  fill: rgb(64 62 46 / 0.6) !important;
}

.\!fill-brown\/70{
  fill: rgb(64 62 46 / 0.7) !important;
}

.\!fill-brown\/75{
  fill: rgb(64 62 46 / 0.75) !important;
}

.\!fill-brown\/80{
  fill: rgb(64 62 46 / 0.8) !important;
}

.\!fill-brown\/90{
  fill: rgb(64 62 46 / 0.9) !important;
}

.\!fill-brown\/95{
  fill: rgb(64 62 46 / 0.95) !important;
}

.\!fill-burnt-orange{
  fill: #F05A28 !important;
}

.\!fill-burnt-orange\/0{
  fill: rgb(240 90 40 / 0) !important;
}

.\!fill-burnt-orange\/10{
  fill: rgb(240 90 40 / 0.1) !important;
}

.\!fill-burnt-orange\/100{
  fill: rgb(240 90 40 / 1) !important;
}

.\!fill-burnt-orange\/20{
  fill: rgb(240 90 40 / 0.2) !important;
}

.\!fill-burnt-orange\/25{
  fill: rgb(240 90 40 / 0.25) !important;
}

.\!fill-burnt-orange\/30{
  fill: rgb(240 90 40 / 0.3) !important;
}

.\!fill-burnt-orange\/40{
  fill: rgb(240 90 40 / 0.4) !important;
}

.\!fill-burnt-orange\/5{
  fill: rgb(240 90 40 / 0.05) !important;
}

.\!fill-burnt-orange\/50{
  fill: rgb(240 90 40 / 0.5) !important;
}

.\!fill-burnt-orange\/60{
  fill: rgb(240 90 40 / 0.6) !important;
}

.\!fill-burnt-orange\/70{
  fill: rgb(240 90 40 / 0.7) !important;
}

.\!fill-burnt-orange\/75{
  fill: rgb(240 90 40 / 0.75) !important;
}

.\!fill-burnt-orange\/80{
  fill: rgb(240 90 40 / 0.8) !important;
}

.\!fill-burnt-orange\/90{
  fill: rgb(240 90 40 / 0.9) !important;
}

.\!fill-burnt-orange\/95{
  fill: rgb(240 90 40 / 0.95) !important;
}

.\!fill-dark{
  fill: #2D3940 !important;
}

.\!fill-dark\/0{
  fill: rgb(45 57 64 / 0) !important;
}

.\!fill-dark\/10{
  fill: rgb(45 57 64 / 0.1) !important;
}

.\!fill-dark\/100{
  fill: rgb(45 57 64 / 1) !important;
}

.\!fill-dark\/20{
  fill: rgb(45 57 64 / 0.2) !important;
}

.\!fill-dark\/25{
  fill: rgb(45 57 64 / 0.25) !important;
}

.\!fill-dark\/30{
  fill: rgb(45 57 64 / 0.3) !important;
}

.\!fill-dark\/40{
  fill: rgb(45 57 64 / 0.4) !important;
}

.\!fill-dark\/5{
  fill: rgb(45 57 64 / 0.05) !important;
}

.\!fill-dark\/50{
  fill: rgb(45 57 64 / 0.5) !important;
}

.\!fill-dark\/60{
  fill: rgb(45 57 64 / 0.6) !important;
}

.\!fill-dark\/70{
  fill: rgb(45 57 64 / 0.7) !important;
}

.\!fill-dark\/75{
  fill: rgb(45 57 64 / 0.75) !important;
}

.\!fill-dark\/80{
  fill: rgb(45 57 64 / 0.8) !important;
}

.\!fill-dark\/90{
  fill: rgb(45 57 64 / 0.9) !important;
}

.\!fill-dark\/95{
  fill: rgb(45 57 64 / 0.95) !important;
}

.\!fill-gray-100{
  fill: #f3f4f6 !important;
}

.\!fill-gray-100\/0{
  fill: rgb(243 244 246 / 0) !important;
}

.\!fill-gray-100\/10{
  fill: rgb(243 244 246 / 0.1) !important;
}

.\!fill-gray-100\/100{
  fill: rgb(243 244 246 / 1) !important;
}

.\!fill-gray-100\/20{
  fill: rgb(243 244 246 / 0.2) !important;
}

.\!fill-gray-100\/25{
  fill: rgb(243 244 246 / 0.25) !important;
}

.\!fill-gray-100\/30{
  fill: rgb(243 244 246 / 0.3) !important;
}

.\!fill-gray-100\/40{
  fill: rgb(243 244 246 / 0.4) !important;
}

.\!fill-gray-100\/5{
  fill: rgb(243 244 246 / 0.05) !important;
}

.\!fill-gray-100\/50{
  fill: rgb(243 244 246 / 0.5) !important;
}

.\!fill-gray-100\/60{
  fill: rgb(243 244 246 / 0.6) !important;
}

.\!fill-gray-100\/70{
  fill: rgb(243 244 246 / 0.7) !important;
}

.\!fill-gray-100\/75{
  fill: rgb(243 244 246 / 0.75) !important;
}

.\!fill-gray-100\/80{
  fill: rgb(243 244 246 / 0.8) !important;
}

.\!fill-gray-100\/90{
  fill: rgb(243 244 246 / 0.9) !important;
}

.\!fill-gray-100\/95{
  fill: rgb(243 244 246 / 0.95) !important;
}

.\!fill-gray-200{
  fill: #e5e7eb !important;
}

.\!fill-gray-200\/0{
  fill: rgb(229 231 235 / 0) !important;
}

.\!fill-gray-200\/10{
  fill: rgb(229 231 235 / 0.1) !important;
}

.\!fill-gray-200\/100{
  fill: rgb(229 231 235 / 1) !important;
}

.\!fill-gray-200\/20{
  fill: rgb(229 231 235 / 0.2) !important;
}

.\!fill-gray-200\/25{
  fill: rgb(229 231 235 / 0.25) !important;
}

.\!fill-gray-200\/30{
  fill: rgb(229 231 235 / 0.3) !important;
}

.\!fill-gray-200\/40{
  fill: rgb(229 231 235 / 0.4) !important;
}

.\!fill-gray-200\/5{
  fill: rgb(229 231 235 / 0.05) !important;
}

.\!fill-gray-200\/50{
  fill: rgb(229 231 235 / 0.5) !important;
}

.\!fill-gray-200\/60{
  fill: rgb(229 231 235 / 0.6) !important;
}

.\!fill-gray-200\/70{
  fill: rgb(229 231 235 / 0.7) !important;
}

.\!fill-gray-200\/75{
  fill: rgb(229 231 235 / 0.75) !important;
}

.\!fill-gray-200\/80{
  fill: rgb(229 231 235 / 0.8) !important;
}

.\!fill-gray-200\/90{
  fill: rgb(229 231 235 / 0.9) !important;
}

.\!fill-gray-200\/95{
  fill: rgb(229 231 235 / 0.95) !important;
}

.\!fill-gray-300{
  fill: #d1d5db !important;
}

.\!fill-gray-300\/0{
  fill: rgb(209 213 219 / 0) !important;
}

.\!fill-gray-300\/10{
  fill: rgb(209 213 219 / 0.1) !important;
}

.\!fill-gray-300\/100{
  fill: rgb(209 213 219 / 1) !important;
}

.\!fill-gray-300\/20{
  fill: rgb(209 213 219 / 0.2) !important;
}

.\!fill-gray-300\/25{
  fill: rgb(209 213 219 / 0.25) !important;
}

.\!fill-gray-300\/30{
  fill: rgb(209 213 219 / 0.3) !important;
}

.\!fill-gray-300\/40{
  fill: rgb(209 213 219 / 0.4) !important;
}

.\!fill-gray-300\/5{
  fill: rgb(209 213 219 / 0.05) !important;
}

.\!fill-gray-300\/50{
  fill: rgb(209 213 219 / 0.5) !important;
}

.\!fill-gray-300\/60{
  fill: rgb(209 213 219 / 0.6) !important;
}

.\!fill-gray-300\/70{
  fill: rgb(209 213 219 / 0.7) !important;
}

.\!fill-gray-300\/75{
  fill: rgb(209 213 219 / 0.75) !important;
}

.\!fill-gray-300\/80{
  fill: rgb(209 213 219 / 0.8) !important;
}

.\!fill-gray-300\/90{
  fill: rgb(209 213 219 / 0.9) !important;
}

.\!fill-gray-300\/95{
  fill: rgb(209 213 219 / 0.95) !important;
}

.\!fill-gray-400{
  fill: #9ca3af !important;
}

.\!fill-gray-400\/0{
  fill: rgb(156 163 175 / 0) !important;
}

.\!fill-gray-400\/10{
  fill: rgb(156 163 175 / 0.1) !important;
}

.\!fill-gray-400\/100{
  fill: rgb(156 163 175 / 1) !important;
}

.\!fill-gray-400\/20{
  fill: rgb(156 163 175 / 0.2) !important;
}

.\!fill-gray-400\/25{
  fill: rgb(156 163 175 / 0.25) !important;
}

.\!fill-gray-400\/30{
  fill: rgb(156 163 175 / 0.3) !important;
}

.\!fill-gray-400\/40{
  fill: rgb(156 163 175 / 0.4) !important;
}

.\!fill-gray-400\/5{
  fill: rgb(156 163 175 / 0.05) !important;
}

.\!fill-gray-400\/50{
  fill: rgb(156 163 175 / 0.5) !important;
}

.\!fill-gray-400\/60{
  fill: rgb(156 163 175 / 0.6) !important;
}

.\!fill-gray-400\/70{
  fill: rgb(156 163 175 / 0.7) !important;
}

.\!fill-gray-400\/75{
  fill: rgb(156 163 175 / 0.75) !important;
}

.\!fill-gray-400\/80{
  fill: rgb(156 163 175 / 0.8) !important;
}

.\!fill-gray-400\/90{
  fill: rgb(156 163 175 / 0.9) !important;
}

.\!fill-gray-400\/95{
  fill: rgb(156 163 175 / 0.95) !important;
}

.\!fill-gray-50{
  fill: #f9fafb !important;
}

.\!fill-gray-50\/0{
  fill: rgb(249 250 251 / 0) !important;
}

.\!fill-gray-50\/10{
  fill: rgb(249 250 251 / 0.1) !important;
}

.\!fill-gray-50\/100{
  fill: rgb(249 250 251 / 1) !important;
}

.\!fill-gray-50\/20{
  fill: rgb(249 250 251 / 0.2) !important;
}

.\!fill-gray-50\/25{
  fill: rgb(249 250 251 / 0.25) !important;
}

.\!fill-gray-50\/30{
  fill: rgb(249 250 251 / 0.3) !important;
}

.\!fill-gray-50\/40{
  fill: rgb(249 250 251 / 0.4) !important;
}

.\!fill-gray-50\/5{
  fill: rgb(249 250 251 / 0.05) !important;
}

.\!fill-gray-50\/50{
  fill: rgb(249 250 251 / 0.5) !important;
}

.\!fill-gray-50\/60{
  fill: rgb(249 250 251 / 0.6) !important;
}

.\!fill-gray-50\/70{
  fill: rgb(249 250 251 / 0.7) !important;
}

.\!fill-gray-50\/75{
  fill: rgb(249 250 251 / 0.75) !important;
}

.\!fill-gray-50\/80{
  fill: rgb(249 250 251 / 0.8) !important;
}

.\!fill-gray-50\/90{
  fill: rgb(249 250 251 / 0.9) !important;
}

.\!fill-gray-50\/95{
  fill: rgb(249 250 251 / 0.95) !important;
}

.\!fill-gray-500{
  fill: #6b7280 !important;
}

.\!fill-gray-500\/0{
  fill: rgb(107 114 128 / 0) !important;
}

.\!fill-gray-500\/10{
  fill: rgb(107 114 128 / 0.1) !important;
}

.\!fill-gray-500\/100{
  fill: rgb(107 114 128 / 1) !important;
}

.\!fill-gray-500\/20{
  fill: rgb(107 114 128 / 0.2) !important;
}

.\!fill-gray-500\/25{
  fill: rgb(107 114 128 / 0.25) !important;
}

.\!fill-gray-500\/30{
  fill: rgb(107 114 128 / 0.3) !important;
}

.\!fill-gray-500\/40{
  fill: rgb(107 114 128 / 0.4) !important;
}

.\!fill-gray-500\/5{
  fill: rgb(107 114 128 / 0.05) !important;
}

.\!fill-gray-500\/50{
  fill: rgb(107 114 128 / 0.5) !important;
}

.\!fill-gray-500\/60{
  fill: rgb(107 114 128 / 0.6) !important;
}

.\!fill-gray-500\/70{
  fill: rgb(107 114 128 / 0.7) !important;
}

.\!fill-gray-500\/75{
  fill: rgb(107 114 128 / 0.75) !important;
}

.\!fill-gray-500\/80{
  fill: rgb(107 114 128 / 0.8) !important;
}

.\!fill-gray-500\/90{
  fill: rgb(107 114 128 / 0.9) !important;
}

.\!fill-gray-500\/95{
  fill: rgb(107 114 128 / 0.95) !important;
}

.\!fill-gray-600{
  fill: #4b5563 !important;
}

.\!fill-gray-600\/0{
  fill: rgb(75 85 99 / 0) !important;
}

.\!fill-gray-600\/10{
  fill: rgb(75 85 99 / 0.1) !important;
}

.\!fill-gray-600\/100{
  fill: rgb(75 85 99 / 1) !important;
}

.\!fill-gray-600\/20{
  fill: rgb(75 85 99 / 0.2) !important;
}

.\!fill-gray-600\/25{
  fill: rgb(75 85 99 / 0.25) !important;
}

.\!fill-gray-600\/30{
  fill: rgb(75 85 99 / 0.3) !important;
}

.\!fill-gray-600\/40{
  fill: rgb(75 85 99 / 0.4) !important;
}

.\!fill-gray-600\/5{
  fill: rgb(75 85 99 / 0.05) !important;
}

.\!fill-gray-600\/50{
  fill: rgb(75 85 99 / 0.5) !important;
}

.\!fill-gray-600\/60{
  fill: rgb(75 85 99 / 0.6) !important;
}

.\!fill-gray-600\/70{
  fill: rgb(75 85 99 / 0.7) !important;
}

.\!fill-gray-600\/75{
  fill: rgb(75 85 99 / 0.75) !important;
}

.\!fill-gray-600\/80{
  fill: rgb(75 85 99 / 0.8) !important;
}

.\!fill-gray-600\/90{
  fill: rgb(75 85 99 / 0.9) !important;
}

.\!fill-gray-600\/95{
  fill: rgb(75 85 99 / 0.95) !important;
}

.\!fill-gray-700{
  fill: #374151 !important;
}

.\!fill-gray-700\/0{
  fill: rgb(55 65 81 / 0) !important;
}

.\!fill-gray-700\/10{
  fill: rgb(55 65 81 / 0.1) !important;
}

.\!fill-gray-700\/100{
  fill: rgb(55 65 81 / 1) !important;
}

.\!fill-gray-700\/20{
  fill: rgb(55 65 81 / 0.2) !important;
}

.\!fill-gray-700\/25{
  fill: rgb(55 65 81 / 0.25) !important;
}

.\!fill-gray-700\/30{
  fill: rgb(55 65 81 / 0.3) !important;
}

.\!fill-gray-700\/40{
  fill: rgb(55 65 81 / 0.4) !important;
}

.\!fill-gray-700\/5{
  fill: rgb(55 65 81 / 0.05) !important;
}

.\!fill-gray-700\/50{
  fill: rgb(55 65 81 / 0.5) !important;
}

.\!fill-gray-700\/60{
  fill: rgb(55 65 81 / 0.6) !important;
}

.\!fill-gray-700\/70{
  fill: rgb(55 65 81 / 0.7) !important;
}

.\!fill-gray-700\/75{
  fill: rgb(55 65 81 / 0.75) !important;
}

.\!fill-gray-700\/80{
  fill: rgb(55 65 81 / 0.8) !important;
}

.\!fill-gray-700\/90{
  fill: rgb(55 65 81 / 0.9) !important;
}

.\!fill-gray-700\/95{
  fill: rgb(55 65 81 / 0.95) !important;
}

.\!fill-gray-800{
  fill: #1f2937 !important;
}

.\!fill-gray-800\/0{
  fill: rgb(31 41 55 / 0) !important;
}

.\!fill-gray-800\/10{
  fill: rgb(31 41 55 / 0.1) !important;
}

.\!fill-gray-800\/100{
  fill: rgb(31 41 55 / 1) !important;
}

.\!fill-gray-800\/20{
  fill: rgb(31 41 55 / 0.2) !important;
}

.\!fill-gray-800\/25{
  fill: rgb(31 41 55 / 0.25) !important;
}

.\!fill-gray-800\/30{
  fill: rgb(31 41 55 / 0.3) !important;
}

.\!fill-gray-800\/40{
  fill: rgb(31 41 55 / 0.4) !important;
}

.\!fill-gray-800\/5{
  fill: rgb(31 41 55 / 0.05) !important;
}

.\!fill-gray-800\/50{
  fill: rgb(31 41 55 / 0.5) !important;
}

.\!fill-gray-800\/60{
  fill: rgb(31 41 55 / 0.6) !important;
}

.\!fill-gray-800\/70{
  fill: rgb(31 41 55 / 0.7) !important;
}

.\!fill-gray-800\/75{
  fill: rgb(31 41 55 / 0.75) !important;
}

.\!fill-gray-800\/80{
  fill: rgb(31 41 55 / 0.8) !important;
}

.\!fill-gray-800\/90{
  fill: rgb(31 41 55 / 0.9) !important;
}

.\!fill-gray-800\/95{
  fill: rgb(31 41 55 / 0.95) !important;
}

.\!fill-gray-900{
  fill: #111827 !important;
}

.\!fill-gray-900\/0{
  fill: rgb(17 24 39 / 0) !important;
}

.\!fill-gray-900\/10{
  fill: rgb(17 24 39 / 0.1) !important;
}

.\!fill-gray-900\/100{
  fill: rgb(17 24 39 / 1) !important;
}

.\!fill-gray-900\/20{
  fill: rgb(17 24 39 / 0.2) !important;
}

.\!fill-gray-900\/25{
  fill: rgb(17 24 39 / 0.25) !important;
}

.\!fill-gray-900\/30{
  fill: rgb(17 24 39 / 0.3) !important;
}

.\!fill-gray-900\/40{
  fill: rgb(17 24 39 / 0.4) !important;
}

.\!fill-gray-900\/5{
  fill: rgb(17 24 39 / 0.05) !important;
}

.\!fill-gray-900\/50{
  fill: rgb(17 24 39 / 0.5) !important;
}

.\!fill-gray-900\/60{
  fill: rgb(17 24 39 / 0.6) !important;
}

.\!fill-gray-900\/70{
  fill: rgb(17 24 39 / 0.7) !important;
}

.\!fill-gray-900\/75{
  fill: rgb(17 24 39 / 0.75) !important;
}

.\!fill-gray-900\/80{
  fill: rgb(17 24 39 / 0.8) !important;
}

.\!fill-gray-900\/90{
  fill: rgb(17 24 39 / 0.9) !important;
}

.\!fill-gray-900\/95{
  fill: rgb(17 24 39 / 0.95) !important;
}

.\!fill-gray-950{
  fill: #030712 !important;
}

.\!fill-gray-950\/0{
  fill: rgb(3 7 18 / 0) !important;
}

.\!fill-gray-950\/10{
  fill: rgb(3 7 18 / 0.1) !important;
}

.\!fill-gray-950\/100{
  fill: rgb(3 7 18 / 1) !important;
}

.\!fill-gray-950\/20{
  fill: rgb(3 7 18 / 0.2) !important;
}

.\!fill-gray-950\/25{
  fill: rgb(3 7 18 / 0.25) !important;
}

.\!fill-gray-950\/30{
  fill: rgb(3 7 18 / 0.3) !important;
}

.\!fill-gray-950\/40{
  fill: rgb(3 7 18 / 0.4) !important;
}

.\!fill-gray-950\/5{
  fill: rgb(3 7 18 / 0.05) !important;
}

.\!fill-gray-950\/50{
  fill: rgb(3 7 18 / 0.5) !important;
}

.\!fill-gray-950\/60{
  fill: rgb(3 7 18 / 0.6) !important;
}

.\!fill-gray-950\/70{
  fill: rgb(3 7 18 / 0.7) !important;
}

.\!fill-gray-950\/75{
  fill: rgb(3 7 18 / 0.75) !important;
}

.\!fill-gray-950\/80{
  fill: rgb(3 7 18 / 0.8) !important;
}

.\!fill-gray-950\/90{
  fill: rgb(3 7 18 / 0.9) !important;
}

.\!fill-gray-950\/95{
  fill: rgb(3 7 18 / 0.95) !important;
}

.\!fill-green{
  fill: #92BC60 !important;
}

.\!fill-green-100{
  fill: #dcfce7 !important;
}

.\!fill-green-100\/0{
  fill: rgb(220 252 231 / 0) !important;
}

.\!fill-green-100\/10{
  fill: rgb(220 252 231 / 0.1) !important;
}

.\!fill-green-100\/100{
  fill: rgb(220 252 231 / 1) !important;
}

.\!fill-green-100\/20{
  fill: rgb(220 252 231 / 0.2) !important;
}

.\!fill-green-100\/25{
  fill: rgb(220 252 231 / 0.25) !important;
}

.\!fill-green-100\/30{
  fill: rgb(220 252 231 / 0.3) !important;
}

.\!fill-green-100\/40{
  fill: rgb(220 252 231 / 0.4) !important;
}

.\!fill-green-100\/5{
  fill: rgb(220 252 231 / 0.05) !important;
}

.\!fill-green-100\/50{
  fill: rgb(220 252 231 / 0.5) !important;
}

.\!fill-green-100\/60{
  fill: rgb(220 252 231 / 0.6) !important;
}

.\!fill-green-100\/70{
  fill: rgb(220 252 231 / 0.7) !important;
}

.\!fill-green-100\/75{
  fill: rgb(220 252 231 / 0.75) !important;
}

.\!fill-green-100\/80{
  fill: rgb(220 252 231 / 0.8) !important;
}

.\!fill-green-100\/90{
  fill: rgb(220 252 231 / 0.9) !important;
}

.\!fill-green-100\/95{
  fill: rgb(220 252 231 / 0.95) !important;
}

.\!fill-green-200{
  fill: #bbf7d0 !important;
}

.\!fill-green-200\/0{
  fill: rgb(187 247 208 / 0) !important;
}

.\!fill-green-200\/10{
  fill: rgb(187 247 208 / 0.1) !important;
}

.\!fill-green-200\/100{
  fill: rgb(187 247 208 / 1) !important;
}

.\!fill-green-200\/20{
  fill: rgb(187 247 208 / 0.2) !important;
}

.\!fill-green-200\/25{
  fill: rgb(187 247 208 / 0.25) !important;
}

.\!fill-green-200\/30{
  fill: rgb(187 247 208 / 0.3) !important;
}

.\!fill-green-200\/40{
  fill: rgb(187 247 208 / 0.4) !important;
}

.\!fill-green-200\/5{
  fill: rgb(187 247 208 / 0.05) !important;
}

.\!fill-green-200\/50{
  fill: rgb(187 247 208 / 0.5) !important;
}

.\!fill-green-200\/60{
  fill: rgb(187 247 208 / 0.6) !important;
}

.\!fill-green-200\/70{
  fill: rgb(187 247 208 / 0.7) !important;
}

.\!fill-green-200\/75{
  fill: rgb(187 247 208 / 0.75) !important;
}

.\!fill-green-200\/80{
  fill: rgb(187 247 208 / 0.8) !important;
}

.\!fill-green-200\/90{
  fill: rgb(187 247 208 / 0.9) !important;
}

.\!fill-green-200\/95{
  fill: rgb(187 247 208 / 0.95) !important;
}

.\!fill-green-300{
  fill: #86efac !important;
}

.\!fill-green-300\/0{
  fill: rgb(134 239 172 / 0) !important;
}

.\!fill-green-300\/10{
  fill: rgb(134 239 172 / 0.1) !important;
}

.\!fill-green-300\/100{
  fill: rgb(134 239 172 / 1) !important;
}

.\!fill-green-300\/20{
  fill: rgb(134 239 172 / 0.2) !important;
}

.\!fill-green-300\/25{
  fill: rgb(134 239 172 / 0.25) !important;
}

.\!fill-green-300\/30{
  fill: rgb(134 239 172 / 0.3) !important;
}

.\!fill-green-300\/40{
  fill: rgb(134 239 172 / 0.4) !important;
}

.\!fill-green-300\/5{
  fill: rgb(134 239 172 / 0.05) !important;
}

.\!fill-green-300\/50{
  fill: rgb(134 239 172 / 0.5) !important;
}

.\!fill-green-300\/60{
  fill: rgb(134 239 172 / 0.6) !important;
}

.\!fill-green-300\/70{
  fill: rgb(134 239 172 / 0.7) !important;
}

.\!fill-green-300\/75{
  fill: rgb(134 239 172 / 0.75) !important;
}

.\!fill-green-300\/80{
  fill: rgb(134 239 172 / 0.8) !important;
}

.\!fill-green-300\/90{
  fill: rgb(134 239 172 / 0.9) !important;
}

.\!fill-green-300\/95{
  fill: rgb(134 239 172 / 0.95) !important;
}

.\!fill-green-400{
  fill: #4ade80 !important;
}

.\!fill-green-400\/0{
  fill: rgb(74 222 128 / 0) !important;
}

.\!fill-green-400\/10{
  fill: rgb(74 222 128 / 0.1) !important;
}

.\!fill-green-400\/100{
  fill: rgb(74 222 128 / 1) !important;
}

.\!fill-green-400\/20{
  fill: rgb(74 222 128 / 0.2) !important;
}

.\!fill-green-400\/25{
  fill: rgb(74 222 128 / 0.25) !important;
}

.\!fill-green-400\/30{
  fill: rgb(74 222 128 / 0.3) !important;
}

.\!fill-green-400\/40{
  fill: rgb(74 222 128 / 0.4) !important;
}

.\!fill-green-400\/5{
  fill: rgb(74 222 128 / 0.05) !important;
}

.\!fill-green-400\/50{
  fill: rgb(74 222 128 / 0.5) !important;
}

.\!fill-green-400\/60{
  fill: rgb(74 222 128 / 0.6) !important;
}

.\!fill-green-400\/70{
  fill: rgb(74 222 128 / 0.7) !important;
}

.\!fill-green-400\/75{
  fill: rgb(74 222 128 / 0.75) !important;
}

.\!fill-green-400\/80{
  fill: rgb(74 222 128 / 0.8) !important;
}

.\!fill-green-400\/90{
  fill: rgb(74 222 128 / 0.9) !important;
}

.\!fill-green-400\/95{
  fill: rgb(74 222 128 / 0.95) !important;
}

.\!fill-green-50{
  fill: #f0fdf4 !important;
}

.\!fill-green-50\/0{
  fill: rgb(240 253 244 / 0) !important;
}

.\!fill-green-50\/10{
  fill: rgb(240 253 244 / 0.1) !important;
}

.\!fill-green-50\/100{
  fill: rgb(240 253 244 / 1) !important;
}

.\!fill-green-50\/20{
  fill: rgb(240 253 244 / 0.2) !important;
}

.\!fill-green-50\/25{
  fill: rgb(240 253 244 / 0.25) !important;
}

.\!fill-green-50\/30{
  fill: rgb(240 253 244 / 0.3) !important;
}

.\!fill-green-50\/40{
  fill: rgb(240 253 244 / 0.4) !important;
}

.\!fill-green-50\/5{
  fill: rgb(240 253 244 / 0.05) !important;
}

.\!fill-green-50\/50{
  fill: rgb(240 253 244 / 0.5) !important;
}

.\!fill-green-50\/60{
  fill: rgb(240 253 244 / 0.6) !important;
}

.\!fill-green-50\/70{
  fill: rgb(240 253 244 / 0.7) !important;
}

.\!fill-green-50\/75{
  fill: rgb(240 253 244 / 0.75) !important;
}

.\!fill-green-50\/80{
  fill: rgb(240 253 244 / 0.8) !important;
}

.\!fill-green-50\/90{
  fill: rgb(240 253 244 / 0.9) !important;
}

.\!fill-green-50\/95{
  fill: rgb(240 253 244 / 0.95) !important;
}

.\!fill-green-500{
  fill: #22c55e !important;
}

.\!fill-green-500\/0{
  fill: rgb(34 197 94 / 0) !important;
}

.\!fill-green-500\/10{
  fill: rgb(34 197 94 / 0.1) !important;
}

.\!fill-green-500\/100{
  fill: rgb(34 197 94 / 1) !important;
}

.\!fill-green-500\/20{
  fill: rgb(34 197 94 / 0.2) !important;
}

.\!fill-green-500\/25{
  fill: rgb(34 197 94 / 0.25) !important;
}

.\!fill-green-500\/30{
  fill: rgb(34 197 94 / 0.3) !important;
}

.\!fill-green-500\/40{
  fill: rgb(34 197 94 / 0.4) !important;
}

.\!fill-green-500\/5{
  fill: rgb(34 197 94 / 0.05) !important;
}

.\!fill-green-500\/50{
  fill: rgb(34 197 94 / 0.5) !important;
}

.\!fill-green-500\/60{
  fill: rgb(34 197 94 / 0.6) !important;
}

.\!fill-green-500\/70{
  fill: rgb(34 197 94 / 0.7) !important;
}

.\!fill-green-500\/75{
  fill: rgb(34 197 94 / 0.75) !important;
}

.\!fill-green-500\/80{
  fill: rgb(34 197 94 / 0.8) !important;
}

.\!fill-green-500\/90{
  fill: rgb(34 197 94 / 0.9) !important;
}

.\!fill-green-500\/95{
  fill: rgb(34 197 94 / 0.95) !important;
}

.\!fill-green-600{
  fill: #16a34a !important;
}

.\!fill-green-600\/0{
  fill: rgb(22 163 74 / 0) !important;
}

.\!fill-green-600\/10{
  fill: rgb(22 163 74 / 0.1) !important;
}

.\!fill-green-600\/100{
  fill: rgb(22 163 74 / 1) !important;
}

.\!fill-green-600\/20{
  fill: rgb(22 163 74 / 0.2) !important;
}

.\!fill-green-600\/25{
  fill: rgb(22 163 74 / 0.25) !important;
}

.\!fill-green-600\/30{
  fill: rgb(22 163 74 / 0.3) !important;
}

.\!fill-green-600\/40{
  fill: rgb(22 163 74 / 0.4) !important;
}

.\!fill-green-600\/5{
  fill: rgb(22 163 74 / 0.05) !important;
}

.\!fill-green-600\/50{
  fill: rgb(22 163 74 / 0.5) !important;
}

.\!fill-green-600\/60{
  fill: rgb(22 163 74 / 0.6) !important;
}

.\!fill-green-600\/70{
  fill: rgb(22 163 74 / 0.7) !important;
}

.\!fill-green-600\/75{
  fill: rgb(22 163 74 / 0.75) !important;
}

.\!fill-green-600\/80{
  fill: rgb(22 163 74 / 0.8) !important;
}

.\!fill-green-600\/90{
  fill: rgb(22 163 74 / 0.9) !important;
}

.\!fill-green-600\/95{
  fill: rgb(22 163 74 / 0.95) !important;
}

.\!fill-green-700{
  fill: #15803d !important;
}

.\!fill-green-700\/0{
  fill: rgb(21 128 61 / 0) !important;
}

.\!fill-green-700\/10{
  fill: rgb(21 128 61 / 0.1) !important;
}

.\!fill-green-700\/100{
  fill: rgb(21 128 61 / 1) !important;
}

.\!fill-green-700\/20{
  fill: rgb(21 128 61 / 0.2) !important;
}

.\!fill-green-700\/25{
  fill: rgb(21 128 61 / 0.25) !important;
}

.\!fill-green-700\/30{
  fill: rgb(21 128 61 / 0.3) !important;
}

.\!fill-green-700\/40{
  fill: rgb(21 128 61 / 0.4) !important;
}

.\!fill-green-700\/5{
  fill: rgb(21 128 61 / 0.05) !important;
}

.\!fill-green-700\/50{
  fill: rgb(21 128 61 / 0.5) !important;
}

.\!fill-green-700\/60{
  fill: rgb(21 128 61 / 0.6) !important;
}

.\!fill-green-700\/70{
  fill: rgb(21 128 61 / 0.7) !important;
}

.\!fill-green-700\/75{
  fill: rgb(21 128 61 / 0.75) !important;
}

.\!fill-green-700\/80{
  fill: rgb(21 128 61 / 0.8) !important;
}

.\!fill-green-700\/90{
  fill: rgb(21 128 61 / 0.9) !important;
}

.\!fill-green-700\/95{
  fill: rgb(21 128 61 / 0.95) !important;
}

.\!fill-green-800{
  fill: #166534 !important;
}

.\!fill-green-800\/0{
  fill: rgb(22 101 52 / 0) !important;
}

.\!fill-green-800\/10{
  fill: rgb(22 101 52 / 0.1) !important;
}

.\!fill-green-800\/100{
  fill: rgb(22 101 52 / 1) !important;
}

.\!fill-green-800\/20{
  fill: rgb(22 101 52 / 0.2) !important;
}

.\!fill-green-800\/25{
  fill: rgb(22 101 52 / 0.25) !important;
}

.\!fill-green-800\/30{
  fill: rgb(22 101 52 / 0.3) !important;
}

.\!fill-green-800\/40{
  fill: rgb(22 101 52 / 0.4) !important;
}

.\!fill-green-800\/5{
  fill: rgb(22 101 52 / 0.05) !important;
}

.\!fill-green-800\/50{
  fill: rgb(22 101 52 / 0.5) !important;
}

.\!fill-green-800\/60{
  fill: rgb(22 101 52 / 0.6) !important;
}

.\!fill-green-800\/70{
  fill: rgb(22 101 52 / 0.7) !important;
}

.\!fill-green-800\/75{
  fill: rgb(22 101 52 / 0.75) !important;
}

.\!fill-green-800\/80{
  fill: rgb(22 101 52 / 0.8) !important;
}

.\!fill-green-800\/90{
  fill: rgb(22 101 52 / 0.9) !important;
}

.\!fill-green-800\/95{
  fill: rgb(22 101 52 / 0.95) !important;
}

.\!fill-green-900{
  fill: #14532d !important;
}

.\!fill-green-900\/0{
  fill: rgb(20 83 45 / 0) !important;
}

.\!fill-green-900\/10{
  fill: rgb(20 83 45 / 0.1) !important;
}

.\!fill-green-900\/100{
  fill: rgb(20 83 45 / 1) !important;
}

.\!fill-green-900\/20{
  fill: rgb(20 83 45 / 0.2) !important;
}

.\!fill-green-900\/25{
  fill: rgb(20 83 45 / 0.25) !important;
}

.\!fill-green-900\/30{
  fill: rgb(20 83 45 / 0.3) !important;
}

.\!fill-green-900\/40{
  fill: rgb(20 83 45 / 0.4) !important;
}

.\!fill-green-900\/5{
  fill: rgb(20 83 45 / 0.05) !important;
}

.\!fill-green-900\/50{
  fill: rgb(20 83 45 / 0.5) !important;
}

.\!fill-green-900\/60{
  fill: rgb(20 83 45 / 0.6) !important;
}

.\!fill-green-900\/70{
  fill: rgb(20 83 45 / 0.7) !important;
}

.\!fill-green-900\/75{
  fill: rgb(20 83 45 / 0.75) !important;
}

.\!fill-green-900\/80{
  fill: rgb(20 83 45 / 0.8) !important;
}

.\!fill-green-900\/90{
  fill: rgb(20 83 45 / 0.9) !important;
}

.\!fill-green-900\/95{
  fill: rgb(20 83 45 / 0.95) !important;
}

.\!fill-green-950{
  fill: #052e16 !important;
}

.\!fill-green-950\/0{
  fill: rgb(5 46 22 / 0) !important;
}

.\!fill-green-950\/10{
  fill: rgb(5 46 22 / 0.1) !important;
}

.\!fill-green-950\/100{
  fill: rgb(5 46 22 / 1) !important;
}

.\!fill-green-950\/20{
  fill: rgb(5 46 22 / 0.2) !important;
}

.\!fill-green-950\/25{
  fill: rgb(5 46 22 / 0.25) !important;
}

.\!fill-green-950\/30{
  fill: rgb(5 46 22 / 0.3) !important;
}

.\!fill-green-950\/40{
  fill: rgb(5 46 22 / 0.4) !important;
}

.\!fill-green-950\/5{
  fill: rgb(5 46 22 / 0.05) !important;
}

.\!fill-green-950\/50{
  fill: rgb(5 46 22 / 0.5) !important;
}

.\!fill-green-950\/60{
  fill: rgb(5 46 22 / 0.6) !important;
}

.\!fill-green-950\/70{
  fill: rgb(5 46 22 / 0.7) !important;
}

.\!fill-green-950\/75{
  fill: rgb(5 46 22 / 0.75) !important;
}

.\!fill-green-950\/80{
  fill: rgb(5 46 22 / 0.8) !important;
}

.\!fill-green-950\/90{
  fill: rgb(5 46 22 / 0.9) !important;
}

.\!fill-green-950\/95{
  fill: rgb(5 46 22 / 0.95) !important;
}

.\!fill-green\/0{
  fill: rgb(146 188 96 / 0) !important;
}

.\!fill-green\/10{
  fill: rgb(146 188 96 / 0.1) !important;
}

.\!fill-green\/100{
  fill: rgb(146 188 96 / 1) !important;
}

.\!fill-green\/20{
  fill: rgb(146 188 96 / 0.2) !important;
}

.\!fill-green\/25{
  fill: rgb(146 188 96 / 0.25) !important;
}

.\!fill-green\/30{
  fill: rgb(146 188 96 / 0.3) !important;
}

.\!fill-green\/40{
  fill: rgb(146 188 96 / 0.4) !important;
}

.\!fill-green\/5{
  fill: rgb(146 188 96 / 0.05) !important;
}

.\!fill-green\/50{
  fill: rgb(146 188 96 / 0.5) !important;
}

.\!fill-green\/60{
  fill: rgb(146 188 96 / 0.6) !important;
}

.\!fill-green\/70{
  fill: rgb(146 188 96 / 0.7) !important;
}

.\!fill-green\/75{
  fill: rgb(146 188 96 / 0.75) !important;
}

.\!fill-green\/80{
  fill: rgb(146 188 96 / 0.8) !important;
}

.\!fill-green\/90{
  fill: rgb(146 188 96 / 0.9) !important;
}

.\!fill-green\/95{
  fill: rgb(146 188 96 / 0.95) !important;
}

.\!fill-light{
  fill: #f6fafd !important;
}

.\!fill-light\/0{
  fill: rgb(246 250 253 / 0) !important;
}

.\!fill-light\/10{
  fill: rgb(246 250 253 / 0.1) !important;
}

.\!fill-light\/100{
  fill: rgb(246 250 253 / 1) !important;
}

.\!fill-light\/20{
  fill: rgb(246 250 253 / 0.2) !important;
}

.\!fill-light\/25{
  fill: rgb(246 250 253 / 0.25) !important;
}

.\!fill-light\/30{
  fill: rgb(246 250 253 / 0.3) !important;
}

.\!fill-light\/40{
  fill: rgb(246 250 253 / 0.4) !important;
}

.\!fill-light\/5{
  fill: rgb(246 250 253 / 0.05) !important;
}

.\!fill-light\/50{
  fill: rgb(246 250 253 / 0.5) !important;
}

.\!fill-light\/60{
  fill: rgb(246 250 253 / 0.6) !important;
}

.\!fill-light\/70{
  fill: rgb(246 250 253 / 0.7) !important;
}

.\!fill-light\/75{
  fill: rgb(246 250 253 / 0.75) !important;
}

.\!fill-light\/80{
  fill: rgb(246 250 253 / 0.8) !important;
}

.\!fill-light\/90{
  fill: rgb(246 250 253 / 0.9) !important;
}

.\!fill-light\/95{
  fill: rgb(246 250 253 / 0.95) !important;
}

.\!fill-maroon{
  fill: #974037 !important;
}

.\!fill-maroon\/0{
  fill: rgb(151 64 55 / 0) !important;
}

.\!fill-maroon\/10{
  fill: rgb(151 64 55 / 0.1) !important;
}

.\!fill-maroon\/100{
  fill: rgb(151 64 55 / 1) !important;
}

.\!fill-maroon\/20{
  fill: rgb(151 64 55 / 0.2) !important;
}

.\!fill-maroon\/25{
  fill: rgb(151 64 55 / 0.25) !important;
}

.\!fill-maroon\/30{
  fill: rgb(151 64 55 / 0.3) !important;
}

.\!fill-maroon\/40{
  fill: rgb(151 64 55 / 0.4) !important;
}

.\!fill-maroon\/5{
  fill: rgb(151 64 55 / 0.05) !important;
}

.\!fill-maroon\/50{
  fill: rgb(151 64 55 / 0.5) !important;
}

.\!fill-maroon\/60{
  fill: rgb(151 64 55 / 0.6) !important;
}

.\!fill-maroon\/70{
  fill: rgb(151 64 55 / 0.7) !important;
}

.\!fill-maroon\/75{
  fill: rgb(151 64 55 / 0.75) !important;
}

.\!fill-maroon\/80{
  fill: rgb(151 64 55 / 0.8) !important;
}

.\!fill-maroon\/90{
  fill: rgb(151 64 55 / 0.9) !important;
}

.\!fill-maroon\/95{
  fill: rgb(151 64 55 / 0.95) !important;
}

.\!fill-orange{
  fill: #eb7742 !important;
}

.\!fill-orange-100{
  fill: #F8D2C0 !important;
}

.\!fill-orange-100\/0{
  fill: rgb(248 210 192 / 0) !important;
}

.\!fill-orange-100\/10{
  fill: rgb(248 210 192 / 0.1) !important;
}

.\!fill-orange-100\/100{
  fill: rgb(248 210 192 / 1) !important;
}

.\!fill-orange-100\/20{
  fill: rgb(248 210 192 / 0.2) !important;
}

.\!fill-orange-100\/25{
  fill: rgb(248 210 192 / 0.25) !important;
}

.\!fill-orange-100\/30{
  fill: rgb(248 210 192 / 0.3) !important;
}

.\!fill-orange-100\/40{
  fill: rgb(248 210 192 / 0.4) !important;
}

.\!fill-orange-100\/5{
  fill: rgb(248 210 192 / 0.05) !important;
}

.\!fill-orange-100\/50{
  fill: rgb(248 210 192 / 0.5) !important;
}

.\!fill-orange-100\/60{
  fill: rgb(248 210 192 / 0.6) !important;
}

.\!fill-orange-100\/70{
  fill: rgb(248 210 192 / 0.7) !important;
}

.\!fill-orange-100\/75{
  fill: rgb(248 210 192 / 0.75) !important;
}

.\!fill-orange-100\/80{
  fill: rgb(248 210 192 / 0.8) !important;
}

.\!fill-orange-100\/90{
  fill: rgb(248 210 192 / 0.9) !important;
}

.\!fill-orange-100\/95{
  fill: rgb(248 210 192 / 0.95) !important;
}

.\!fill-orange-1000{
  fill: #2f180d !important;
}

.\!fill-orange-1000\/0{
  fill: rgb(47 24 13 / 0) !important;
}

.\!fill-orange-1000\/10{
  fill: rgb(47 24 13 / 0.1) !important;
}

.\!fill-orange-1000\/100{
  fill: rgb(47 24 13 / 1) !important;
}

.\!fill-orange-1000\/20{
  fill: rgb(47 24 13 / 0.2) !important;
}

.\!fill-orange-1000\/25{
  fill: rgb(47 24 13 / 0.25) !important;
}

.\!fill-orange-1000\/30{
  fill: rgb(47 24 13 / 0.3) !important;
}

.\!fill-orange-1000\/40{
  fill: rgb(47 24 13 / 0.4) !important;
}

.\!fill-orange-1000\/5{
  fill: rgb(47 24 13 / 0.05) !important;
}

.\!fill-orange-1000\/50{
  fill: rgb(47 24 13 / 0.5) !important;
}

.\!fill-orange-1000\/60{
  fill: rgb(47 24 13 / 0.6) !important;
}

.\!fill-orange-1000\/70{
  fill: rgb(47 24 13 / 0.7) !important;
}

.\!fill-orange-1000\/75{
  fill: rgb(47 24 13 / 0.75) !important;
}

.\!fill-orange-1000\/80{
  fill: rgb(47 24 13 / 0.8) !important;
}

.\!fill-orange-1000\/90{
  fill: rgb(47 24 13 / 0.9) !important;
}

.\!fill-orange-1000\/95{
  fill: rgb(47 24 13 / 0.95) !important;
}

.\!fill-orange-200{
  fill: #f5bba1 !important;
}

.\!fill-orange-200\/0{
  fill: rgb(245 187 161 / 0) !important;
}

.\!fill-orange-200\/10{
  fill: rgb(245 187 161 / 0.1) !important;
}

.\!fill-orange-200\/100{
  fill: rgb(245 187 161 / 1) !important;
}

.\!fill-orange-200\/20{
  fill: rgb(245 187 161 / 0.2) !important;
}

.\!fill-orange-200\/25{
  fill: rgb(245 187 161 / 0.25) !important;
}

.\!fill-orange-200\/30{
  fill: rgb(245 187 161 / 0.3) !important;
}

.\!fill-orange-200\/40{
  fill: rgb(245 187 161 / 0.4) !important;
}

.\!fill-orange-200\/5{
  fill: rgb(245 187 161 / 0.05) !important;
}

.\!fill-orange-200\/50{
  fill: rgb(245 187 161 / 0.5) !important;
}

.\!fill-orange-200\/60{
  fill: rgb(245 187 161 / 0.6) !important;
}

.\!fill-orange-200\/70{
  fill: rgb(245 187 161 / 0.7) !important;
}

.\!fill-orange-200\/75{
  fill: rgb(245 187 161 / 0.75) !important;
}

.\!fill-orange-200\/80{
  fill: rgb(245 187 161 / 0.8) !important;
}

.\!fill-orange-200\/90{
  fill: rgb(245 187 161 / 0.9) !important;
}

.\!fill-orange-200\/95{
  fill: rgb(245 187 161 / 0.95) !important;
}

.\!fill-orange-300{
  fill: #f2a481 !important;
}

.\!fill-orange-300\/0{
  fill: rgb(242 164 129 / 0) !important;
}

.\!fill-orange-300\/10{
  fill: rgb(242 164 129 / 0.1) !important;
}

.\!fill-orange-300\/100{
  fill: rgb(242 164 129 / 1) !important;
}

.\!fill-orange-300\/20{
  fill: rgb(242 164 129 / 0.2) !important;
}

.\!fill-orange-300\/25{
  fill: rgb(242 164 129 / 0.25) !important;
}

.\!fill-orange-300\/30{
  fill: rgb(242 164 129 / 0.3) !important;
}

.\!fill-orange-300\/40{
  fill: rgb(242 164 129 / 0.4) !important;
}

.\!fill-orange-300\/5{
  fill: rgb(242 164 129 / 0.05) !important;
}

.\!fill-orange-300\/50{
  fill: rgb(242 164 129 / 0.5) !important;
}

.\!fill-orange-300\/60{
  fill: rgb(242 164 129 / 0.6) !important;
}

.\!fill-orange-300\/70{
  fill: rgb(242 164 129 / 0.7) !important;
}

.\!fill-orange-300\/75{
  fill: rgb(242 164 129 / 0.75) !important;
}

.\!fill-orange-300\/80{
  fill: rgb(242 164 129 / 0.8) !important;
}

.\!fill-orange-300\/90{
  fill: rgb(242 164 129 / 0.9) !important;
}

.\!fill-orange-300\/95{
  fill: rgb(242 164 129 / 0.95) !important;
}

.\!fill-orange-400{
  fill: #EE8E62 !important;
}

.\!fill-orange-400\/0{
  fill: rgb(238 142 98 / 0) !important;
}

.\!fill-orange-400\/10{
  fill: rgb(238 142 98 / 0.1) !important;
}

.\!fill-orange-400\/100{
  fill: rgb(238 142 98 / 1) !important;
}

.\!fill-orange-400\/20{
  fill: rgb(238 142 98 / 0.2) !important;
}

.\!fill-orange-400\/25{
  fill: rgb(238 142 98 / 0.25) !important;
}

.\!fill-orange-400\/30{
  fill: rgb(238 142 98 / 0.3) !important;
}

.\!fill-orange-400\/40{
  fill: rgb(238 142 98 / 0.4) !important;
}

.\!fill-orange-400\/5{
  fill: rgb(238 142 98 / 0.05) !important;
}

.\!fill-orange-400\/50{
  fill: rgb(238 142 98 / 0.5) !important;
}

.\!fill-orange-400\/60{
  fill: rgb(238 142 98 / 0.6) !important;
}

.\!fill-orange-400\/70{
  fill: rgb(238 142 98 / 0.7) !important;
}

.\!fill-orange-400\/75{
  fill: rgb(238 142 98 / 0.75) !important;
}

.\!fill-orange-400\/80{
  fill: rgb(238 142 98 / 0.8) !important;
}

.\!fill-orange-400\/90{
  fill: rgb(238 142 98 / 0.9) !important;
}

.\!fill-orange-400\/95{
  fill: rgb(238 142 98 / 0.95) !important;
}

.\!fill-orange-50{
  fill: #FBE4D9 !important;
}

.\!fill-orange-50\/0{
  fill: rgb(251 228 217 / 0) !important;
}

.\!fill-orange-50\/10{
  fill: rgb(251 228 217 / 0.1) !important;
}

.\!fill-orange-50\/100{
  fill: rgb(251 228 217 / 1) !important;
}

.\!fill-orange-50\/20{
  fill: rgb(251 228 217 / 0.2) !important;
}

.\!fill-orange-50\/25{
  fill: rgb(251 228 217 / 0.25) !important;
}

.\!fill-orange-50\/30{
  fill: rgb(251 228 217 / 0.3) !important;
}

.\!fill-orange-50\/40{
  fill: rgb(251 228 217 / 0.4) !important;
}

.\!fill-orange-50\/5{
  fill: rgb(251 228 217 / 0.05) !important;
}

.\!fill-orange-50\/50{
  fill: rgb(251 228 217 / 0.5) !important;
}

.\!fill-orange-50\/60{
  fill: rgb(251 228 217 / 0.6) !important;
}

.\!fill-orange-50\/70{
  fill: rgb(251 228 217 / 0.7) !important;
}

.\!fill-orange-50\/75{
  fill: rgb(251 228 217 / 0.75) !important;
}

.\!fill-orange-50\/80{
  fill: rgb(251 228 217 / 0.8) !important;
}

.\!fill-orange-50\/90{
  fill: rgb(251 228 217 / 0.9) !important;
}

.\!fill-orange-50\/95{
  fill: rgb(251 228 217 / 0.95) !important;
}

.\!fill-orange-500{
  fill: #eb7742 !important;
}

.\!fill-orange-500\/0{
  fill: rgb(235 119 66 / 0) !important;
}

.\!fill-orange-500\/10{
  fill: rgb(235 119 66 / 0.1) !important;
}

.\!fill-orange-500\/100{
  fill: rgb(235 119 66 / 1) !important;
}

.\!fill-orange-500\/20{
  fill: rgb(235 119 66 / 0.2) !important;
}

.\!fill-orange-500\/25{
  fill: rgb(235 119 66 / 0.25) !important;
}

.\!fill-orange-500\/30{
  fill: rgb(235 119 66 / 0.3) !important;
}

.\!fill-orange-500\/40{
  fill: rgb(235 119 66 / 0.4) !important;
}

.\!fill-orange-500\/5{
  fill: rgb(235 119 66 / 0.05) !important;
}

.\!fill-orange-500\/50{
  fill: rgb(235 119 66 / 0.5) !important;
}

.\!fill-orange-500\/60{
  fill: rgb(235 119 66 / 0.6) !important;
}

.\!fill-orange-500\/70{
  fill: rgb(235 119 66 / 0.7) !important;
}

.\!fill-orange-500\/75{
  fill: rgb(235 119 66 / 0.75) !important;
}

.\!fill-orange-500\/80{
  fill: rgb(235 119 66 / 0.8) !important;
}

.\!fill-orange-500\/90{
  fill: rgb(235 119 66 / 0.9) !important;
}

.\!fill-orange-500\/95{
  fill: rgb(235 119 66 / 0.95) !important;
}

.\!fill-orange-600{
  fill: #c46337 !important;
}

.\!fill-orange-600\/0{
  fill: rgb(196 99 55 / 0) !important;
}

.\!fill-orange-600\/10{
  fill: rgb(196 99 55 / 0.1) !important;
}

.\!fill-orange-600\/100{
  fill: rgb(196 99 55 / 1) !important;
}

.\!fill-orange-600\/20{
  fill: rgb(196 99 55 / 0.2) !important;
}

.\!fill-orange-600\/25{
  fill: rgb(196 99 55 / 0.25) !important;
}

.\!fill-orange-600\/30{
  fill: rgb(196 99 55 / 0.3) !important;
}

.\!fill-orange-600\/40{
  fill: rgb(196 99 55 / 0.4) !important;
}

.\!fill-orange-600\/5{
  fill: rgb(196 99 55 / 0.05) !important;
}

.\!fill-orange-600\/50{
  fill: rgb(196 99 55 / 0.5) !important;
}

.\!fill-orange-600\/60{
  fill: rgb(196 99 55 / 0.6) !important;
}

.\!fill-orange-600\/70{
  fill: rgb(196 99 55 / 0.7) !important;
}

.\!fill-orange-600\/75{
  fill: rgb(196 99 55 / 0.75) !important;
}

.\!fill-orange-600\/80{
  fill: rgb(196 99 55 / 0.8) !important;
}

.\!fill-orange-600\/90{
  fill: rgb(196 99 55 / 0.9) !important;
}

.\!fill-orange-600\/95{
  fill: rgb(196 99 55 / 0.95) !important;
}

.\!fill-orange-700{
  fill: #9d4f2c !important;
}

.\!fill-orange-700\/0{
  fill: rgb(157 79 44 / 0) !important;
}

.\!fill-orange-700\/10{
  fill: rgb(157 79 44 / 0.1) !important;
}

.\!fill-orange-700\/100{
  fill: rgb(157 79 44 / 1) !important;
}

.\!fill-orange-700\/20{
  fill: rgb(157 79 44 / 0.2) !important;
}

.\!fill-orange-700\/25{
  fill: rgb(157 79 44 / 0.25) !important;
}

.\!fill-orange-700\/30{
  fill: rgb(157 79 44 / 0.3) !important;
}

.\!fill-orange-700\/40{
  fill: rgb(157 79 44 / 0.4) !important;
}

.\!fill-orange-700\/5{
  fill: rgb(157 79 44 / 0.05) !important;
}

.\!fill-orange-700\/50{
  fill: rgb(157 79 44 / 0.5) !important;
}

.\!fill-orange-700\/60{
  fill: rgb(157 79 44 / 0.6) !important;
}

.\!fill-orange-700\/70{
  fill: rgb(157 79 44 / 0.7) !important;
}

.\!fill-orange-700\/75{
  fill: rgb(157 79 44 / 0.75) !important;
}

.\!fill-orange-700\/80{
  fill: rgb(157 79 44 / 0.8) !important;
}

.\!fill-orange-700\/90{
  fill: rgb(157 79 44 / 0.9) !important;
}

.\!fill-orange-700\/95{
  fill: rgb(157 79 44 / 0.95) !important;
}

.\!fill-orange-800{
  fill: #763c21 !important;
}

.\!fill-orange-800\/0{
  fill: rgb(118 60 33 / 0) !important;
}

.\!fill-orange-800\/10{
  fill: rgb(118 60 33 / 0.1) !important;
}

.\!fill-orange-800\/100{
  fill: rgb(118 60 33 / 1) !important;
}

.\!fill-orange-800\/20{
  fill: rgb(118 60 33 / 0.2) !important;
}

.\!fill-orange-800\/25{
  fill: rgb(118 60 33 / 0.25) !important;
}

.\!fill-orange-800\/30{
  fill: rgb(118 60 33 / 0.3) !important;
}

.\!fill-orange-800\/40{
  fill: rgb(118 60 33 / 0.4) !important;
}

.\!fill-orange-800\/5{
  fill: rgb(118 60 33 / 0.05) !important;
}

.\!fill-orange-800\/50{
  fill: rgb(118 60 33 / 0.5) !important;
}

.\!fill-orange-800\/60{
  fill: rgb(118 60 33 / 0.6) !important;
}

.\!fill-orange-800\/70{
  fill: rgb(118 60 33 / 0.7) !important;
}

.\!fill-orange-800\/75{
  fill: rgb(118 60 33 / 0.75) !important;
}

.\!fill-orange-800\/80{
  fill: rgb(118 60 33 / 0.8) !important;
}

.\!fill-orange-800\/90{
  fill: rgb(118 60 33 / 0.9) !important;
}

.\!fill-orange-800\/95{
  fill: rgb(118 60 33 / 0.95) !important;
}

.\!fill-orange-900{
  fill: #4e2816 !important;
}

.\!fill-orange-900\/0{
  fill: rgb(78 40 22 / 0) !important;
}

.\!fill-orange-900\/10{
  fill: rgb(78 40 22 / 0.1) !important;
}

.\!fill-orange-900\/100{
  fill: rgb(78 40 22 / 1) !important;
}

.\!fill-orange-900\/20{
  fill: rgb(78 40 22 / 0.2) !important;
}

.\!fill-orange-900\/25{
  fill: rgb(78 40 22 / 0.25) !important;
}

.\!fill-orange-900\/30{
  fill: rgb(78 40 22 / 0.3) !important;
}

.\!fill-orange-900\/40{
  fill: rgb(78 40 22 / 0.4) !important;
}

.\!fill-orange-900\/5{
  fill: rgb(78 40 22 / 0.05) !important;
}

.\!fill-orange-900\/50{
  fill: rgb(78 40 22 / 0.5) !important;
}

.\!fill-orange-900\/60{
  fill: rgb(78 40 22 / 0.6) !important;
}

.\!fill-orange-900\/70{
  fill: rgb(78 40 22 / 0.7) !important;
}

.\!fill-orange-900\/75{
  fill: rgb(78 40 22 / 0.75) !important;
}

.\!fill-orange-900\/80{
  fill: rgb(78 40 22 / 0.8) !important;
}

.\!fill-orange-900\/90{
  fill: rgb(78 40 22 / 0.9) !important;
}

.\!fill-orange-900\/95{
  fill: rgb(78 40 22 / 0.95) !important;
}

.\!fill-orange\/0{
  fill: rgb(235 119 66 / 0) !important;
}

.\!fill-orange\/10{
  fill: rgb(235 119 66 / 0.1) !important;
}

.\!fill-orange\/100{
  fill: rgb(235 119 66 / 1) !important;
}

.\!fill-orange\/20{
  fill: rgb(235 119 66 / 0.2) !important;
}

.\!fill-orange\/25{
  fill: rgb(235 119 66 / 0.25) !important;
}

.\!fill-orange\/30{
  fill: rgb(235 119 66 / 0.3) !important;
}

.\!fill-orange\/40{
  fill: rgb(235 119 66 / 0.4) !important;
}

.\!fill-orange\/5{
  fill: rgb(235 119 66 / 0.05) !important;
}

.\!fill-orange\/50{
  fill: rgb(235 119 66 / 0.5) !important;
}

.\!fill-orange\/60{
  fill: rgb(235 119 66 / 0.6) !important;
}

.\!fill-orange\/70{
  fill: rgb(235 119 66 / 0.7) !important;
}

.\!fill-orange\/75{
  fill: rgb(235 119 66 / 0.75) !important;
}

.\!fill-orange\/80{
  fill: rgb(235 119 66 / 0.8) !important;
}

.\!fill-orange\/90{
  fill: rgb(235 119 66 / 0.9) !important;
}

.\!fill-orange\/95{
  fill: rgb(235 119 66 / 0.95) !important;
}

.\!fill-primary{
  fill: #eb7742 !important;
}

.\!fill-primary\/0{
  fill: rgb(235 119 66 / 0) !important;
}

.\!fill-primary\/10{
  fill: rgb(235 119 66 / 0.1) !important;
}

.\!fill-primary\/100{
  fill: rgb(235 119 66 / 1) !important;
}

.\!fill-primary\/20{
  fill: rgb(235 119 66 / 0.2) !important;
}

.\!fill-primary\/25{
  fill: rgb(235 119 66 / 0.25) !important;
}

.\!fill-primary\/30{
  fill: rgb(235 119 66 / 0.3) !important;
}

.\!fill-primary\/40{
  fill: rgb(235 119 66 / 0.4) !important;
}

.\!fill-primary\/5{
  fill: rgb(235 119 66 / 0.05) !important;
}

.\!fill-primary\/50{
  fill: rgb(235 119 66 / 0.5) !important;
}

.\!fill-primary\/60{
  fill: rgb(235 119 66 / 0.6) !important;
}

.\!fill-primary\/70{
  fill: rgb(235 119 66 / 0.7) !important;
}

.\!fill-primary\/75{
  fill: rgb(235 119 66 / 0.75) !important;
}

.\!fill-primary\/80{
  fill: rgb(235 119 66 / 0.8) !important;
}

.\!fill-primary\/90{
  fill: rgb(235 119 66 / 0.9) !important;
}

.\!fill-primary\/95{
  fill: rgb(235 119 66 / 0.95) !important;
}

.\!fill-purple{
  fill: #332f66 !important;
}

.\!fill-purple-100{
  fill: #bbbacc !important;
}

.\!fill-purple-100\/0{
  fill: rgb(187 186 204 / 0) !important;
}

.\!fill-purple-100\/10{
  fill: rgb(187 186 204 / 0.1) !important;
}

.\!fill-purple-100\/100{
  fill: rgb(187 186 204 / 1) !important;
}

.\!fill-purple-100\/20{
  fill: rgb(187 186 204 / 0.2) !important;
}

.\!fill-purple-100\/25{
  fill: rgb(187 186 204 / 0.25) !important;
}

.\!fill-purple-100\/30{
  fill: rgb(187 186 204 / 0.3) !important;
}

.\!fill-purple-100\/40{
  fill: rgb(187 186 204 / 0.4) !important;
}

.\!fill-purple-100\/5{
  fill: rgb(187 186 204 / 0.05) !important;
}

.\!fill-purple-100\/50{
  fill: rgb(187 186 204 / 0.5) !important;
}

.\!fill-purple-100\/60{
  fill: rgb(187 186 204 / 0.6) !important;
}

.\!fill-purple-100\/70{
  fill: rgb(187 186 204 / 0.7) !important;
}

.\!fill-purple-100\/75{
  fill: rgb(187 186 204 / 0.75) !important;
}

.\!fill-purple-100\/80{
  fill: rgb(187 186 204 / 0.8) !important;
}

.\!fill-purple-100\/90{
  fill: rgb(187 186 204 / 0.9) !important;
}

.\!fill-purple-100\/95{
  fill: rgb(187 186 204 / 0.95) !important;
}

.\!fill-purple-1000{
  fill: #0a0914 !important;
}

.\!fill-purple-1000\/0{
  fill: rgb(10 9 20 / 0) !important;
}

.\!fill-purple-1000\/10{
  fill: rgb(10 9 20 / 0.1) !important;
}

.\!fill-purple-1000\/100{
  fill: rgb(10 9 20 / 1) !important;
}

.\!fill-purple-1000\/20{
  fill: rgb(10 9 20 / 0.2) !important;
}

.\!fill-purple-1000\/25{
  fill: rgb(10 9 20 / 0.25) !important;
}

.\!fill-purple-1000\/30{
  fill: rgb(10 9 20 / 0.3) !important;
}

.\!fill-purple-1000\/40{
  fill: rgb(10 9 20 / 0.4) !important;
}

.\!fill-purple-1000\/5{
  fill: rgb(10 9 20 / 0.05) !important;
}

.\!fill-purple-1000\/50{
  fill: rgb(10 9 20 / 0.5) !important;
}

.\!fill-purple-1000\/60{
  fill: rgb(10 9 20 / 0.6) !important;
}

.\!fill-purple-1000\/70{
  fill: rgb(10 9 20 / 0.7) !important;
}

.\!fill-purple-1000\/75{
  fill: rgb(10 9 20 / 0.75) !important;
}

.\!fill-purple-1000\/80{
  fill: rgb(10 9 20 / 0.8) !important;
}

.\!fill-purple-1000\/90{
  fill: rgb(10 9 20 / 0.9) !important;
}

.\!fill-purple-1000\/95{
  fill: rgb(10 9 20 / 0.95) !important;
}

.\!fill-purple-200{
  fill: #9997b3 !important;
}

.\!fill-purple-200\/0{
  fill: rgb(153 151 179 / 0) !important;
}

.\!fill-purple-200\/10{
  fill: rgb(153 151 179 / 0.1) !important;
}

.\!fill-purple-200\/100{
  fill: rgb(153 151 179 / 1) !important;
}

.\!fill-purple-200\/20{
  fill: rgb(153 151 179 / 0.2) !important;
}

.\!fill-purple-200\/25{
  fill: rgb(153 151 179 / 0.25) !important;
}

.\!fill-purple-200\/30{
  fill: rgb(153 151 179 / 0.3) !important;
}

.\!fill-purple-200\/40{
  fill: rgb(153 151 179 / 0.4) !important;
}

.\!fill-purple-200\/5{
  fill: rgb(153 151 179 / 0.05) !important;
}

.\!fill-purple-200\/50{
  fill: rgb(153 151 179 / 0.5) !important;
}

.\!fill-purple-200\/60{
  fill: rgb(153 151 179 / 0.6) !important;
}

.\!fill-purple-200\/70{
  fill: rgb(153 151 179 / 0.7) !important;
}

.\!fill-purple-200\/75{
  fill: rgb(153 151 179 / 0.75) !important;
}

.\!fill-purple-200\/80{
  fill: rgb(153 151 179 / 0.8) !important;
}

.\!fill-purple-200\/90{
  fill: rgb(153 151 179 / 0.9) !important;
}

.\!fill-purple-200\/95{
  fill: rgb(153 151 179 / 0.95) !important;
}

.\!fill-purple-300{
  fill: #777499 !important;
}

.\!fill-purple-300\/0{
  fill: rgb(119 116 153 / 0) !important;
}

.\!fill-purple-300\/10{
  fill: rgb(119 116 153 / 0.1) !important;
}

.\!fill-purple-300\/100{
  fill: rgb(119 116 153 / 1) !important;
}

.\!fill-purple-300\/20{
  fill: rgb(119 116 153 / 0.2) !important;
}

.\!fill-purple-300\/25{
  fill: rgb(119 116 153 / 0.25) !important;
}

.\!fill-purple-300\/30{
  fill: rgb(119 116 153 / 0.3) !important;
}

.\!fill-purple-300\/40{
  fill: rgb(119 116 153 / 0.4) !important;
}

.\!fill-purple-300\/5{
  fill: rgb(119 116 153 / 0.05) !important;
}

.\!fill-purple-300\/50{
  fill: rgb(119 116 153 / 0.5) !important;
}

.\!fill-purple-300\/60{
  fill: rgb(119 116 153 / 0.6) !important;
}

.\!fill-purple-300\/70{
  fill: rgb(119 116 153 / 0.7) !important;
}

.\!fill-purple-300\/75{
  fill: rgb(119 116 153 / 0.75) !important;
}

.\!fill-purple-300\/80{
  fill: rgb(119 116 153 / 0.8) !important;
}

.\!fill-purple-300\/90{
  fill: rgb(119 116 153 / 0.9) !important;
}

.\!fill-purple-300\/95{
  fill: rgb(119 116 153 / 0.95) !important;
}

.\!fill-purple-400{
  fill: #555280 !important;
}

.\!fill-purple-400\/0{
  fill: rgb(85 82 128 / 0) !important;
}

.\!fill-purple-400\/10{
  fill: rgb(85 82 128 / 0.1) !important;
}

.\!fill-purple-400\/100{
  fill: rgb(85 82 128 / 1) !important;
}

.\!fill-purple-400\/20{
  fill: rgb(85 82 128 / 0.2) !important;
}

.\!fill-purple-400\/25{
  fill: rgb(85 82 128 / 0.25) !important;
}

.\!fill-purple-400\/30{
  fill: rgb(85 82 128 / 0.3) !important;
}

.\!fill-purple-400\/40{
  fill: rgb(85 82 128 / 0.4) !important;
}

.\!fill-purple-400\/5{
  fill: rgb(85 82 128 / 0.05) !important;
}

.\!fill-purple-400\/50{
  fill: rgb(85 82 128 / 0.5) !important;
}

.\!fill-purple-400\/60{
  fill: rgb(85 82 128 / 0.6) !important;
}

.\!fill-purple-400\/70{
  fill: rgb(85 82 128 / 0.7) !important;
}

.\!fill-purple-400\/75{
  fill: rgb(85 82 128 / 0.75) !important;
}

.\!fill-purple-400\/80{
  fill: rgb(85 82 128 / 0.8) !important;
}

.\!fill-purple-400\/90{
  fill: rgb(85 82 128 / 0.9) !important;
}

.\!fill-purple-400\/95{
  fill: rgb(85 82 128 / 0.95) !important;
}

.\!fill-purple-50{
  fill: #d6d5e0 !important;
}

.\!fill-purple-50\/0{
  fill: rgb(214 213 224 / 0) !important;
}

.\!fill-purple-50\/10{
  fill: rgb(214 213 224 / 0.1) !important;
}

.\!fill-purple-50\/100{
  fill: rgb(214 213 224 / 1) !important;
}

.\!fill-purple-50\/20{
  fill: rgb(214 213 224 / 0.2) !important;
}

.\!fill-purple-50\/25{
  fill: rgb(214 213 224 / 0.25) !important;
}

.\!fill-purple-50\/30{
  fill: rgb(214 213 224 / 0.3) !important;
}

.\!fill-purple-50\/40{
  fill: rgb(214 213 224 / 0.4) !important;
}

.\!fill-purple-50\/5{
  fill: rgb(214 213 224 / 0.05) !important;
}

.\!fill-purple-50\/50{
  fill: rgb(214 213 224 / 0.5) !important;
}

.\!fill-purple-50\/60{
  fill: rgb(214 213 224 / 0.6) !important;
}

.\!fill-purple-50\/70{
  fill: rgb(214 213 224 / 0.7) !important;
}

.\!fill-purple-50\/75{
  fill: rgb(214 213 224 / 0.75) !important;
}

.\!fill-purple-50\/80{
  fill: rgb(214 213 224 / 0.8) !important;
}

.\!fill-purple-50\/90{
  fill: rgb(214 213 224 / 0.9) !important;
}

.\!fill-purple-50\/95{
  fill: rgb(214 213 224 / 0.95) !important;
}

.\!fill-purple-500{
  fill: #332f66 !important;
}

.\!fill-purple-500\/0{
  fill: rgb(51 47 102 / 0) !important;
}

.\!fill-purple-500\/10{
  fill: rgb(51 47 102 / 0.1) !important;
}

.\!fill-purple-500\/100{
  fill: rgb(51 47 102 / 1) !important;
}

.\!fill-purple-500\/20{
  fill: rgb(51 47 102 / 0.2) !important;
}

.\!fill-purple-500\/25{
  fill: rgb(51 47 102 / 0.25) !important;
}

.\!fill-purple-500\/30{
  fill: rgb(51 47 102 / 0.3) !important;
}

.\!fill-purple-500\/40{
  fill: rgb(51 47 102 / 0.4) !important;
}

.\!fill-purple-500\/5{
  fill: rgb(51 47 102 / 0.05) !important;
}

.\!fill-purple-500\/50{
  fill: rgb(51 47 102 / 0.5) !important;
}

.\!fill-purple-500\/60{
  fill: rgb(51 47 102 / 0.6) !important;
}

.\!fill-purple-500\/70{
  fill: rgb(51 47 102 / 0.7) !important;
}

.\!fill-purple-500\/75{
  fill: rgb(51 47 102 / 0.75) !important;
}

.\!fill-purple-500\/80{
  fill: rgb(51 47 102 / 0.8) !important;
}

.\!fill-purple-500\/90{
  fill: rgb(51 47 102 / 0.9) !important;
}

.\!fill-purple-500\/95{
  fill: rgb(51 47 102 / 0.95) !important;
}

.\!fill-purple-600{
  fill: #2b2755 !important;
}

.\!fill-purple-600\/0{
  fill: rgb(43 39 85 / 0) !important;
}

.\!fill-purple-600\/10{
  fill: rgb(43 39 85 / 0.1) !important;
}

.\!fill-purple-600\/100{
  fill: rgb(43 39 85 / 1) !important;
}

.\!fill-purple-600\/20{
  fill: rgb(43 39 85 / 0.2) !important;
}

.\!fill-purple-600\/25{
  fill: rgb(43 39 85 / 0.25) !important;
}

.\!fill-purple-600\/30{
  fill: rgb(43 39 85 / 0.3) !important;
}

.\!fill-purple-600\/40{
  fill: rgb(43 39 85 / 0.4) !important;
}

.\!fill-purple-600\/5{
  fill: rgb(43 39 85 / 0.05) !important;
}

.\!fill-purple-600\/50{
  fill: rgb(43 39 85 / 0.5) !important;
}

.\!fill-purple-600\/60{
  fill: rgb(43 39 85 / 0.6) !important;
}

.\!fill-purple-600\/70{
  fill: rgb(43 39 85 / 0.7) !important;
}

.\!fill-purple-600\/75{
  fill: rgb(43 39 85 / 0.75) !important;
}

.\!fill-purple-600\/80{
  fill: rgb(43 39 85 / 0.8) !important;
}

.\!fill-purple-600\/90{
  fill: rgb(43 39 85 / 0.9) !important;
}

.\!fill-purple-600\/95{
  fill: rgb(43 39 85 / 0.95) !important;
}

.\!fill-purple-700{
  fill: #221f44 !important;
}

.\!fill-purple-700\/0{
  fill: rgb(34 31 68 / 0) !important;
}

.\!fill-purple-700\/10{
  fill: rgb(34 31 68 / 0.1) !important;
}

.\!fill-purple-700\/100{
  fill: rgb(34 31 68 / 1) !important;
}

.\!fill-purple-700\/20{
  fill: rgb(34 31 68 / 0.2) !important;
}

.\!fill-purple-700\/25{
  fill: rgb(34 31 68 / 0.25) !important;
}

.\!fill-purple-700\/30{
  fill: rgb(34 31 68 / 0.3) !important;
}

.\!fill-purple-700\/40{
  fill: rgb(34 31 68 / 0.4) !important;
}

.\!fill-purple-700\/5{
  fill: rgb(34 31 68 / 0.05) !important;
}

.\!fill-purple-700\/50{
  fill: rgb(34 31 68 / 0.5) !important;
}

.\!fill-purple-700\/60{
  fill: rgb(34 31 68 / 0.6) !important;
}

.\!fill-purple-700\/70{
  fill: rgb(34 31 68 / 0.7) !important;
}

.\!fill-purple-700\/75{
  fill: rgb(34 31 68 / 0.75) !important;
}

.\!fill-purple-700\/80{
  fill: rgb(34 31 68 / 0.8) !important;
}

.\!fill-purple-700\/90{
  fill: rgb(34 31 68 / 0.9) !important;
}

.\!fill-purple-700\/95{
  fill: rgb(34 31 68 / 0.95) !important;
}

.\!fill-purple-800{
  fill: #1a1833 !important;
}

.\!fill-purple-800\/0{
  fill: rgb(26 24 51 / 0) !important;
}

.\!fill-purple-800\/10{
  fill: rgb(26 24 51 / 0.1) !important;
}

.\!fill-purple-800\/100{
  fill: rgb(26 24 51 / 1) !important;
}

.\!fill-purple-800\/20{
  fill: rgb(26 24 51 / 0.2) !important;
}

.\!fill-purple-800\/25{
  fill: rgb(26 24 51 / 0.25) !important;
}

.\!fill-purple-800\/30{
  fill: rgb(26 24 51 / 0.3) !important;
}

.\!fill-purple-800\/40{
  fill: rgb(26 24 51 / 0.4) !important;
}

.\!fill-purple-800\/5{
  fill: rgb(26 24 51 / 0.05) !important;
}

.\!fill-purple-800\/50{
  fill: rgb(26 24 51 / 0.5) !important;
}

.\!fill-purple-800\/60{
  fill: rgb(26 24 51 / 0.6) !important;
}

.\!fill-purple-800\/70{
  fill: rgb(26 24 51 / 0.7) !important;
}

.\!fill-purple-800\/75{
  fill: rgb(26 24 51 / 0.75) !important;
}

.\!fill-purple-800\/80{
  fill: rgb(26 24 51 / 0.8) !important;
}

.\!fill-purple-800\/90{
  fill: rgb(26 24 51 / 0.9) !important;
}

.\!fill-purple-800\/95{
  fill: rgb(26 24 51 / 0.95) !important;
}

.\!fill-purple-900{
  fill: #111022 !important;
}

.\!fill-purple-900\/0{
  fill: rgb(17 16 34 / 0) !important;
}

.\!fill-purple-900\/10{
  fill: rgb(17 16 34 / 0.1) !important;
}

.\!fill-purple-900\/100{
  fill: rgb(17 16 34 / 1) !important;
}

.\!fill-purple-900\/20{
  fill: rgb(17 16 34 / 0.2) !important;
}

.\!fill-purple-900\/25{
  fill: rgb(17 16 34 / 0.25) !important;
}

.\!fill-purple-900\/30{
  fill: rgb(17 16 34 / 0.3) !important;
}

.\!fill-purple-900\/40{
  fill: rgb(17 16 34 / 0.4) !important;
}

.\!fill-purple-900\/5{
  fill: rgb(17 16 34 / 0.05) !important;
}

.\!fill-purple-900\/50{
  fill: rgb(17 16 34 / 0.5) !important;
}

.\!fill-purple-900\/60{
  fill: rgb(17 16 34 / 0.6) !important;
}

.\!fill-purple-900\/70{
  fill: rgb(17 16 34 / 0.7) !important;
}

.\!fill-purple-900\/75{
  fill: rgb(17 16 34 / 0.75) !important;
}

.\!fill-purple-900\/80{
  fill: rgb(17 16 34 / 0.8) !important;
}

.\!fill-purple-900\/90{
  fill: rgb(17 16 34 / 0.9) !important;
}

.\!fill-purple-900\/95{
  fill: rgb(17 16 34 / 0.95) !important;
}

.\!fill-purple-950{
  fill: #3b0764 !important;
}

.\!fill-purple-950\/0{
  fill: rgb(59 7 100 / 0) !important;
}

.\!fill-purple-950\/10{
  fill: rgb(59 7 100 / 0.1) !important;
}

.\!fill-purple-950\/100{
  fill: rgb(59 7 100 / 1) !important;
}

.\!fill-purple-950\/20{
  fill: rgb(59 7 100 / 0.2) !important;
}

.\!fill-purple-950\/25{
  fill: rgb(59 7 100 / 0.25) !important;
}

.\!fill-purple-950\/30{
  fill: rgb(59 7 100 / 0.3) !important;
}

.\!fill-purple-950\/40{
  fill: rgb(59 7 100 / 0.4) !important;
}

.\!fill-purple-950\/5{
  fill: rgb(59 7 100 / 0.05) !important;
}

.\!fill-purple-950\/50{
  fill: rgb(59 7 100 / 0.5) !important;
}

.\!fill-purple-950\/60{
  fill: rgb(59 7 100 / 0.6) !important;
}

.\!fill-purple-950\/70{
  fill: rgb(59 7 100 / 0.7) !important;
}

.\!fill-purple-950\/75{
  fill: rgb(59 7 100 / 0.75) !important;
}

.\!fill-purple-950\/80{
  fill: rgb(59 7 100 / 0.8) !important;
}

.\!fill-purple-950\/90{
  fill: rgb(59 7 100 / 0.9) !important;
}

.\!fill-purple-950\/95{
  fill: rgb(59 7 100 / 0.95) !important;
}

.\!fill-purple\/0{
  fill: rgb(51 47 102 / 0) !important;
}

.\!fill-purple\/10{
  fill: rgb(51 47 102 / 0.1) !important;
}

.\!fill-purple\/100{
  fill: rgb(51 47 102 / 1) !important;
}

.\!fill-purple\/20{
  fill: rgb(51 47 102 / 0.2) !important;
}

.\!fill-purple\/25{
  fill: rgb(51 47 102 / 0.25) !important;
}

.\!fill-purple\/30{
  fill: rgb(51 47 102 / 0.3) !important;
}

.\!fill-purple\/40{
  fill: rgb(51 47 102 / 0.4) !important;
}

.\!fill-purple\/5{
  fill: rgb(51 47 102 / 0.05) !important;
}

.\!fill-purple\/50{
  fill: rgb(51 47 102 / 0.5) !important;
}

.\!fill-purple\/60{
  fill: rgb(51 47 102 / 0.6) !important;
}

.\!fill-purple\/70{
  fill: rgb(51 47 102 / 0.7) !important;
}

.\!fill-purple\/75{
  fill: rgb(51 47 102 / 0.75) !important;
}

.\!fill-purple\/80{
  fill: rgb(51 47 102 / 0.8) !important;
}

.\!fill-purple\/90{
  fill: rgb(51 47 102 / 0.9) !important;
}

.\!fill-purple\/95{
  fill: rgb(51 47 102 / 0.95) !important;
}

.\!fill-red{
  fill: #DA3D2A !important;
}

.\!fill-red-100{
  fill: #fee2e2 !important;
}

.\!fill-red-100\/0{
  fill: rgb(254 226 226 / 0) !important;
}

.\!fill-red-100\/10{
  fill: rgb(254 226 226 / 0.1) !important;
}

.\!fill-red-100\/100{
  fill: rgb(254 226 226 / 1) !important;
}

.\!fill-red-100\/20{
  fill: rgb(254 226 226 / 0.2) !important;
}

.\!fill-red-100\/25{
  fill: rgb(254 226 226 / 0.25) !important;
}

.\!fill-red-100\/30{
  fill: rgb(254 226 226 / 0.3) !important;
}

.\!fill-red-100\/40{
  fill: rgb(254 226 226 / 0.4) !important;
}

.\!fill-red-100\/5{
  fill: rgb(254 226 226 / 0.05) !important;
}

.\!fill-red-100\/50{
  fill: rgb(254 226 226 / 0.5) !important;
}

.\!fill-red-100\/60{
  fill: rgb(254 226 226 / 0.6) !important;
}

.\!fill-red-100\/70{
  fill: rgb(254 226 226 / 0.7) !important;
}

.\!fill-red-100\/75{
  fill: rgb(254 226 226 / 0.75) !important;
}

.\!fill-red-100\/80{
  fill: rgb(254 226 226 / 0.8) !important;
}

.\!fill-red-100\/90{
  fill: rgb(254 226 226 / 0.9) !important;
}

.\!fill-red-100\/95{
  fill: rgb(254 226 226 / 0.95) !important;
}

.\!fill-red-200{
  fill: #fecaca !important;
}

.\!fill-red-200\/0{
  fill: rgb(254 202 202 / 0) !important;
}

.\!fill-red-200\/10{
  fill: rgb(254 202 202 / 0.1) !important;
}

.\!fill-red-200\/100{
  fill: rgb(254 202 202 / 1) !important;
}

.\!fill-red-200\/20{
  fill: rgb(254 202 202 / 0.2) !important;
}

.\!fill-red-200\/25{
  fill: rgb(254 202 202 / 0.25) !important;
}

.\!fill-red-200\/30{
  fill: rgb(254 202 202 / 0.3) !important;
}

.\!fill-red-200\/40{
  fill: rgb(254 202 202 / 0.4) !important;
}

.\!fill-red-200\/5{
  fill: rgb(254 202 202 / 0.05) !important;
}

.\!fill-red-200\/50{
  fill: rgb(254 202 202 / 0.5) !important;
}

.\!fill-red-200\/60{
  fill: rgb(254 202 202 / 0.6) !important;
}

.\!fill-red-200\/70{
  fill: rgb(254 202 202 / 0.7) !important;
}

.\!fill-red-200\/75{
  fill: rgb(254 202 202 / 0.75) !important;
}

.\!fill-red-200\/80{
  fill: rgb(254 202 202 / 0.8) !important;
}

.\!fill-red-200\/90{
  fill: rgb(254 202 202 / 0.9) !important;
}

.\!fill-red-200\/95{
  fill: rgb(254 202 202 / 0.95) !important;
}

.\!fill-red-300{
  fill: #fca5a5 !important;
}

.\!fill-red-300\/0{
  fill: rgb(252 165 165 / 0) !important;
}

.\!fill-red-300\/10{
  fill: rgb(252 165 165 / 0.1) !important;
}

.\!fill-red-300\/100{
  fill: rgb(252 165 165 / 1) !important;
}

.\!fill-red-300\/20{
  fill: rgb(252 165 165 / 0.2) !important;
}

.\!fill-red-300\/25{
  fill: rgb(252 165 165 / 0.25) !important;
}

.\!fill-red-300\/30{
  fill: rgb(252 165 165 / 0.3) !important;
}

.\!fill-red-300\/40{
  fill: rgb(252 165 165 / 0.4) !important;
}

.\!fill-red-300\/5{
  fill: rgb(252 165 165 / 0.05) !important;
}

.\!fill-red-300\/50{
  fill: rgb(252 165 165 / 0.5) !important;
}

.\!fill-red-300\/60{
  fill: rgb(252 165 165 / 0.6) !important;
}

.\!fill-red-300\/70{
  fill: rgb(252 165 165 / 0.7) !important;
}

.\!fill-red-300\/75{
  fill: rgb(252 165 165 / 0.75) !important;
}

.\!fill-red-300\/80{
  fill: rgb(252 165 165 / 0.8) !important;
}

.\!fill-red-300\/90{
  fill: rgb(252 165 165 / 0.9) !important;
}

.\!fill-red-300\/95{
  fill: rgb(252 165 165 / 0.95) !important;
}

.\!fill-red-400{
  fill: #f87171 !important;
}

.\!fill-red-400\/0{
  fill: rgb(248 113 113 / 0) !important;
}

.\!fill-red-400\/10{
  fill: rgb(248 113 113 / 0.1) !important;
}

.\!fill-red-400\/100{
  fill: rgb(248 113 113 / 1) !important;
}

.\!fill-red-400\/20{
  fill: rgb(248 113 113 / 0.2) !important;
}

.\!fill-red-400\/25{
  fill: rgb(248 113 113 / 0.25) !important;
}

.\!fill-red-400\/30{
  fill: rgb(248 113 113 / 0.3) !important;
}

.\!fill-red-400\/40{
  fill: rgb(248 113 113 / 0.4) !important;
}

.\!fill-red-400\/5{
  fill: rgb(248 113 113 / 0.05) !important;
}

.\!fill-red-400\/50{
  fill: rgb(248 113 113 / 0.5) !important;
}

.\!fill-red-400\/60{
  fill: rgb(248 113 113 / 0.6) !important;
}

.\!fill-red-400\/70{
  fill: rgb(248 113 113 / 0.7) !important;
}

.\!fill-red-400\/75{
  fill: rgb(248 113 113 / 0.75) !important;
}

.\!fill-red-400\/80{
  fill: rgb(248 113 113 / 0.8) !important;
}

.\!fill-red-400\/90{
  fill: rgb(248 113 113 / 0.9) !important;
}

.\!fill-red-400\/95{
  fill: rgb(248 113 113 / 0.95) !important;
}

.\!fill-red-50{
  fill: #fef2f2 !important;
}

.\!fill-red-50\/0{
  fill: rgb(254 242 242 / 0) !important;
}

.\!fill-red-50\/10{
  fill: rgb(254 242 242 / 0.1) !important;
}

.\!fill-red-50\/100{
  fill: rgb(254 242 242 / 1) !important;
}

.\!fill-red-50\/20{
  fill: rgb(254 242 242 / 0.2) !important;
}

.\!fill-red-50\/25{
  fill: rgb(254 242 242 / 0.25) !important;
}

.\!fill-red-50\/30{
  fill: rgb(254 242 242 / 0.3) !important;
}

.\!fill-red-50\/40{
  fill: rgb(254 242 242 / 0.4) !important;
}

.\!fill-red-50\/5{
  fill: rgb(254 242 242 / 0.05) !important;
}

.\!fill-red-50\/50{
  fill: rgb(254 242 242 / 0.5) !important;
}

.\!fill-red-50\/60{
  fill: rgb(254 242 242 / 0.6) !important;
}

.\!fill-red-50\/70{
  fill: rgb(254 242 242 / 0.7) !important;
}

.\!fill-red-50\/75{
  fill: rgb(254 242 242 / 0.75) !important;
}

.\!fill-red-50\/80{
  fill: rgb(254 242 242 / 0.8) !important;
}

.\!fill-red-50\/90{
  fill: rgb(254 242 242 / 0.9) !important;
}

.\!fill-red-50\/95{
  fill: rgb(254 242 242 / 0.95) !important;
}

.\!fill-red-500{
  fill: #ef4444 !important;
}

.\!fill-red-500\/0{
  fill: rgb(239 68 68 / 0) !important;
}

.\!fill-red-500\/10{
  fill: rgb(239 68 68 / 0.1) !important;
}

.\!fill-red-500\/100{
  fill: rgb(239 68 68 / 1) !important;
}

.\!fill-red-500\/20{
  fill: rgb(239 68 68 / 0.2) !important;
}

.\!fill-red-500\/25{
  fill: rgb(239 68 68 / 0.25) !important;
}

.\!fill-red-500\/30{
  fill: rgb(239 68 68 / 0.3) !important;
}

.\!fill-red-500\/40{
  fill: rgb(239 68 68 / 0.4) !important;
}

.\!fill-red-500\/5{
  fill: rgb(239 68 68 / 0.05) !important;
}

.\!fill-red-500\/50{
  fill: rgb(239 68 68 / 0.5) !important;
}

.\!fill-red-500\/60{
  fill: rgb(239 68 68 / 0.6) !important;
}

.\!fill-red-500\/70{
  fill: rgb(239 68 68 / 0.7) !important;
}

.\!fill-red-500\/75{
  fill: rgb(239 68 68 / 0.75) !important;
}

.\!fill-red-500\/80{
  fill: rgb(239 68 68 / 0.8) !important;
}

.\!fill-red-500\/90{
  fill: rgb(239 68 68 / 0.9) !important;
}

.\!fill-red-500\/95{
  fill: rgb(239 68 68 / 0.95) !important;
}

.\!fill-red-600{
  fill: #dc2626 !important;
}

.\!fill-red-600\/0{
  fill: rgb(220 38 38 / 0) !important;
}

.\!fill-red-600\/10{
  fill: rgb(220 38 38 / 0.1) !important;
}

.\!fill-red-600\/100{
  fill: rgb(220 38 38 / 1) !important;
}

.\!fill-red-600\/20{
  fill: rgb(220 38 38 / 0.2) !important;
}

.\!fill-red-600\/25{
  fill: rgb(220 38 38 / 0.25) !important;
}

.\!fill-red-600\/30{
  fill: rgb(220 38 38 / 0.3) !important;
}

.\!fill-red-600\/40{
  fill: rgb(220 38 38 / 0.4) !important;
}

.\!fill-red-600\/5{
  fill: rgb(220 38 38 / 0.05) !important;
}

.\!fill-red-600\/50{
  fill: rgb(220 38 38 / 0.5) !important;
}

.\!fill-red-600\/60{
  fill: rgb(220 38 38 / 0.6) !important;
}

.\!fill-red-600\/70{
  fill: rgb(220 38 38 / 0.7) !important;
}

.\!fill-red-600\/75{
  fill: rgb(220 38 38 / 0.75) !important;
}

.\!fill-red-600\/80{
  fill: rgb(220 38 38 / 0.8) !important;
}

.\!fill-red-600\/90{
  fill: rgb(220 38 38 / 0.9) !important;
}

.\!fill-red-600\/95{
  fill: rgb(220 38 38 / 0.95) !important;
}

.\!fill-red-700{
  fill: #b91c1c !important;
}

.\!fill-red-700\/0{
  fill: rgb(185 28 28 / 0) !important;
}

.\!fill-red-700\/10{
  fill: rgb(185 28 28 / 0.1) !important;
}

.\!fill-red-700\/100{
  fill: rgb(185 28 28 / 1) !important;
}

.\!fill-red-700\/20{
  fill: rgb(185 28 28 / 0.2) !important;
}

.\!fill-red-700\/25{
  fill: rgb(185 28 28 / 0.25) !important;
}

.\!fill-red-700\/30{
  fill: rgb(185 28 28 / 0.3) !important;
}

.\!fill-red-700\/40{
  fill: rgb(185 28 28 / 0.4) !important;
}

.\!fill-red-700\/5{
  fill: rgb(185 28 28 / 0.05) !important;
}

.\!fill-red-700\/50{
  fill: rgb(185 28 28 / 0.5) !important;
}

.\!fill-red-700\/60{
  fill: rgb(185 28 28 / 0.6) !important;
}

.\!fill-red-700\/70{
  fill: rgb(185 28 28 / 0.7) !important;
}

.\!fill-red-700\/75{
  fill: rgb(185 28 28 / 0.75) !important;
}

.\!fill-red-700\/80{
  fill: rgb(185 28 28 / 0.8) !important;
}

.\!fill-red-700\/90{
  fill: rgb(185 28 28 / 0.9) !important;
}

.\!fill-red-700\/95{
  fill: rgb(185 28 28 / 0.95) !important;
}

.\!fill-red-800{
  fill: #991b1b !important;
}

.\!fill-red-800\/0{
  fill: rgb(153 27 27 / 0) !important;
}

.\!fill-red-800\/10{
  fill: rgb(153 27 27 / 0.1) !important;
}

.\!fill-red-800\/100{
  fill: rgb(153 27 27 / 1) !important;
}

.\!fill-red-800\/20{
  fill: rgb(153 27 27 / 0.2) !important;
}

.\!fill-red-800\/25{
  fill: rgb(153 27 27 / 0.25) !important;
}

.\!fill-red-800\/30{
  fill: rgb(153 27 27 / 0.3) !important;
}

.\!fill-red-800\/40{
  fill: rgb(153 27 27 / 0.4) !important;
}

.\!fill-red-800\/5{
  fill: rgb(153 27 27 / 0.05) !important;
}

.\!fill-red-800\/50{
  fill: rgb(153 27 27 / 0.5) !important;
}

.\!fill-red-800\/60{
  fill: rgb(153 27 27 / 0.6) !important;
}

.\!fill-red-800\/70{
  fill: rgb(153 27 27 / 0.7) !important;
}

.\!fill-red-800\/75{
  fill: rgb(153 27 27 / 0.75) !important;
}

.\!fill-red-800\/80{
  fill: rgb(153 27 27 / 0.8) !important;
}

.\!fill-red-800\/90{
  fill: rgb(153 27 27 / 0.9) !important;
}

.\!fill-red-800\/95{
  fill: rgb(153 27 27 / 0.95) !important;
}

.\!fill-red-900{
  fill: #7f1d1d !important;
}

.\!fill-red-900\/0{
  fill: rgb(127 29 29 / 0) !important;
}

.\!fill-red-900\/10{
  fill: rgb(127 29 29 / 0.1) !important;
}

.\!fill-red-900\/100{
  fill: rgb(127 29 29 / 1) !important;
}

.\!fill-red-900\/20{
  fill: rgb(127 29 29 / 0.2) !important;
}

.\!fill-red-900\/25{
  fill: rgb(127 29 29 / 0.25) !important;
}

.\!fill-red-900\/30{
  fill: rgb(127 29 29 / 0.3) !important;
}

.\!fill-red-900\/40{
  fill: rgb(127 29 29 / 0.4) !important;
}

.\!fill-red-900\/5{
  fill: rgb(127 29 29 / 0.05) !important;
}

.\!fill-red-900\/50{
  fill: rgb(127 29 29 / 0.5) !important;
}

.\!fill-red-900\/60{
  fill: rgb(127 29 29 / 0.6) !important;
}

.\!fill-red-900\/70{
  fill: rgb(127 29 29 / 0.7) !important;
}

.\!fill-red-900\/75{
  fill: rgb(127 29 29 / 0.75) !important;
}

.\!fill-red-900\/80{
  fill: rgb(127 29 29 / 0.8) !important;
}

.\!fill-red-900\/90{
  fill: rgb(127 29 29 / 0.9) !important;
}

.\!fill-red-900\/95{
  fill: rgb(127 29 29 / 0.95) !important;
}

.\!fill-red-950{
  fill: #450a0a !important;
}

.\!fill-red-950\/0{
  fill: rgb(69 10 10 / 0) !important;
}

.\!fill-red-950\/10{
  fill: rgb(69 10 10 / 0.1) !important;
}

.\!fill-red-950\/100{
  fill: rgb(69 10 10 / 1) !important;
}

.\!fill-red-950\/20{
  fill: rgb(69 10 10 / 0.2) !important;
}

.\!fill-red-950\/25{
  fill: rgb(69 10 10 / 0.25) !important;
}

.\!fill-red-950\/30{
  fill: rgb(69 10 10 / 0.3) !important;
}

.\!fill-red-950\/40{
  fill: rgb(69 10 10 / 0.4) !important;
}

.\!fill-red-950\/5{
  fill: rgb(69 10 10 / 0.05) !important;
}

.\!fill-red-950\/50{
  fill: rgb(69 10 10 / 0.5) !important;
}

.\!fill-red-950\/60{
  fill: rgb(69 10 10 / 0.6) !important;
}

.\!fill-red-950\/70{
  fill: rgb(69 10 10 / 0.7) !important;
}

.\!fill-red-950\/75{
  fill: rgb(69 10 10 / 0.75) !important;
}

.\!fill-red-950\/80{
  fill: rgb(69 10 10 / 0.8) !important;
}

.\!fill-red-950\/90{
  fill: rgb(69 10 10 / 0.9) !important;
}

.\!fill-red-950\/95{
  fill: rgb(69 10 10 / 0.95) !important;
}

.\!fill-red\/0{
  fill: rgb(218 61 42 / 0) !important;
}

.\!fill-red\/10{
  fill: rgb(218 61 42 / 0.1) !important;
}

.\!fill-red\/100{
  fill: rgb(218 61 42 / 1) !important;
}

.\!fill-red\/20{
  fill: rgb(218 61 42 / 0.2) !important;
}

.\!fill-red\/25{
  fill: rgb(218 61 42 / 0.25) !important;
}

.\!fill-red\/30{
  fill: rgb(218 61 42 / 0.3) !important;
}

.\!fill-red\/40{
  fill: rgb(218 61 42 / 0.4) !important;
}

.\!fill-red\/5{
  fill: rgb(218 61 42 / 0.05) !important;
}

.\!fill-red\/50{
  fill: rgb(218 61 42 / 0.5) !important;
}

.\!fill-red\/60{
  fill: rgb(218 61 42 / 0.6) !important;
}

.\!fill-red\/70{
  fill: rgb(218 61 42 / 0.7) !important;
}

.\!fill-red\/75{
  fill: rgb(218 61 42 / 0.75) !important;
}

.\!fill-red\/80{
  fill: rgb(218 61 42 / 0.8) !important;
}

.\!fill-red\/90{
  fill: rgb(218 61 42 / 0.9) !important;
}

.\!fill-red\/95{
  fill: rgb(218 61 42 / 0.95) !important;
}

.\!fill-secondary{
  fill: #7bafde !important;
}

.\!fill-secondary\/0{
  fill: rgb(123 175 222 / 0) !important;
}

.\!fill-secondary\/10{
  fill: rgb(123 175 222 / 0.1) !important;
}

.\!fill-secondary\/100{
  fill: rgb(123 175 222 / 1) !important;
}

.\!fill-secondary\/20{
  fill: rgb(123 175 222 / 0.2) !important;
}

.\!fill-secondary\/25{
  fill: rgb(123 175 222 / 0.25) !important;
}

.\!fill-secondary\/30{
  fill: rgb(123 175 222 / 0.3) !important;
}

.\!fill-secondary\/40{
  fill: rgb(123 175 222 / 0.4) !important;
}

.\!fill-secondary\/5{
  fill: rgb(123 175 222 / 0.05) !important;
}

.\!fill-secondary\/50{
  fill: rgb(123 175 222 / 0.5) !important;
}

.\!fill-secondary\/60{
  fill: rgb(123 175 222 / 0.6) !important;
}

.\!fill-secondary\/70{
  fill: rgb(123 175 222 / 0.7) !important;
}

.\!fill-secondary\/75{
  fill: rgb(123 175 222 / 0.75) !important;
}

.\!fill-secondary\/80{
  fill: rgb(123 175 222 / 0.8) !important;
}

.\!fill-secondary\/90{
  fill: rgb(123 175 222 / 0.9) !important;
}

.\!fill-secondary\/95{
  fill: rgb(123 175 222 / 0.95) !important;
}

.\!fill-white{
  fill: #ffffff !important;
}

.\!fill-white\/0{
  fill: rgb(255 255 255 / 0) !important;
}

.\!fill-white\/10{
  fill: rgb(255 255 255 / 0.1) !important;
}

.\!fill-white\/100{
  fill: rgb(255 255 255 / 1) !important;
}

.\!fill-white\/20{
  fill: rgb(255 255 255 / 0.2) !important;
}

.\!fill-white\/25{
  fill: rgb(255 255 255 / 0.25) !important;
}

.\!fill-white\/30{
  fill: rgb(255 255 255 / 0.3) !important;
}

.\!fill-white\/40{
  fill: rgb(255 255 255 / 0.4) !important;
}

.\!fill-white\/5{
  fill: rgb(255 255 255 / 0.05) !important;
}

.\!fill-white\/50{
  fill: rgb(255 255 255 / 0.5) !important;
}

.\!fill-white\/60{
  fill: rgb(255 255 255 / 0.6) !important;
}

.\!fill-white\/70{
  fill: rgb(255 255 255 / 0.7) !important;
}

.\!fill-white\/75{
  fill: rgb(255 255 255 / 0.75) !important;
}

.\!fill-white\/80{
  fill: rgb(255 255 255 / 0.8) !important;
}

.\!fill-white\/90{
  fill: rgb(255 255 255 / 0.9) !important;
}

.\!fill-white\/95{
  fill: rgb(255 255 255 / 0.95) !important;
}

.fill-\[\#afafaf\]{
  fill: #afafaf;
}

.fill-blue{
  fill: #7bafde;
}

.fill-blue-100{
  fill: #D3E4F4;
}

.fill-blue-100\/0{
  fill: rgb(211 228 244 / 0);
}

.fill-blue-100\/10{
  fill: rgb(211 228 244 / 0.1);
}

.fill-blue-100\/100{
  fill: rgb(211 228 244 / 1);
}

.fill-blue-100\/20{
  fill: rgb(211 228 244 / 0.2);
}

.fill-blue-100\/25{
  fill: rgb(211 228 244 / 0.25);
}

.fill-blue-100\/30{
  fill: rgb(211 228 244 / 0.3);
}

.fill-blue-100\/40{
  fill: rgb(211 228 244 / 0.4);
}

.fill-blue-100\/5{
  fill: rgb(211 228 244 / 0.05);
}

.fill-blue-100\/50{
  fill: rgb(211 228 244 / 0.5);
}

.fill-blue-100\/60{
  fill: rgb(211 228 244 / 0.6);
}

.fill-blue-100\/70{
  fill: rgb(211 228 244 / 0.7);
}

.fill-blue-100\/75{
  fill: rgb(211 228 244 / 0.75);
}

.fill-blue-100\/80{
  fill: rgb(211 228 244 / 0.8);
}

.fill-blue-100\/90{
  fill: rgb(211 228 244 / 0.9);
}

.fill-blue-100\/95{
  fill: rgb(211 228 244 / 0.95);
}

.fill-blue-1000{
  fill: #19232C;
}

.fill-blue-1000\/0{
  fill: rgb(25 35 44 / 0);
}

.fill-blue-1000\/10{
  fill: rgb(25 35 44 / 0.1);
}

.fill-blue-1000\/100{
  fill: rgb(25 35 44 / 1);
}

.fill-blue-1000\/20{
  fill: rgb(25 35 44 / 0.2);
}

.fill-blue-1000\/25{
  fill: rgb(25 35 44 / 0.25);
}

.fill-blue-1000\/30{
  fill: rgb(25 35 44 / 0.3);
}

.fill-blue-1000\/40{
  fill: rgb(25 35 44 / 0.4);
}

.fill-blue-1000\/5{
  fill: rgb(25 35 44 / 0.05);
}

.fill-blue-1000\/50{
  fill: rgb(25 35 44 / 0.5);
}

.fill-blue-1000\/60{
  fill: rgb(25 35 44 / 0.6);
}

.fill-blue-1000\/70{
  fill: rgb(25 35 44 / 0.7);
}

.fill-blue-1000\/75{
  fill: rgb(25 35 44 / 0.75);
}

.fill-blue-1000\/80{
  fill: rgb(25 35 44 / 0.8);
}

.fill-blue-1000\/90{
  fill: rgb(25 35 44 / 0.9);
}

.fill-blue-1000\/95{
  fill: rgb(25 35 44 / 0.95);
}

.fill-blue-200{
  fill: #bdd7ef;
}

.fill-blue-200\/0{
  fill: rgb(189 215 239 / 0);
}

.fill-blue-200\/10{
  fill: rgb(189 215 239 / 0.1);
}

.fill-blue-200\/100{
  fill: rgb(189 215 239 / 1);
}

.fill-blue-200\/20{
  fill: rgb(189 215 239 / 0.2);
}

.fill-blue-200\/25{
  fill: rgb(189 215 239 / 0.25);
}

.fill-blue-200\/30{
  fill: rgb(189 215 239 / 0.3);
}

.fill-blue-200\/40{
  fill: rgb(189 215 239 / 0.4);
}

.fill-blue-200\/5{
  fill: rgb(189 215 239 / 0.05);
}

.fill-blue-200\/50{
  fill: rgb(189 215 239 / 0.5);
}

.fill-blue-200\/60{
  fill: rgb(189 215 239 / 0.6);
}

.fill-blue-200\/70{
  fill: rgb(189 215 239 / 0.7);
}

.fill-blue-200\/75{
  fill: rgb(189 215 239 / 0.75);
}

.fill-blue-200\/80{
  fill: rgb(189 215 239 / 0.8);
}

.fill-blue-200\/90{
  fill: rgb(189 215 239 / 0.9);
}

.fill-blue-200\/95{
  fill: rgb(189 215 239 / 0.95);
}

.fill-blue-25{
  fill: #F6FAFD;
}

.fill-blue-25\/0{
  fill: rgb(246 250 253 / 0);
}

.fill-blue-25\/10{
  fill: rgb(246 250 253 / 0.1);
}

.fill-blue-25\/100{
  fill: rgb(246 250 253 / 1);
}

.fill-blue-25\/20{
  fill: rgb(246 250 253 / 0.2);
}

.fill-blue-25\/25{
  fill: rgb(246 250 253 / 0.25);
}

.fill-blue-25\/30{
  fill: rgb(246 250 253 / 0.3);
}

.fill-blue-25\/40{
  fill: rgb(246 250 253 / 0.4);
}

.fill-blue-25\/5{
  fill: rgb(246 250 253 / 0.05);
}

.fill-blue-25\/50{
  fill: rgb(246 250 253 / 0.5);
}

.fill-blue-25\/60{
  fill: rgb(246 250 253 / 0.6);
}

.fill-blue-25\/70{
  fill: rgb(246 250 253 / 0.7);
}

.fill-blue-25\/75{
  fill: rgb(246 250 253 / 0.75);
}

.fill-blue-25\/80{
  fill: rgb(246 250 253 / 0.8);
}

.fill-blue-25\/90{
  fill: rgb(246 250 253 / 0.9);
}

.fill-blue-25\/95{
  fill: rgb(246 250 253 / 0.95);
}

.fill-blue-300{
  fill: #A7CAE9;
}

.fill-blue-300\/0{
  fill: rgb(167 202 233 / 0);
}

.fill-blue-300\/10{
  fill: rgb(167 202 233 / 0.1);
}

.fill-blue-300\/100{
  fill: rgb(167 202 233 / 1);
}

.fill-blue-300\/20{
  fill: rgb(167 202 233 / 0.2);
}

.fill-blue-300\/25{
  fill: rgb(167 202 233 / 0.25);
}

.fill-blue-300\/30{
  fill: rgb(167 202 233 / 0.3);
}

.fill-blue-300\/40{
  fill: rgb(167 202 233 / 0.4);
}

.fill-blue-300\/5{
  fill: rgb(167 202 233 / 0.05);
}

.fill-blue-300\/50{
  fill: rgb(167 202 233 / 0.5);
}

.fill-blue-300\/60{
  fill: rgb(167 202 233 / 0.6);
}

.fill-blue-300\/70{
  fill: rgb(167 202 233 / 0.7);
}

.fill-blue-300\/75{
  fill: rgb(167 202 233 / 0.75);
}

.fill-blue-300\/80{
  fill: rgb(167 202 233 / 0.8);
}

.fill-blue-300\/90{
  fill: rgb(167 202 233 / 0.9);
}

.fill-blue-300\/95{
  fill: rgb(167 202 233 / 0.95);
}

.fill-blue-400{
  fill: #91bce4;
}

.fill-blue-400\/0{
  fill: rgb(145 188 228 / 0);
}

.fill-blue-400\/10{
  fill: rgb(145 188 228 / 0.1);
}

.fill-blue-400\/100{
  fill: rgb(145 188 228 / 1);
}

.fill-blue-400\/20{
  fill: rgb(145 188 228 / 0.2);
}

.fill-blue-400\/25{
  fill: rgb(145 188 228 / 0.25);
}

.fill-blue-400\/30{
  fill: rgb(145 188 228 / 0.3);
}

.fill-blue-400\/40{
  fill: rgb(145 188 228 / 0.4);
}

.fill-blue-400\/5{
  fill: rgb(145 188 228 / 0.05);
}

.fill-blue-400\/50{
  fill: rgb(145 188 228 / 0.5);
}

.fill-blue-400\/60{
  fill: rgb(145 188 228 / 0.6);
}

.fill-blue-400\/70{
  fill: rgb(145 188 228 / 0.7);
}

.fill-blue-400\/75{
  fill: rgb(145 188 228 / 0.75);
}

.fill-blue-400\/80{
  fill: rgb(145 188 228 / 0.8);
}

.fill-blue-400\/90{
  fill: rgb(145 188 228 / 0.9);
}

.fill-blue-400\/95{
  fill: rgb(145 188 228 / 0.95);
}

.fill-blue-50{
  fill: #E5EFF8;
}

.fill-blue-50\/0{
  fill: rgb(229 239 248 / 0);
}

.fill-blue-50\/10{
  fill: rgb(229 239 248 / 0.1);
}

.fill-blue-50\/100{
  fill: rgb(229 239 248 / 1);
}

.fill-blue-50\/20{
  fill: rgb(229 239 248 / 0.2);
}

.fill-blue-50\/25{
  fill: rgb(229 239 248 / 0.25);
}

.fill-blue-50\/30{
  fill: rgb(229 239 248 / 0.3);
}

.fill-blue-50\/40{
  fill: rgb(229 239 248 / 0.4);
}

.fill-blue-50\/5{
  fill: rgb(229 239 248 / 0.05);
}

.fill-blue-50\/50{
  fill: rgb(229 239 248 / 0.5);
}

.fill-blue-50\/60{
  fill: rgb(229 239 248 / 0.6);
}

.fill-blue-50\/70{
  fill: rgb(229 239 248 / 0.7);
}

.fill-blue-50\/75{
  fill: rgb(229 239 248 / 0.75);
}

.fill-blue-50\/80{
  fill: rgb(229 239 248 / 0.8);
}

.fill-blue-50\/90{
  fill: rgb(229 239 248 / 0.9);
}

.fill-blue-50\/95{
  fill: rgb(229 239 248 / 0.95);
}

.fill-blue-500{
  fill: #7bafde;
}

.fill-blue-500\/0{
  fill: rgb(123 175 222 / 0);
}

.fill-blue-500\/10{
  fill: rgb(123 175 222 / 0.1);
}

.fill-blue-500\/100{
  fill: rgb(123 175 222 / 1);
}

.fill-blue-500\/20{
  fill: rgb(123 175 222 / 0.2);
}

.fill-blue-500\/25{
  fill: rgb(123 175 222 / 0.25);
}

.fill-blue-500\/30{
  fill: rgb(123 175 222 / 0.3);
}

.fill-blue-500\/40{
  fill: rgb(123 175 222 / 0.4);
}

.fill-blue-500\/5{
  fill: rgb(123 175 222 / 0.05);
}

.fill-blue-500\/50{
  fill: rgb(123 175 222 / 0.5);
}

.fill-blue-500\/60{
  fill: rgb(123 175 222 / 0.6);
}

.fill-blue-500\/70{
  fill: rgb(123 175 222 / 0.7);
}

.fill-blue-500\/75{
  fill: rgb(123 175 222 / 0.75);
}

.fill-blue-500\/80{
  fill: rgb(123 175 222 / 0.8);
}

.fill-blue-500\/90{
  fill: rgb(123 175 222 / 0.9);
}

.fill-blue-500\/95{
  fill: rgb(123 175 222 / 0.95);
}

.fill-blue-600{
  fill: #6792b9;
}

.fill-blue-600\/0{
  fill: rgb(103 146 185 / 0);
}

.fill-blue-600\/10{
  fill: rgb(103 146 185 / 0.1);
}

.fill-blue-600\/100{
  fill: rgb(103 146 185 / 1);
}

.fill-blue-600\/20{
  fill: rgb(103 146 185 / 0.2);
}

.fill-blue-600\/25{
  fill: rgb(103 146 185 / 0.25);
}

.fill-blue-600\/30{
  fill: rgb(103 146 185 / 0.3);
}

.fill-blue-600\/40{
  fill: rgb(103 146 185 / 0.4);
}

.fill-blue-600\/5{
  fill: rgb(103 146 185 / 0.05);
}

.fill-blue-600\/50{
  fill: rgb(103 146 185 / 0.5);
}

.fill-blue-600\/60{
  fill: rgb(103 146 185 / 0.6);
}

.fill-blue-600\/70{
  fill: rgb(103 146 185 / 0.7);
}

.fill-blue-600\/75{
  fill: rgb(103 146 185 / 0.75);
}

.fill-blue-600\/80{
  fill: rgb(103 146 185 / 0.8);
}

.fill-blue-600\/90{
  fill: rgb(103 146 185 / 0.9);
}

.fill-blue-600\/95{
  fill: rgb(103 146 185 / 0.95);
}

.fill-blue-700{
  fill: #527594;
}

.fill-blue-700\/0{
  fill: rgb(82 117 148 / 0);
}

.fill-blue-700\/10{
  fill: rgb(82 117 148 / 0.1);
}

.fill-blue-700\/100{
  fill: rgb(82 117 148 / 1);
}

.fill-blue-700\/20{
  fill: rgb(82 117 148 / 0.2);
}

.fill-blue-700\/25{
  fill: rgb(82 117 148 / 0.25);
}

.fill-blue-700\/30{
  fill: rgb(82 117 148 / 0.3);
}

.fill-blue-700\/40{
  fill: rgb(82 117 148 / 0.4);
}

.fill-blue-700\/5{
  fill: rgb(82 117 148 / 0.05);
}

.fill-blue-700\/50{
  fill: rgb(82 117 148 / 0.5);
}

.fill-blue-700\/60{
  fill: rgb(82 117 148 / 0.6);
}

.fill-blue-700\/70{
  fill: rgb(82 117 148 / 0.7);
}

.fill-blue-700\/75{
  fill: rgb(82 117 148 / 0.75);
}

.fill-blue-700\/80{
  fill: rgb(82 117 148 / 0.8);
}

.fill-blue-700\/90{
  fill: rgb(82 117 148 / 0.9);
}

.fill-blue-700\/95{
  fill: rgb(82 117 148 / 0.95);
}

.fill-blue-800{
  fill: #3e586f;
}

.fill-blue-800\/0{
  fill: rgb(62 88 111 / 0);
}

.fill-blue-800\/10{
  fill: rgb(62 88 111 / 0.1);
}

.fill-blue-800\/100{
  fill: rgb(62 88 111 / 1);
}

.fill-blue-800\/20{
  fill: rgb(62 88 111 / 0.2);
}

.fill-blue-800\/25{
  fill: rgb(62 88 111 / 0.25);
}

.fill-blue-800\/30{
  fill: rgb(62 88 111 / 0.3);
}

.fill-blue-800\/40{
  fill: rgb(62 88 111 / 0.4);
}

.fill-blue-800\/5{
  fill: rgb(62 88 111 / 0.05);
}

.fill-blue-800\/50{
  fill: rgb(62 88 111 / 0.5);
}

.fill-blue-800\/60{
  fill: rgb(62 88 111 / 0.6);
}

.fill-blue-800\/70{
  fill: rgb(62 88 111 / 0.7);
}

.fill-blue-800\/75{
  fill: rgb(62 88 111 / 0.75);
}

.fill-blue-800\/80{
  fill: rgb(62 88 111 / 0.8);
}

.fill-blue-800\/90{
  fill: rgb(62 88 111 / 0.9);
}

.fill-blue-800\/95{
  fill: rgb(62 88 111 / 0.95);
}

.fill-blue-900{
  fill: #293A4A;
}

.fill-blue-900\/0{
  fill: rgb(41 58 74 / 0);
}

.fill-blue-900\/10{
  fill: rgb(41 58 74 / 0.1);
}

.fill-blue-900\/100{
  fill: rgb(41 58 74 / 1);
}

.fill-blue-900\/20{
  fill: rgb(41 58 74 / 0.2);
}

.fill-blue-900\/25{
  fill: rgb(41 58 74 / 0.25);
}

.fill-blue-900\/30{
  fill: rgb(41 58 74 / 0.3);
}

.fill-blue-900\/40{
  fill: rgb(41 58 74 / 0.4);
}

.fill-blue-900\/5{
  fill: rgb(41 58 74 / 0.05);
}

.fill-blue-900\/50{
  fill: rgb(41 58 74 / 0.5);
}

.fill-blue-900\/60{
  fill: rgb(41 58 74 / 0.6);
}

.fill-blue-900\/70{
  fill: rgb(41 58 74 / 0.7);
}

.fill-blue-900\/75{
  fill: rgb(41 58 74 / 0.75);
}

.fill-blue-900\/80{
  fill: rgb(41 58 74 / 0.8);
}

.fill-blue-900\/90{
  fill: rgb(41 58 74 / 0.9);
}

.fill-blue-900\/95{
  fill: rgb(41 58 74 / 0.95);
}

.fill-blue\/0{
  fill: rgb(123 175 222 / 0);
}

.fill-blue\/10{
  fill: rgb(123 175 222 / 0.1);
}

.fill-blue\/100{
  fill: rgb(123 175 222 / 1);
}

.fill-blue\/20{
  fill: rgb(123 175 222 / 0.2);
}

.fill-blue\/25{
  fill: rgb(123 175 222 / 0.25);
}

.fill-blue\/30{
  fill: rgb(123 175 222 / 0.3);
}

.fill-blue\/40{
  fill: rgb(123 175 222 / 0.4);
}

.fill-blue\/5{
  fill: rgb(123 175 222 / 0.05);
}

.fill-blue\/50{
  fill: rgb(123 175 222 / 0.5);
}

.fill-blue\/60{
  fill: rgb(123 175 222 / 0.6);
}

.fill-blue\/70{
  fill: rgb(123 175 222 / 0.7);
}

.fill-blue\/75{
  fill: rgb(123 175 222 / 0.75);
}

.fill-blue\/80{
  fill: rgb(123 175 222 / 0.8);
}

.fill-blue\/90{
  fill: rgb(123 175 222 / 0.9);
}

.fill-blue\/95{
  fill: rgb(123 175 222 / 0.95);
}

.fill-brown{
  fill: #403e2e;
}

.fill-brown-100{
  fill: #bfbfb9;
}

.fill-brown-100\/0{
  fill: rgb(191 191 185 / 0);
}

.fill-brown-100\/10{
  fill: rgb(191 191 185 / 0.1);
}

.fill-brown-100\/100{
  fill: rgb(191 191 185 / 1);
}

.fill-brown-100\/20{
  fill: rgb(191 191 185 / 0.2);
}

.fill-brown-100\/25{
  fill: rgb(191 191 185 / 0.25);
}

.fill-brown-100\/30{
  fill: rgb(191 191 185 / 0.3);
}

.fill-brown-100\/40{
  fill: rgb(191 191 185 / 0.4);
}

.fill-brown-100\/5{
  fill: rgb(191 191 185 / 0.05);
}

.fill-brown-100\/50{
  fill: rgb(191 191 185 / 0.5);
}

.fill-brown-100\/60{
  fill: rgb(191 191 185 / 0.6);
}

.fill-brown-100\/70{
  fill: rgb(191 191 185 / 0.7);
}

.fill-brown-100\/75{
  fill: rgb(191 191 185 / 0.75);
}

.fill-brown-100\/80{
  fill: rgb(191 191 185 / 0.8);
}

.fill-brown-100\/90{
  fill: rgb(191 191 185 / 0.9);
}

.fill-brown-100\/95{
  fill: rgb(191 191 185 / 0.95);
}

.fill-brown-1000{
  fill: #0d0c09;
}

.fill-brown-1000\/0{
  fill: rgb(13 12 9 / 0);
}

.fill-brown-1000\/10{
  fill: rgb(13 12 9 / 0.1);
}

.fill-brown-1000\/100{
  fill: rgb(13 12 9 / 1);
}

.fill-brown-1000\/20{
  fill: rgb(13 12 9 / 0.2);
}

.fill-brown-1000\/25{
  fill: rgb(13 12 9 / 0.25);
}

.fill-brown-1000\/30{
  fill: rgb(13 12 9 / 0.3);
}

.fill-brown-1000\/40{
  fill: rgb(13 12 9 / 0.4);
}

.fill-brown-1000\/5{
  fill: rgb(13 12 9 / 0.05);
}

.fill-brown-1000\/50{
  fill: rgb(13 12 9 / 0.5);
}

.fill-brown-1000\/60{
  fill: rgb(13 12 9 / 0.6);
}

.fill-brown-1000\/70{
  fill: rgb(13 12 9 / 0.7);
}

.fill-brown-1000\/75{
  fill: rgb(13 12 9 / 0.75);
}

.fill-brown-1000\/80{
  fill: rgb(13 12 9 / 0.8);
}

.fill-brown-1000\/90{
  fill: rgb(13 12 9 / 0.9);
}

.fill-brown-1000\/95{
  fill: rgb(13 12 9 / 0.95);
}

.fill-brown-200{
  fill: #a09f97;
}

.fill-brown-200\/0{
  fill: rgb(160 159 151 / 0);
}

.fill-brown-200\/10{
  fill: rgb(160 159 151 / 0.1);
}

.fill-brown-200\/100{
  fill: rgb(160 159 151 / 1);
}

.fill-brown-200\/20{
  fill: rgb(160 159 151 / 0.2);
}

.fill-brown-200\/25{
  fill: rgb(160 159 151 / 0.25);
}

.fill-brown-200\/30{
  fill: rgb(160 159 151 / 0.3);
}

.fill-brown-200\/40{
  fill: rgb(160 159 151 / 0.4);
}

.fill-brown-200\/5{
  fill: rgb(160 159 151 / 0.05);
}

.fill-brown-200\/50{
  fill: rgb(160 159 151 / 0.5);
}

.fill-brown-200\/60{
  fill: rgb(160 159 151 / 0.6);
}

.fill-brown-200\/70{
  fill: rgb(160 159 151 / 0.7);
}

.fill-brown-200\/75{
  fill: rgb(160 159 151 / 0.75);
}

.fill-brown-200\/80{
  fill: rgb(160 159 151 / 0.8);
}

.fill-brown-200\/90{
  fill: rgb(160 159 151 / 0.9);
}

.fill-brown-200\/95{
  fill: rgb(160 159 151 / 0.95);
}

.fill-brown-25{
  fill: #ececea;
}

.fill-brown-25\/0{
  fill: rgb(236 236 234 / 0);
}

.fill-brown-25\/10{
  fill: rgb(236 236 234 / 0.1);
}

.fill-brown-25\/100{
  fill: rgb(236 236 234 / 1);
}

.fill-brown-25\/20{
  fill: rgb(236 236 234 / 0.2);
}

.fill-brown-25\/25{
  fill: rgb(236 236 234 / 0.25);
}

.fill-brown-25\/30{
  fill: rgb(236 236 234 / 0.3);
}

.fill-brown-25\/40{
  fill: rgb(236 236 234 / 0.4);
}

.fill-brown-25\/5{
  fill: rgb(236 236 234 / 0.05);
}

.fill-brown-25\/50{
  fill: rgb(236 236 234 / 0.5);
}

.fill-brown-25\/60{
  fill: rgb(236 236 234 / 0.6);
}

.fill-brown-25\/70{
  fill: rgb(236 236 234 / 0.7);
}

.fill-brown-25\/75{
  fill: rgb(236 236 234 / 0.75);
}

.fill-brown-25\/80{
  fill: rgb(236 236 234 / 0.8);
}

.fill-brown-25\/90{
  fill: rgb(236 236 234 / 0.9);
}

.fill-brown-25\/95{
  fill: rgb(236 236 234 / 0.95);
}

.fill-brown-300{
  fill: #807e74;
}

.fill-brown-300\/0{
  fill: rgb(128 126 116 / 0);
}

.fill-brown-300\/10{
  fill: rgb(128 126 116 / 0.1);
}

.fill-brown-300\/100{
  fill: rgb(128 126 116 / 1);
}

.fill-brown-300\/20{
  fill: rgb(128 126 116 / 0.2);
}

.fill-brown-300\/25{
  fill: rgb(128 126 116 / 0.25);
}

.fill-brown-300\/30{
  fill: rgb(128 126 116 / 0.3);
}

.fill-brown-300\/40{
  fill: rgb(128 126 116 / 0.4);
}

.fill-brown-300\/5{
  fill: rgb(128 126 116 / 0.05);
}

.fill-brown-300\/50{
  fill: rgb(128 126 116 / 0.5);
}

.fill-brown-300\/60{
  fill: rgb(128 126 116 / 0.6);
}

.fill-brown-300\/70{
  fill: rgb(128 126 116 / 0.7);
}

.fill-brown-300\/75{
  fill: rgb(128 126 116 / 0.75);
}

.fill-brown-300\/80{
  fill: rgb(128 126 116 / 0.8);
}

.fill-brown-300\/90{
  fill: rgb(128 126 116 / 0.9);
}

.fill-brown-300\/95{
  fill: rgb(128 126 116 / 0.95);
}

.fill-brown-400{
  fill: #605e51;
}

.fill-brown-400\/0{
  fill: rgb(96 94 81 / 0);
}

.fill-brown-400\/10{
  fill: rgb(96 94 81 / 0.1);
}

.fill-brown-400\/100{
  fill: rgb(96 94 81 / 1);
}

.fill-brown-400\/20{
  fill: rgb(96 94 81 / 0.2);
}

.fill-brown-400\/25{
  fill: rgb(96 94 81 / 0.25);
}

.fill-brown-400\/30{
  fill: rgb(96 94 81 / 0.3);
}

.fill-brown-400\/40{
  fill: rgb(96 94 81 / 0.4);
}

.fill-brown-400\/5{
  fill: rgb(96 94 81 / 0.05);
}

.fill-brown-400\/50{
  fill: rgb(96 94 81 / 0.5);
}

.fill-brown-400\/60{
  fill: rgb(96 94 81 / 0.6);
}

.fill-brown-400\/70{
  fill: rgb(96 94 81 / 0.7);
}

.fill-brown-400\/75{
  fill: rgb(96 94 81 / 0.75);
}

.fill-brown-400\/80{
  fill: rgb(96 94 81 / 0.8);
}

.fill-brown-400\/90{
  fill: rgb(96 94 81 / 0.9);
}

.fill-brown-400\/95{
  fill: rgb(96 94 81 / 0.95);
}

.fill-brown-50{
  fill: #d9d8d5;
}

.fill-brown-50\/0{
  fill: rgb(217 216 213 / 0);
}

.fill-brown-50\/10{
  fill: rgb(217 216 213 / 0.1);
}

.fill-brown-50\/100{
  fill: rgb(217 216 213 / 1);
}

.fill-brown-50\/20{
  fill: rgb(217 216 213 / 0.2);
}

.fill-brown-50\/25{
  fill: rgb(217 216 213 / 0.25);
}

.fill-brown-50\/30{
  fill: rgb(217 216 213 / 0.3);
}

.fill-brown-50\/40{
  fill: rgb(217 216 213 / 0.4);
}

.fill-brown-50\/5{
  fill: rgb(217 216 213 / 0.05);
}

.fill-brown-50\/50{
  fill: rgb(217 216 213 / 0.5);
}

.fill-brown-50\/60{
  fill: rgb(217 216 213 / 0.6);
}

.fill-brown-50\/70{
  fill: rgb(217 216 213 / 0.7);
}

.fill-brown-50\/75{
  fill: rgb(217 216 213 / 0.75);
}

.fill-brown-50\/80{
  fill: rgb(217 216 213 / 0.8);
}

.fill-brown-50\/90{
  fill: rgb(217 216 213 / 0.9);
}

.fill-brown-50\/95{
  fill: rgb(217 216 213 / 0.95);
}

.fill-brown-500{
  fill: #403e2e;
}

.fill-brown-500\/0{
  fill: rgb(64 62 46 / 0);
}

.fill-brown-500\/10{
  fill: rgb(64 62 46 / 0.1);
}

.fill-brown-500\/100{
  fill: rgb(64 62 46 / 1);
}

.fill-brown-500\/20{
  fill: rgb(64 62 46 / 0.2);
}

.fill-brown-500\/25{
  fill: rgb(64 62 46 / 0.25);
}

.fill-brown-500\/30{
  fill: rgb(64 62 46 / 0.3);
}

.fill-brown-500\/40{
  fill: rgb(64 62 46 / 0.4);
}

.fill-brown-500\/5{
  fill: rgb(64 62 46 / 0.05);
}

.fill-brown-500\/50{
  fill: rgb(64 62 46 / 0.5);
}

.fill-brown-500\/60{
  fill: rgb(64 62 46 / 0.6);
}

.fill-brown-500\/70{
  fill: rgb(64 62 46 / 0.7);
}

.fill-brown-500\/75{
  fill: rgb(64 62 46 / 0.75);
}

.fill-brown-500\/80{
  fill: rgb(64 62 46 / 0.8);
}

.fill-brown-500\/90{
  fill: rgb(64 62 46 / 0.9);
}

.fill-brown-500\/95{
  fill: rgb(64 62 46 / 0.95);
}

.fill-brown-600{
  fill: #353426;
}

.fill-brown-600\/0{
  fill: rgb(53 52 38 / 0);
}

.fill-brown-600\/10{
  fill: rgb(53 52 38 / 0.1);
}

.fill-brown-600\/100{
  fill: rgb(53 52 38 / 1);
}

.fill-brown-600\/20{
  fill: rgb(53 52 38 / 0.2);
}

.fill-brown-600\/25{
  fill: rgb(53 52 38 / 0.25);
}

.fill-brown-600\/30{
  fill: rgb(53 52 38 / 0.3);
}

.fill-brown-600\/40{
  fill: rgb(53 52 38 / 0.4);
}

.fill-brown-600\/5{
  fill: rgb(53 52 38 / 0.05);
}

.fill-brown-600\/50{
  fill: rgb(53 52 38 / 0.5);
}

.fill-brown-600\/60{
  fill: rgb(53 52 38 / 0.6);
}

.fill-brown-600\/70{
  fill: rgb(53 52 38 / 0.7);
}

.fill-brown-600\/75{
  fill: rgb(53 52 38 / 0.75);
}

.fill-brown-600\/80{
  fill: rgb(53 52 38 / 0.8);
}

.fill-brown-600\/90{
  fill: rgb(53 52 38 / 0.9);
}

.fill-brown-600\/95{
  fill: rgb(53 52 38 / 0.95);
}

.fill-brown-700{
  fill: #2b291f;
}

.fill-brown-700\/0{
  fill: rgb(43 41 31 / 0);
}

.fill-brown-700\/10{
  fill: rgb(43 41 31 / 0.1);
}

.fill-brown-700\/100{
  fill: rgb(43 41 31 / 1);
}

.fill-brown-700\/20{
  fill: rgb(43 41 31 / 0.2);
}

.fill-brown-700\/25{
  fill: rgb(43 41 31 / 0.25);
}

.fill-brown-700\/30{
  fill: rgb(43 41 31 / 0.3);
}

.fill-brown-700\/40{
  fill: rgb(43 41 31 / 0.4);
}

.fill-brown-700\/5{
  fill: rgb(43 41 31 / 0.05);
}

.fill-brown-700\/50{
  fill: rgb(43 41 31 / 0.5);
}

.fill-brown-700\/60{
  fill: rgb(43 41 31 / 0.6);
}

.fill-brown-700\/70{
  fill: rgb(43 41 31 / 0.7);
}

.fill-brown-700\/75{
  fill: rgb(43 41 31 / 0.75);
}

.fill-brown-700\/80{
  fill: rgb(43 41 31 / 0.8);
}

.fill-brown-700\/90{
  fill: rgb(43 41 31 / 0.9);
}

.fill-brown-700\/95{
  fill: rgb(43 41 31 / 0.95);
}

.fill-brown-800{
  fill: #201f17;
}

.fill-brown-800\/0{
  fill: rgb(32 31 23 / 0);
}

.fill-brown-800\/10{
  fill: rgb(32 31 23 / 0.1);
}

.fill-brown-800\/100{
  fill: rgb(32 31 23 / 1);
}

.fill-brown-800\/20{
  fill: rgb(32 31 23 / 0.2);
}

.fill-brown-800\/25{
  fill: rgb(32 31 23 / 0.25);
}

.fill-brown-800\/30{
  fill: rgb(32 31 23 / 0.3);
}

.fill-brown-800\/40{
  fill: rgb(32 31 23 / 0.4);
}

.fill-brown-800\/5{
  fill: rgb(32 31 23 / 0.05);
}

.fill-brown-800\/50{
  fill: rgb(32 31 23 / 0.5);
}

.fill-brown-800\/60{
  fill: rgb(32 31 23 / 0.6);
}

.fill-brown-800\/70{
  fill: rgb(32 31 23 / 0.7);
}

.fill-brown-800\/75{
  fill: rgb(32 31 23 / 0.75);
}

.fill-brown-800\/80{
  fill: rgb(32 31 23 / 0.8);
}

.fill-brown-800\/90{
  fill: rgb(32 31 23 / 0.9);
}

.fill-brown-800\/95{
  fill: rgb(32 31 23 / 0.95);
}

.fill-brown-900{
  fill: #15150f;
}

.fill-brown-900\/0{
  fill: rgb(21 21 15 / 0);
}

.fill-brown-900\/10{
  fill: rgb(21 21 15 / 0.1);
}

.fill-brown-900\/100{
  fill: rgb(21 21 15 / 1);
}

.fill-brown-900\/20{
  fill: rgb(21 21 15 / 0.2);
}

.fill-brown-900\/25{
  fill: rgb(21 21 15 / 0.25);
}

.fill-brown-900\/30{
  fill: rgb(21 21 15 / 0.3);
}

.fill-brown-900\/40{
  fill: rgb(21 21 15 / 0.4);
}

.fill-brown-900\/5{
  fill: rgb(21 21 15 / 0.05);
}

.fill-brown-900\/50{
  fill: rgb(21 21 15 / 0.5);
}

.fill-brown-900\/60{
  fill: rgb(21 21 15 / 0.6);
}

.fill-brown-900\/70{
  fill: rgb(21 21 15 / 0.7);
}

.fill-brown-900\/75{
  fill: rgb(21 21 15 / 0.75);
}

.fill-brown-900\/80{
  fill: rgb(21 21 15 / 0.8);
}

.fill-brown-900\/90{
  fill: rgb(21 21 15 / 0.9);
}

.fill-brown-900\/95{
  fill: rgb(21 21 15 / 0.95);
}

.fill-brown\/0{
  fill: rgb(64 62 46 / 0);
}

.fill-brown\/10{
  fill: rgb(64 62 46 / 0.1);
}

.fill-brown\/100{
  fill: rgb(64 62 46 / 1);
}

.fill-brown\/20{
  fill: rgb(64 62 46 / 0.2);
}

.fill-brown\/25{
  fill: rgb(64 62 46 / 0.25);
}

.fill-brown\/30{
  fill: rgb(64 62 46 / 0.3);
}

.fill-brown\/40{
  fill: rgb(64 62 46 / 0.4);
}

.fill-brown\/5{
  fill: rgb(64 62 46 / 0.05);
}

.fill-brown\/50{
  fill: rgb(64 62 46 / 0.5);
}

.fill-brown\/60{
  fill: rgb(64 62 46 / 0.6);
}

.fill-brown\/70{
  fill: rgb(64 62 46 / 0.7);
}

.fill-brown\/75{
  fill: rgb(64 62 46 / 0.75);
}

.fill-brown\/80{
  fill: rgb(64 62 46 / 0.8);
}

.fill-brown\/90{
  fill: rgb(64 62 46 / 0.9);
}

.fill-brown\/95{
  fill: rgb(64 62 46 / 0.95);
}

.fill-burnt-orange{
  fill: #F05A28;
}

.fill-burnt-orange\/0{
  fill: rgb(240 90 40 / 0);
}

.fill-burnt-orange\/10{
  fill: rgb(240 90 40 / 0.1);
}

.fill-burnt-orange\/100{
  fill: rgb(240 90 40 / 1);
}

.fill-burnt-orange\/20{
  fill: rgb(240 90 40 / 0.2);
}

.fill-burnt-orange\/25{
  fill: rgb(240 90 40 / 0.25);
}

.fill-burnt-orange\/30{
  fill: rgb(240 90 40 / 0.3);
}

.fill-burnt-orange\/40{
  fill: rgb(240 90 40 / 0.4);
}

.fill-burnt-orange\/5{
  fill: rgb(240 90 40 / 0.05);
}

.fill-burnt-orange\/50{
  fill: rgb(240 90 40 / 0.5);
}

.fill-burnt-orange\/60{
  fill: rgb(240 90 40 / 0.6);
}

.fill-burnt-orange\/70{
  fill: rgb(240 90 40 / 0.7);
}

.fill-burnt-orange\/75{
  fill: rgb(240 90 40 / 0.75);
}

.fill-burnt-orange\/80{
  fill: rgb(240 90 40 / 0.8);
}

.fill-burnt-orange\/90{
  fill: rgb(240 90 40 / 0.9);
}

.fill-burnt-orange\/95{
  fill: rgb(240 90 40 / 0.95);
}

.fill-current{
  fill: currentColor;
}

.fill-dark{
  fill: #2D3940;
}

.fill-dark\/0{
  fill: rgb(45 57 64 / 0);
}

.fill-dark\/10{
  fill: rgb(45 57 64 / 0.1);
}

.fill-dark\/100{
  fill: rgb(45 57 64 / 1);
}

.fill-dark\/20{
  fill: rgb(45 57 64 / 0.2);
}

.fill-dark\/25{
  fill: rgb(45 57 64 / 0.25);
}

.fill-dark\/30{
  fill: rgb(45 57 64 / 0.3);
}

.fill-dark\/40{
  fill: rgb(45 57 64 / 0.4);
}

.fill-dark\/5{
  fill: rgb(45 57 64 / 0.05);
}

.fill-dark\/50{
  fill: rgb(45 57 64 / 0.5);
}

.fill-dark\/60{
  fill: rgb(45 57 64 / 0.6);
}

.fill-dark\/70{
  fill: rgb(45 57 64 / 0.7);
}

.fill-dark\/75{
  fill: rgb(45 57 64 / 0.75);
}

.fill-dark\/80{
  fill: rgb(45 57 64 / 0.8);
}

.fill-dark\/90{
  fill: rgb(45 57 64 / 0.9);
}

.fill-dark\/95{
  fill: rgb(45 57 64 / 0.95);
}

.fill-gray-100{
  fill: #f3f4f6;
}

.fill-gray-100\/0{
  fill: rgb(243 244 246 / 0);
}

.fill-gray-100\/10{
  fill: rgb(243 244 246 / 0.1);
}

.fill-gray-100\/100{
  fill: rgb(243 244 246 / 1);
}

.fill-gray-100\/20{
  fill: rgb(243 244 246 / 0.2);
}

.fill-gray-100\/25{
  fill: rgb(243 244 246 / 0.25);
}

.fill-gray-100\/30{
  fill: rgb(243 244 246 / 0.3);
}

.fill-gray-100\/40{
  fill: rgb(243 244 246 / 0.4);
}

.fill-gray-100\/5{
  fill: rgb(243 244 246 / 0.05);
}

.fill-gray-100\/50{
  fill: rgb(243 244 246 / 0.5);
}

.fill-gray-100\/60{
  fill: rgb(243 244 246 / 0.6);
}

.fill-gray-100\/70{
  fill: rgb(243 244 246 / 0.7);
}

.fill-gray-100\/75{
  fill: rgb(243 244 246 / 0.75);
}

.fill-gray-100\/80{
  fill: rgb(243 244 246 / 0.8);
}

.fill-gray-100\/90{
  fill: rgb(243 244 246 / 0.9);
}

.fill-gray-100\/95{
  fill: rgb(243 244 246 / 0.95);
}

.fill-gray-200{
  fill: #e5e7eb;
}

.fill-gray-200\/0{
  fill: rgb(229 231 235 / 0);
}

.fill-gray-200\/10{
  fill: rgb(229 231 235 / 0.1);
}

.fill-gray-200\/100{
  fill: rgb(229 231 235 / 1);
}

.fill-gray-200\/20{
  fill: rgb(229 231 235 / 0.2);
}

.fill-gray-200\/25{
  fill: rgb(229 231 235 / 0.25);
}

.fill-gray-200\/30{
  fill: rgb(229 231 235 / 0.3);
}

.fill-gray-200\/40{
  fill: rgb(229 231 235 / 0.4);
}

.fill-gray-200\/5{
  fill: rgb(229 231 235 / 0.05);
}

.fill-gray-200\/50{
  fill: rgb(229 231 235 / 0.5);
}

.fill-gray-200\/60{
  fill: rgb(229 231 235 / 0.6);
}

.fill-gray-200\/70{
  fill: rgb(229 231 235 / 0.7);
}

.fill-gray-200\/75{
  fill: rgb(229 231 235 / 0.75);
}

.fill-gray-200\/80{
  fill: rgb(229 231 235 / 0.8);
}

.fill-gray-200\/90{
  fill: rgb(229 231 235 / 0.9);
}

.fill-gray-200\/95{
  fill: rgb(229 231 235 / 0.95);
}

.fill-gray-300{
  fill: #d1d5db;
}

.fill-gray-300\/0{
  fill: rgb(209 213 219 / 0);
}

.fill-gray-300\/10{
  fill: rgb(209 213 219 / 0.1);
}

.fill-gray-300\/100{
  fill: rgb(209 213 219 / 1);
}

.fill-gray-300\/20{
  fill: rgb(209 213 219 / 0.2);
}

.fill-gray-300\/25{
  fill: rgb(209 213 219 / 0.25);
}

.fill-gray-300\/30{
  fill: rgb(209 213 219 / 0.3);
}

.fill-gray-300\/40{
  fill: rgb(209 213 219 / 0.4);
}

.fill-gray-300\/5{
  fill: rgb(209 213 219 / 0.05);
}

.fill-gray-300\/50{
  fill: rgb(209 213 219 / 0.5);
}

.fill-gray-300\/60{
  fill: rgb(209 213 219 / 0.6);
}

.fill-gray-300\/70{
  fill: rgb(209 213 219 / 0.7);
}

.fill-gray-300\/75{
  fill: rgb(209 213 219 / 0.75);
}

.fill-gray-300\/80{
  fill: rgb(209 213 219 / 0.8);
}

.fill-gray-300\/90{
  fill: rgb(209 213 219 / 0.9);
}

.fill-gray-300\/95{
  fill: rgb(209 213 219 / 0.95);
}

.fill-gray-400{
  fill: #9ca3af;
}

.fill-gray-400\/0{
  fill: rgb(156 163 175 / 0);
}

.fill-gray-400\/10{
  fill: rgb(156 163 175 / 0.1);
}

.fill-gray-400\/100{
  fill: rgb(156 163 175 / 1);
}

.fill-gray-400\/20{
  fill: rgb(156 163 175 / 0.2);
}

.fill-gray-400\/25{
  fill: rgb(156 163 175 / 0.25);
}

.fill-gray-400\/30{
  fill: rgb(156 163 175 / 0.3);
}

.fill-gray-400\/40{
  fill: rgb(156 163 175 / 0.4);
}

.fill-gray-400\/5{
  fill: rgb(156 163 175 / 0.05);
}

.fill-gray-400\/50{
  fill: rgb(156 163 175 / 0.5);
}

.fill-gray-400\/60{
  fill: rgb(156 163 175 / 0.6);
}

.fill-gray-400\/70{
  fill: rgb(156 163 175 / 0.7);
}

.fill-gray-400\/75{
  fill: rgb(156 163 175 / 0.75);
}

.fill-gray-400\/80{
  fill: rgb(156 163 175 / 0.8);
}

.fill-gray-400\/90{
  fill: rgb(156 163 175 / 0.9);
}

.fill-gray-400\/95{
  fill: rgb(156 163 175 / 0.95);
}

.fill-gray-50{
  fill: #f9fafb;
}

.fill-gray-50\/0{
  fill: rgb(249 250 251 / 0);
}

.fill-gray-50\/10{
  fill: rgb(249 250 251 / 0.1);
}

.fill-gray-50\/100{
  fill: rgb(249 250 251 / 1);
}

.fill-gray-50\/20{
  fill: rgb(249 250 251 / 0.2);
}

.fill-gray-50\/25{
  fill: rgb(249 250 251 / 0.25);
}

.fill-gray-50\/30{
  fill: rgb(249 250 251 / 0.3);
}

.fill-gray-50\/40{
  fill: rgb(249 250 251 / 0.4);
}

.fill-gray-50\/5{
  fill: rgb(249 250 251 / 0.05);
}

.fill-gray-50\/50{
  fill: rgb(249 250 251 / 0.5);
}

.fill-gray-50\/60{
  fill: rgb(249 250 251 / 0.6);
}

.fill-gray-50\/70{
  fill: rgb(249 250 251 / 0.7);
}

.fill-gray-50\/75{
  fill: rgb(249 250 251 / 0.75);
}

.fill-gray-50\/80{
  fill: rgb(249 250 251 / 0.8);
}

.fill-gray-50\/90{
  fill: rgb(249 250 251 / 0.9);
}

.fill-gray-50\/95{
  fill: rgb(249 250 251 / 0.95);
}

.fill-gray-500{
  fill: #6b7280;
}

.fill-gray-500\/0{
  fill: rgb(107 114 128 / 0);
}

.fill-gray-500\/10{
  fill: rgb(107 114 128 / 0.1);
}

.fill-gray-500\/100{
  fill: rgb(107 114 128 / 1);
}

.fill-gray-500\/20{
  fill: rgb(107 114 128 / 0.2);
}

.fill-gray-500\/25{
  fill: rgb(107 114 128 / 0.25);
}

.fill-gray-500\/30{
  fill: rgb(107 114 128 / 0.3);
}

.fill-gray-500\/40{
  fill: rgb(107 114 128 / 0.4);
}

.fill-gray-500\/5{
  fill: rgb(107 114 128 / 0.05);
}

.fill-gray-500\/50{
  fill: rgb(107 114 128 / 0.5);
}

.fill-gray-500\/60{
  fill: rgb(107 114 128 / 0.6);
}

.fill-gray-500\/70{
  fill: rgb(107 114 128 / 0.7);
}

.fill-gray-500\/75{
  fill: rgb(107 114 128 / 0.75);
}

.fill-gray-500\/80{
  fill: rgb(107 114 128 / 0.8);
}

.fill-gray-500\/90{
  fill: rgb(107 114 128 / 0.9);
}

.fill-gray-500\/95{
  fill: rgb(107 114 128 / 0.95);
}

.fill-gray-600{
  fill: #4b5563;
}

.fill-gray-600\/0{
  fill: rgb(75 85 99 / 0);
}

.fill-gray-600\/10{
  fill: rgb(75 85 99 / 0.1);
}

.fill-gray-600\/100{
  fill: rgb(75 85 99 / 1);
}

.fill-gray-600\/20{
  fill: rgb(75 85 99 / 0.2);
}

.fill-gray-600\/25{
  fill: rgb(75 85 99 / 0.25);
}

.fill-gray-600\/30{
  fill: rgb(75 85 99 / 0.3);
}

.fill-gray-600\/40{
  fill: rgb(75 85 99 / 0.4);
}

.fill-gray-600\/5{
  fill: rgb(75 85 99 / 0.05);
}

.fill-gray-600\/50{
  fill: rgb(75 85 99 / 0.5);
}

.fill-gray-600\/60{
  fill: rgb(75 85 99 / 0.6);
}

.fill-gray-600\/70{
  fill: rgb(75 85 99 / 0.7);
}

.fill-gray-600\/75{
  fill: rgb(75 85 99 / 0.75);
}

.fill-gray-600\/80{
  fill: rgb(75 85 99 / 0.8);
}

.fill-gray-600\/90{
  fill: rgb(75 85 99 / 0.9);
}

.fill-gray-600\/95{
  fill: rgb(75 85 99 / 0.95);
}

.fill-gray-700{
  fill: #374151;
}

.fill-gray-700\/0{
  fill: rgb(55 65 81 / 0);
}

.fill-gray-700\/10{
  fill: rgb(55 65 81 / 0.1);
}

.fill-gray-700\/100{
  fill: rgb(55 65 81 / 1);
}

.fill-gray-700\/20{
  fill: rgb(55 65 81 / 0.2);
}

.fill-gray-700\/25{
  fill: rgb(55 65 81 / 0.25);
}

.fill-gray-700\/30{
  fill: rgb(55 65 81 / 0.3);
}

.fill-gray-700\/40{
  fill: rgb(55 65 81 / 0.4);
}

.fill-gray-700\/5{
  fill: rgb(55 65 81 / 0.05);
}

.fill-gray-700\/50{
  fill: rgb(55 65 81 / 0.5);
}

.fill-gray-700\/60{
  fill: rgb(55 65 81 / 0.6);
}

.fill-gray-700\/70{
  fill: rgb(55 65 81 / 0.7);
}

.fill-gray-700\/75{
  fill: rgb(55 65 81 / 0.75);
}

.fill-gray-700\/80{
  fill: rgb(55 65 81 / 0.8);
}

.fill-gray-700\/90{
  fill: rgb(55 65 81 / 0.9);
}

.fill-gray-700\/95{
  fill: rgb(55 65 81 / 0.95);
}

.fill-gray-800{
  fill: #1f2937;
}

.fill-gray-800\/0{
  fill: rgb(31 41 55 / 0);
}

.fill-gray-800\/10{
  fill: rgb(31 41 55 / 0.1);
}

.fill-gray-800\/100{
  fill: rgb(31 41 55 / 1);
}

.fill-gray-800\/20{
  fill: rgb(31 41 55 / 0.2);
}

.fill-gray-800\/25{
  fill: rgb(31 41 55 / 0.25);
}

.fill-gray-800\/30{
  fill: rgb(31 41 55 / 0.3);
}

.fill-gray-800\/40{
  fill: rgb(31 41 55 / 0.4);
}

.fill-gray-800\/5{
  fill: rgb(31 41 55 / 0.05);
}

.fill-gray-800\/50{
  fill: rgb(31 41 55 / 0.5);
}

.fill-gray-800\/60{
  fill: rgb(31 41 55 / 0.6);
}

.fill-gray-800\/70{
  fill: rgb(31 41 55 / 0.7);
}

.fill-gray-800\/75{
  fill: rgb(31 41 55 / 0.75);
}

.fill-gray-800\/80{
  fill: rgb(31 41 55 / 0.8);
}

.fill-gray-800\/90{
  fill: rgb(31 41 55 / 0.9);
}

.fill-gray-800\/95{
  fill: rgb(31 41 55 / 0.95);
}

.fill-gray-900{
  fill: #111827;
}

.fill-gray-900\/0{
  fill: rgb(17 24 39 / 0);
}

.fill-gray-900\/10{
  fill: rgb(17 24 39 / 0.1);
}

.fill-gray-900\/100{
  fill: rgb(17 24 39 / 1);
}

.fill-gray-900\/20{
  fill: rgb(17 24 39 / 0.2);
}

.fill-gray-900\/25{
  fill: rgb(17 24 39 / 0.25);
}

.fill-gray-900\/30{
  fill: rgb(17 24 39 / 0.3);
}

.fill-gray-900\/40{
  fill: rgb(17 24 39 / 0.4);
}

.fill-gray-900\/5{
  fill: rgb(17 24 39 / 0.05);
}

.fill-gray-900\/50{
  fill: rgb(17 24 39 / 0.5);
}

.fill-gray-900\/60{
  fill: rgb(17 24 39 / 0.6);
}

.fill-gray-900\/70{
  fill: rgb(17 24 39 / 0.7);
}

.fill-gray-900\/75{
  fill: rgb(17 24 39 / 0.75);
}

.fill-gray-900\/80{
  fill: rgb(17 24 39 / 0.8);
}

.fill-gray-900\/90{
  fill: rgb(17 24 39 / 0.9);
}

.fill-gray-900\/95{
  fill: rgb(17 24 39 / 0.95);
}

.fill-gray-950{
  fill: #030712;
}

.fill-gray-950\/0{
  fill: rgb(3 7 18 / 0);
}

.fill-gray-950\/10{
  fill: rgb(3 7 18 / 0.1);
}

.fill-gray-950\/100{
  fill: rgb(3 7 18 / 1);
}

.fill-gray-950\/20{
  fill: rgb(3 7 18 / 0.2);
}

.fill-gray-950\/25{
  fill: rgb(3 7 18 / 0.25);
}

.fill-gray-950\/30{
  fill: rgb(3 7 18 / 0.3);
}

.fill-gray-950\/40{
  fill: rgb(3 7 18 / 0.4);
}

.fill-gray-950\/5{
  fill: rgb(3 7 18 / 0.05);
}

.fill-gray-950\/50{
  fill: rgb(3 7 18 / 0.5);
}

.fill-gray-950\/60{
  fill: rgb(3 7 18 / 0.6);
}

.fill-gray-950\/70{
  fill: rgb(3 7 18 / 0.7);
}

.fill-gray-950\/75{
  fill: rgb(3 7 18 / 0.75);
}

.fill-gray-950\/80{
  fill: rgb(3 7 18 / 0.8);
}

.fill-gray-950\/90{
  fill: rgb(3 7 18 / 0.9);
}

.fill-gray-950\/95{
  fill: rgb(3 7 18 / 0.95);
}

.fill-green{
  fill: #92BC60;
}

.fill-green-100{
  fill: #dcfce7;
}

.fill-green-100\/0{
  fill: rgb(220 252 231 / 0);
}

.fill-green-100\/10{
  fill: rgb(220 252 231 / 0.1);
}

.fill-green-100\/100{
  fill: rgb(220 252 231 / 1);
}

.fill-green-100\/20{
  fill: rgb(220 252 231 / 0.2);
}

.fill-green-100\/25{
  fill: rgb(220 252 231 / 0.25);
}

.fill-green-100\/30{
  fill: rgb(220 252 231 / 0.3);
}

.fill-green-100\/40{
  fill: rgb(220 252 231 / 0.4);
}

.fill-green-100\/5{
  fill: rgb(220 252 231 / 0.05);
}

.fill-green-100\/50{
  fill: rgb(220 252 231 / 0.5);
}

.fill-green-100\/60{
  fill: rgb(220 252 231 / 0.6);
}

.fill-green-100\/70{
  fill: rgb(220 252 231 / 0.7);
}

.fill-green-100\/75{
  fill: rgb(220 252 231 / 0.75);
}

.fill-green-100\/80{
  fill: rgb(220 252 231 / 0.8);
}

.fill-green-100\/90{
  fill: rgb(220 252 231 / 0.9);
}

.fill-green-100\/95{
  fill: rgb(220 252 231 / 0.95);
}

.fill-green-200{
  fill: #bbf7d0;
}

.fill-green-200\/0{
  fill: rgb(187 247 208 / 0);
}

.fill-green-200\/10{
  fill: rgb(187 247 208 / 0.1);
}

.fill-green-200\/100{
  fill: rgb(187 247 208 / 1);
}

.fill-green-200\/20{
  fill: rgb(187 247 208 / 0.2);
}

.fill-green-200\/25{
  fill: rgb(187 247 208 / 0.25);
}

.fill-green-200\/30{
  fill: rgb(187 247 208 / 0.3);
}

.fill-green-200\/40{
  fill: rgb(187 247 208 / 0.4);
}

.fill-green-200\/5{
  fill: rgb(187 247 208 / 0.05);
}

.fill-green-200\/50{
  fill: rgb(187 247 208 / 0.5);
}

.fill-green-200\/60{
  fill: rgb(187 247 208 / 0.6);
}

.fill-green-200\/70{
  fill: rgb(187 247 208 / 0.7);
}

.fill-green-200\/75{
  fill: rgb(187 247 208 / 0.75);
}

.fill-green-200\/80{
  fill: rgb(187 247 208 / 0.8);
}

.fill-green-200\/90{
  fill: rgb(187 247 208 / 0.9);
}

.fill-green-200\/95{
  fill: rgb(187 247 208 / 0.95);
}

.fill-green-300{
  fill: #86efac;
}

.fill-green-300\/0{
  fill: rgb(134 239 172 / 0);
}

.fill-green-300\/10{
  fill: rgb(134 239 172 / 0.1);
}

.fill-green-300\/100{
  fill: rgb(134 239 172 / 1);
}

.fill-green-300\/20{
  fill: rgb(134 239 172 / 0.2);
}

.fill-green-300\/25{
  fill: rgb(134 239 172 / 0.25);
}

.fill-green-300\/30{
  fill: rgb(134 239 172 / 0.3);
}

.fill-green-300\/40{
  fill: rgb(134 239 172 / 0.4);
}

.fill-green-300\/5{
  fill: rgb(134 239 172 / 0.05);
}

.fill-green-300\/50{
  fill: rgb(134 239 172 / 0.5);
}

.fill-green-300\/60{
  fill: rgb(134 239 172 / 0.6);
}

.fill-green-300\/70{
  fill: rgb(134 239 172 / 0.7);
}

.fill-green-300\/75{
  fill: rgb(134 239 172 / 0.75);
}

.fill-green-300\/80{
  fill: rgb(134 239 172 / 0.8);
}

.fill-green-300\/90{
  fill: rgb(134 239 172 / 0.9);
}

.fill-green-300\/95{
  fill: rgb(134 239 172 / 0.95);
}

.fill-green-400{
  fill: #4ade80;
}

.fill-green-400\/0{
  fill: rgb(74 222 128 / 0);
}

.fill-green-400\/10{
  fill: rgb(74 222 128 / 0.1);
}

.fill-green-400\/100{
  fill: rgb(74 222 128 / 1);
}

.fill-green-400\/20{
  fill: rgb(74 222 128 / 0.2);
}

.fill-green-400\/25{
  fill: rgb(74 222 128 / 0.25);
}

.fill-green-400\/30{
  fill: rgb(74 222 128 / 0.3);
}

.fill-green-400\/40{
  fill: rgb(74 222 128 / 0.4);
}

.fill-green-400\/5{
  fill: rgb(74 222 128 / 0.05);
}

.fill-green-400\/50{
  fill: rgb(74 222 128 / 0.5);
}

.fill-green-400\/60{
  fill: rgb(74 222 128 / 0.6);
}

.fill-green-400\/70{
  fill: rgb(74 222 128 / 0.7);
}

.fill-green-400\/75{
  fill: rgb(74 222 128 / 0.75);
}

.fill-green-400\/80{
  fill: rgb(74 222 128 / 0.8);
}

.fill-green-400\/90{
  fill: rgb(74 222 128 / 0.9);
}

.fill-green-400\/95{
  fill: rgb(74 222 128 / 0.95);
}

.fill-green-50{
  fill: #f0fdf4;
}

.fill-green-50\/0{
  fill: rgb(240 253 244 / 0);
}

.fill-green-50\/10{
  fill: rgb(240 253 244 / 0.1);
}

.fill-green-50\/100{
  fill: rgb(240 253 244 / 1);
}

.fill-green-50\/20{
  fill: rgb(240 253 244 / 0.2);
}

.fill-green-50\/25{
  fill: rgb(240 253 244 / 0.25);
}

.fill-green-50\/30{
  fill: rgb(240 253 244 / 0.3);
}

.fill-green-50\/40{
  fill: rgb(240 253 244 / 0.4);
}

.fill-green-50\/5{
  fill: rgb(240 253 244 / 0.05);
}

.fill-green-50\/50{
  fill: rgb(240 253 244 / 0.5);
}

.fill-green-50\/60{
  fill: rgb(240 253 244 / 0.6);
}

.fill-green-50\/70{
  fill: rgb(240 253 244 / 0.7);
}

.fill-green-50\/75{
  fill: rgb(240 253 244 / 0.75);
}

.fill-green-50\/80{
  fill: rgb(240 253 244 / 0.8);
}

.fill-green-50\/90{
  fill: rgb(240 253 244 / 0.9);
}

.fill-green-50\/95{
  fill: rgb(240 253 244 / 0.95);
}

.fill-green-500{
  fill: #22c55e;
}

.fill-green-500\/0{
  fill: rgb(34 197 94 / 0);
}

.fill-green-500\/10{
  fill: rgb(34 197 94 / 0.1);
}

.fill-green-500\/100{
  fill: rgb(34 197 94 / 1);
}

.fill-green-500\/20{
  fill: rgb(34 197 94 / 0.2);
}

.fill-green-500\/25{
  fill: rgb(34 197 94 / 0.25);
}

.fill-green-500\/30{
  fill: rgb(34 197 94 / 0.3);
}

.fill-green-500\/40{
  fill: rgb(34 197 94 / 0.4);
}

.fill-green-500\/5{
  fill: rgb(34 197 94 / 0.05);
}

.fill-green-500\/50{
  fill: rgb(34 197 94 / 0.5);
}

.fill-green-500\/60{
  fill: rgb(34 197 94 / 0.6);
}

.fill-green-500\/70{
  fill: rgb(34 197 94 / 0.7);
}

.fill-green-500\/75{
  fill: rgb(34 197 94 / 0.75);
}

.fill-green-500\/80{
  fill: rgb(34 197 94 / 0.8);
}

.fill-green-500\/90{
  fill: rgb(34 197 94 / 0.9);
}

.fill-green-500\/95{
  fill: rgb(34 197 94 / 0.95);
}

.fill-green-600{
  fill: #16a34a;
}

.fill-green-600\/0{
  fill: rgb(22 163 74 / 0);
}

.fill-green-600\/10{
  fill: rgb(22 163 74 / 0.1);
}

.fill-green-600\/100{
  fill: rgb(22 163 74 / 1);
}

.fill-green-600\/20{
  fill: rgb(22 163 74 / 0.2);
}

.fill-green-600\/25{
  fill: rgb(22 163 74 / 0.25);
}

.fill-green-600\/30{
  fill: rgb(22 163 74 / 0.3);
}

.fill-green-600\/40{
  fill: rgb(22 163 74 / 0.4);
}

.fill-green-600\/5{
  fill: rgb(22 163 74 / 0.05);
}

.fill-green-600\/50{
  fill: rgb(22 163 74 / 0.5);
}

.fill-green-600\/60{
  fill: rgb(22 163 74 / 0.6);
}

.fill-green-600\/70{
  fill: rgb(22 163 74 / 0.7);
}

.fill-green-600\/75{
  fill: rgb(22 163 74 / 0.75);
}

.fill-green-600\/80{
  fill: rgb(22 163 74 / 0.8);
}

.fill-green-600\/90{
  fill: rgb(22 163 74 / 0.9);
}

.fill-green-600\/95{
  fill: rgb(22 163 74 / 0.95);
}

.fill-green-700{
  fill: #15803d;
}

.fill-green-700\/0{
  fill: rgb(21 128 61 / 0);
}

.fill-green-700\/10{
  fill: rgb(21 128 61 / 0.1);
}

.fill-green-700\/100{
  fill: rgb(21 128 61 / 1);
}

.fill-green-700\/20{
  fill: rgb(21 128 61 / 0.2);
}

.fill-green-700\/25{
  fill: rgb(21 128 61 / 0.25);
}

.fill-green-700\/30{
  fill: rgb(21 128 61 / 0.3);
}

.fill-green-700\/40{
  fill: rgb(21 128 61 / 0.4);
}

.fill-green-700\/5{
  fill: rgb(21 128 61 / 0.05);
}

.fill-green-700\/50{
  fill: rgb(21 128 61 / 0.5);
}

.fill-green-700\/60{
  fill: rgb(21 128 61 / 0.6);
}

.fill-green-700\/70{
  fill: rgb(21 128 61 / 0.7);
}

.fill-green-700\/75{
  fill: rgb(21 128 61 / 0.75);
}

.fill-green-700\/80{
  fill: rgb(21 128 61 / 0.8);
}

.fill-green-700\/90{
  fill: rgb(21 128 61 / 0.9);
}

.fill-green-700\/95{
  fill: rgb(21 128 61 / 0.95);
}

.fill-green-800{
  fill: #166534;
}

.fill-green-800\/0{
  fill: rgb(22 101 52 / 0);
}

.fill-green-800\/10{
  fill: rgb(22 101 52 / 0.1);
}

.fill-green-800\/100{
  fill: rgb(22 101 52 / 1);
}

.fill-green-800\/20{
  fill: rgb(22 101 52 / 0.2);
}

.fill-green-800\/25{
  fill: rgb(22 101 52 / 0.25);
}

.fill-green-800\/30{
  fill: rgb(22 101 52 / 0.3);
}

.fill-green-800\/40{
  fill: rgb(22 101 52 / 0.4);
}

.fill-green-800\/5{
  fill: rgb(22 101 52 / 0.05);
}

.fill-green-800\/50{
  fill: rgb(22 101 52 / 0.5);
}

.fill-green-800\/60{
  fill: rgb(22 101 52 / 0.6);
}

.fill-green-800\/70{
  fill: rgb(22 101 52 / 0.7);
}

.fill-green-800\/75{
  fill: rgb(22 101 52 / 0.75);
}

.fill-green-800\/80{
  fill: rgb(22 101 52 / 0.8);
}

.fill-green-800\/90{
  fill: rgb(22 101 52 / 0.9);
}

.fill-green-800\/95{
  fill: rgb(22 101 52 / 0.95);
}

.fill-green-900{
  fill: #14532d;
}

.fill-green-900\/0{
  fill: rgb(20 83 45 / 0);
}

.fill-green-900\/10{
  fill: rgb(20 83 45 / 0.1);
}

.fill-green-900\/100{
  fill: rgb(20 83 45 / 1);
}

.fill-green-900\/20{
  fill: rgb(20 83 45 / 0.2);
}

.fill-green-900\/25{
  fill: rgb(20 83 45 / 0.25);
}

.fill-green-900\/30{
  fill: rgb(20 83 45 / 0.3);
}

.fill-green-900\/40{
  fill: rgb(20 83 45 / 0.4);
}

.fill-green-900\/5{
  fill: rgb(20 83 45 / 0.05);
}

.fill-green-900\/50{
  fill: rgb(20 83 45 / 0.5);
}

.fill-green-900\/60{
  fill: rgb(20 83 45 / 0.6);
}

.fill-green-900\/70{
  fill: rgb(20 83 45 / 0.7);
}

.fill-green-900\/75{
  fill: rgb(20 83 45 / 0.75);
}

.fill-green-900\/80{
  fill: rgb(20 83 45 / 0.8);
}

.fill-green-900\/90{
  fill: rgb(20 83 45 / 0.9);
}

.fill-green-900\/95{
  fill: rgb(20 83 45 / 0.95);
}

.fill-green-950{
  fill: #052e16;
}

.fill-green-950\/0{
  fill: rgb(5 46 22 / 0);
}

.fill-green-950\/10{
  fill: rgb(5 46 22 / 0.1);
}

.fill-green-950\/100{
  fill: rgb(5 46 22 / 1);
}

.fill-green-950\/20{
  fill: rgb(5 46 22 / 0.2);
}

.fill-green-950\/25{
  fill: rgb(5 46 22 / 0.25);
}

.fill-green-950\/30{
  fill: rgb(5 46 22 / 0.3);
}

.fill-green-950\/40{
  fill: rgb(5 46 22 / 0.4);
}

.fill-green-950\/5{
  fill: rgb(5 46 22 / 0.05);
}

.fill-green-950\/50{
  fill: rgb(5 46 22 / 0.5);
}

.fill-green-950\/60{
  fill: rgb(5 46 22 / 0.6);
}

.fill-green-950\/70{
  fill: rgb(5 46 22 / 0.7);
}

.fill-green-950\/75{
  fill: rgb(5 46 22 / 0.75);
}

.fill-green-950\/80{
  fill: rgb(5 46 22 / 0.8);
}

.fill-green-950\/90{
  fill: rgb(5 46 22 / 0.9);
}

.fill-green-950\/95{
  fill: rgb(5 46 22 / 0.95);
}

.fill-green\/0{
  fill: rgb(146 188 96 / 0);
}

.fill-green\/10{
  fill: rgb(146 188 96 / 0.1);
}

.fill-green\/100{
  fill: rgb(146 188 96 / 1);
}

.fill-green\/20{
  fill: rgb(146 188 96 / 0.2);
}

.fill-green\/25{
  fill: rgb(146 188 96 / 0.25);
}

.fill-green\/30{
  fill: rgb(146 188 96 / 0.3);
}

.fill-green\/40{
  fill: rgb(146 188 96 / 0.4);
}

.fill-green\/5{
  fill: rgb(146 188 96 / 0.05);
}

.fill-green\/50{
  fill: rgb(146 188 96 / 0.5);
}

.fill-green\/60{
  fill: rgb(146 188 96 / 0.6);
}

.fill-green\/70{
  fill: rgb(146 188 96 / 0.7);
}

.fill-green\/75{
  fill: rgb(146 188 96 / 0.75);
}

.fill-green\/80{
  fill: rgb(146 188 96 / 0.8);
}

.fill-green\/90{
  fill: rgb(146 188 96 / 0.9);
}

.fill-green\/95{
  fill: rgb(146 188 96 / 0.95);
}

.fill-light{
  fill: #f6fafd;
}

.fill-light\/0{
  fill: rgb(246 250 253 / 0);
}

.fill-light\/10{
  fill: rgb(246 250 253 / 0.1);
}

.fill-light\/100{
  fill: rgb(246 250 253 / 1);
}

.fill-light\/20{
  fill: rgb(246 250 253 / 0.2);
}

.fill-light\/25{
  fill: rgb(246 250 253 / 0.25);
}

.fill-light\/30{
  fill: rgb(246 250 253 / 0.3);
}

.fill-light\/40{
  fill: rgb(246 250 253 / 0.4);
}

.fill-light\/5{
  fill: rgb(246 250 253 / 0.05);
}

.fill-light\/50{
  fill: rgb(246 250 253 / 0.5);
}

.fill-light\/60{
  fill: rgb(246 250 253 / 0.6);
}

.fill-light\/70{
  fill: rgb(246 250 253 / 0.7);
}

.fill-light\/75{
  fill: rgb(246 250 253 / 0.75);
}

.fill-light\/80{
  fill: rgb(246 250 253 / 0.8);
}

.fill-light\/90{
  fill: rgb(246 250 253 / 0.9);
}

.fill-light\/95{
  fill: rgb(246 250 253 / 0.95);
}

.fill-maroon{
  fill: #974037;
}

.fill-maroon\/0{
  fill: rgb(151 64 55 / 0);
}

.fill-maroon\/10{
  fill: rgb(151 64 55 / 0.1);
}

.fill-maroon\/100{
  fill: rgb(151 64 55 / 1);
}

.fill-maroon\/20{
  fill: rgb(151 64 55 / 0.2);
}

.fill-maroon\/25{
  fill: rgb(151 64 55 / 0.25);
}

.fill-maroon\/30{
  fill: rgb(151 64 55 / 0.3);
}

.fill-maroon\/40{
  fill: rgb(151 64 55 / 0.4);
}

.fill-maroon\/5{
  fill: rgb(151 64 55 / 0.05);
}

.fill-maroon\/50{
  fill: rgb(151 64 55 / 0.5);
}

.fill-maroon\/60{
  fill: rgb(151 64 55 / 0.6);
}

.fill-maroon\/70{
  fill: rgb(151 64 55 / 0.7);
}

.fill-maroon\/75{
  fill: rgb(151 64 55 / 0.75);
}

.fill-maroon\/80{
  fill: rgb(151 64 55 / 0.8);
}

.fill-maroon\/90{
  fill: rgb(151 64 55 / 0.9);
}

.fill-maroon\/95{
  fill: rgb(151 64 55 / 0.95);
}

.fill-orange{
  fill: #eb7742;
}

.fill-orange-100{
  fill: #F8D2C0;
}

.fill-orange-100\/0{
  fill: rgb(248 210 192 / 0);
}

.fill-orange-100\/10{
  fill: rgb(248 210 192 / 0.1);
}

.fill-orange-100\/100{
  fill: rgb(248 210 192 / 1);
}

.fill-orange-100\/20{
  fill: rgb(248 210 192 / 0.2);
}

.fill-orange-100\/25{
  fill: rgb(248 210 192 / 0.25);
}

.fill-orange-100\/30{
  fill: rgb(248 210 192 / 0.3);
}

.fill-orange-100\/40{
  fill: rgb(248 210 192 / 0.4);
}

.fill-orange-100\/5{
  fill: rgb(248 210 192 / 0.05);
}

.fill-orange-100\/50{
  fill: rgb(248 210 192 / 0.5);
}

.fill-orange-100\/60{
  fill: rgb(248 210 192 / 0.6);
}

.fill-orange-100\/70{
  fill: rgb(248 210 192 / 0.7);
}

.fill-orange-100\/75{
  fill: rgb(248 210 192 / 0.75);
}

.fill-orange-100\/80{
  fill: rgb(248 210 192 / 0.8);
}

.fill-orange-100\/90{
  fill: rgb(248 210 192 / 0.9);
}

.fill-orange-100\/95{
  fill: rgb(248 210 192 / 0.95);
}

.fill-orange-1000{
  fill: #2f180d;
}

.fill-orange-1000\/0{
  fill: rgb(47 24 13 / 0);
}

.fill-orange-1000\/10{
  fill: rgb(47 24 13 / 0.1);
}

.fill-orange-1000\/100{
  fill: rgb(47 24 13 / 1);
}

.fill-orange-1000\/20{
  fill: rgb(47 24 13 / 0.2);
}

.fill-orange-1000\/25{
  fill: rgb(47 24 13 / 0.25);
}

.fill-orange-1000\/30{
  fill: rgb(47 24 13 / 0.3);
}

.fill-orange-1000\/40{
  fill: rgb(47 24 13 / 0.4);
}

.fill-orange-1000\/5{
  fill: rgb(47 24 13 / 0.05);
}

.fill-orange-1000\/50{
  fill: rgb(47 24 13 / 0.5);
}

.fill-orange-1000\/60{
  fill: rgb(47 24 13 / 0.6);
}

.fill-orange-1000\/70{
  fill: rgb(47 24 13 / 0.7);
}

.fill-orange-1000\/75{
  fill: rgb(47 24 13 / 0.75);
}

.fill-orange-1000\/80{
  fill: rgb(47 24 13 / 0.8);
}

.fill-orange-1000\/90{
  fill: rgb(47 24 13 / 0.9);
}

.fill-orange-1000\/95{
  fill: rgb(47 24 13 / 0.95);
}

.fill-orange-200{
  fill: #f5bba1;
}

.fill-orange-200\/0{
  fill: rgb(245 187 161 / 0);
}

.fill-orange-200\/10{
  fill: rgb(245 187 161 / 0.1);
}

.fill-orange-200\/100{
  fill: rgb(245 187 161 / 1);
}

.fill-orange-200\/20{
  fill: rgb(245 187 161 / 0.2);
}

.fill-orange-200\/25{
  fill: rgb(245 187 161 / 0.25);
}

.fill-orange-200\/30{
  fill: rgb(245 187 161 / 0.3);
}

.fill-orange-200\/40{
  fill: rgb(245 187 161 / 0.4);
}

.fill-orange-200\/5{
  fill: rgb(245 187 161 / 0.05);
}

.fill-orange-200\/50{
  fill: rgb(245 187 161 / 0.5);
}

.fill-orange-200\/60{
  fill: rgb(245 187 161 / 0.6);
}

.fill-orange-200\/70{
  fill: rgb(245 187 161 / 0.7);
}

.fill-orange-200\/75{
  fill: rgb(245 187 161 / 0.75);
}

.fill-orange-200\/80{
  fill: rgb(245 187 161 / 0.8);
}

.fill-orange-200\/90{
  fill: rgb(245 187 161 / 0.9);
}

.fill-orange-200\/95{
  fill: rgb(245 187 161 / 0.95);
}

.fill-orange-300{
  fill: #f2a481;
}

.fill-orange-300\/0{
  fill: rgb(242 164 129 / 0);
}

.fill-orange-300\/10{
  fill: rgb(242 164 129 / 0.1);
}

.fill-orange-300\/100{
  fill: rgb(242 164 129 / 1);
}

.fill-orange-300\/20{
  fill: rgb(242 164 129 / 0.2);
}

.fill-orange-300\/25{
  fill: rgb(242 164 129 / 0.25);
}

.fill-orange-300\/30{
  fill: rgb(242 164 129 / 0.3);
}

.fill-orange-300\/40{
  fill: rgb(242 164 129 / 0.4);
}

.fill-orange-300\/5{
  fill: rgb(242 164 129 / 0.05);
}

.fill-orange-300\/50{
  fill: rgb(242 164 129 / 0.5);
}

.fill-orange-300\/60{
  fill: rgb(242 164 129 / 0.6);
}

.fill-orange-300\/70{
  fill: rgb(242 164 129 / 0.7);
}

.fill-orange-300\/75{
  fill: rgb(242 164 129 / 0.75);
}

.fill-orange-300\/80{
  fill: rgb(242 164 129 / 0.8);
}

.fill-orange-300\/90{
  fill: rgb(242 164 129 / 0.9);
}

.fill-orange-300\/95{
  fill: rgb(242 164 129 / 0.95);
}

.fill-orange-400{
  fill: #EE8E62;
}

.fill-orange-400\/0{
  fill: rgb(238 142 98 / 0);
}

.fill-orange-400\/10{
  fill: rgb(238 142 98 / 0.1);
}

.fill-orange-400\/100{
  fill: rgb(238 142 98 / 1);
}

.fill-orange-400\/20{
  fill: rgb(238 142 98 / 0.2);
}

.fill-orange-400\/25{
  fill: rgb(238 142 98 / 0.25);
}

.fill-orange-400\/30{
  fill: rgb(238 142 98 / 0.3);
}

.fill-orange-400\/40{
  fill: rgb(238 142 98 / 0.4);
}

.fill-orange-400\/5{
  fill: rgb(238 142 98 / 0.05);
}

.fill-orange-400\/50{
  fill: rgb(238 142 98 / 0.5);
}

.fill-orange-400\/60{
  fill: rgb(238 142 98 / 0.6);
}

.fill-orange-400\/70{
  fill: rgb(238 142 98 / 0.7);
}

.fill-orange-400\/75{
  fill: rgb(238 142 98 / 0.75);
}

.fill-orange-400\/80{
  fill: rgb(238 142 98 / 0.8);
}

.fill-orange-400\/90{
  fill: rgb(238 142 98 / 0.9);
}

.fill-orange-400\/95{
  fill: rgb(238 142 98 / 0.95);
}

.fill-orange-50{
  fill: #FBE4D9;
}

.fill-orange-50\/0{
  fill: rgb(251 228 217 / 0);
}

.fill-orange-50\/10{
  fill: rgb(251 228 217 / 0.1);
}

.fill-orange-50\/100{
  fill: rgb(251 228 217 / 1);
}

.fill-orange-50\/20{
  fill: rgb(251 228 217 / 0.2);
}

.fill-orange-50\/25{
  fill: rgb(251 228 217 / 0.25);
}

.fill-orange-50\/30{
  fill: rgb(251 228 217 / 0.3);
}

.fill-orange-50\/40{
  fill: rgb(251 228 217 / 0.4);
}

.fill-orange-50\/5{
  fill: rgb(251 228 217 / 0.05);
}

.fill-orange-50\/50{
  fill: rgb(251 228 217 / 0.5);
}

.fill-orange-50\/60{
  fill: rgb(251 228 217 / 0.6);
}

.fill-orange-50\/70{
  fill: rgb(251 228 217 / 0.7);
}

.fill-orange-50\/75{
  fill: rgb(251 228 217 / 0.75);
}

.fill-orange-50\/80{
  fill: rgb(251 228 217 / 0.8);
}

.fill-orange-50\/90{
  fill: rgb(251 228 217 / 0.9);
}

.fill-orange-50\/95{
  fill: rgb(251 228 217 / 0.95);
}

.fill-orange-500{
  fill: #eb7742;
}

.fill-orange-500\/0{
  fill: rgb(235 119 66 / 0);
}

.fill-orange-500\/10{
  fill: rgb(235 119 66 / 0.1);
}

.fill-orange-500\/100{
  fill: rgb(235 119 66 / 1);
}

.fill-orange-500\/20{
  fill: rgb(235 119 66 / 0.2);
}

.fill-orange-500\/25{
  fill: rgb(235 119 66 / 0.25);
}

.fill-orange-500\/30{
  fill: rgb(235 119 66 / 0.3);
}

.fill-orange-500\/40{
  fill: rgb(235 119 66 / 0.4);
}

.fill-orange-500\/5{
  fill: rgb(235 119 66 / 0.05);
}

.fill-orange-500\/50{
  fill: rgb(235 119 66 / 0.5);
}

.fill-orange-500\/60{
  fill: rgb(235 119 66 / 0.6);
}

.fill-orange-500\/70{
  fill: rgb(235 119 66 / 0.7);
}

.fill-orange-500\/75{
  fill: rgb(235 119 66 / 0.75);
}

.fill-orange-500\/80{
  fill: rgb(235 119 66 / 0.8);
}

.fill-orange-500\/90{
  fill: rgb(235 119 66 / 0.9);
}

.fill-orange-500\/95{
  fill: rgb(235 119 66 / 0.95);
}

.fill-orange-600{
  fill: #c46337;
}

.fill-orange-600\/0{
  fill: rgb(196 99 55 / 0);
}

.fill-orange-600\/10{
  fill: rgb(196 99 55 / 0.1);
}

.fill-orange-600\/100{
  fill: rgb(196 99 55 / 1);
}

.fill-orange-600\/20{
  fill: rgb(196 99 55 / 0.2);
}

.fill-orange-600\/25{
  fill: rgb(196 99 55 / 0.25);
}

.fill-orange-600\/30{
  fill: rgb(196 99 55 / 0.3);
}

.fill-orange-600\/40{
  fill: rgb(196 99 55 / 0.4);
}

.fill-orange-600\/5{
  fill: rgb(196 99 55 / 0.05);
}

.fill-orange-600\/50{
  fill: rgb(196 99 55 / 0.5);
}

.fill-orange-600\/60{
  fill: rgb(196 99 55 / 0.6);
}

.fill-orange-600\/70{
  fill: rgb(196 99 55 / 0.7);
}

.fill-orange-600\/75{
  fill: rgb(196 99 55 / 0.75);
}

.fill-orange-600\/80{
  fill: rgb(196 99 55 / 0.8);
}

.fill-orange-600\/90{
  fill: rgb(196 99 55 / 0.9);
}

.fill-orange-600\/95{
  fill: rgb(196 99 55 / 0.95);
}

.fill-orange-700{
  fill: #9d4f2c;
}

.fill-orange-700\/0{
  fill: rgb(157 79 44 / 0);
}

.fill-orange-700\/10{
  fill: rgb(157 79 44 / 0.1);
}

.fill-orange-700\/100{
  fill: rgb(157 79 44 / 1);
}

.fill-orange-700\/20{
  fill: rgb(157 79 44 / 0.2);
}

.fill-orange-700\/25{
  fill: rgb(157 79 44 / 0.25);
}

.fill-orange-700\/30{
  fill: rgb(157 79 44 / 0.3);
}

.fill-orange-700\/40{
  fill: rgb(157 79 44 / 0.4);
}

.fill-orange-700\/5{
  fill: rgb(157 79 44 / 0.05);
}

.fill-orange-700\/50{
  fill: rgb(157 79 44 / 0.5);
}

.fill-orange-700\/60{
  fill: rgb(157 79 44 / 0.6);
}

.fill-orange-700\/70{
  fill: rgb(157 79 44 / 0.7);
}

.fill-orange-700\/75{
  fill: rgb(157 79 44 / 0.75);
}

.fill-orange-700\/80{
  fill: rgb(157 79 44 / 0.8);
}

.fill-orange-700\/90{
  fill: rgb(157 79 44 / 0.9);
}

.fill-orange-700\/95{
  fill: rgb(157 79 44 / 0.95);
}

.fill-orange-800{
  fill: #763c21;
}

.fill-orange-800\/0{
  fill: rgb(118 60 33 / 0);
}

.fill-orange-800\/10{
  fill: rgb(118 60 33 / 0.1);
}

.fill-orange-800\/100{
  fill: rgb(118 60 33 / 1);
}

.fill-orange-800\/20{
  fill: rgb(118 60 33 / 0.2);
}

.fill-orange-800\/25{
  fill: rgb(118 60 33 / 0.25);
}

.fill-orange-800\/30{
  fill: rgb(118 60 33 / 0.3);
}

.fill-orange-800\/40{
  fill: rgb(118 60 33 / 0.4);
}

.fill-orange-800\/5{
  fill: rgb(118 60 33 / 0.05);
}

.fill-orange-800\/50{
  fill: rgb(118 60 33 / 0.5);
}

.fill-orange-800\/60{
  fill: rgb(118 60 33 / 0.6);
}

.fill-orange-800\/70{
  fill: rgb(118 60 33 / 0.7);
}

.fill-orange-800\/75{
  fill: rgb(118 60 33 / 0.75);
}

.fill-orange-800\/80{
  fill: rgb(118 60 33 / 0.8);
}

.fill-orange-800\/90{
  fill: rgb(118 60 33 / 0.9);
}

.fill-orange-800\/95{
  fill: rgb(118 60 33 / 0.95);
}

.fill-orange-900{
  fill: #4e2816;
}

.fill-orange-900\/0{
  fill: rgb(78 40 22 / 0);
}

.fill-orange-900\/10{
  fill: rgb(78 40 22 / 0.1);
}

.fill-orange-900\/100{
  fill: rgb(78 40 22 / 1);
}

.fill-orange-900\/20{
  fill: rgb(78 40 22 / 0.2);
}

.fill-orange-900\/25{
  fill: rgb(78 40 22 / 0.25);
}

.fill-orange-900\/30{
  fill: rgb(78 40 22 / 0.3);
}

.fill-orange-900\/40{
  fill: rgb(78 40 22 / 0.4);
}

.fill-orange-900\/5{
  fill: rgb(78 40 22 / 0.05);
}

.fill-orange-900\/50{
  fill: rgb(78 40 22 / 0.5);
}

.fill-orange-900\/60{
  fill: rgb(78 40 22 / 0.6);
}

.fill-orange-900\/70{
  fill: rgb(78 40 22 / 0.7);
}

.fill-orange-900\/75{
  fill: rgb(78 40 22 / 0.75);
}

.fill-orange-900\/80{
  fill: rgb(78 40 22 / 0.8);
}

.fill-orange-900\/90{
  fill: rgb(78 40 22 / 0.9);
}

.fill-orange-900\/95{
  fill: rgb(78 40 22 / 0.95);
}

.fill-orange\/0{
  fill: rgb(235 119 66 / 0);
}

.fill-orange\/10{
  fill: rgb(235 119 66 / 0.1);
}

.fill-orange\/100{
  fill: rgb(235 119 66 / 1);
}

.fill-orange\/20{
  fill: rgb(235 119 66 / 0.2);
}

.fill-orange\/25{
  fill: rgb(235 119 66 / 0.25);
}

.fill-orange\/30{
  fill: rgb(235 119 66 / 0.3);
}

.fill-orange\/40{
  fill: rgb(235 119 66 / 0.4);
}

.fill-orange\/5{
  fill: rgb(235 119 66 / 0.05);
}

.fill-orange\/50{
  fill: rgb(235 119 66 / 0.5);
}

.fill-orange\/60{
  fill: rgb(235 119 66 / 0.6);
}

.fill-orange\/70{
  fill: rgb(235 119 66 / 0.7);
}

.fill-orange\/75{
  fill: rgb(235 119 66 / 0.75);
}

.fill-orange\/80{
  fill: rgb(235 119 66 / 0.8);
}

.fill-orange\/90{
  fill: rgb(235 119 66 / 0.9);
}

.fill-orange\/95{
  fill: rgb(235 119 66 / 0.95);
}

.fill-primary{
  fill: #eb7742;
}

.fill-primary\/0{
  fill: rgb(235 119 66 / 0);
}

.fill-primary\/10{
  fill: rgb(235 119 66 / 0.1);
}

.fill-primary\/100{
  fill: rgb(235 119 66 / 1);
}

.fill-primary\/20{
  fill: rgb(235 119 66 / 0.2);
}

.fill-primary\/25{
  fill: rgb(235 119 66 / 0.25);
}

.fill-primary\/30{
  fill: rgb(235 119 66 / 0.3);
}

.fill-primary\/40{
  fill: rgb(235 119 66 / 0.4);
}

.fill-primary\/5{
  fill: rgb(235 119 66 / 0.05);
}

.fill-primary\/50{
  fill: rgb(235 119 66 / 0.5);
}

.fill-primary\/60{
  fill: rgb(235 119 66 / 0.6);
}

.fill-primary\/70{
  fill: rgb(235 119 66 / 0.7);
}

.fill-primary\/75{
  fill: rgb(235 119 66 / 0.75);
}

.fill-primary\/80{
  fill: rgb(235 119 66 / 0.8);
}

.fill-primary\/90{
  fill: rgb(235 119 66 / 0.9);
}

.fill-primary\/95{
  fill: rgb(235 119 66 / 0.95);
}

.fill-purple{
  fill: #332f66;
}

.fill-purple-100{
  fill: #bbbacc;
}

.fill-purple-100\/0{
  fill: rgb(187 186 204 / 0);
}

.fill-purple-100\/10{
  fill: rgb(187 186 204 / 0.1);
}

.fill-purple-100\/100{
  fill: rgb(187 186 204 / 1);
}

.fill-purple-100\/20{
  fill: rgb(187 186 204 / 0.2);
}

.fill-purple-100\/25{
  fill: rgb(187 186 204 / 0.25);
}

.fill-purple-100\/30{
  fill: rgb(187 186 204 / 0.3);
}

.fill-purple-100\/40{
  fill: rgb(187 186 204 / 0.4);
}

.fill-purple-100\/5{
  fill: rgb(187 186 204 / 0.05);
}

.fill-purple-100\/50{
  fill: rgb(187 186 204 / 0.5);
}

.fill-purple-100\/60{
  fill: rgb(187 186 204 / 0.6);
}

.fill-purple-100\/70{
  fill: rgb(187 186 204 / 0.7);
}

.fill-purple-100\/75{
  fill: rgb(187 186 204 / 0.75);
}

.fill-purple-100\/80{
  fill: rgb(187 186 204 / 0.8);
}

.fill-purple-100\/90{
  fill: rgb(187 186 204 / 0.9);
}

.fill-purple-100\/95{
  fill: rgb(187 186 204 / 0.95);
}

.fill-purple-1000{
  fill: #0a0914;
}

.fill-purple-1000\/0{
  fill: rgb(10 9 20 / 0);
}

.fill-purple-1000\/10{
  fill: rgb(10 9 20 / 0.1);
}

.fill-purple-1000\/100{
  fill: rgb(10 9 20 / 1);
}

.fill-purple-1000\/20{
  fill: rgb(10 9 20 / 0.2);
}

.fill-purple-1000\/25{
  fill: rgb(10 9 20 / 0.25);
}

.fill-purple-1000\/30{
  fill: rgb(10 9 20 / 0.3);
}

.fill-purple-1000\/40{
  fill: rgb(10 9 20 / 0.4);
}

.fill-purple-1000\/5{
  fill: rgb(10 9 20 / 0.05);
}

.fill-purple-1000\/50{
  fill: rgb(10 9 20 / 0.5);
}

.fill-purple-1000\/60{
  fill: rgb(10 9 20 / 0.6);
}

.fill-purple-1000\/70{
  fill: rgb(10 9 20 / 0.7);
}

.fill-purple-1000\/75{
  fill: rgb(10 9 20 / 0.75);
}

.fill-purple-1000\/80{
  fill: rgb(10 9 20 / 0.8);
}

.fill-purple-1000\/90{
  fill: rgb(10 9 20 / 0.9);
}

.fill-purple-1000\/95{
  fill: rgb(10 9 20 / 0.95);
}

.fill-purple-200{
  fill: #9997b3;
}

.fill-purple-200\/0{
  fill: rgb(153 151 179 / 0);
}

.fill-purple-200\/10{
  fill: rgb(153 151 179 / 0.1);
}

.fill-purple-200\/100{
  fill: rgb(153 151 179 / 1);
}

.fill-purple-200\/20{
  fill: rgb(153 151 179 / 0.2);
}

.fill-purple-200\/25{
  fill: rgb(153 151 179 / 0.25);
}

.fill-purple-200\/30{
  fill: rgb(153 151 179 / 0.3);
}

.fill-purple-200\/40{
  fill: rgb(153 151 179 / 0.4);
}

.fill-purple-200\/5{
  fill: rgb(153 151 179 / 0.05);
}

.fill-purple-200\/50{
  fill: rgb(153 151 179 / 0.5);
}

.fill-purple-200\/60{
  fill: rgb(153 151 179 / 0.6);
}

.fill-purple-200\/70{
  fill: rgb(153 151 179 / 0.7);
}

.fill-purple-200\/75{
  fill: rgb(153 151 179 / 0.75);
}

.fill-purple-200\/80{
  fill: rgb(153 151 179 / 0.8);
}

.fill-purple-200\/90{
  fill: rgb(153 151 179 / 0.9);
}

.fill-purple-200\/95{
  fill: rgb(153 151 179 / 0.95);
}

.fill-purple-300{
  fill: #777499;
}

.fill-purple-300\/0{
  fill: rgb(119 116 153 / 0);
}

.fill-purple-300\/10{
  fill: rgb(119 116 153 / 0.1);
}

.fill-purple-300\/100{
  fill: rgb(119 116 153 / 1);
}

.fill-purple-300\/20{
  fill: rgb(119 116 153 / 0.2);
}

.fill-purple-300\/25{
  fill: rgb(119 116 153 / 0.25);
}

.fill-purple-300\/30{
  fill: rgb(119 116 153 / 0.3);
}

.fill-purple-300\/40{
  fill: rgb(119 116 153 / 0.4);
}

.fill-purple-300\/5{
  fill: rgb(119 116 153 / 0.05);
}

.fill-purple-300\/50{
  fill: rgb(119 116 153 / 0.5);
}

.fill-purple-300\/60{
  fill: rgb(119 116 153 / 0.6);
}

.fill-purple-300\/70{
  fill: rgb(119 116 153 / 0.7);
}

.fill-purple-300\/75{
  fill: rgb(119 116 153 / 0.75);
}

.fill-purple-300\/80{
  fill: rgb(119 116 153 / 0.8);
}

.fill-purple-300\/90{
  fill: rgb(119 116 153 / 0.9);
}

.fill-purple-300\/95{
  fill: rgb(119 116 153 / 0.95);
}

.fill-purple-400{
  fill: #555280;
}

.fill-purple-400\/0{
  fill: rgb(85 82 128 / 0);
}

.fill-purple-400\/10{
  fill: rgb(85 82 128 / 0.1);
}

.fill-purple-400\/100{
  fill: rgb(85 82 128 / 1);
}

.fill-purple-400\/20{
  fill: rgb(85 82 128 / 0.2);
}

.fill-purple-400\/25{
  fill: rgb(85 82 128 / 0.25);
}

.fill-purple-400\/30{
  fill: rgb(85 82 128 / 0.3);
}

.fill-purple-400\/40{
  fill: rgb(85 82 128 / 0.4);
}

.fill-purple-400\/5{
  fill: rgb(85 82 128 / 0.05);
}

.fill-purple-400\/50{
  fill: rgb(85 82 128 / 0.5);
}

.fill-purple-400\/60{
  fill: rgb(85 82 128 / 0.6);
}

.fill-purple-400\/70{
  fill: rgb(85 82 128 / 0.7);
}

.fill-purple-400\/75{
  fill: rgb(85 82 128 / 0.75);
}

.fill-purple-400\/80{
  fill: rgb(85 82 128 / 0.8);
}

.fill-purple-400\/90{
  fill: rgb(85 82 128 / 0.9);
}

.fill-purple-400\/95{
  fill: rgb(85 82 128 / 0.95);
}

.fill-purple-50{
  fill: #d6d5e0;
}

.fill-purple-50\/0{
  fill: rgb(214 213 224 / 0);
}

.fill-purple-50\/10{
  fill: rgb(214 213 224 / 0.1);
}

.fill-purple-50\/100{
  fill: rgb(214 213 224 / 1);
}

.fill-purple-50\/20{
  fill: rgb(214 213 224 / 0.2);
}

.fill-purple-50\/25{
  fill: rgb(214 213 224 / 0.25);
}

.fill-purple-50\/30{
  fill: rgb(214 213 224 / 0.3);
}

.fill-purple-50\/40{
  fill: rgb(214 213 224 / 0.4);
}

.fill-purple-50\/5{
  fill: rgb(214 213 224 / 0.05);
}

.fill-purple-50\/50{
  fill: rgb(214 213 224 / 0.5);
}

.fill-purple-50\/60{
  fill: rgb(214 213 224 / 0.6);
}

.fill-purple-50\/70{
  fill: rgb(214 213 224 / 0.7);
}

.fill-purple-50\/75{
  fill: rgb(214 213 224 / 0.75);
}

.fill-purple-50\/80{
  fill: rgb(214 213 224 / 0.8);
}

.fill-purple-50\/90{
  fill: rgb(214 213 224 / 0.9);
}

.fill-purple-50\/95{
  fill: rgb(214 213 224 / 0.95);
}

.fill-purple-500{
  fill: #332f66;
}

.fill-purple-500\/0{
  fill: rgb(51 47 102 / 0);
}

.fill-purple-500\/10{
  fill: rgb(51 47 102 / 0.1);
}

.fill-purple-500\/100{
  fill: rgb(51 47 102 / 1);
}

.fill-purple-500\/20{
  fill: rgb(51 47 102 / 0.2);
}

.fill-purple-500\/25{
  fill: rgb(51 47 102 / 0.25);
}

.fill-purple-500\/30{
  fill: rgb(51 47 102 / 0.3);
}

.fill-purple-500\/40{
  fill: rgb(51 47 102 / 0.4);
}

.fill-purple-500\/5{
  fill: rgb(51 47 102 / 0.05);
}

.fill-purple-500\/50{
  fill: rgb(51 47 102 / 0.5);
}

.fill-purple-500\/60{
  fill: rgb(51 47 102 / 0.6);
}

.fill-purple-500\/70{
  fill: rgb(51 47 102 / 0.7);
}

.fill-purple-500\/75{
  fill: rgb(51 47 102 / 0.75);
}

.fill-purple-500\/80{
  fill: rgb(51 47 102 / 0.8);
}

.fill-purple-500\/90{
  fill: rgb(51 47 102 / 0.9);
}

.fill-purple-500\/95{
  fill: rgb(51 47 102 / 0.95);
}

.fill-purple-600{
  fill: #2b2755;
}

.fill-purple-600\/0{
  fill: rgb(43 39 85 / 0);
}

.fill-purple-600\/10{
  fill: rgb(43 39 85 / 0.1);
}

.fill-purple-600\/100{
  fill: rgb(43 39 85 / 1);
}

.fill-purple-600\/20{
  fill: rgb(43 39 85 / 0.2);
}

.fill-purple-600\/25{
  fill: rgb(43 39 85 / 0.25);
}

.fill-purple-600\/30{
  fill: rgb(43 39 85 / 0.3);
}

.fill-purple-600\/40{
  fill: rgb(43 39 85 / 0.4);
}

.fill-purple-600\/5{
  fill: rgb(43 39 85 / 0.05);
}

.fill-purple-600\/50{
  fill: rgb(43 39 85 / 0.5);
}

.fill-purple-600\/60{
  fill: rgb(43 39 85 / 0.6);
}

.fill-purple-600\/70{
  fill: rgb(43 39 85 / 0.7);
}

.fill-purple-600\/75{
  fill: rgb(43 39 85 / 0.75);
}

.fill-purple-600\/80{
  fill: rgb(43 39 85 / 0.8);
}

.fill-purple-600\/90{
  fill: rgb(43 39 85 / 0.9);
}

.fill-purple-600\/95{
  fill: rgb(43 39 85 / 0.95);
}

.fill-purple-700{
  fill: #221f44;
}

.fill-purple-700\/0{
  fill: rgb(34 31 68 / 0);
}

.fill-purple-700\/10{
  fill: rgb(34 31 68 / 0.1);
}

.fill-purple-700\/100{
  fill: rgb(34 31 68 / 1);
}

.fill-purple-700\/20{
  fill: rgb(34 31 68 / 0.2);
}

.fill-purple-700\/25{
  fill: rgb(34 31 68 / 0.25);
}

.fill-purple-700\/30{
  fill: rgb(34 31 68 / 0.3);
}

.fill-purple-700\/40{
  fill: rgb(34 31 68 / 0.4);
}

.fill-purple-700\/5{
  fill: rgb(34 31 68 / 0.05);
}

.fill-purple-700\/50{
  fill: rgb(34 31 68 / 0.5);
}

.fill-purple-700\/60{
  fill: rgb(34 31 68 / 0.6);
}

.fill-purple-700\/70{
  fill: rgb(34 31 68 / 0.7);
}

.fill-purple-700\/75{
  fill: rgb(34 31 68 / 0.75);
}

.fill-purple-700\/80{
  fill: rgb(34 31 68 / 0.8);
}

.fill-purple-700\/90{
  fill: rgb(34 31 68 / 0.9);
}

.fill-purple-700\/95{
  fill: rgb(34 31 68 / 0.95);
}

.fill-purple-800{
  fill: #1a1833;
}

.fill-purple-800\/0{
  fill: rgb(26 24 51 / 0);
}

.fill-purple-800\/10{
  fill: rgb(26 24 51 / 0.1);
}

.fill-purple-800\/100{
  fill: rgb(26 24 51 / 1);
}

.fill-purple-800\/20{
  fill: rgb(26 24 51 / 0.2);
}

.fill-purple-800\/25{
  fill: rgb(26 24 51 / 0.25);
}

.fill-purple-800\/30{
  fill: rgb(26 24 51 / 0.3);
}

.fill-purple-800\/40{
  fill: rgb(26 24 51 / 0.4);
}

.fill-purple-800\/5{
  fill: rgb(26 24 51 / 0.05);
}

.fill-purple-800\/50{
  fill: rgb(26 24 51 / 0.5);
}

.fill-purple-800\/60{
  fill: rgb(26 24 51 / 0.6);
}

.fill-purple-800\/70{
  fill: rgb(26 24 51 / 0.7);
}

.fill-purple-800\/75{
  fill: rgb(26 24 51 / 0.75);
}

.fill-purple-800\/80{
  fill: rgb(26 24 51 / 0.8);
}

.fill-purple-800\/90{
  fill: rgb(26 24 51 / 0.9);
}

.fill-purple-800\/95{
  fill: rgb(26 24 51 / 0.95);
}

.fill-purple-900{
  fill: #111022;
}

.fill-purple-900\/0{
  fill: rgb(17 16 34 / 0);
}

.fill-purple-900\/10{
  fill: rgb(17 16 34 / 0.1);
}

.fill-purple-900\/100{
  fill: rgb(17 16 34 / 1);
}

.fill-purple-900\/20{
  fill: rgb(17 16 34 / 0.2);
}

.fill-purple-900\/25{
  fill: rgb(17 16 34 / 0.25);
}

.fill-purple-900\/30{
  fill: rgb(17 16 34 / 0.3);
}

.fill-purple-900\/40{
  fill: rgb(17 16 34 / 0.4);
}

.fill-purple-900\/5{
  fill: rgb(17 16 34 / 0.05);
}

.fill-purple-900\/50{
  fill: rgb(17 16 34 / 0.5);
}

.fill-purple-900\/60{
  fill: rgb(17 16 34 / 0.6);
}

.fill-purple-900\/70{
  fill: rgb(17 16 34 / 0.7);
}

.fill-purple-900\/75{
  fill: rgb(17 16 34 / 0.75);
}

.fill-purple-900\/80{
  fill: rgb(17 16 34 / 0.8);
}

.fill-purple-900\/90{
  fill: rgb(17 16 34 / 0.9);
}

.fill-purple-900\/95{
  fill: rgb(17 16 34 / 0.95);
}

.fill-purple-950{
  fill: #3b0764;
}

.fill-purple-950\/0{
  fill: rgb(59 7 100 / 0);
}

.fill-purple-950\/10{
  fill: rgb(59 7 100 / 0.1);
}

.fill-purple-950\/100{
  fill: rgb(59 7 100 / 1);
}

.fill-purple-950\/20{
  fill: rgb(59 7 100 / 0.2);
}

.fill-purple-950\/25{
  fill: rgb(59 7 100 / 0.25);
}

.fill-purple-950\/30{
  fill: rgb(59 7 100 / 0.3);
}

.fill-purple-950\/40{
  fill: rgb(59 7 100 / 0.4);
}

.fill-purple-950\/5{
  fill: rgb(59 7 100 / 0.05);
}

.fill-purple-950\/50{
  fill: rgb(59 7 100 / 0.5);
}

.fill-purple-950\/60{
  fill: rgb(59 7 100 / 0.6);
}

.fill-purple-950\/70{
  fill: rgb(59 7 100 / 0.7);
}

.fill-purple-950\/75{
  fill: rgb(59 7 100 / 0.75);
}

.fill-purple-950\/80{
  fill: rgb(59 7 100 / 0.8);
}

.fill-purple-950\/90{
  fill: rgb(59 7 100 / 0.9);
}

.fill-purple-950\/95{
  fill: rgb(59 7 100 / 0.95);
}

.fill-purple\/0{
  fill: rgb(51 47 102 / 0);
}

.fill-purple\/10{
  fill: rgb(51 47 102 / 0.1);
}

.fill-purple\/100{
  fill: rgb(51 47 102 / 1);
}

.fill-purple\/20{
  fill: rgb(51 47 102 / 0.2);
}

.fill-purple\/25{
  fill: rgb(51 47 102 / 0.25);
}

.fill-purple\/30{
  fill: rgb(51 47 102 / 0.3);
}

.fill-purple\/40{
  fill: rgb(51 47 102 / 0.4);
}

.fill-purple\/5{
  fill: rgb(51 47 102 / 0.05);
}

.fill-purple\/50{
  fill: rgb(51 47 102 / 0.5);
}

.fill-purple\/60{
  fill: rgb(51 47 102 / 0.6);
}

.fill-purple\/70{
  fill: rgb(51 47 102 / 0.7);
}

.fill-purple\/75{
  fill: rgb(51 47 102 / 0.75);
}

.fill-purple\/80{
  fill: rgb(51 47 102 / 0.8);
}

.fill-purple\/90{
  fill: rgb(51 47 102 / 0.9);
}

.fill-purple\/95{
  fill: rgb(51 47 102 / 0.95);
}

.fill-red{
  fill: #DA3D2A;
}

.fill-red-100{
  fill: #fee2e2;
}

.fill-red-100\/0{
  fill: rgb(254 226 226 / 0);
}

.fill-red-100\/10{
  fill: rgb(254 226 226 / 0.1);
}

.fill-red-100\/100{
  fill: rgb(254 226 226 / 1);
}

.fill-red-100\/20{
  fill: rgb(254 226 226 / 0.2);
}

.fill-red-100\/25{
  fill: rgb(254 226 226 / 0.25);
}

.fill-red-100\/30{
  fill: rgb(254 226 226 / 0.3);
}

.fill-red-100\/40{
  fill: rgb(254 226 226 / 0.4);
}

.fill-red-100\/5{
  fill: rgb(254 226 226 / 0.05);
}

.fill-red-100\/50{
  fill: rgb(254 226 226 / 0.5);
}

.fill-red-100\/60{
  fill: rgb(254 226 226 / 0.6);
}

.fill-red-100\/70{
  fill: rgb(254 226 226 / 0.7);
}

.fill-red-100\/75{
  fill: rgb(254 226 226 / 0.75);
}

.fill-red-100\/80{
  fill: rgb(254 226 226 / 0.8);
}

.fill-red-100\/90{
  fill: rgb(254 226 226 / 0.9);
}

.fill-red-100\/95{
  fill: rgb(254 226 226 / 0.95);
}

.fill-red-200{
  fill: #fecaca;
}

.fill-red-200\/0{
  fill: rgb(254 202 202 / 0);
}

.fill-red-200\/10{
  fill: rgb(254 202 202 / 0.1);
}

.fill-red-200\/100{
  fill: rgb(254 202 202 / 1);
}

.fill-red-200\/20{
  fill: rgb(254 202 202 / 0.2);
}

.fill-red-200\/25{
  fill: rgb(254 202 202 / 0.25);
}

.fill-red-200\/30{
  fill: rgb(254 202 202 / 0.3);
}

.fill-red-200\/40{
  fill: rgb(254 202 202 / 0.4);
}

.fill-red-200\/5{
  fill: rgb(254 202 202 / 0.05);
}

.fill-red-200\/50{
  fill: rgb(254 202 202 / 0.5);
}

.fill-red-200\/60{
  fill: rgb(254 202 202 / 0.6);
}

.fill-red-200\/70{
  fill: rgb(254 202 202 / 0.7);
}

.fill-red-200\/75{
  fill: rgb(254 202 202 / 0.75);
}

.fill-red-200\/80{
  fill: rgb(254 202 202 / 0.8);
}

.fill-red-200\/90{
  fill: rgb(254 202 202 / 0.9);
}

.fill-red-200\/95{
  fill: rgb(254 202 202 / 0.95);
}

.fill-red-300{
  fill: #fca5a5;
}

.fill-red-300\/0{
  fill: rgb(252 165 165 / 0);
}

.fill-red-300\/10{
  fill: rgb(252 165 165 / 0.1);
}

.fill-red-300\/100{
  fill: rgb(252 165 165 / 1);
}

.fill-red-300\/20{
  fill: rgb(252 165 165 / 0.2);
}

.fill-red-300\/25{
  fill: rgb(252 165 165 / 0.25);
}

.fill-red-300\/30{
  fill: rgb(252 165 165 / 0.3);
}

.fill-red-300\/40{
  fill: rgb(252 165 165 / 0.4);
}

.fill-red-300\/5{
  fill: rgb(252 165 165 / 0.05);
}

.fill-red-300\/50{
  fill: rgb(252 165 165 / 0.5);
}

.fill-red-300\/60{
  fill: rgb(252 165 165 / 0.6);
}

.fill-red-300\/70{
  fill: rgb(252 165 165 / 0.7);
}

.fill-red-300\/75{
  fill: rgb(252 165 165 / 0.75);
}

.fill-red-300\/80{
  fill: rgb(252 165 165 / 0.8);
}

.fill-red-300\/90{
  fill: rgb(252 165 165 / 0.9);
}

.fill-red-300\/95{
  fill: rgb(252 165 165 / 0.95);
}

.fill-red-400{
  fill: #f87171;
}

.fill-red-400\/0{
  fill: rgb(248 113 113 / 0);
}

.fill-red-400\/10{
  fill: rgb(248 113 113 / 0.1);
}

.fill-red-400\/100{
  fill: rgb(248 113 113 / 1);
}

.fill-red-400\/20{
  fill: rgb(248 113 113 / 0.2);
}

.fill-red-400\/25{
  fill: rgb(248 113 113 / 0.25);
}

.fill-red-400\/30{
  fill: rgb(248 113 113 / 0.3);
}

.fill-red-400\/40{
  fill: rgb(248 113 113 / 0.4);
}

.fill-red-400\/5{
  fill: rgb(248 113 113 / 0.05);
}

.fill-red-400\/50{
  fill: rgb(248 113 113 / 0.5);
}

.fill-red-400\/60{
  fill: rgb(248 113 113 / 0.6);
}

.fill-red-400\/70{
  fill: rgb(248 113 113 / 0.7);
}

.fill-red-400\/75{
  fill: rgb(248 113 113 / 0.75);
}

.fill-red-400\/80{
  fill: rgb(248 113 113 / 0.8);
}

.fill-red-400\/90{
  fill: rgb(248 113 113 / 0.9);
}

.fill-red-400\/95{
  fill: rgb(248 113 113 / 0.95);
}

.fill-red-50{
  fill: #fef2f2;
}

.fill-red-50\/0{
  fill: rgb(254 242 242 / 0);
}

.fill-red-50\/10{
  fill: rgb(254 242 242 / 0.1);
}

.fill-red-50\/100{
  fill: rgb(254 242 242 / 1);
}

.fill-red-50\/20{
  fill: rgb(254 242 242 / 0.2);
}

.fill-red-50\/25{
  fill: rgb(254 242 242 / 0.25);
}

.fill-red-50\/30{
  fill: rgb(254 242 242 / 0.3);
}

.fill-red-50\/40{
  fill: rgb(254 242 242 / 0.4);
}

.fill-red-50\/5{
  fill: rgb(254 242 242 / 0.05);
}

.fill-red-50\/50{
  fill: rgb(254 242 242 / 0.5);
}

.fill-red-50\/60{
  fill: rgb(254 242 242 / 0.6);
}

.fill-red-50\/70{
  fill: rgb(254 242 242 / 0.7);
}

.fill-red-50\/75{
  fill: rgb(254 242 242 / 0.75);
}

.fill-red-50\/80{
  fill: rgb(254 242 242 / 0.8);
}

.fill-red-50\/90{
  fill: rgb(254 242 242 / 0.9);
}

.fill-red-50\/95{
  fill: rgb(254 242 242 / 0.95);
}

.fill-red-500{
  fill: #ef4444;
}

.fill-red-500\/0{
  fill: rgb(239 68 68 / 0);
}

.fill-red-500\/10{
  fill: rgb(239 68 68 / 0.1);
}

.fill-red-500\/100{
  fill: rgb(239 68 68 / 1);
}

.fill-red-500\/20{
  fill: rgb(239 68 68 / 0.2);
}

.fill-red-500\/25{
  fill: rgb(239 68 68 / 0.25);
}

.fill-red-500\/30{
  fill: rgb(239 68 68 / 0.3);
}

.fill-red-500\/40{
  fill: rgb(239 68 68 / 0.4);
}

.fill-red-500\/5{
  fill: rgb(239 68 68 / 0.05);
}

.fill-red-500\/50{
  fill: rgb(239 68 68 / 0.5);
}

.fill-red-500\/60{
  fill: rgb(239 68 68 / 0.6);
}

.fill-red-500\/70{
  fill: rgb(239 68 68 / 0.7);
}

.fill-red-500\/75{
  fill: rgb(239 68 68 / 0.75);
}

.fill-red-500\/80{
  fill: rgb(239 68 68 / 0.8);
}

.fill-red-500\/90{
  fill: rgb(239 68 68 / 0.9);
}

.fill-red-500\/95{
  fill: rgb(239 68 68 / 0.95);
}

.fill-red-600{
  fill: #dc2626;
}

.fill-red-600\/0{
  fill: rgb(220 38 38 / 0);
}

.fill-red-600\/10{
  fill: rgb(220 38 38 / 0.1);
}

.fill-red-600\/100{
  fill: rgb(220 38 38 / 1);
}

.fill-red-600\/20{
  fill: rgb(220 38 38 / 0.2);
}

.fill-red-600\/25{
  fill: rgb(220 38 38 / 0.25);
}

.fill-red-600\/30{
  fill: rgb(220 38 38 / 0.3);
}

.fill-red-600\/40{
  fill: rgb(220 38 38 / 0.4);
}

.fill-red-600\/5{
  fill: rgb(220 38 38 / 0.05);
}

.fill-red-600\/50{
  fill: rgb(220 38 38 / 0.5);
}

.fill-red-600\/60{
  fill: rgb(220 38 38 / 0.6);
}

.fill-red-600\/70{
  fill: rgb(220 38 38 / 0.7);
}

.fill-red-600\/75{
  fill: rgb(220 38 38 / 0.75);
}

.fill-red-600\/80{
  fill: rgb(220 38 38 / 0.8);
}

.fill-red-600\/90{
  fill: rgb(220 38 38 / 0.9);
}

.fill-red-600\/95{
  fill: rgb(220 38 38 / 0.95);
}

.fill-red-700{
  fill: #b91c1c;
}

.fill-red-700\/0{
  fill: rgb(185 28 28 / 0);
}

.fill-red-700\/10{
  fill: rgb(185 28 28 / 0.1);
}

.fill-red-700\/100{
  fill: rgb(185 28 28 / 1);
}

.fill-red-700\/20{
  fill: rgb(185 28 28 / 0.2);
}

.fill-red-700\/25{
  fill: rgb(185 28 28 / 0.25);
}

.fill-red-700\/30{
  fill: rgb(185 28 28 / 0.3);
}

.fill-red-700\/40{
  fill: rgb(185 28 28 / 0.4);
}

.fill-red-700\/5{
  fill: rgb(185 28 28 / 0.05);
}

.fill-red-700\/50{
  fill: rgb(185 28 28 / 0.5);
}

.fill-red-700\/60{
  fill: rgb(185 28 28 / 0.6);
}

.fill-red-700\/70{
  fill: rgb(185 28 28 / 0.7);
}

.fill-red-700\/75{
  fill: rgb(185 28 28 / 0.75);
}

.fill-red-700\/80{
  fill: rgb(185 28 28 / 0.8);
}

.fill-red-700\/90{
  fill: rgb(185 28 28 / 0.9);
}

.fill-red-700\/95{
  fill: rgb(185 28 28 / 0.95);
}

.fill-red-800{
  fill: #991b1b;
}

.fill-red-800\/0{
  fill: rgb(153 27 27 / 0);
}

.fill-red-800\/10{
  fill: rgb(153 27 27 / 0.1);
}

.fill-red-800\/100{
  fill: rgb(153 27 27 / 1);
}

.fill-red-800\/20{
  fill: rgb(153 27 27 / 0.2);
}

.fill-red-800\/25{
  fill: rgb(153 27 27 / 0.25);
}

.fill-red-800\/30{
  fill: rgb(153 27 27 / 0.3);
}

.fill-red-800\/40{
  fill: rgb(153 27 27 / 0.4);
}

.fill-red-800\/5{
  fill: rgb(153 27 27 / 0.05);
}

.fill-red-800\/50{
  fill: rgb(153 27 27 / 0.5);
}

.fill-red-800\/60{
  fill: rgb(153 27 27 / 0.6);
}

.fill-red-800\/70{
  fill: rgb(153 27 27 / 0.7);
}

.fill-red-800\/75{
  fill: rgb(153 27 27 / 0.75);
}

.fill-red-800\/80{
  fill: rgb(153 27 27 / 0.8);
}

.fill-red-800\/90{
  fill: rgb(153 27 27 / 0.9);
}

.fill-red-800\/95{
  fill: rgb(153 27 27 / 0.95);
}

.fill-red-900{
  fill: #7f1d1d;
}

.fill-red-900\/0{
  fill: rgb(127 29 29 / 0);
}

.fill-red-900\/10{
  fill: rgb(127 29 29 / 0.1);
}

.fill-red-900\/100{
  fill: rgb(127 29 29 / 1);
}

.fill-red-900\/20{
  fill: rgb(127 29 29 / 0.2);
}

.fill-red-900\/25{
  fill: rgb(127 29 29 / 0.25);
}

.fill-red-900\/30{
  fill: rgb(127 29 29 / 0.3);
}

.fill-red-900\/40{
  fill: rgb(127 29 29 / 0.4);
}

.fill-red-900\/5{
  fill: rgb(127 29 29 / 0.05);
}

.fill-red-900\/50{
  fill: rgb(127 29 29 / 0.5);
}

.fill-red-900\/60{
  fill: rgb(127 29 29 / 0.6);
}

.fill-red-900\/70{
  fill: rgb(127 29 29 / 0.7);
}

.fill-red-900\/75{
  fill: rgb(127 29 29 / 0.75);
}

.fill-red-900\/80{
  fill: rgb(127 29 29 / 0.8);
}

.fill-red-900\/90{
  fill: rgb(127 29 29 / 0.9);
}

.fill-red-900\/95{
  fill: rgb(127 29 29 / 0.95);
}

.fill-red-950{
  fill: #450a0a;
}

.fill-red-950\/0{
  fill: rgb(69 10 10 / 0);
}

.fill-red-950\/10{
  fill: rgb(69 10 10 / 0.1);
}

.fill-red-950\/100{
  fill: rgb(69 10 10 / 1);
}

.fill-red-950\/20{
  fill: rgb(69 10 10 / 0.2);
}

.fill-red-950\/25{
  fill: rgb(69 10 10 / 0.25);
}

.fill-red-950\/30{
  fill: rgb(69 10 10 / 0.3);
}

.fill-red-950\/40{
  fill: rgb(69 10 10 / 0.4);
}

.fill-red-950\/5{
  fill: rgb(69 10 10 / 0.05);
}

.fill-red-950\/50{
  fill: rgb(69 10 10 / 0.5);
}

.fill-red-950\/60{
  fill: rgb(69 10 10 / 0.6);
}

.fill-red-950\/70{
  fill: rgb(69 10 10 / 0.7);
}

.fill-red-950\/75{
  fill: rgb(69 10 10 / 0.75);
}

.fill-red-950\/80{
  fill: rgb(69 10 10 / 0.8);
}

.fill-red-950\/90{
  fill: rgb(69 10 10 / 0.9);
}

.fill-red-950\/95{
  fill: rgb(69 10 10 / 0.95);
}

.fill-red\/0{
  fill: rgb(218 61 42 / 0);
}

.fill-red\/10{
  fill: rgb(218 61 42 / 0.1);
}

.fill-red\/100{
  fill: rgb(218 61 42 / 1);
}

.fill-red\/20{
  fill: rgb(218 61 42 / 0.2);
}

.fill-red\/25{
  fill: rgb(218 61 42 / 0.25);
}

.fill-red\/30{
  fill: rgb(218 61 42 / 0.3);
}

.fill-red\/40{
  fill: rgb(218 61 42 / 0.4);
}

.fill-red\/5{
  fill: rgb(218 61 42 / 0.05);
}

.fill-red\/50{
  fill: rgb(218 61 42 / 0.5);
}

.fill-red\/60{
  fill: rgb(218 61 42 / 0.6);
}

.fill-red\/70{
  fill: rgb(218 61 42 / 0.7);
}

.fill-red\/75{
  fill: rgb(218 61 42 / 0.75);
}

.fill-red\/80{
  fill: rgb(218 61 42 / 0.8);
}

.fill-red\/90{
  fill: rgb(218 61 42 / 0.9);
}

.fill-red\/95{
  fill: rgb(218 61 42 / 0.95);
}

.fill-secondary{
  fill: #7bafde;
}

.fill-secondary\/0{
  fill: rgb(123 175 222 / 0);
}

.fill-secondary\/10{
  fill: rgb(123 175 222 / 0.1);
}

.fill-secondary\/100{
  fill: rgb(123 175 222 / 1);
}

.fill-secondary\/20{
  fill: rgb(123 175 222 / 0.2);
}

.fill-secondary\/25{
  fill: rgb(123 175 222 / 0.25);
}

.fill-secondary\/30{
  fill: rgb(123 175 222 / 0.3);
}

.fill-secondary\/40{
  fill: rgb(123 175 222 / 0.4);
}

.fill-secondary\/5{
  fill: rgb(123 175 222 / 0.05);
}

.fill-secondary\/50{
  fill: rgb(123 175 222 / 0.5);
}

.fill-secondary\/60{
  fill: rgb(123 175 222 / 0.6);
}

.fill-secondary\/70{
  fill: rgb(123 175 222 / 0.7);
}

.fill-secondary\/75{
  fill: rgb(123 175 222 / 0.75);
}

.fill-secondary\/80{
  fill: rgb(123 175 222 / 0.8);
}

.fill-secondary\/90{
  fill: rgb(123 175 222 / 0.9);
}

.fill-secondary\/95{
  fill: rgb(123 175 222 / 0.95);
}

.fill-white{
  fill: #ffffff;
}

.fill-white\/0{
  fill: rgb(255 255 255 / 0);
}

.fill-white\/10{
  fill: rgb(255 255 255 / 0.1);
}

.fill-white\/100{
  fill: rgb(255 255 255 / 1);
}

.fill-white\/20{
  fill: rgb(255 255 255 / 0.2);
}

.fill-white\/25{
  fill: rgb(255 255 255 / 0.25);
}

.fill-white\/30{
  fill: rgb(255 255 255 / 0.3);
}

.fill-white\/40{
  fill: rgb(255 255 255 / 0.4);
}

.fill-white\/5{
  fill: rgb(255 255 255 / 0.05);
}

.fill-white\/50{
  fill: rgb(255 255 255 / 0.5);
}

.fill-white\/60{
  fill: rgb(255 255 255 / 0.6);
}

.fill-white\/70{
  fill: rgb(255 255 255 / 0.7);
}

.fill-white\/75{
  fill: rgb(255 255 255 / 0.75);
}

.fill-white\/80{
  fill: rgb(255 255 255 / 0.8);
}

.fill-white\/90{
  fill: rgb(255 255 255 / 0.9);
}

.fill-white\/95{
  fill: rgb(255 255 255 / 0.95);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.\!p-0{
  padding: 0px !important;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-14{
  padding: 13rem;
}

.p-16{
  padding: 4rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 3rem;
}

.p-\[1rem\]{
  padding: 1rem;
}

.p-\[5px\]{
  padding: 5px;
}

.p-\[auto\]{
  padding: auto;
}

.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-7{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.\!py-8{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-7{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.px-\[1\.4rem\]{
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[auto\]{
  padding-left: auto;
  padding-right: auto;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-8{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-9{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-\[0\.32rem\]{
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}

.py-\[0\.33rem\]{
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}

.py-\[0\.4rem\]{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.\!pb-0{
  padding-bottom: 0px !important;
}

.\!pl-0{
  padding-left: 0px !important;
}

.\!ps-0{
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-10{
  padding-bottom: 4.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 2rem;
}

.pb-8{
  padding-bottom: 3rem;
}

.pb-9{
  padding-bottom: 4rem;
}

.pb-\[5px\]{
  padding-bottom: 5px;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 2rem;
}

.pl-\[1\.5rem\]{
  padding-left: 1.5rem;
}

.pl-\[14\%\]{
  padding-left: 14%;
}

.pl-\[18px\]{
  padding-left: 18px;
}

.pl-\[50px\]{
  padding-left: 50px;
}

.pl-\[8px\]{
  padding-left: 8px;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-9{
  padding-right: 4rem;
}

.pr-\[24px\]{
  padding-right: 24px;
}

.ps-6{
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-10{
  padding-top: 4.5rem;
}

.pt-11{
  padding-top: 6rem;
}

.pt-12{
  padding-top: 8rem;
}

.pt-13{
  padding-top: 10.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 2rem;
}

.pt-8{
  padding-top: 3rem;
}

.pt-9{
  padding-top: 4rem;
}

.pt-\[0\.37rem\]{
  padding-top: 0.37rem;
}

.pt-\[6px\]{
  padding-top: 6px;
}

.\!text-left{
  text-align: left !important;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.text-start{
  text-align: start;
}

.text-end{
  text-align: end;
}

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.align-sub{
  vertical-align: sub;
}

.align-super{
  vertical-align: super;
}

.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}

.font-display{
  font-family: alternate-gothic-condensed-a, sans-serif;
}

.\!text-\[16px\]{
  font-size: 16px !important;
}

.\!text-h-3xl{
  font-size: 3.0625rem !important;
  line-height: 2.75rem !important;
  letter-spacing: -0.01em !important;
}

.\!text-md{
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

.text-\[0\.9rem\]{
  font-size: 0.9rem;
}

.text-\[1\.1rem\]{
  font-size: 1.1rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[2\.5rem\]{
  font-size: 2.5rem;
}

.text-\[3\.75rem\]{
  font-size: 3.75rem;
}

.text-\[34px\]{
  font-size: 34px;
}

.text-\[4rem\]{
  font-size: 4rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.text-h-2xl{
  font-size: 2.4375rem;
  line-height: 2.25rem;
  letter-spacing: 0;
}

.text-h-3xl{
  font-size: 3.0625rem;
  line-height: 2.75rem;
  letter-spacing: -0.01em;
}

.text-h-4xl{
  font-size: 3.8125rem;
  line-height: 3rem;
  letter-spacing: -0.01em;
}

.text-h-5xl{
  font-size: 4.75rem;
  line-height: 3.75rem;
  letter-spacing: -0.02em;
}

.text-h-6xl{
  font-size: 5.9375rem;
  line-height: 4.75rem;
  letter-spacing: -0.02em;
}

.text-h-7xl{
  font-size: 7.425rem;
  line-height: 6rem;
  letter-spacing: -0.02em;
}

.text-h-base{
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.text-h-lg{
  font-size: 1.5625rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.text-h-md{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.text-h-xl{
  font-size: 1.9375rem;
  line-height: 2rem;
  letter-spacing: 0;
}

.text-lg{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.text-md{
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.text-xl{
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.text-xs{
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 0;
}

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

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

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

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

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

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

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

.\!uppercase{
  text-transform: uppercase !important;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.\!capitalize{
  text-transform: capitalize !important;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-\[3rem\]{
  line-height: 3rem !important;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[2\.15\]{
  line-height: 2.15;
}

.leading-\[40px\]{
  line-height: 40px;
}

.leading-\[4rem\]{
  line-height: 4rem;
}

.leading-loose{
  line-height: 2;
}

.leading-normal{
  line-height: 1.5;
}

.tracking-\[-0\.00833em\]{
  letter-spacing: -0.00833em;
}

.tracking-\[\.1rem\]{
  letter-spacing: .1rem;
}

.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}

.tracking-\[1\.7px\]{
  letter-spacing: 1.7px;
}

.tracking-normal{
  letter-spacing: 0em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.\!text-\[\#14a44d\]{
  --tw-text-opacity: 1 !important;
  color: rgb(20 164 77 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#dc4c64\]{
  --tw-text-opacity: 1 !important;
  color: rgb(220 76 100 / var(--tw-text-opacity)) !important;
}

.\!text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(123 175 222 / var(--tw-text-opacity)) !important;
}

.\!text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgb(211 228 244 / var(--tw-text-opacity)) !important;
}

.\!text-blue-100\/0{
  color: rgb(211 228 244 / 0) !important;
}

.\!text-blue-100\/10{
  color: rgb(211 228 244 / 0.1) !important;
}

.\!text-blue-100\/100{
  color: rgb(211 228 244 / 1) !important;
}

.\!text-blue-100\/20{
  color: rgb(211 228 244 / 0.2) !important;
}

.\!text-blue-100\/25{
  color: rgb(211 228 244 / 0.25) !important;
}

.\!text-blue-100\/30{
  color: rgb(211 228 244 / 0.3) !important;
}

.\!text-blue-100\/40{
  color: rgb(211 228 244 / 0.4) !important;
}

.\!text-blue-100\/5{
  color: rgb(211 228 244 / 0.05) !important;
}

.\!text-blue-100\/50{
  color: rgb(211 228 244 / 0.5) !important;
}

.\!text-blue-100\/60{
  color: rgb(211 228 244 / 0.6) !important;
}

.\!text-blue-100\/70{
  color: rgb(211 228 244 / 0.7) !important;
}

.\!text-blue-100\/75{
  color: rgb(211 228 244 / 0.75) !important;
}

.\!text-blue-100\/80{
  color: rgb(211 228 244 / 0.8) !important;
}

.\!text-blue-100\/90{
  color: rgb(211 228 244 / 0.9) !important;
}

.\!text-blue-100\/95{
  color: rgb(211 228 244 / 0.95) !important;
}

.\!text-blue-1000{
  --tw-text-opacity: 1 !important;
  color: rgb(25 35 44 / var(--tw-text-opacity)) !important;
}

.\!text-blue-1000\/0{
  color: rgb(25 35 44 / 0) !important;
}

.\!text-blue-1000\/10{
  color: rgb(25 35 44 / 0.1) !important;
}

.\!text-blue-1000\/100{
  color: rgb(25 35 44 / 1) !important;
}

.\!text-blue-1000\/20{
  color: rgb(25 35 44 / 0.2) !important;
}

.\!text-blue-1000\/25{
  color: rgb(25 35 44 / 0.25) !important;
}

.\!text-blue-1000\/30{
  color: rgb(25 35 44 / 0.3) !important;
}

.\!text-blue-1000\/40{
  color: rgb(25 35 44 / 0.4) !important;
}

.\!text-blue-1000\/5{
  color: rgb(25 35 44 / 0.05) !important;
}

.\!text-blue-1000\/50{
  color: rgb(25 35 44 / 0.5) !important;
}

.\!text-blue-1000\/60{
  color: rgb(25 35 44 / 0.6) !important;
}

.\!text-blue-1000\/70{
  color: rgb(25 35 44 / 0.7) !important;
}

.\!text-blue-1000\/75{
  color: rgb(25 35 44 / 0.75) !important;
}

.\!text-blue-1000\/80{
  color: rgb(25 35 44 / 0.8) !important;
}

.\!text-blue-1000\/90{
  color: rgb(25 35 44 / 0.9) !important;
}

.\!text-blue-1000\/95{
  color: rgb(25 35 44 / 0.95) !important;
}

.\!text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgb(189 215 239 / var(--tw-text-opacity)) !important;
}

.\!text-blue-200\/0{
  color: rgb(189 215 239 / 0) !important;
}

.\!text-blue-200\/10{
  color: rgb(189 215 239 / 0.1) !important;
}

.\!text-blue-200\/100{
  color: rgb(189 215 239 / 1) !important;
}

.\!text-blue-200\/20{
  color: rgb(189 215 239 / 0.2) !important;
}

.\!text-blue-200\/25{
  color: rgb(189 215 239 / 0.25) !important;
}

.\!text-blue-200\/30{
  color: rgb(189 215 239 / 0.3) !important;
}

.\!text-blue-200\/40{
  color: rgb(189 215 239 / 0.4) !important;
}

.\!text-blue-200\/5{
  color: rgb(189 215 239 / 0.05) !important;
}

.\!text-blue-200\/50{
  color: rgb(189 215 239 / 0.5) !important;
}

.\!text-blue-200\/60{
  color: rgb(189 215 239 / 0.6) !important;
}

.\!text-blue-200\/70{
  color: rgb(189 215 239 / 0.7) !important;
}

.\!text-blue-200\/75{
  color: rgb(189 215 239 / 0.75) !important;
}

.\!text-blue-200\/80{
  color: rgb(189 215 239 / 0.8) !important;
}

.\!text-blue-200\/90{
  color: rgb(189 215 239 / 0.9) !important;
}

.\!text-blue-200\/95{
  color: rgb(189 215 239 / 0.95) !important;
}

.\!text-blue-25{
  --tw-text-opacity: 1 !important;
  color: rgb(246 250 253 / var(--tw-text-opacity)) !important;
}

.\!text-blue-25\/0{
  color: rgb(246 250 253 / 0) !important;
}

.\!text-blue-25\/10{
  color: rgb(246 250 253 / 0.1) !important;
}

.\!text-blue-25\/100{
  color: rgb(246 250 253 / 1) !important;
}

.\!text-blue-25\/20{
  color: rgb(246 250 253 / 0.2) !important;
}

.\!text-blue-25\/25{
  color: rgb(246 250 253 / 0.25) !important;
}

.\!text-blue-25\/30{
  color: rgb(246 250 253 / 0.3) !important;
}

.\!text-blue-25\/40{
  color: rgb(246 250 253 / 0.4) !important;
}

.\!text-blue-25\/5{
  color: rgb(246 250 253 / 0.05) !important;
}

.\!text-blue-25\/50{
  color: rgb(246 250 253 / 0.5) !important;
}

.\!text-blue-25\/60{
  color: rgb(246 250 253 / 0.6) !important;
}

.\!text-blue-25\/70{
  color: rgb(246 250 253 / 0.7) !important;
}

.\!text-blue-25\/75{
  color: rgb(246 250 253 / 0.75) !important;
}

.\!text-blue-25\/80{
  color: rgb(246 250 253 / 0.8) !important;
}

.\!text-blue-25\/90{
  color: rgb(246 250 253 / 0.9) !important;
}

.\!text-blue-25\/95{
  color: rgb(246 250 253 / 0.95) !important;
}

.\!text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgb(167 202 233 / var(--tw-text-opacity)) !important;
}

.\!text-blue-300\/0{
  color: rgb(167 202 233 / 0) !important;
}

.\!text-blue-300\/10{
  color: rgb(167 202 233 / 0.1) !important;
}

.\!text-blue-300\/100{
  color: rgb(167 202 233 / 1) !important;
}

.\!text-blue-300\/20{
  color: rgb(167 202 233 / 0.2) !important;
}

.\!text-blue-300\/25{
  color: rgb(167 202 233 / 0.25) !important;
}

.\!text-blue-300\/30{
  color: rgb(167 202 233 / 0.3) !important;
}

.\!text-blue-300\/40{
  color: rgb(167 202 233 / 0.4) !important;
}

.\!text-blue-300\/5{
  color: rgb(167 202 233 / 0.05) !important;
}

.\!text-blue-300\/50{
  color: rgb(167 202 233 / 0.5) !important;
}

.\!text-blue-300\/60{
  color: rgb(167 202 233 / 0.6) !important;
}

.\!text-blue-300\/70{
  color: rgb(167 202 233 / 0.7) !important;
}

.\!text-blue-300\/75{
  color: rgb(167 202 233 / 0.75) !important;
}

.\!text-blue-300\/80{
  color: rgb(167 202 233 / 0.8) !important;
}

.\!text-blue-300\/90{
  color: rgb(167 202 233 / 0.9) !important;
}

.\!text-blue-300\/95{
  color: rgb(167 202 233 / 0.95) !important;
}

.\!text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgb(145 188 228 / var(--tw-text-opacity)) !important;
}

.\!text-blue-400\/0{
  color: rgb(145 188 228 / 0) !important;
}

.\!text-blue-400\/10{
  color: rgb(145 188 228 / 0.1) !important;
}

.\!text-blue-400\/100{
  color: rgb(145 188 228 / 1) !important;
}

.\!text-blue-400\/20{
  color: rgb(145 188 228 / 0.2) !important;
}

.\!text-blue-400\/25{
  color: rgb(145 188 228 / 0.25) !important;
}

.\!text-blue-400\/30{
  color: rgb(145 188 228 / 0.3) !important;
}

.\!text-blue-400\/40{
  color: rgb(145 188 228 / 0.4) !important;
}

.\!text-blue-400\/5{
  color: rgb(145 188 228 / 0.05) !important;
}

.\!text-blue-400\/50{
  color: rgb(145 188 228 / 0.5) !important;
}

.\!text-blue-400\/60{
  color: rgb(145 188 228 / 0.6) !important;
}

.\!text-blue-400\/70{
  color: rgb(145 188 228 / 0.7) !important;
}

.\!text-blue-400\/75{
  color: rgb(145 188 228 / 0.75) !important;
}

.\!text-blue-400\/80{
  color: rgb(145 188 228 / 0.8) !important;
}

.\!text-blue-400\/90{
  color: rgb(145 188 228 / 0.9) !important;
}

.\!text-blue-400\/95{
  color: rgb(145 188 228 / 0.95) !important;
}

.\!text-blue-50{
  --tw-text-opacity: 1 !important;
  color: rgb(229 239 248 / var(--tw-text-opacity)) !important;
}

.\!text-blue-50\/0{
  color: rgb(229 239 248 / 0) !important;
}

.\!text-blue-50\/10{
  color: rgb(229 239 248 / 0.1) !important;
}

.\!text-blue-50\/100{
  color: rgb(229 239 248 / 1) !important;
}

.\!text-blue-50\/20{
  color: rgb(229 239 248 / 0.2) !important;
}

.\!text-blue-50\/25{
  color: rgb(229 239 248 / 0.25) !important;
}

.\!text-blue-50\/30{
  color: rgb(229 239 248 / 0.3) !important;
}

.\!text-blue-50\/40{
  color: rgb(229 239 248 / 0.4) !important;
}

.\!text-blue-50\/5{
  color: rgb(229 239 248 / 0.05) !important;
}

.\!text-blue-50\/50{
  color: rgb(229 239 248 / 0.5) !important;
}

.\!text-blue-50\/60{
  color: rgb(229 239 248 / 0.6) !important;
}

.\!text-blue-50\/70{
  color: rgb(229 239 248 / 0.7) !important;
}

.\!text-blue-50\/75{
  color: rgb(229 239 248 / 0.75) !important;
}

.\!text-blue-50\/80{
  color: rgb(229 239 248 / 0.8) !important;
}

.\!text-blue-50\/90{
  color: rgb(229 239 248 / 0.9) !important;
}

.\!text-blue-50\/95{
  color: rgb(229 239 248 / 0.95) !important;
}

.\!text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(123 175 222 / var(--tw-text-opacity)) !important;
}

.\!text-blue-500\/0{
  color: rgb(123 175 222 / 0) !important;
}

.\!text-blue-500\/10{
  color: rgb(123 175 222 / 0.1) !important;
}

.\!text-blue-500\/100{
  color: rgb(123 175 222 / 1) !important;
}

.\!text-blue-500\/20{
  color: rgb(123 175 222 / 0.2) !important;
}

.\!text-blue-500\/25{
  color: rgb(123 175 222 / 0.25) !important;
}

.\!text-blue-500\/30{
  color: rgb(123 175 222 / 0.3) !important;
}

.\!text-blue-500\/40{
  color: rgb(123 175 222 / 0.4) !important;
}

.\!text-blue-500\/5{
  color: rgb(123 175 222 / 0.05) !important;
}

.\!text-blue-500\/50{
  color: rgb(123 175 222 / 0.5) !important;
}

.\!text-blue-500\/60{
  color: rgb(123 175 222 / 0.6) !important;
}

.\!text-blue-500\/70{
  color: rgb(123 175 222 / 0.7) !important;
}

.\!text-blue-500\/75{
  color: rgb(123 175 222 / 0.75) !important;
}

.\!text-blue-500\/80{
  color: rgb(123 175 222 / 0.8) !important;
}

.\!text-blue-500\/90{
  color: rgb(123 175 222 / 0.9) !important;
}

.\!text-blue-500\/95{
  color: rgb(123 175 222 / 0.95) !important;
}

.\!text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgb(103 146 185 / var(--tw-text-opacity)) !important;
}

.\!text-blue-600\/0{
  color: rgb(103 146 185 / 0) !important;
}

.\!text-blue-600\/10{
  color: rgb(103 146 185 / 0.1) !important;
}

.\!text-blue-600\/100{
  color: rgb(103 146 185 / 1) !important;
}

.\!text-blue-600\/20{
  color: rgb(103 146 185 / 0.2) !important;
}

.\!text-blue-600\/25{
  color: rgb(103 146 185 / 0.25) !important;
}

.\!text-blue-600\/30{
  color: rgb(103 146 185 / 0.3) !important;
}

.\!text-blue-600\/40{
  color: rgb(103 146 185 / 0.4) !important;
}

.\!text-blue-600\/5{
  color: rgb(103 146 185 / 0.05) !important;
}

.\!text-blue-600\/50{
  color: rgb(103 146 185 / 0.5) !important;
}

.\!text-blue-600\/60{
  color: rgb(103 146 185 / 0.6) !important;
}

.\!text-blue-600\/70{
  color: rgb(103 146 185 / 0.7) !important;
}

.\!text-blue-600\/75{
  color: rgb(103 146 185 / 0.75) !important;
}

.\!text-blue-600\/80{
  color: rgb(103 146 185 / 0.8) !important;
}

.\!text-blue-600\/90{
  color: rgb(103 146 185 / 0.9) !important;
}

.\!text-blue-600\/95{
  color: rgb(103 146 185 / 0.95) !important;
}

.\!text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgb(82 117 148 / var(--tw-text-opacity)) !important;
}

.\!text-blue-700\/0{
  color: rgb(82 117 148 / 0) !important;
}

.\!text-blue-700\/10{
  color: rgb(82 117 148 / 0.1) !important;
}

.\!text-blue-700\/100{
  color: rgb(82 117 148 / 1) !important;
}

.\!text-blue-700\/20{
  color: rgb(82 117 148 / 0.2) !important;
}

.\!text-blue-700\/25{
  color: rgb(82 117 148 / 0.25) !important;
}

.\!text-blue-700\/30{
  color: rgb(82 117 148 / 0.3) !important;
}

.\!text-blue-700\/40{
  color: rgb(82 117 148 / 0.4) !important;
}

.\!text-blue-700\/5{
  color: rgb(82 117 148 / 0.05) !important;
}

.\!text-blue-700\/50{
  color: rgb(82 117 148 / 0.5) !important;
}

.\!text-blue-700\/60{
  color: rgb(82 117 148 / 0.6) !important;
}

.\!text-blue-700\/70{
  color: rgb(82 117 148 / 0.7) !important;
}

.\!text-blue-700\/75{
  color: rgb(82 117 148 / 0.75) !important;
}

.\!text-blue-700\/80{
  color: rgb(82 117 148 / 0.8) !important;
}

.\!text-blue-700\/90{
  color: rgb(82 117 148 / 0.9) !important;
}

.\!text-blue-700\/95{
  color: rgb(82 117 148 / 0.95) !important;
}

.\!text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgb(62 88 111 / var(--tw-text-opacity)) !important;
}

.\!text-blue-800\/0{
  color: rgb(62 88 111 / 0) !important;
}

.\!text-blue-800\/10{
  color: rgb(62 88 111 / 0.1) !important;
}

.\!text-blue-800\/100{
  color: rgb(62 88 111 / 1) !important;
}

.\!text-blue-800\/20{
  color: rgb(62 88 111 / 0.2) !important;
}

.\!text-blue-800\/25{
  color: rgb(62 88 111 / 0.25) !important;
}

.\!text-blue-800\/30{
  color: rgb(62 88 111 / 0.3) !important;
}

.\!text-blue-800\/40{
  color: rgb(62 88 111 / 0.4) !important;
}

.\!text-blue-800\/5{
  color: rgb(62 88 111 / 0.05) !important;
}

.\!text-blue-800\/50{
  color: rgb(62 88 111 / 0.5) !important;
}

.\!text-blue-800\/60{
  color: rgb(62 88 111 / 0.6) !important;
}

.\!text-blue-800\/70{
  color: rgb(62 88 111 / 0.7) !important;
}

.\!text-blue-800\/75{
  color: rgb(62 88 111 / 0.75) !important;
}

.\!text-blue-800\/80{
  color: rgb(62 88 111 / 0.8) !important;
}

.\!text-blue-800\/90{
  color: rgb(62 88 111 / 0.9) !important;
}

.\!text-blue-800\/95{
  color: rgb(62 88 111 / 0.95) !important;
}

.\!text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgb(41 58 74 / var(--tw-text-opacity)) !important;
}

.\!text-blue-900\/0{
  color: rgb(41 58 74 / 0) !important;
}

.\!text-blue-900\/10{
  color: rgb(41 58 74 / 0.1) !important;
}

.\!text-blue-900\/100{
  color: rgb(41 58 74 / 1) !important;
}

.\!text-blue-900\/20{
  color: rgb(41 58 74 / 0.2) !important;
}

.\!text-blue-900\/25{
  color: rgb(41 58 74 / 0.25) !important;
}

.\!text-blue-900\/30{
  color: rgb(41 58 74 / 0.3) !important;
}

.\!text-blue-900\/40{
  color: rgb(41 58 74 / 0.4) !important;
}

.\!text-blue-900\/5{
  color: rgb(41 58 74 / 0.05) !important;
}

.\!text-blue-900\/50{
  color: rgb(41 58 74 / 0.5) !important;
}

.\!text-blue-900\/60{
  color: rgb(41 58 74 / 0.6) !important;
}

.\!text-blue-900\/70{
  color: rgb(41 58 74 / 0.7) !important;
}

.\!text-blue-900\/75{
  color: rgb(41 58 74 / 0.75) !important;
}

.\!text-blue-900\/80{
  color: rgb(41 58 74 / 0.8) !important;
}

.\!text-blue-900\/90{
  color: rgb(41 58 74 / 0.9) !important;
}

.\!text-blue-900\/95{
  color: rgb(41 58 74 / 0.95) !important;
}

.\!text-blue\/0{
  color: rgb(123 175 222 / 0) !important;
}

.\!text-blue\/10{
  color: rgb(123 175 222 / 0.1) !important;
}

.\!text-blue\/100{
  color: rgb(123 175 222 / 1) !important;
}

.\!text-blue\/20{
  color: rgb(123 175 222 / 0.2) !important;
}

.\!text-blue\/25{
  color: rgb(123 175 222 / 0.25) !important;
}

.\!text-blue\/30{
  color: rgb(123 175 222 / 0.3) !important;
}

.\!text-blue\/40{
  color: rgb(123 175 222 / 0.4) !important;
}

.\!text-blue\/5{
  color: rgb(123 175 222 / 0.05) !important;
}

.\!text-blue\/50{
  color: rgb(123 175 222 / 0.5) !important;
}

.\!text-blue\/60{
  color: rgb(123 175 222 / 0.6) !important;
}

.\!text-blue\/70{
  color: rgb(123 175 222 / 0.7) !important;
}

.\!text-blue\/75{
  color: rgb(123 175 222 / 0.75) !important;
}

.\!text-blue\/80{
  color: rgb(123 175 222 / 0.8) !important;
}

.\!text-blue\/90{
  color: rgb(123 175 222 / 0.9) !important;
}

.\!text-blue\/95{
  color: rgb(123 175 222 / 0.95) !important;
}

.\!text-brown{
  --tw-text-opacity: 1 !important;
  color: rgb(64 62 46 / var(--tw-text-opacity)) !important;
}

.\!text-brown-100{
  --tw-text-opacity: 1 !important;
  color: rgb(191 191 185 / var(--tw-text-opacity)) !important;
}

.\!text-brown-100\/0{
  color: rgb(191 191 185 / 0) !important;
}

.\!text-brown-100\/10{
  color: rgb(191 191 185 / 0.1) !important;
}

.\!text-brown-100\/100{
  color: rgb(191 191 185 / 1) !important;
}

.\!text-brown-100\/20{
  color: rgb(191 191 185 / 0.2) !important;
}

.\!text-brown-100\/25{
  color: rgb(191 191 185 / 0.25) !important;
}

.\!text-brown-100\/30{
  color: rgb(191 191 185 / 0.3) !important;
}

.\!text-brown-100\/40{
  color: rgb(191 191 185 / 0.4) !important;
}

.\!text-brown-100\/5{
  color: rgb(191 191 185 / 0.05) !important;
}

.\!text-brown-100\/50{
  color: rgb(191 191 185 / 0.5) !important;
}

.\!text-brown-100\/60{
  color: rgb(191 191 185 / 0.6) !important;
}

.\!text-brown-100\/70{
  color: rgb(191 191 185 / 0.7) !important;
}

.\!text-brown-100\/75{
  color: rgb(191 191 185 / 0.75) !important;
}

.\!text-brown-100\/80{
  color: rgb(191 191 185 / 0.8) !important;
}

.\!text-brown-100\/90{
  color: rgb(191 191 185 / 0.9) !important;
}

.\!text-brown-100\/95{
  color: rgb(191 191 185 / 0.95) !important;
}

.\!text-brown-1000{
  --tw-text-opacity: 1 !important;
  color: rgb(13 12 9 / var(--tw-text-opacity)) !important;
}

.\!text-brown-1000\/0{
  color: rgb(13 12 9 / 0) !important;
}

.\!text-brown-1000\/10{
  color: rgb(13 12 9 / 0.1) !important;
}

.\!text-brown-1000\/100{
  color: rgb(13 12 9 / 1) !important;
}

.\!text-brown-1000\/20{
  color: rgb(13 12 9 / 0.2) !important;
}

.\!text-brown-1000\/25{
  color: rgb(13 12 9 / 0.25) !important;
}

.\!text-brown-1000\/30{
  color: rgb(13 12 9 / 0.3) !important;
}

.\!text-brown-1000\/40{
  color: rgb(13 12 9 / 0.4) !important;
}

.\!text-brown-1000\/5{
  color: rgb(13 12 9 / 0.05) !important;
}

.\!text-brown-1000\/50{
  color: rgb(13 12 9 / 0.5) !important;
}

.\!text-brown-1000\/60{
  color: rgb(13 12 9 / 0.6) !important;
}

.\!text-brown-1000\/70{
  color: rgb(13 12 9 / 0.7) !important;
}

.\!text-brown-1000\/75{
  color: rgb(13 12 9 / 0.75) !important;
}

.\!text-brown-1000\/80{
  color: rgb(13 12 9 / 0.8) !important;
}

.\!text-brown-1000\/90{
  color: rgb(13 12 9 / 0.9) !important;
}

.\!text-brown-1000\/95{
  color: rgb(13 12 9 / 0.95) !important;
}

.\!text-brown-200{
  --tw-text-opacity: 1 !important;
  color: rgb(160 159 151 / var(--tw-text-opacity)) !important;
}

.\!text-brown-200\/0{
  color: rgb(160 159 151 / 0) !important;
}

.\!text-brown-200\/10{
  color: rgb(160 159 151 / 0.1) !important;
}

.\!text-brown-200\/100{
  color: rgb(160 159 151 / 1) !important;
}

.\!text-brown-200\/20{
  color: rgb(160 159 151 / 0.2) !important;
}

.\!text-brown-200\/25{
  color: rgb(160 159 151 / 0.25) !important;
}

.\!text-brown-200\/30{
  color: rgb(160 159 151 / 0.3) !important;
}

.\!text-brown-200\/40{
  color: rgb(160 159 151 / 0.4) !important;
}

.\!text-brown-200\/5{
  color: rgb(160 159 151 / 0.05) !important;
}

.\!text-brown-200\/50{
  color: rgb(160 159 151 / 0.5) !important;
}

.\!text-brown-200\/60{
  color: rgb(160 159 151 / 0.6) !important;
}

.\!text-brown-200\/70{
  color: rgb(160 159 151 / 0.7) !important;
}

.\!text-brown-200\/75{
  color: rgb(160 159 151 / 0.75) !important;
}

.\!text-brown-200\/80{
  color: rgb(160 159 151 / 0.8) !important;
}

.\!text-brown-200\/90{
  color: rgb(160 159 151 / 0.9) !important;
}

.\!text-brown-200\/95{
  color: rgb(160 159 151 / 0.95) !important;
}

.\!text-brown-25{
  --tw-text-opacity: 1 !important;
  color: rgb(236 236 234 / var(--tw-text-opacity)) !important;
}

.\!text-brown-25\/0{
  color: rgb(236 236 234 / 0) !important;
}

.\!text-brown-25\/10{
  color: rgb(236 236 234 / 0.1) !important;
}

.\!text-brown-25\/100{
  color: rgb(236 236 234 / 1) !important;
}

.\!text-brown-25\/20{
  color: rgb(236 236 234 / 0.2) !important;
}

.\!text-brown-25\/25{
  color: rgb(236 236 234 / 0.25) !important;
}

.\!text-brown-25\/30{
  color: rgb(236 236 234 / 0.3) !important;
}

.\!text-brown-25\/40{
  color: rgb(236 236 234 / 0.4) !important;
}

.\!text-brown-25\/5{
  color: rgb(236 236 234 / 0.05) !important;
}

.\!text-brown-25\/50{
  color: rgb(236 236 234 / 0.5) !important;
}

.\!text-brown-25\/60{
  color: rgb(236 236 234 / 0.6) !important;
}

.\!text-brown-25\/70{
  color: rgb(236 236 234 / 0.7) !important;
}

.\!text-brown-25\/75{
  color: rgb(236 236 234 / 0.75) !important;
}

.\!text-brown-25\/80{
  color: rgb(236 236 234 / 0.8) !important;
}

.\!text-brown-25\/90{
  color: rgb(236 236 234 / 0.9) !important;
}

.\!text-brown-25\/95{
  color: rgb(236 236 234 / 0.95) !important;
}

.\!text-brown-300{
  --tw-text-opacity: 1 !important;
  color: rgb(128 126 116 / var(--tw-text-opacity)) !important;
}

.\!text-brown-300\/0{
  color: rgb(128 126 116 / 0) !important;
}

.\!text-brown-300\/10{
  color: rgb(128 126 116 / 0.1) !important;
}

.\!text-brown-300\/100{
  color: rgb(128 126 116 / 1) !important;
}

.\!text-brown-300\/20{
  color: rgb(128 126 116 / 0.2) !important;
}

.\!text-brown-300\/25{
  color: rgb(128 126 116 / 0.25) !important;
}

.\!text-brown-300\/30{
  color: rgb(128 126 116 / 0.3) !important;
}

.\!text-brown-300\/40{
  color: rgb(128 126 116 / 0.4) !important;
}

.\!text-brown-300\/5{
  color: rgb(128 126 116 / 0.05) !important;
}

.\!text-brown-300\/50{
  color: rgb(128 126 116 / 0.5) !important;
}

.\!text-brown-300\/60{
  color: rgb(128 126 116 / 0.6) !important;
}

.\!text-brown-300\/70{
  color: rgb(128 126 116 / 0.7) !important;
}

.\!text-brown-300\/75{
  color: rgb(128 126 116 / 0.75) !important;
}

.\!text-brown-300\/80{
  color: rgb(128 126 116 / 0.8) !important;
}

.\!text-brown-300\/90{
  color: rgb(128 126 116 / 0.9) !important;
}

.\!text-brown-300\/95{
  color: rgb(128 126 116 / 0.95) !important;
}

.\!text-brown-400{
  --tw-text-opacity: 1 !important;
  color: rgb(96 94 81 / var(--tw-text-opacity)) !important;
}

.\!text-brown-400\/0{
  color: rgb(96 94 81 / 0) !important;
}

.\!text-brown-400\/10{
  color: rgb(96 94 81 / 0.1) !important;
}

.\!text-brown-400\/100{
  color: rgb(96 94 81 / 1) !important;
}

.\!text-brown-400\/20{
  color: rgb(96 94 81 / 0.2) !important;
}

.\!text-brown-400\/25{
  color: rgb(96 94 81 / 0.25) !important;
}

.\!text-brown-400\/30{
  color: rgb(96 94 81 / 0.3) !important;
}

.\!text-brown-400\/40{
  color: rgb(96 94 81 / 0.4) !important;
}

.\!text-brown-400\/5{
  color: rgb(96 94 81 / 0.05) !important;
}

.\!text-brown-400\/50{
  color: rgb(96 94 81 / 0.5) !important;
}

.\!text-brown-400\/60{
  color: rgb(96 94 81 / 0.6) !important;
}

.\!text-brown-400\/70{
  color: rgb(96 94 81 / 0.7) !important;
}

.\!text-brown-400\/75{
  color: rgb(96 94 81 / 0.75) !important;
}

.\!text-brown-400\/80{
  color: rgb(96 94 81 / 0.8) !important;
}

.\!text-brown-400\/90{
  color: rgb(96 94 81 / 0.9) !important;
}

.\!text-brown-400\/95{
  color: rgb(96 94 81 / 0.95) !important;
}

.\!text-brown-50{
  --tw-text-opacity: 1 !important;
  color: rgb(217 216 213 / var(--tw-text-opacity)) !important;
}

.\!text-brown-50\/0{
  color: rgb(217 216 213 / 0) !important;
}

.\!text-brown-50\/10{
  color: rgb(217 216 213 / 0.1) !important;
}

.\!text-brown-50\/100{
  color: rgb(217 216 213 / 1) !important;
}

.\!text-brown-50\/20{
  color: rgb(217 216 213 / 0.2) !important;
}

.\!text-brown-50\/25{
  color: rgb(217 216 213 / 0.25) !important;
}

.\!text-brown-50\/30{
  color: rgb(217 216 213 / 0.3) !important;
}

.\!text-brown-50\/40{
  color: rgb(217 216 213 / 0.4) !important;
}

.\!text-brown-50\/5{
  color: rgb(217 216 213 / 0.05) !important;
}

.\!text-brown-50\/50{
  color: rgb(217 216 213 / 0.5) !important;
}

.\!text-brown-50\/60{
  color: rgb(217 216 213 / 0.6) !important;
}

.\!text-brown-50\/70{
  color: rgb(217 216 213 / 0.7) !important;
}

.\!text-brown-50\/75{
  color: rgb(217 216 213 / 0.75) !important;
}

.\!text-brown-50\/80{
  color: rgb(217 216 213 / 0.8) !important;
}

.\!text-brown-50\/90{
  color: rgb(217 216 213 / 0.9) !important;
}

.\!text-brown-50\/95{
  color: rgb(217 216 213 / 0.95) !important;
}

.\!text-brown-500{
  --tw-text-opacity: 1 !important;
  color: rgb(64 62 46 / var(--tw-text-opacity)) !important;
}

.\!text-brown-500\/0{
  color: rgb(64 62 46 / 0) !important;
}

.\!text-brown-500\/10{
  color: rgb(64 62 46 / 0.1) !important;
}

.\!text-brown-500\/100{
  color: rgb(64 62 46 / 1) !important;
}

.\!text-brown-500\/20{
  color: rgb(64 62 46 / 0.2) !important;
}

.\!text-brown-500\/25{
  color: rgb(64 62 46 / 0.25) !important;
}

.\!text-brown-500\/30{
  color: rgb(64 62 46 / 0.3) !important;
}

.\!text-brown-500\/40{
  color: rgb(64 62 46 / 0.4) !important;
}

.\!text-brown-500\/5{
  color: rgb(64 62 46 / 0.05) !important;
}

.\!text-brown-500\/50{
  color: rgb(64 62 46 / 0.5) !important;
}

.\!text-brown-500\/60{
  color: rgb(64 62 46 / 0.6) !important;
}

.\!text-brown-500\/70{
  color: rgb(64 62 46 / 0.7) !important;
}

.\!text-brown-500\/75{
  color: rgb(64 62 46 / 0.75) !important;
}

.\!text-brown-500\/80{
  color: rgb(64 62 46 / 0.8) !important;
}

.\!text-brown-500\/90{
  color: rgb(64 62 46 / 0.9) !important;
}

.\!text-brown-500\/95{
  color: rgb(64 62 46 / 0.95) !important;
}

.\!text-brown-600{
  --tw-text-opacity: 1 !important;
  color: rgb(53 52 38 / var(--tw-text-opacity)) !important;
}

.\!text-brown-600\/0{
  color: rgb(53 52 38 / 0) !important;
}

.\!text-brown-600\/10{
  color: rgb(53 52 38 / 0.1) !important;
}

.\!text-brown-600\/100{
  color: rgb(53 52 38 / 1) !important;
}

.\!text-brown-600\/20{
  color: rgb(53 52 38 / 0.2) !important;
}

.\!text-brown-600\/25{
  color: rgb(53 52 38 / 0.25) !important;
}

.\!text-brown-600\/30{
  color: rgb(53 52 38 / 0.3) !important;
}

.\!text-brown-600\/40{
  color: rgb(53 52 38 / 0.4) !important;
}

.\!text-brown-600\/5{
  color: rgb(53 52 38 / 0.05) !important;
}

.\!text-brown-600\/50{
  color: rgb(53 52 38 / 0.5) !important;
}

.\!text-brown-600\/60{
  color: rgb(53 52 38 / 0.6) !important;
}

.\!text-brown-600\/70{
  color: rgb(53 52 38 / 0.7) !important;
}

.\!text-brown-600\/75{
  color: rgb(53 52 38 / 0.75) !important;
}

.\!text-brown-600\/80{
  color: rgb(53 52 38 / 0.8) !important;
}

.\!text-brown-600\/90{
  color: rgb(53 52 38 / 0.9) !important;
}

.\!text-brown-600\/95{
  color: rgb(53 52 38 / 0.95) !important;
}

.\!text-brown-700{
  --tw-text-opacity: 1 !important;
  color: rgb(43 41 31 / var(--tw-text-opacity)) !important;
}

.\!text-brown-700\/0{
  color: rgb(43 41 31 / 0) !important;
}

.\!text-brown-700\/10{
  color: rgb(43 41 31 / 0.1) !important;
}

.\!text-brown-700\/100{
  color: rgb(43 41 31 / 1) !important;
}

.\!text-brown-700\/20{
  color: rgb(43 41 31 / 0.2) !important;
}

.\!text-brown-700\/25{
  color: rgb(43 41 31 / 0.25) !important;
}

.\!text-brown-700\/30{
  color: rgb(43 41 31 / 0.3) !important;
}

.\!text-brown-700\/40{
  color: rgb(43 41 31 / 0.4) !important;
}

.\!text-brown-700\/5{
  color: rgb(43 41 31 / 0.05) !important;
}

.\!text-brown-700\/50{
  color: rgb(43 41 31 / 0.5) !important;
}

.\!text-brown-700\/60{
  color: rgb(43 41 31 / 0.6) !important;
}

.\!text-brown-700\/70{
  color: rgb(43 41 31 / 0.7) !important;
}

.\!text-brown-700\/75{
  color: rgb(43 41 31 / 0.75) !important;
}

.\!text-brown-700\/80{
  color: rgb(43 41 31 / 0.8) !important;
}

.\!text-brown-700\/90{
  color: rgb(43 41 31 / 0.9) !important;
}

.\!text-brown-700\/95{
  color: rgb(43 41 31 / 0.95) !important;
}

.\!text-brown-800{
  --tw-text-opacity: 1 !important;
  color: rgb(32 31 23 / var(--tw-text-opacity)) !important;
}

.\!text-brown-800\/0{
  color: rgb(32 31 23 / 0) !important;
}

.\!text-brown-800\/10{
  color: rgb(32 31 23 / 0.1) !important;
}

.\!text-brown-800\/100{
  color: rgb(32 31 23 / 1) !important;
}

.\!text-brown-800\/20{
  color: rgb(32 31 23 / 0.2) !important;
}

.\!text-brown-800\/25{
  color: rgb(32 31 23 / 0.25) !important;
}

.\!text-brown-800\/30{
  color: rgb(32 31 23 / 0.3) !important;
}

.\!text-brown-800\/40{
  color: rgb(32 31 23 / 0.4) !important;
}

.\!text-brown-800\/5{
  color: rgb(32 31 23 / 0.05) !important;
}

.\!text-brown-800\/50{
  color: rgb(32 31 23 / 0.5) !important;
}

.\!text-brown-800\/60{
  color: rgb(32 31 23 / 0.6) !important;
}

.\!text-brown-800\/70{
  color: rgb(32 31 23 / 0.7) !important;
}

.\!text-brown-800\/75{
  color: rgb(32 31 23 / 0.75) !important;
}

.\!text-brown-800\/80{
  color: rgb(32 31 23 / 0.8) !important;
}

.\!text-brown-800\/90{
  color: rgb(32 31 23 / 0.9) !important;
}

.\!text-brown-800\/95{
  color: rgb(32 31 23 / 0.95) !important;
}

.\!text-brown-900{
  --tw-text-opacity: 1 !important;
  color: rgb(21 21 15 / var(--tw-text-opacity)) !important;
}

.\!text-brown-900\/0{
  color: rgb(21 21 15 / 0) !important;
}

.\!text-brown-900\/10{
  color: rgb(21 21 15 / 0.1) !important;
}

.\!text-brown-900\/100{
  color: rgb(21 21 15 / 1) !important;
}

.\!text-brown-900\/20{
  color: rgb(21 21 15 / 0.2) !important;
}

.\!text-brown-900\/25{
  color: rgb(21 21 15 / 0.25) !important;
}

.\!text-brown-900\/30{
  color: rgb(21 21 15 / 0.3) !important;
}

.\!text-brown-900\/40{
  color: rgb(21 21 15 / 0.4) !important;
}

.\!text-brown-900\/5{
  color: rgb(21 21 15 / 0.05) !important;
}

.\!text-brown-900\/50{
  color: rgb(21 21 15 / 0.5) !important;
}

.\!text-brown-900\/60{
  color: rgb(21 21 15 / 0.6) !important;
}

.\!text-brown-900\/70{
  color: rgb(21 21 15 / 0.7) !important;
}

.\!text-brown-900\/75{
  color: rgb(21 21 15 / 0.75) !important;
}

.\!text-brown-900\/80{
  color: rgb(21 21 15 / 0.8) !important;
}

.\!text-brown-900\/90{
  color: rgb(21 21 15 / 0.9) !important;
}

.\!text-brown-900\/95{
  color: rgb(21 21 15 / 0.95) !important;
}

.\!text-brown\/0{
  color: rgb(64 62 46 / 0) !important;
}

.\!text-brown\/10{
  color: rgb(64 62 46 / 0.1) !important;
}

.\!text-brown\/100{
  color: rgb(64 62 46 / 1) !important;
}

.\!text-brown\/20{
  color: rgb(64 62 46 / 0.2) !important;
}

.\!text-brown\/25{
  color: rgb(64 62 46 / 0.25) !important;
}

.\!text-brown\/30{
  color: rgb(64 62 46 / 0.3) !important;
}

.\!text-brown\/40{
  color: rgb(64 62 46 / 0.4) !important;
}

.\!text-brown\/5{
  color: rgb(64 62 46 / 0.05) !important;
}

.\!text-brown\/50{
  color: rgb(64 62 46 / 0.5) !important;
}

.\!text-brown\/60{
  color: rgb(64 62 46 / 0.6) !important;
}

.\!text-brown\/70{
  color: rgb(64 62 46 / 0.7) !important;
}

.\!text-brown\/75{
  color: rgb(64 62 46 / 0.75) !important;
}

.\!text-brown\/80{
  color: rgb(64 62 46 / 0.8) !important;
}

.\!text-brown\/90{
  color: rgb(64 62 46 / 0.9) !important;
}

.\!text-brown\/95{
  color: rgb(64 62 46 / 0.95) !important;
}

.\!text-burnt-orange{
  --tw-text-opacity: 1 !important;
  color: rgb(240 90 40 / var(--tw-text-opacity)) !important;
}

.\!text-burnt-orange\/0{
  color: rgb(240 90 40 / 0) !important;
}

.\!text-burnt-orange\/10{
  color: rgb(240 90 40 / 0.1) !important;
}

.\!text-burnt-orange\/100{
  color: rgb(240 90 40 / 1) !important;
}

.\!text-burnt-orange\/20{
  color: rgb(240 90 40 / 0.2) !important;
}

.\!text-burnt-orange\/25{
  color: rgb(240 90 40 / 0.25) !important;
}

.\!text-burnt-orange\/30{
  color: rgb(240 90 40 / 0.3) !important;
}

.\!text-burnt-orange\/40{
  color: rgb(240 90 40 / 0.4) !important;
}

.\!text-burnt-orange\/5{
  color: rgb(240 90 40 / 0.05) !important;
}

.\!text-burnt-orange\/50{
  color: rgb(240 90 40 / 0.5) !important;
}

.\!text-burnt-orange\/60{
  color: rgb(240 90 40 / 0.6) !important;
}

.\!text-burnt-orange\/70{
  color: rgb(240 90 40 / 0.7) !important;
}

.\!text-burnt-orange\/75{
  color: rgb(240 90 40 / 0.75) !important;
}

.\!text-burnt-orange\/80{
  color: rgb(240 90 40 / 0.8) !important;
}

.\!text-burnt-orange\/90{
  color: rgb(240 90 40 / 0.9) !important;
}

.\!text-burnt-orange\/95{
  color: rgb(240 90 40 / 0.95) !important;
}

.\!text-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(45 57 64 / var(--tw-text-opacity)) !important;
}

.\!text-dark\/0{
  color: rgb(45 57 64 / 0) !important;
}

.\!text-dark\/10{
  color: rgb(45 57 64 / 0.1) !important;
}

.\!text-dark\/100{
  color: rgb(45 57 64 / 1) !important;
}

.\!text-dark\/20{
  color: rgb(45 57 64 / 0.2) !important;
}

.\!text-dark\/25{
  color: rgb(45 57 64 / 0.25) !important;
}

.\!text-dark\/30{
  color: rgb(45 57 64 / 0.3) !important;
}

.\!text-dark\/40{
  color: rgb(45 57 64 / 0.4) !important;
}

.\!text-dark\/5{
  color: rgb(45 57 64 / 0.05) !important;
}

.\!text-dark\/50{
  color: rgb(45 57 64 / 0.5) !important;
}

.\!text-dark\/60{
  color: rgb(45 57 64 / 0.6) !important;
}

.\!text-dark\/70{
  color: rgb(45 57 64 / 0.7) !important;
}

.\!text-dark\/75{
  color: rgb(45 57 64 / 0.75) !important;
}

.\!text-dark\/80{
  color: rgb(45 57 64 / 0.8) !important;
}

.\!text-dark\/90{
  color: rgb(45 57 64 / 0.9) !important;
}

.\!text-dark\/95{
  color: rgb(45 57 64 / 0.95) !important;
}

.\!text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}

.\!text-gray-100\/0{
  color: rgb(243 244 246 / 0) !important;
}

.\!text-gray-100\/10{
  color: rgb(243 244 246 / 0.1) !important;
}

.\!text-gray-100\/100{
  color: rgb(243 244 246 / 1) !important;
}

.\!text-gray-100\/20{
  color: rgb(243 244 246 / 0.2) !important;
}

.\!text-gray-100\/25{
  color: rgb(243 244 246 / 0.25) !important;
}

.\!text-gray-100\/30{
  color: rgb(243 244 246 / 0.3) !important;
}

.\!text-gray-100\/40{
  color: rgb(243 244 246 / 0.4) !important;
}

.\!text-gray-100\/5{
  color: rgb(243 244 246 / 0.05) !important;
}

.\!text-gray-100\/50{
  color: rgb(243 244 246 / 0.5) !important;
}

.\!text-gray-100\/60{
  color: rgb(243 244 246 / 0.6) !important;
}

.\!text-gray-100\/70{
  color: rgb(243 244 246 / 0.7) !important;
}

.\!text-gray-100\/75{
  color: rgb(243 244 246 / 0.75) !important;
}

.\!text-gray-100\/80{
  color: rgb(243 244 246 / 0.8) !important;
}

.\!text-gray-100\/90{
  color: rgb(243 244 246 / 0.9) !important;
}

.\!text-gray-100\/95{
  color: rgb(243 244 246 / 0.95) !important;
}

.\!text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.\!text-gray-200\/0{
  color: rgb(229 231 235 / 0) !important;
}

.\!text-gray-200\/10{
  color: rgb(229 231 235 / 0.1) !important;
}

.\!text-gray-200\/100{
  color: rgb(229 231 235 / 1) !important;
}

.\!text-gray-200\/20{
  color: rgb(229 231 235 / 0.2) !important;
}

.\!text-gray-200\/25{
  color: rgb(229 231 235 / 0.25) !important;
}

.\!text-gray-200\/30{
  color: rgb(229 231 235 / 0.3) !important;
}

.\!text-gray-200\/40{
  color: rgb(229 231 235 / 0.4) !important;
}

.\!text-gray-200\/5{
  color: rgb(229 231 235 / 0.05) !important;
}

.\!text-gray-200\/50{
  color: rgb(229 231 235 / 0.5) !important;
}

.\!text-gray-200\/60{
  color: rgb(229 231 235 / 0.6) !important;
}

.\!text-gray-200\/70{
  color: rgb(229 231 235 / 0.7) !important;
}

.\!text-gray-200\/75{
  color: rgb(229 231 235 / 0.75) !important;
}

.\!text-gray-200\/80{
  color: rgb(229 231 235 / 0.8) !important;
}

.\!text-gray-200\/90{
  color: rgb(229 231 235 / 0.9) !important;
}

.\!text-gray-200\/95{
  color: rgb(229 231 235 / 0.95) !important;
}

.\!text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

.\!text-gray-300\/0{
  color: rgb(209 213 219 / 0) !important;
}

.\!text-gray-300\/10{
  color: rgb(209 213 219 / 0.1) !important;
}

.\!text-gray-300\/100{
  color: rgb(209 213 219 / 1) !important;
}

.\!text-gray-300\/20{
  color: rgb(209 213 219 / 0.2) !important;
}

.\!text-gray-300\/25{
  color: rgb(209 213 219 / 0.25) !important;
}

.\!text-gray-300\/30{
  color: rgb(209 213 219 / 0.3) !important;
}

.\!text-gray-300\/40{
  color: rgb(209 213 219 / 0.4) !important;
}

.\!text-gray-300\/5{
  color: rgb(209 213 219 / 0.05) !important;
}

.\!text-gray-300\/50{
  color: rgb(209 213 219 / 0.5) !important;
}

.\!text-gray-300\/60{
  color: rgb(209 213 219 / 0.6) !important;
}

.\!text-gray-300\/70{
  color: rgb(209 213 219 / 0.7) !important;
}

.\!text-gray-300\/75{
  color: rgb(209 213 219 / 0.75) !important;
}

.\!text-gray-300\/80{
  color: rgb(209 213 219 / 0.8) !important;
}

.\!text-gray-300\/90{
  color: rgb(209 213 219 / 0.9) !important;
}

.\!text-gray-300\/95{
  color: rgb(209 213 219 / 0.95) !important;
}

.\!text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.\!text-gray-400\/0{
  color: rgb(156 163 175 / 0) !important;
}

.\!text-gray-400\/10{
  color: rgb(156 163 175 / 0.1) !important;
}

.\!text-gray-400\/100{
  color: rgb(156 163 175 / 1) !important;
}

.\!text-gray-400\/20{
  color: rgb(156 163 175 / 0.2) !important;
}

.\!text-gray-400\/25{
  color: rgb(156 163 175 / 0.25) !important;
}

.\!text-gray-400\/30{
  color: rgb(156 163 175 / 0.3) !important;
}

.\!text-gray-400\/40{
  color: rgb(156 163 175 / 0.4) !important;
}

.\!text-gray-400\/5{
  color: rgb(156 163 175 / 0.05) !important;
}

.\!text-gray-400\/50{
  color: rgb(156 163 175 / 0.5) !important;
}

.\!text-gray-400\/60{
  color: rgb(156 163 175 / 0.6) !important;
}

.\!text-gray-400\/70{
  color: rgb(156 163 175 / 0.7) !important;
}

.\!text-gray-400\/75{
  color: rgb(156 163 175 / 0.75) !important;
}

.\!text-gray-400\/80{
  color: rgb(156 163 175 / 0.8) !important;
}

.\!text-gray-400\/90{
  color: rgb(156 163 175 / 0.9) !important;
}

.\!text-gray-400\/95{
  color: rgb(156 163 175 / 0.95) !important;
}

.\!text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}

.\!text-gray-50\/0{
  color: rgb(249 250 251 / 0) !important;
}

.\!text-gray-50\/10{
  color: rgb(249 250 251 / 0.1) !important;
}

.\!text-gray-50\/100{
  color: rgb(249 250 251 / 1) !important;
}

.\!text-gray-50\/20{
  color: rgb(249 250 251 / 0.2) !important;
}

.\!text-gray-50\/25{
  color: rgb(249 250 251 / 0.25) !important;
}

.\!text-gray-50\/30{
  color: rgb(249 250 251 / 0.3) !important;
}

.\!text-gray-50\/40{
  color: rgb(249 250 251 / 0.4) !important;
}

.\!text-gray-50\/5{
  color: rgb(249 250 251 / 0.05) !important;
}

.\!text-gray-50\/50{
  color: rgb(249 250 251 / 0.5) !important;
}

.\!text-gray-50\/60{
  color: rgb(249 250 251 / 0.6) !important;
}

.\!text-gray-50\/70{
  color: rgb(249 250 251 / 0.7) !important;
}

.\!text-gray-50\/75{
  color: rgb(249 250 251 / 0.75) !important;
}

.\!text-gray-50\/80{
  color: rgb(249 250 251 / 0.8) !important;
}

.\!text-gray-50\/90{
  color: rgb(249 250 251 / 0.9) !important;
}

.\!text-gray-50\/95{
  color: rgb(249 250 251 / 0.95) !important;
}

.\!text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.\!text-gray-500\/0{
  color: rgb(107 114 128 / 0) !important;
}

.\!text-gray-500\/10{
  color: rgb(107 114 128 / 0.1) !important;
}

.\!text-gray-500\/100{
  color: rgb(107 114 128 / 1) !important;
}

.\!text-gray-500\/20{
  color: rgb(107 114 128 / 0.2) !important;
}

.\!text-gray-500\/25{
  color: rgb(107 114 128 / 0.25) !important;
}

.\!text-gray-500\/30{
  color: rgb(107 114 128 / 0.3) !important;
}

.\!text-gray-500\/40{
  color: rgb(107 114 128 / 0.4) !important;
}

.\!text-gray-500\/5{
  color: rgb(107 114 128 / 0.05) !important;
}

.\!text-gray-500\/50{
  color: rgb(107 114 128 / 0.5) !important;
}

.\!text-gray-500\/60{
  color: rgb(107 114 128 / 0.6) !important;
}

.\!text-gray-500\/70{
  color: rgb(107 114 128 / 0.7) !important;
}

.\!text-gray-500\/75{
  color: rgb(107 114 128 / 0.75) !important;
}

.\!text-gray-500\/80{
  color: rgb(107 114 128 / 0.8) !important;
}

.\!text-gray-500\/90{
  color: rgb(107 114 128 / 0.9) !important;
}

.\!text-gray-500\/95{
  color: rgb(107 114 128 / 0.95) !important;
}

.\!text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.\!text-gray-600\/0{
  color: rgb(75 85 99 / 0) !important;
}

.\!text-gray-600\/10{
  color: rgb(75 85 99 / 0.1) !important;
}

.\!text-gray-600\/100{
  color: rgb(75 85 99 / 1) !important;
}

.\!text-gray-600\/20{
  color: rgb(75 85 99 / 0.2) !important;
}

.\!text-gray-600\/25{
  color: rgb(75 85 99 / 0.25) !important;
}

.\!text-gray-600\/30{
  color: rgb(75 85 99 / 0.3) !important;
}

.\!text-gray-600\/40{
  color: rgb(75 85 99 / 0.4) !important;
}

.\!text-gray-600\/5{
  color: rgb(75 85 99 / 0.05) !important;
}

.\!text-gray-600\/50{
  color: rgb(75 85 99 / 0.5) !important;
}

.\!text-gray-600\/60{
  color: rgb(75 85 99 / 0.6) !important;
}

.\!text-gray-600\/70{
  color: rgb(75 85 99 / 0.7) !important;
}

.\!text-gray-600\/75{
  color: rgb(75 85 99 / 0.75) !important;
}

.\!text-gray-600\/80{
  color: rgb(75 85 99 / 0.8) !important;
}

.\!text-gray-600\/90{
  color: rgb(75 85 99 / 0.9) !important;
}

.\!text-gray-600\/95{
  color: rgb(75 85 99 / 0.95) !important;
}

.\!text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.\!text-gray-700\/0{
  color: rgb(55 65 81 / 0) !important;
}

.\!text-gray-700\/10{
  color: rgb(55 65 81 / 0.1) !important;
}

.\!text-gray-700\/100{
  color: rgb(55 65 81 / 1) !important;
}

.\!text-gray-700\/20{
  color: rgb(55 65 81 / 0.2) !important;
}

.\!text-gray-700\/25{
  color: rgb(55 65 81 / 0.25) !important;
}

.\!text-gray-700\/30{
  color: rgb(55 65 81 / 0.3) !important;
}

.\!text-gray-700\/40{
  color: rgb(55 65 81 / 0.4) !important;
}

.\!text-gray-700\/5{
  color: rgb(55 65 81 / 0.05) !important;
}

.\!text-gray-700\/50{
  color: rgb(55 65 81 / 0.5) !important;
}

.\!text-gray-700\/60{
  color: rgb(55 65 81 / 0.6) !important;
}

.\!text-gray-700\/70{
  color: rgb(55 65 81 / 0.7) !important;
}

.\!text-gray-700\/75{
  color: rgb(55 65 81 / 0.75) !important;
}

.\!text-gray-700\/80{
  color: rgb(55 65 81 / 0.8) !important;
}

.\!text-gray-700\/90{
  color: rgb(55 65 81 / 0.9) !important;
}

.\!text-gray-700\/95{
  color: rgb(55 65 81 / 0.95) !important;
}

.\!text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.\!text-gray-800\/0{
  color: rgb(31 41 55 / 0) !important;
}

.\!text-gray-800\/10{
  color: rgb(31 41 55 / 0.1) !important;
}

.\!text-gray-800\/100{
  color: rgb(31 41 55 / 1) !important;
}

.\!text-gray-800\/20{
  color: rgb(31 41 55 / 0.2) !important;
}

.\!text-gray-800\/25{
  color: rgb(31 41 55 / 0.25) !important;
}

.\!text-gray-800\/30{
  color: rgb(31 41 55 / 0.3) !important;
}

.\!text-gray-800\/40{
  color: rgb(31 41 55 / 0.4) !important;
}

.\!text-gray-800\/5{
  color: rgb(31 41 55 / 0.05) !important;
}

.\!text-gray-800\/50{
  color: rgb(31 41 55 / 0.5) !important;
}

.\!text-gray-800\/60{
  color: rgb(31 41 55 / 0.6) !important;
}

.\!text-gray-800\/70{
  color: rgb(31 41 55 / 0.7) !important;
}

.\!text-gray-800\/75{
  color: rgb(31 41 55 / 0.75) !important;
}

.\!text-gray-800\/80{
  color: rgb(31 41 55 / 0.8) !important;
}

.\!text-gray-800\/90{
  color: rgb(31 41 55 / 0.9) !important;
}

.\!text-gray-800\/95{
  color: rgb(31 41 55 / 0.95) !important;
}

.\!text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.\!text-gray-900\/0{
  color: rgb(17 24 39 / 0) !important;
}

.\!text-gray-900\/10{
  color: rgb(17 24 39 / 0.1) !important;
}

.\!text-gray-900\/100{
  color: rgb(17 24 39 / 1) !important;
}

.\!text-gray-900\/20{
  color: rgb(17 24 39 / 0.2) !important;
}

.\!text-gray-900\/25{
  color: rgb(17 24 39 / 0.25) !important;
}

.\!text-gray-900\/30{
  color: rgb(17 24 39 / 0.3) !important;
}

.\!text-gray-900\/40{
  color: rgb(17 24 39 / 0.4) !important;
}

.\!text-gray-900\/5{
  color: rgb(17 24 39 / 0.05) !important;
}

.\!text-gray-900\/50{
  color: rgb(17 24 39 / 0.5) !important;
}

.\!text-gray-900\/60{
  color: rgb(17 24 39 / 0.6) !important;
}

.\!text-gray-900\/70{
  color: rgb(17 24 39 / 0.7) !important;
}

.\!text-gray-900\/75{
  color: rgb(17 24 39 / 0.75) !important;
}

.\!text-gray-900\/80{
  color: rgb(17 24 39 / 0.8) !important;
}

.\!text-gray-900\/90{
  color: rgb(17 24 39 / 0.9) !important;
}

.\!text-gray-900\/95{
  color: rgb(17 24 39 / 0.95) !important;
}

.\!text-gray-950{
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity)) !important;
}

.\!text-gray-950\/0{
  color: rgb(3 7 18 / 0) !important;
}

.\!text-gray-950\/10{
  color: rgb(3 7 18 / 0.1) !important;
}

.\!text-gray-950\/100{
  color: rgb(3 7 18 / 1) !important;
}

.\!text-gray-950\/20{
  color: rgb(3 7 18 / 0.2) !important;
}

.\!text-gray-950\/25{
  color: rgb(3 7 18 / 0.25) !important;
}

.\!text-gray-950\/30{
  color: rgb(3 7 18 / 0.3) !important;
}

.\!text-gray-950\/40{
  color: rgb(3 7 18 / 0.4) !important;
}

.\!text-gray-950\/5{
  color: rgb(3 7 18 / 0.05) !important;
}

.\!text-gray-950\/50{
  color: rgb(3 7 18 / 0.5) !important;
}

.\!text-gray-950\/60{
  color: rgb(3 7 18 / 0.6) !important;
}

.\!text-gray-950\/70{
  color: rgb(3 7 18 / 0.7) !important;
}

.\!text-gray-950\/75{
  color: rgb(3 7 18 / 0.75) !important;
}

.\!text-gray-950\/80{
  color: rgb(3 7 18 / 0.8) !important;
}

.\!text-gray-950\/90{
  color: rgb(3 7 18 / 0.9) !important;
}

.\!text-gray-950\/95{
  color: rgb(3 7 18 / 0.95) !important;
}

.\!text-green{
  --tw-text-opacity: 1 !important;
  color: rgb(146 188 96 / var(--tw-text-opacity)) !important;
}

.\!text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgb(220 252 231 / var(--tw-text-opacity)) !important;
}

.\!text-green-100\/0{
  color: rgb(220 252 231 / 0) !important;
}

.\!text-green-100\/10{
  color: rgb(220 252 231 / 0.1) !important;
}

.\!text-green-100\/100{
  color: rgb(220 252 231 / 1) !important;
}

.\!text-green-100\/20{
  color: rgb(220 252 231 / 0.2) !important;
}

.\!text-green-100\/25{
  color: rgb(220 252 231 / 0.25) !important;
}

.\!text-green-100\/30{
  color: rgb(220 252 231 / 0.3) !important;
}

.\!text-green-100\/40{
  color: rgb(220 252 231 / 0.4) !important;
}

.\!text-green-100\/5{
  color: rgb(220 252 231 / 0.05) !important;
}

.\!text-green-100\/50{
  color: rgb(220 252 231 / 0.5) !important;
}

.\!text-green-100\/60{
  color: rgb(220 252 231 / 0.6) !important;
}

.\!text-green-100\/70{
  color: rgb(220 252 231 / 0.7) !important;
}

.\!text-green-100\/75{
  color: rgb(220 252 231 / 0.75) !important;
}

.\!text-green-100\/80{
  color: rgb(220 252 231 / 0.8) !important;
}

.\!text-green-100\/90{
  color: rgb(220 252 231 / 0.9) !important;
}

.\!text-green-100\/95{
  color: rgb(220 252 231 / 0.95) !important;
}

.\!text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgb(187 247 208 / var(--tw-text-opacity)) !important;
}

.\!text-green-200\/0{
  color: rgb(187 247 208 / 0) !important;
}

.\!text-green-200\/10{
  color: rgb(187 247 208 / 0.1) !important;
}

.\!text-green-200\/100{
  color: rgb(187 247 208 / 1) !important;
}

.\!text-green-200\/20{
  color: rgb(187 247 208 / 0.2) !important;
}

.\!text-green-200\/25{
  color: rgb(187 247 208 / 0.25) !important;
}

.\!text-green-200\/30{
  color: rgb(187 247 208 / 0.3) !important;
}

.\!text-green-200\/40{
  color: rgb(187 247 208 / 0.4) !important;
}

.\!text-green-200\/5{
  color: rgb(187 247 208 / 0.05) !important;
}

.\!text-green-200\/50{
  color: rgb(187 247 208 / 0.5) !important;
}

.\!text-green-200\/60{
  color: rgb(187 247 208 / 0.6) !important;
}

.\!text-green-200\/70{
  color: rgb(187 247 208 / 0.7) !important;
}

.\!text-green-200\/75{
  color: rgb(187 247 208 / 0.75) !important;
}

.\!text-green-200\/80{
  color: rgb(187 247 208 / 0.8) !important;
}

.\!text-green-200\/90{
  color: rgb(187 247 208 / 0.9) !important;
}

.\!text-green-200\/95{
  color: rgb(187 247 208 / 0.95) !important;
}

.\!text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity)) !important;
}

.\!text-green-300\/0{
  color: rgb(134 239 172 / 0) !important;
}

.\!text-green-300\/10{
  color: rgb(134 239 172 / 0.1) !important;
}

.\!text-green-300\/100{
  color: rgb(134 239 172 / 1) !important;
}

.\!text-green-300\/20{
  color: rgb(134 239 172 / 0.2) !important;
}

.\!text-green-300\/25{
  color: rgb(134 239 172 / 0.25) !important;
}

.\!text-green-300\/30{
  color: rgb(134 239 172 / 0.3) !important;
}

.\!text-green-300\/40{
  color: rgb(134 239 172 / 0.4) !important;
}

.\!text-green-300\/5{
  color: rgb(134 239 172 / 0.05) !important;
}

.\!text-green-300\/50{
  color: rgb(134 239 172 / 0.5) !important;
}

.\!text-green-300\/60{
  color: rgb(134 239 172 / 0.6) !important;
}

.\!text-green-300\/70{
  color: rgb(134 239 172 / 0.7) !important;
}

.\!text-green-300\/75{
  color: rgb(134 239 172 / 0.75) !important;
}

.\!text-green-300\/80{
  color: rgb(134 239 172 / 0.8) !important;
}

.\!text-green-300\/90{
  color: rgb(134 239 172 / 0.9) !important;
}

.\!text-green-300\/95{
  color: rgb(134 239 172 / 0.95) !important;
}

.\!text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}

.\!text-green-400\/0{
  color: rgb(74 222 128 / 0) !important;
}

.\!text-green-400\/10{
  color: rgb(74 222 128 / 0.1) !important;
}

.\!text-green-400\/100{
  color: rgb(74 222 128 / 1) !important;
}

.\!text-green-400\/20{
  color: rgb(74 222 128 / 0.2) !important;
}

.\!text-green-400\/25{
  color: rgb(74 222 128 / 0.25) !important;
}

.\!text-green-400\/30{
  color: rgb(74 222 128 / 0.3) !important;
}

.\!text-green-400\/40{
  color: rgb(74 222 128 / 0.4) !important;
}

.\!text-green-400\/5{
  color: rgb(74 222 128 / 0.05) !important;
}

.\!text-green-400\/50{
  color: rgb(74 222 128 / 0.5) !important;
}

.\!text-green-400\/60{
  color: rgb(74 222 128 / 0.6) !important;
}

.\!text-green-400\/70{
  color: rgb(74 222 128 / 0.7) !important;
}

.\!text-green-400\/75{
  color: rgb(74 222 128 / 0.75) !important;
}

.\!text-green-400\/80{
  color: rgb(74 222 128 / 0.8) !important;
}

.\!text-green-400\/90{
  color: rgb(74 222 128 / 0.9) !important;
}

.\!text-green-400\/95{
  color: rgb(74 222 128 / 0.95) !important;
}

.\!text-green-50{
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}

.\!text-green-50\/0{
  color: rgb(240 253 244 / 0) !important;
}

.\!text-green-50\/10{
  color: rgb(240 253 244 / 0.1) !important;
}

.\!text-green-50\/100{
  color: rgb(240 253 244 / 1) !important;
}

.\!text-green-50\/20{
  color: rgb(240 253 244 / 0.2) !important;
}

.\!text-green-50\/25{
  color: rgb(240 253 244 / 0.25) !important;
}

.\!text-green-50\/30{
  color: rgb(240 253 244 / 0.3) !important;
}

.\!text-green-50\/40{
  color: rgb(240 253 244 / 0.4) !important;
}

.\!text-green-50\/5{
  color: rgb(240 253 244 / 0.05) !important;
}

.\!text-green-50\/50{
  color: rgb(240 253 244 / 0.5) !important;
}

.\!text-green-50\/60{
  color: rgb(240 253 244 / 0.6) !important;
}

.\!text-green-50\/70{
  color: rgb(240 253 244 / 0.7) !important;
}

.\!text-green-50\/75{
  color: rgb(240 253 244 / 0.75) !important;
}

.\!text-green-50\/80{
  color: rgb(240 253 244 / 0.8) !important;
}

.\!text-green-50\/90{
  color: rgb(240 253 244 / 0.9) !important;
}

.\!text-green-50\/95{
  color: rgb(240 253 244 / 0.95) !important;
}

.\!text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.\!text-green-500\/0{
  color: rgb(34 197 94 / 0) !important;
}

.\!text-green-500\/10{
  color: rgb(34 197 94 / 0.1) !important;
}

.\!text-green-500\/100{
  color: rgb(34 197 94 / 1) !important;
}

.\!text-green-500\/20{
  color: rgb(34 197 94 / 0.2) !important;
}

.\!text-green-500\/25{
  color: rgb(34 197 94 / 0.25) !important;
}

.\!text-green-500\/30{
  color: rgb(34 197 94 / 0.3) !important;
}

.\!text-green-500\/40{
  color: rgb(34 197 94 / 0.4) !important;
}

.\!text-green-500\/5{
  color: rgb(34 197 94 / 0.05) !important;
}

.\!text-green-500\/50{
  color: rgb(34 197 94 / 0.5) !important;
}

.\!text-green-500\/60{
  color: rgb(34 197 94 / 0.6) !important;
}

.\!text-green-500\/70{
  color: rgb(34 197 94 / 0.7) !important;
}

.\!text-green-500\/75{
  color: rgb(34 197 94 / 0.75) !important;
}

.\!text-green-500\/80{
  color: rgb(34 197 94 / 0.8) !important;
}

.\!text-green-500\/90{
  color: rgb(34 197 94 / 0.9) !important;
}

.\!text-green-500\/95{
  color: rgb(34 197 94 / 0.95) !important;
}

.\!text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}

.\!text-green-600\/0{
  color: rgb(22 163 74 / 0) !important;
}

.\!text-green-600\/10{
  color: rgb(22 163 74 / 0.1) !important;
}

.\!text-green-600\/100{
  color: rgb(22 163 74 / 1) !important;
}

.\!text-green-600\/20{
  color: rgb(22 163 74 / 0.2) !important;
}

.\!text-green-600\/25{
  color: rgb(22 163 74 / 0.25) !important;
}

.\!text-green-600\/30{
  color: rgb(22 163 74 / 0.3) !important;
}

.\!text-green-600\/40{
  color: rgb(22 163 74 / 0.4) !important;
}

.\!text-green-600\/5{
  color: rgb(22 163 74 / 0.05) !important;
}

.\!text-green-600\/50{
  color: rgb(22 163 74 / 0.5) !important;
}

.\!text-green-600\/60{
  color: rgb(22 163 74 / 0.6) !important;
}

.\!text-green-600\/70{
  color: rgb(22 163 74 / 0.7) !important;
}

.\!text-green-600\/75{
  color: rgb(22 163 74 / 0.75) !important;
}

.\!text-green-600\/80{
  color: rgb(22 163 74 / 0.8) !important;
}

.\!text-green-600\/90{
  color: rgb(22 163 74 / 0.9) !important;
}

.\!text-green-600\/95{
  color: rgb(22 163 74 / 0.95) !important;
}

.\!text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.\!text-green-700\/0{
  color: rgb(21 128 61 / 0) !important;
}

.\!text-green-700\/10{
  color: rgb(21 128 61 / 0.1) !important;
}

.\!text-green-700\/100{
  color: rgb(21 128 61 / 1) !important;
}

.\!text-green-700\/20{
  color: rgb(21 128 61 / 0.2) !important;
}

.\!text-green-700\/25{
  color: rgb(21 128 61 / 0.25) !important;
}

.\!text-green-700\/30{
  color: rgb(21 128 61 / 0.3) !important;
}

.\!text-green-700\/40{
  color: rgb(21 128 61 / 0.4) !important;
}

.\!text-green-700\/5{
  color: rgb(21 128 61 / 0.05) !important;
}

.\!text-green-700\/50{
  color: rgb(21 128 61 / 0.5) !important;
}

.\!text-green-700\/60{
  color: rgb(21 128 61 / 0.6) !important;
}

.\!text-green-700\/70{
  color: rgb(21 128 61 / 0.7) !important;
}

.\!text-green-700\/75{
  color: rgb(21 128 61 / 0.75) !important;
}

.\!text-green-700\/80{
  color: rgb(21 128 61 / 0.8) !important;
}

.\!text-green-700\/90{
  color: rgb(21 128 61 / 0.9) !important;
}

.\!text-green-700\/95{
  color: rgb(21 128 61 / 0.95) !important;
}

.\!text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}

.\!text-green-800\/0{
  color: rgb(22 101 52 / 0) !important;
}

.\!text-green-800\/10{
  color: rgb(22 101 52 / 0.1) !important;
}

.\!text-green-800\/100{
  color: rgb(22 101 52 / 1) !important;
}

.\!text-green-800\/20{
  color: rgb(22 101 52 / 0.2) !important;
}

.\!text-green-800\/25{
  color: rgb(22 101 52 / 0.25) !important;
}

.\!text-green-800\/30{
  color: rgb(22 101 52 / 0.3) !important;
}

.\!text-green-800\/40{
  color: rgb(22 101 52 / 0.4) !important;
}

.\!text-green-800\/5{
  color: rgb(22 101 52 / 0.05) !important;
}

.\!text-green-800\/50{
  color: rgb(22 101 52 / 0.5) !important;
}

.\!text-green-800\/60{
  color: rgb(22 101 52 / 0.6) !important;
}

.\!text-green-800\/70{
  color: rgb(22 101 52 / 0.7) !important;
}

.\!text-green-800\/75{
  color: rgb(22 101 52 / 0.75) !important;
}

.\!text-green-800\/80{
  color: rgb(22 101 52 / 0.8) !important;
}

.\!text-green-800\/90{
  color: rgb(22 101 52 / 0.9) !important;
}

.\!text-green-800\/95{
  color: rgb(22 101 52 / 0.95) !important;
}

.\!text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgb(20 83 45 / var(--tw-text-opacity)) !important;
}

.\!text-green-900\/0{
  color: rgb(20 83 45 / 0) !important;
}

.\!text-green-900\/10{
  color: rgb(20 83 45 / 0.1) !important;
}

.\!text-green-900\/100{
  color: rgb(20 83 45 / 1) !important;
}

.\!text-green-900\/20{
  color: rgb(20 83 45 / 0.2) !important;
}

.\!text-green-900\/25{
  color: rgb(20 83 45 / 0.25) !important;
}

.\!text-green-900\/30{
  color: rgb(20 83 45 / 0.3) !important;
}

.\!text-green-900\/40{
  color: rgb(20 83 45 / 0.4) !important;
}

.\!text-green-900\/5{
  color: rgb(20 83 45 / 0.05) !important;
}

.\!text-green-900\/50{
  color: rgb(20 83 45 / 0.5) !important;
}

.\!text-green-900\/60{
  color: rgb(20 83 45 / 0.6) !important;
}

.\!text-green-900\/70{
  color: rgb(20 83 45 / 0.7) !important;
}

.\!text-green-900\/75{
  color: rgb(20 83 45 / 0.75) !important;
}

.\!text-green-900\/80{
  color: rgb(20 83 45 / 0.8) !important;
}

.\!text-green-900\/90{
  color: rgb(20 83 45 / 0.9) !important;
}

.\!text-green-900\/95{
  color: rgb(20 83 45 / 0.95) !important;
}

.\!text-green-950{
  --tw-text-opacity: 1 !important;
  color: rgb(5 46 22 / var(--tw-text-opacity)) !important;
}

.\!text-green-950\/0{
  color: rgb(5 46 22 / 0) !important;
}

.\!text-green-950\/10{
  color: rgb(5 46 22 / 0.1) !important;
}

.\!text-green-950\/100{
  color: rgb(5 46 22 / 1) !important;
}

.\!text-green-950\/20{
  color: rgb(5 46 22 / 0.2) !important;
}

.\!text-green-950\/25{
  color: rgb(5 46 22 / 0.25) !important;
}

.\!text-green-950\/30{
  color: rgb(5 46 22 / 0.3) !important;
}

.\!text-green-950\/40{
  color: rgb(5 46 22 / 0.4) !important;
}

.\!text-green-950\/5{
  color: rgb(5 46 22 / 0.05) !important;
}

.\!text-green-950\/50{
  color: rgb(5 46 22 / 0.5) !important;
}

.\!text-green-950\/60{
  color: rgb(5 46 22 / 0.6) !important;
}

.\!text-green-950\/70{
  color: rgb(5 46 22 / 0.7) !important;
}

.\!text-green-950\/75{
  color: rgb(5 46 22 / 0.75) !important;
}

.\!text-green-950\/80{
  color: rgb(5 46 22 / 0.8) !important;
}

.\!text-green-950\/90{
  color: rgb(5 46 22 / 0.9) !important;
}

.\!text-green-950\/95{
  color: rgb(5 46 22 / 0.95) !important;
}

.\!text-green\/0{
  color: rgb(146 188 96 / 0) !important;
}

.\!text-green\/10{
  color: rgb(146 188 96 / 0.1) !important;
}

.\!text-green\/100{
  color: rgb(146 188 96 / 1) !important;
}

.\!text-green\/20{
  color: rgb(146 188 96 / 0.2) !important;
}

.\!text-green\/25{
  color: rgb(146 188 96 / 0.25) !important;
}

.\!text-green\/30{
  color: rgb(146 188 96 / 0.3) !important;
}

.\!text-green\/40{
  color: rgb(146 188 96 / 0.4) !important;
}

.\!text-green\/5{
  color: rgb(146 188 96 / 0.05) !important;
}

.\!text-green\/50{
  color: rgb(146 188 96 / 0.5) !important;
}

.\!text-green\/60{
  color: rgb(146 188 96 / 0.6) !important;
}

.\!text-green\/70{
  color: rgb(146 188 96 / 0.7) !important;
}

.\!text-green\/75{
  color: rgb(146 188 96 / 0.75) !important;
}

.\!text-green\/80{
  color: rgb(146 188 96 / 0.8) !important;
}

.\!text-green\/90{
  color: rgb(146 188 96 / 0.9) !important;
}

.\!text-green\/95{
  color: rgb(146 188 96 / 0.95) !important;
}

.\!text-inherit{
  color: inherit !important;
}

.\!text-light{
  --tw-text-opacity: 1 !important;
  color: rgb(246 250 253 / var(--tw-text-opacity)) !important;
}

.\!text-light\/0{
  color: rgb(246 250 253 / 0) !important;
}

.\!text-light\/10{
  color: rgb(246 250 253 / 0.1) !important;
}

.\!text-light\/100{
  color: rgb(246 250 253 / 1) !important;
}

.\!text-light\/20{
  color: rgb(246 250 253 / 0.2) !important;
}

.\!text-light\/25{
  color: rgb(246 250 253 / 0.25) !important;
}

.\!text-light\/30{
  color: rgb(246 250 253 / 0.3) !important;
}

.\!text-light\/40{
  color: rgb(246 250 253 / 0.4) !important;
}

.\!text-light\/5{
  color: rgb(246 250 253 / 0.05) !important;
}

.\!text-light\/50{
  color: rgb(246 250 253 / 0.5) !important;
}

.\!text-light\/60{
  color: rgb(246 250 253 / 0.6) !important;
}

.\!text-light\/70{
  color: rgb(246 250 253 / 0.7) !important;
}

.\!text-light\/75{
  color: rgb(246 250 253 / 0.75) !important;
}

.\!text-light\/80{
  color: rgb(246 250 253 / 0.8) !important;
}

.\!text-light\/90{
  color: rgb(246 250 253 / 0.9) !important;
}

.\!text-light\/95{
  color: rgb(246 250 253 / 0.95) !important;
}

.\!text-maroon{
  --tw-text-opacity: 1 !important;
  color: rgb(151 64 55 / var(--tw-text-opacity)) !important;
}

.\!text-maroon\/0{
  color: rgb(151 64 55 / 0) !important;
}

.\!text-maroon\/10{
  color: rgb(151 64 55 / 0.1) !important;
}

.\!text-maroon\/100{
  color: rgb(151 64 55 / 1) !important;
}

.\!text-maroon\/20{
  color: rgb(151 64 55 / 0.2) !important;
}

.\!text-maroon\/25{
  color: rgb(151 64 55 / 0.25) !important;
}

.\!text-maroon\/30{
  color: rgb(151 64 55 / 0.3) !important;
}

.\!text-maroon\/40{
  color: rgb(151 64 55 / 0.4) !important;
}

.\!text-maroon\/5{
  color: rgb(151 64 55 / 0.05) !important;
}

.\!text-maroon\/50{
  color: rgb(151 64 55 / 0.5) !important;
}

.\!text-maroon\/60{
  color: rgb(151 64 55 / 0.6) !important;
}

.\!text-maroon\/70{
  color: rgb(151 64 55 / 0.7) !important;
}

.\!text-maroon\/75{
  color: rgb(151 64 55 / 0.75) !important;
}

.\!text-maroon\/80{
  color: rgb(151 64 55 / 0.8) !important;
}

.\!text-maroon\/90{
  color: rgb(151 64 55 / 0.9) !important;
}

.\!text-maroon\/95{
  color: rgb(151 64 55 / 0.95) !important;
}

.\!text-orange{
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

.\!text-orange-100{
  --tw-text-opacity: 1 !important;
  color: rgb(248 210 192 / var(--tw-text-opacity)) !important;
}

.\!text-orange-100\/0{
  color: rgb(248 210 192 / 0) !important;
}

.\!text-orange-100\/10{
  color: rgb(248 210 192 / 0.1) !important;
}

.\!text-orange-100\/100{
  color: rgb(248 210 192 / 1) !important;
}

.\!text-orange-100\/20{
  color: rgb(248 210 192 / 0.2) !important;
}

.\!text-orange-100\/25{
  color: rgb(248 210 192 / 0.25) !important;
}

.\!text-orange-100\/30{
  color: rgb(248 210 192 / 0.3) !important;
}

.\!text-orange-100\/40{
  color: rgb(248 210 192 / 0.4) !important;
}

.\!text-orange-100\/5{
  color: rgb(248 210 192 / 0.05) !important;
}

.\!text-orange-100\/50{
  color: rgb(248 210 192 / 0.5) !important;
}

.\!text-orange-100\/60{
  color: rgb(248 210 192 / 0.6) !important;
}

.\!text-orange-100\/70{
  color: rgb(248 210 192 / 0.7) !important;
}

.\!text-orange-100\/75{
  color: rgb(248 210 192 / 0.75) !important;
}

.\!text-orange-100\/80{
  color: rgb(248 210 192 / 0.8) !important;
}

.\!text-orange-100\/90{
  color: rgb(248 210 192 / 0.9) !important;
}

.\!text-orange-100\/95{
  color: rgb(248 210 192 / 0.95) !important;
}

.\!text-orange-1000{
  --tw-text-opacity: 1 !important;
  color: rgb(47 24 13 / var(--tw-text-opacity)) !important;
}

.\!text-orange-1000\/0{
  color: rgb(47 24 13 / 0) !important;
}

.\!text-orange-1000\/10{
  color: rgb(47 24 13 / 0.1) !important;
}

.\!text-orange-1000\/100{
  color: rgb(47 24 13 / 1) !important;
}

.\!text-orange-1000\/20{
  color: rgb(47 24 13 / 0.2) !important;
}

.\!text-orange-1000\/25{
  color: rgb(47 24 13 / 0.25) !important;
}

.\!text-orange-1000\/30{
  color: rgb(47 24 13 / 0.3) !important;
}

.\!text-orange-1000\/40{
  color: rgb(47 24 13 / 0.4) !important;
}

.\!text-orange-1000\/5{
  color: rgb(47 24 13 / 0.05) !important;
}

.\!text-orange-1000\/50{
  color: rgb(47 24 13 / 0.5) !important;
}

.\!text-orange-1000\/60{
  color: rgb(47 24 13 / 0.6) !important;
}

.\!text-orange-1000\/70{
  color: rgb(47 24 13 / 0.7) !important;
}

.\!text-orange-1000\/75{
  color: rgb(47 24 13 / 0.75) !important;
}

.\!text-orange-1000\/80{
  color: rgb(47 24 13 / 0.8) !important;
}

.\!text-orange-1000\/90{
  color: rgb(47 24 13 / 0.9) !important;
}

.\!text-orange-1000\/95{
  color: rgb(47 24 13 / 0.95) !important;
}

.\!text-orange-200{
  --tw-text-opacity: 1 !important;
  color: rgb(245 187 161 / var(--tw-text-opacity)) !important;
}

.\!text-orange-200\/0{
  color: rgb(245 187 161 / 0) !important;
}

.\!text-orange-200\/10{
  color: rgb(245 187 161 / 0.1) !important;
}

.\!text-orange-200\/100{
  color: rgb(245 187 161 / 1) !important;
}

.\!text-orange-200\/20{
  color: rgb(245 187 161 / 0.2) !important;
}

.\!text-orange-200\/25{
  color: rgb(245 187 161 / 0.25) !important;
}

.\!text-orange-200\/30{
  color: rgb(245 187 161 / 0.3) !important;
}

.\!text-orange-200\/40{
  color: rgb(245 187 161 / 0.4) !important;
}

.\!text-orange-200\/5{
  color: rgb(245 187 161 / 0.05) !important;
}

.\!text-orange-200\/50{
  color: rgb(245 187 161 / 0.5) !important;
}

.\!text-orange-200\/60{
  color: rgb(245 187 161 / 0.6) !important;
}

.\!text-orange-200\/70{
  color: rgb(245 187 161 / 0.7) !important;
}

.\!text-orange-200\/75{
  color: rgb(245 187 161 / 0.75) !important;
}

.\!text-orange-200\/80{
  color: rgb(245 187 161 / 0.8) !important;
}

.\!text-orange-200\/90{
  color: rgb(245 187 161 / 0.9) !important;
}

.\!text-orange-200\/95{
  color: rgb(245 187 161 / 0.95) !important;
}

.\!text-orange-300{
  --tw-text-opacity: 1 !important;
  color: rgb(242 164 129 / var(--tw-text-opacity)) !important;
}

.\!text-orange-300\/0{
  color: rgb(242 164 129 / 0) !important;
}

.\!text-orange-300\/10{
  color: rgb(242 164 129 / 0.1) !important;
}

.\!text-orange-300\/100{
  color: rgb(242 164 129 / 1) !important;
}

.\!text-orange-300\/20{
  color: rgb(242 164 129 / 0.2) !important;
}

.\!text-orange-300\/25{
  color: rgb(242 164 129 / 0.25) !important;
}

.\!text-orange-300\/30{
  color: rgb(242 164 129 / 0.3) !important;
}

.\!text-orange-300\/40{
  color: rgb(242 164 129 / 0.4) !important;
}

.\!text-orange-300\/5{
  color: rgb(242 164 129 / 0.05) !important;
}

.\!text-orange-300\/50{
  color: rgb(242 164 129 / 0.5) !important;
}

.\!text-orange-300\/60{
  color: rgb(242 164 129 / 0.6) !important;
}

.\!text-orange-300\/70{
  color: rgb(242 164 129 / 0.7) !important;
}

.\!text-orange-300\/75{
  color: rgb(242 164 129 / 0.75) !important;
}

.\!text-orange-300\/80{
  color: rgb(242 164 129 / 0.8) !important;
}

.\!text-orange-300\/90{
  color: rgb(242 164 129 / 0.9) !important;
}

.\!text-orange-300\/95{
  color: rgb(242 164 129 / 0.95) !important;
}

.\!text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgb(238 142 98 / var(--tw-text-opacity)) !important;
}

.\!text-orange-400\/0{
  color: rgb(238 142 98 / 0) !important;
}

.\!text-orange-400\/10{
  color: rgb(238 142 98 / 0.1) !important;
}

.\!text-orange-400\/100{
  color: rgb(238 142 98 / 1) !important;
}

.\!text-orange-400\/20{
  color: rgb(238 142 98 / 0.2) !important;
}

.\!text-orange-400\/25{
  color: rgb(238 142 98 / 0.25) !important;
}

.\!text-orange-400\/30{
  color: rgb(238 142 98 / 0.3) !important;
}

.\!text-orange-400\/40{
  color: rgb(238 142 98 / 0.4) !important;
}

.\!text-orange-400\/5{
  color: rgb(238 142 98 / 0.05) !important;
}

.\!text-orange-400\/50{
  color: rgb(238 142 98 / 0.5) !important;
}

.\!text-orange-400\/60{
  color: rgb(238 142 98 / 0.6) !important;
}

.\!text-orange-400\/70{
  color: rgb(238 142 98 / 0.7) !important;
}

.\!text-orange-400\/75{
  color: rgb(238 142 98 / 0.75) !important;
}

.\!text-orange-400\/80{
  color: rgb(238 142 98 / 0.8) !important;
}

.\!text-orange-400\/90{
  color: rgb(238 142 98 / 0.9) !important;
}

.\!text-orange-400\/95{
  color: rgb(238 142 98 / 0.95) !important;
}

.\!text-orange-50{
  --tw-text-opacity: 1 !important;
  color: rgb(251 228 217 / var(--tw-text-opacity)) !important;
}

.\!text-orange-50\/0{
  color: rgb(251 228 217 / 0) !important;
}

.\!text-orange-50\/10{
  color: rgb(251 228 217 / 0.1) !important;
}

.\!text-orange-50\/100{
  color: rgb(251 228 217 / 1) !important;
}

.\!text-orange-50\/20{
  color: rgb(251 228 217 / 0.2) !important;
}

.\!text-orange-50\/25{
  color: rgb(251 228 217 / 0.25) !important;
}

.\!text-orange-50\/30{
  color: rgb(251 228 217 / 0.3) !important;
}

.\!text-orange-50\/40{
  color: rgb(251 228 217 / 0.4) !important;
}

.\!text-orange-50\/5{
  color: rgb(251 228 217 / 0.05) !important;
}

.\!text-orange-50\/50{
  color: rgb(251 228 217 / 0.5) !important;
}

.\!text-orange-50\/60{
  color: rgb(251 228 217 / 0.6) !important;
}

.\!text-orange-50\/70{
  color: rgb(251 228 217 / 0.7) !important;
}

.\!text-orange-50\/75{
  color: rgb(251 228 217 / 0.75) !important;
}

.\!text-orange-50\/80{
  color: rgb(251 228 217 / 0.8) !important;
}

.\!text-orange-50\/90{
  color: rgb(251 228 217 / 0.9) !important;
}

.\!text-orange-50\/95{
  color: rgb(251 228 217 / 0.95) !important;
}

.\!text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

.\!text-orange-500\/0{
  color: rgb(235 119 66 / 0) !important;
}

.\!text-orange-500\/10{
  color: rgb(235 119 66 / 0.1) !important;
}

.\!text-orange-500\/100{
  color: rgb(235 119 66 / 1) !important;
}

.\!text-orange-500\/20{
  color: rgb(235 119 66 / 0.2) !important;
}

.\!text-orange-500\/25{
  color: rgb(235 119 66 / 0.25) !important;
}

.\!text-orange-500\/30{
  color: rgb(235 119 66 / 0.3) !important;
}

.\!text-orange-500\/40{
  color: rgb(235 119 66 / 0.4) !important;
}

.\!text-orange-500\/5{
  color: rgb(235 119 66 / 0.05) !important;
}

.\!text-orange-500\/50{
  color: rgb(235 119 66 / 0.5) !important;
}

.\!text-orange-500\/60{
  color: rgb(235 119 66 / 0.6) !important;
}

.\!text-orange-500\/70{
  color: rgb(235 119 66 / 0.7) !important;
}

.\!text-orange-500\/75{
  color: rgb(235 119 66 / 0.75) !important;
}

.\!text-orange-500\/80{
  color: rgb(235 119 66 / 0.8) !important;
}

.\!text-orange-500\/90{
  color: rgb(235 119 66 / 0.9) !important;
}

.\!text-orange-500\/95{
  color: rgb(235 119 66 / 0.95) !important;
}

.\!text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgb(196 99 55 / var(--tw-text-opacity)) !important;
}

.\!text-orange-600\/0{
  color: rgb(196 99 55 / 0) !important;
}

.\!text-orange-600\/10{
  color: rgb(196 99 55 / 0.1) !important;
}

.\!text-orange-600\/100{
  color: rgb(196 99 55 / 1) !important;
}

.\!text-orange-600\/20{
  color: rgb(196 99 55 / 0.2) !important;
}

.\!text-orange-600\/25{
  color: rgb(196 99 55 / 0.25) !important;
}

.\!text-orange-600\/30{
  color: rgb(196 99 55 / 0.3) !important;
}

.\!text-orange-600\/40{
  color: rgb(196 99 55 / 0.4) !important;
}

.\!text-orange-600\/5{
  color: rgb(196 99 55 / 0.05) !important;
}

.\!text-orange-600\/50{
  color: rgb(196 99 55 / 0.5) !important;
}

.\!text-orange-600\/60{
  color: rgb(196 99 55 / 0.6) !important;
}

.\!text-orange-600\/70{
  color: rgb(196 99 55 / 0.7) !important;
}

.\!text-orange-600\/75{
  color: rgb(196 99 55 / 0.75) !important;
}

.\!text-orange-600\/80{
  color: rgb(196 99 55 / 0.8) !important;
}

.\!text-orange-600\/90{
  color: rgb(196 99 55 / 0.9) !important;
}

.\!text-orange-600\/95{
  color: rgb(196 99 55 / 0.95) !important;
}

.\!text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgb(157 79 44 / var(--tw-text-opacity)) !important;
}

.\!text-orange-700\/0{
  color: rgb(157 79 44 / 0) !important;
}

.\!text-orange-700\/10{
  color: rgb(157 79 44 / 0.1) !important;
}

.\!text-orange-700\/100{
  color: rgb(157 79 44 / 1) !important;
}

.\!text-orange-700\/20{
  color: rgb(157 79 44 / 0.2) !important;
}

.\!text-orange-700\/25{
  color: rgb(157 79 44 / 0.25) !important;
}

.\!text-orange-700\/30{
  color: rgb(157 79 44 / 0.3) !important;
}

.\!text-orange-700\/40{
  color: rgb(157 79 44 / 0.4) !important;
}

.\!text-orange-700\/5{
  color: rgb(157 79 44 / 0.05) !important;
}

.\!text-orange-700\/50{
  color: rgb(157 79 44 / 0.5) !important;
}

.\!text-orange-700\/60{
  color: rgb(157 79 44 / 0.6) !important;
}

.\!text-orange-700\/70{
  color: rgb(157 79 44 / 0.7) !important;
}

.\!text-orange-700\/75{
  color: rgb(157 79 44 / 0.75) !important;
}

.\!text-orange-700\/80{
  color: rgb(157 79 44 / 0.8) !important;
}

.\!text-orange-700\/90{
  color: rgb(157 79 44 / 0.9) !important;
}

.\!text-orange-700\/95{
  color: rgb(157 79 44 / 0.95) !important;
}

.\!text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgb(118 60 33 / var(--tw-text-opacity)) !important;
}

.\!text-orange-800\/0{
  color: rgb(118 60 33 / 0) !important;
}

.\!text-orange-800\/10{
  color: rgb(118 60 33 / 0.1) !important;
}

.\!text-orange-800\/100{
  color: rgb(118 60 33 / 1) !important;
}

.\!text-orange-800\/20{
  color: rgb(118 60 33 / 0.2) !important;
}

.\!text-orange-800\/25{
  color: rgb(118 60 33 / 0.25) !important;
}

.\!text-orange-800\/30{
  color: rgb(118 60 33 / 0.3) !important;
}

.\!text-orange-800\/40{
  color: rgb(118 60 33 / 0.4) !important;
}

.\!text-orange-800\/5{
  color: rgb(118 60 33 / 0.05) !important;
}

.\!text-orange-800\/50{
  color: rgb(118 60 33 / 0.5) !important;
}

.\!text-orange-800\/60{
  color: rgb(118 60 33 / 0.6) !important;
}

.\!text-orange-800\/70{
  color: rgb(118 60 33 / 0.7) !important;
}

.\!text-orange-800\/75{
  color: rgb(118 60 33 / 0.75) !important;
}

.\!text-orange-800\/80{
  color: rgb(118 60 33 / 0.8) !important;
}

.\!text-orange-800\/90{
  color: rgb(118 60 33 / 0.9) !important;
}

.\!text-orange-800\/95{
  color: rgb(118 60 33 / 0.95) !important;
}

.\!text-orange-900{
  --tw-text-opacity: 1 !important;
  color: rgb(78 40 22 / var(--tw-text-opacity)) !important;
}

.\!text-orange-900\/0{
  color: rgb(78 40 22 / 0) !important;
}

.\!text-orange-900\/10{
  color: rgb(78 40 22 / 0.1) !important;
}

.\!text-orange-900\/100{
  color: rgb(78 40 22 / 1) !important;
}

.\!text-orange-900\/20{
  color: rgb(78 40 22 / 0.2) !important;
}

.\!text-orange-900\/25{
  color: rgb(78 40 22 / 0.25) !important;
}

.\!text-orange-900\/30{
  color: rgb(78 40 22 / 0.3) !important;
}

.\!text-orange-900\/40{
  color: rgb(78 40 22 / 0.4) !important;
}

.\!text-orange-900\/5{
  color: rgb(78 40 22 / 0.05) !important;
}

.\!text-orange-900\/50{
  color: rgb(78 40 22 / 0.5) !important;
}

.\!text-orange-900\/60{
  color: rgb(78 40 22 / 0.6) !important;
}

.\!text-orange-900\/70{
  color: rgb(78 40 22 / 0.7) !important;
}

.\!text-orange-900\/75{
  color: rgb(78 40 22 / 0.75) !important;
}

.\!text-orange-900\/80{
  color: rgb(78 40 22 / 0.8) !important;
}

.\!text-orange-900\/90{
  color: rgb(78 40 22 / 0.9) !important;
}

.\!text-orange-900\/95{
  color: rgb(78 40 22 / 0.95) !important;
}

.\!text-orange\/0{
  color: rgb(235 119 66 / 0) !important;
}

.\!text-orange\/10{
  color: rgb(235 119 66 / 0.1) !important;
}

.\!text-orange\/100{
  color: rgb(235 119 66 / 1) !important;
}

.\!text-orange\/20{
  color: rgb(235 119 66 / 0.2) !important;
}

.\!text-orange\/25{
  color: rgb(235 119 66 / 0.25) !important;
}

.\!text-orange\/30{
  color: rgb(235 119 66 / 0.3) !important;
}

.\!text-orange\/40{
  color: rgb(235 119 66 / 0.4) !important;
}

.\!text-orange\/5{
  color: rgb(235 119 66 / 0.05) !important;
}

.\!text-orange\/50{
  color: rgb(235 119 66 / 0.5) !important;
}

.\!text-orange\/60{
  color: rgb(235 119 66 / 0.6) !important;
}

.\!text-orange\/70{
  color: rgb(235 119 66 / 0.7) !important;
}

.\!text-orange\/75{
  color: rgb(235 119 66 / 0.75) !important;
}

.\!text-orange\/80{
  color: rgb(235 119 66 / 0.8) !important;
}

.\!text-orange\/90{
  color: rgb(235 119 66 / 0.9) !important;
}

.\!text-orange\/95{
  color: rgb(235 119 66 / 0.95) !important;
}

.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

.\!text-primary\/0{
  color: rgb(235 119 66 / 0) !important;
}

.\!text-primary\/10{
  color: rgb(235 119 66 / 0.1) !important;
}

.\!text-primary\/100{
  color: rgb(235 119 66 / 1) !important;
}

.\!text-primary\/20{
  color: rgb(235 119 66 / 0.2) !important;
}

.\!text-primary\/25{
  color: rgb(235 119 66 / 0.25) !important;
}

.\!text-primary\/30{
  color: rgb(235 119 66 / 0.3) !important;
}

.\!text-primary\/40{
  color: rgb(235 119 66 / 0.4) !important;
}

.\!text-primary\/5{
  color: rgb(235 119 66 / 0.05) !important;
}

.\!text-primary\/50{
  color: rgb(235 119 66 / 0.5) !important;
}

.\!text-primary\/60{
  color: rgb(235 119 66 / 0.6) !important;
}

.\!text-primary\/70{
  color: rgb(235 119 66 / 0.7) !important;
}

.\!text-primary\/75{
  color: rgb(235 119 66 / 0.75) !important;
}

.\!text-primary\/80{
  color: rgb(235 119 66 / 0.8) !important;
}

.\!text-primary\/90{
  color: rgb(235 119 66 / 0.9) !important;
}

.\!text-primary\/95{
  color: rgb(235 119 66 / 0.95) !important;
}

.\!text-purple{
  --tw-text-opacity: 1 !important;
  color: rgb(51 47 102 / var(--tw-text-opacity)) !important;
}

.\!text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgb(187 186 204 / var(--tw-text-opacity)) !important;
}

.\!text-purple-100\/0{
  color: rgb(187 186 204 / 0) !important;
}

.\!text-purple-100\/10{
  color: rgb(187 186 204 / 0.1) !important;
}

.\!text-purple-100\/100{
  color: rgb(187 186 204 / 1) !important;
}

.\!text-purple-100\/20{
  color: rgb(187 186 204 / 0.2) !important;
}

.\!text-purple-100\/25{
  color: rgb(187 186 204 / 0.25) !important;
}

.\!text-purple-100\/30{
  color: rgb(187 186 204 / 0.3) !important;
}

.\!text-purple-100\/40{
  color: rgb(187 186 204 / 0.4) !important;
}

.\!text-purple-100\/5{
  color: rgb(187 186 204 / 0.05) !important;
}

.\!text-purple-100\/50{
  color: rgb(187 186 204 / 0.5) !important;
}

.\!text-purple-100\/60{
  color: rgb(187 186 204 / 0.6) !important;
}

.\!text-purple-100\/70{
  color: rgb(187 186 204 / 0.7) !important;
}

.\!text-purple-100\/75{
  color: rgb(187 186 204 / 0.75) !important;
}

.\!text-purple-100\/80{
  color: rgb(187 186 204 / 0.8) !important;
}

.\!text-purple-100\/90{
  color: rgb(187 186 204 / 0.9) !important;
}

.\!text-purple-100\/95{
  color: rgb(187 186 204 / 0.95) !important;
}

.\!text-purple-1000{
  --tw-text-opacity: 1 !important;
  color: rgb(10 9 20 / var(--tw-text-opacity)) !important;
}

.\!text-purple-1000\/0{
  color: rgb(10 9 20 / 0) !important;
}

.\!text-purple-1000\/10{
  color: rgb(10 9 20 / 0.1) !important;
}

.\!text-purple-1000\/100{
  color: rgb(10 9 20 / 1) !important;
}

.\!text-purple-1000\/20{
  color: rgb(10 9 20 / 0.2) !important;
}

.\!text-purple-1000\/25{
  color: rgb(10 9 20 / 0.25) !important;
}

.\!text-purple-1000\/30{
  color: rgb(10 9 20 / 0.3) !important;
}

.\!text-purple-1000\/40{
  color: rgb(10 9 20 / 0.4) !important;
}

.\!text-purple-1000\/5{
  color: rgb(10 9 20 / 0.05) !important;
}

.\!text-purple-1000\/50{
  color: rgb(10 9 20 / 0.5) !important;
}

.\!text-purple-1000\/60{
  color: rgb(10 9 20 / 0.6) !important;
}

.\!text-purple-1000\/70{
  color: rgb(10 9 20 / 0.7) !important;
}

.\!text-purple-1000\/75{
  color: rgb(10 9 20 / 0.75) !important;
}

.\!text-purple-1000\/80{
  color: rgb(10 9 20 / 0.8) !important;
}

.\!text-purple-1000\/90{
  color: rgb(10 9 20 / 0.9) !important;
}

.\!text-purple-1000\/95{
  color: rgb(10 9 20 / 0.95) !important;
}

.\!text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgb(153 151 179 / var(--tw-text-opacity)) !important;
}

.\!text-purple-200\/0{
  color: rgb(153 151 179 / 0) !important;
}

.\!text-purple-200\/10{
  color: rgb(153 151 179 / 0.1) !important;
}

.\!text-purple-200\/100{
  color: rgb(153 151 179 / 1) !important;
}

.\!text-purple-200\/20{
  color: rgb(153 151 179 / 0.2) !important;
}

.\!text-purple-200\/25{
  color: rgb(153 151 179 / 0.25) !important;
}

.\!text-purple-200\/30{
  color: rgb(153 151 179 / 0.3) !important;
}

.\!text-purple-200\/40{
  color: rgb(153 151 179 / 0.4) !important;
}

.\!text-purple-200\/5{
  color: rgb(153 151 179 / 0.05) !important;
}

.\!text-purple-200\/50{
  color: rgb(153 151 179 / 0.5) !important;
}

.\!text-purple-200\/60{
  color: rgb(153 151 179 / 0.6) !important;
}

.\!text-purple-200\/70{
  color: rgb(153 151 179 / 0.7) !important;
}

.\!text-purple-200\/75{
  color: rgb(153 151 179 / 0.75) !important;
}

.\!text-purple-200\/80{
  color: rgb(153 151 179 / 0.8) !important;
}

.\!text-purple-200\/90{
  color: rgb(153 151 179 / 0.9) !important;
}

.\!text-purple-200\/95{
  color: rgb(153 151 179 / 0.95) !important;
}

.\!text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgb(119 116 153 / var(--tw-text-opacity)) !important;
}

.\!text-purple-300\/0{
  color: rgb(119 116 153 / 0) !important;
}

.\!text-purple-300\/10{
  color: rgb(119 116 153 / 0.1) !important;
}

.\!text-purple-300\/100{
  color: rgb(119 116 153 / 1) !important;
}

.\!text-purple-300\/20{
  color: rgb(119 116 153 / 0.2) !important;
}

.\!text-purple-300\/25{
  color: rgb(119 116 153 / 0.25) !important;
}

.\!text-purple-300\/30{
  color: rgb(119 116 153 / 0.3) !important;
}

.\!text-purple-300\/40{
  color: rgb(119 116 153 / 0.4) !important;
}

.\!text-purple-300\/5{
  color: rgb(119 116 153 / 0.05) !important;
}

.\!text-purple-300\/50{
  color: rgb(119 116 153 / 0.5) !important;
}

.\!text-purple-300\/60{
  color: rgb(119 116 153 / 0.6) !important;
}

.\!text-purple-300\/70{
  color: rgb(119 116 153 / 0.7) !important;
}

.\!text-purple-300\/75{
  color: rgb(119 116 153 / 0.75) !important;
}

.\!text-purple-300\/80{
  color: rgb(119 116 153 / 0.8) !important;
}

.\!text-purple-300\/90{
  color: rgb(119 116 153 / 0.9) !important;
}

.\!text-purple-300\/95{
  color: rgb(119 116 153 / 0.95) !important;
}

.\!text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgb(85 82 128 / var(--tw-text-opacity)) !important;
}

.\!text-purple-400\/0{
  color: rgb(85 82 128 / 0) !important;
}

.\!text-purple-400\/10{
  color: rgb(85 82 128 / 0.1) !important;
}

.\!text-purple-400\/100{
  color: rgb(85 82 128 / 1) !important;
}

.\!text-purple-400\/20{
  color: rgb(85 82 128 / 0.2) !important;
}

.\!text-purple-400\/25{
  color: rgb(85 82 128 / 0.25) !important;
}

.\!text-purple-400\/30{
  color: rgb(85 82 128 / 0.3) !important;
}

.\!text-purple-400\/40{
  color: rgb(85 82 128 / 0.4) !important;
}

.\!text-purple-400\/5{
  color: rgb(85 82 128 / 0.05) !important;
}

.\!text-purple-400\/50{
  color: rgb(85 82 128 / 0.5) !important;
}

.\!text-purple-400\/60{
  color: rgb(85 82 128 / 0.6) !important;
}

.\!text-purple-400\/70{
  color: rgb(85 82 128 / 0.7) !important;
}

.\!text-purple-400\/75{
  color: rgb(85 82 128 / 0.75) !important;
}

.\!text-purple-400\/80{
  color: rgb(85 82 128 / 0.8) !important;
}

.\!text-purple-400\/90{
  color: rgb(85 82 128 / 0.9) !important;
}

.\!text-purple-400\/95{
  color: rgb(85 82 128 / 0.95) !important;
}

.\!text-purple-50{
  --tw-text-opacity: 1 !important;
  color: rgb(214 213 224 / var(--tw-text-opacity)) !important;
}

.\!text-purple-50\/0{
  color: rgb(214 213 224 / 0) !important;
}

.\!text-purple-50\/10{
  color: rgb(214 213 224 / 0.1) !important;
}

.\!text-purple-50\/100{
  color: rgb(214 213 224 / 1) !important;
}

.\!text-purple-50\/20{
  color: rgb(214 213 224 / 0.2) !important;
}

.\!text-purple-50\/25{
  color: rgb(214 213 224 / 0.25) !important;
}

.\!text-purple-50\/30{
  color: rgb(214 213 224 / 0.3) !important;
}

.\!text-purple-50\/40{
  color: rgb(214 213 224 / 0.4) !important;
}

.\!text-purple-50\/5{
  color: rgb(214 213 224 / 0.05) !important;
}

.\!text-purple-50\/50{
  color: rgb(214 213 224 / 0.5) !important;
}

.\!text-purple-50\/60{
  color: rgb(214 213 224 / 0.6) !important;
}

.\!text-purple-50\/70{
  color: rgb(214 213 224 / 0.7) !important;
}

.\!text-purple-50\/75{
  color: rgb(214 213 224 / 0.75) !important;
}

.\!text-purple-50\/80{
  color: rgb(214 213 224 / 0.8) !important;
}

.\!text-purple-50\/90{
  color: rgb(214 213 224 / 0.9) !important;
}

.\!text-purple-50\/95{
  color: rgb(214 213 224 / 0.95) !important;
}

.\!text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgb(51 47 102 / var(--tw-text-opacity)) !important;
}

.\!text-purple-500\/0{
  color: rgb(51 47 102 / 0) !important;
}

.\!text-purple-500\/10{
  color: rgb(51 47 102 / 0.1) !important;
}

.\!text-purple-500\/100{
  color: rgb(51 47 102 / 1) !important;
}

.\!text-purple-500\/20{
  color: rgb(51 47 102 / 0.2) !important;
}

.\!text-purple-500\/25{
  color: rgb(51 47 102 / 0.25) !important;
}

.\!text-purple-500\/30{
  color: rgb(51 47 102 / 0.3) !important;
}

.\!text-purple-500\/40{
  color: rgb(51 47 102 / 0.4) !important;
}

.\!text-purple-500\/5{
  color: rgb(51 47 102 / 0.05) !important;
}

.\!text-purple-500\/50{
  color: rgb(51 47 102 / 0.5) !important;
}

.\!text-purple-500\/60{
  color: rgb(51 47 102 / 0.6) !important;
}

.\!text-purple-500\/70{
  color: rgb(51 47 102 / 0.7) !important;
}

.\!text-purple-500\/75{
  color: rgb(51 47 102 / 0.75) !important;
}

.\!text-purple-500\/80{
  color: rgb(51 47 102 / 0.8) !important;
}

.\!text-purple-500\/90{
  color: rgb(51 47 102 / 0.9) !important;
}

.\!text-purple-500\/95{
  color: rgb(51 47 102 / 0.95) !important;
}

.\!text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgb(43 39 85 / var(--tw-text-opacity)) !important;
}

.\!text-purple-600\/0{
  color: rgb(43 39 85 / 0) !important;
}

.\!text-purple-600\/10{
  color: rgb(43 39 85 / 0.1) !important;
}

.\!text-purple-600\/100{
  color: rgb(43 39 85 / 1) !important;
}

.\!text-purple-600\/20{
  color: rgb(43 39 85 / 0.2) !important;
}

.\!text-purple-600\/25{
  color: rgb(43 39 85 / 0.25) !important;
}

.\!text-purple-600\/30{
  color: rgb(43 39 85 / 0.3) !important;
}

.\!text-purple-600\/40{
  color: rgb(43 39 85 / 0.4) !important;
}

.\!text-purple-600\/5{
  color: rgb(43 39 85 / 0.05) !important;
}

.\!text-purple-600\/50{
  color: rgb(43 39 85 / 0.5) !important;
}

.\!text-purple-600\/60{
  color: rgb(43 39 85 / 0.6) !important;
}

.\!text-purple-600\/70{
  color: rgb(43 39 85 / 0.7) !important;
}

.\!text-purple-600\/75{
  color: rgb(43 39 85 / 0.75) !important;
}

.\!text-purple-600\/80{
  color: rgb(43 39 85 / 0.8) !important;
}

.\!text-purple-600\/90{
  color: rgb(43 39 85 / 0.9) !important;
}

.\!text-purple-600\/95{
  color: rgb(43 39 85 / 0.95) !important;
}

.\!text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgb(34 31 68 / var(--tw-text-opacity)) !important;
}

.\!text-purple-700\/0{
  color: rgb(34 31 68 / 0) !important;
}

.\!text-purple-700\/10{
  color: rgb(34 31 68 / 0.1) !important;
}

.\!text-purple-700\/100{
  color: rgb(34 31 68 / 1) !important;
}

.\!text-purple-700\/20{
  color: rgb(34 31 68 / 0.2) !important;
}

.\!text-purple-700\/25{
  color: rgb(34 31 68 / 0.25) !important;
}

.\!text-purple-700\/30{
  color: rgb(34 31 68 / 0.3) !important;
}

.\!text-purple-700\/40{
  color: rgb(34 31 68 / 0.4) !important;
}

.\!text-purple-700\/5{
  color: rgb(34 31 68 / 0.05) !important;
}

.\!text-purple-700\/50{
  color: rgb(34 31 68 / 0.5) !important;
}

.\!text-purple-700\/60{
  color: rgb(34 31 68 / 0.6) !important;
}

.\!text-purple-700\/70{
  color: rgb(34 31 68 / 0.7) !important;
}

.\!text-purple-700\/75{
  color: rgb(34 31 68 / 0.75) !important;
}

.\!text-purple-700\/80{
  color: rgb(34 31 68 / 0.8) !important;
}

.\!text-purple-700\/90{
  color: rgb(34 31 68 / 0.9) !important;
}

.\!text-purple-700\/95{
  color: rgb(34 31 68 / 0.95) !important;
}

.\!text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgb(26 24 51 / var(--tw-text-opacity)) !important;
}

.\!text-purple-800\/0{
  color: rgb(26 24 51 / 0) !important;
}

.\!text-purple-800\/10{
  color: rgb(26 24 51 / 0.1) !important;
}

.\!text-purple-800\/100{
  color: rgb(26 24 51 / 1) !important;
}

.\!text-purple-800\/20{
  color: rgb(26 24 51 / 0.2) !important;
}

.\!text-purple-800\/25{
  color: rgb(26 24 51 / 0.25) !important;
}

.\!text-purple-800\/30{
  color: rgb(26 24 51 / 0.3) !important;
}

.\!text-purple-800\/40{
  color: rgb(26 24 51 / 0.4) !important;
}

.\!text-purple-800\/5{
  color: rgb(26 24 51 / 0.05) !important;
}

.\!text-purple-800\/50{
  color: rgb(26 24 51 / 0.5) !important;
}

.\!text-purple-800\/60{
  color: rgb(26 24 51 / 0.6) !important;
}

.\!text-purple-800\/70{
  color: rgb(26 24 51 / 0.7) !important;
}

.\!text-purple-800\/75{
  color: rgb(26 24 51 / 0.75) !important;
}

.\!text-purple-800\/80{
  color: rgb(26 24 51 / 0.8) !important;
}

.\!text-purple-800\/90{
  color: rgb(26 24 51 / 0.9) !important;
}

.\!text-purple-800\/95{
  color: rgb(26 24 51 / 0.95) !important;
}

.\!text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 16 34 / var(--tw-text-opacity)) !important;
}

.\!text-purple-900\/0{
  color: rgb(17 16 34 / 0) !important;
}

.\!text-purple-900\/10{
  color: rgb(17 16 34 / 0.1) !important;
}

.\!text-purple-900\/100{
  color: rgb(17 16 34 / 1) !important;
}

.\!text-purple-900\/20{
  color: rgb(17 16 34 / 0.2) !important;
}

.\!text-purple-900\/25{
  color: rgb(17 16 34 / 0.25) !important;
}

.\!text-purple-900\/30{
  color: rgb(17 16 34 / 0.3) !important;
}

.\!text-purple-900\/40{
  color: rgb(17 16 34 / 0.4) !important;
}

.\!text-purple-900\/5{
  color: rgb(17 16 34 / 0.05) !important;
}

.\!text-purple-900\/50{
  color: rgb(17 16 34 / 0.5) !important;
}

.\!text-purple-900\/60{
  color: rgb(17 16 34 / 0.6) !important;
}

.\!text-purple-900\/70{
  color: rgb(17 16 34 / 0.7) !important;
}

.\!text-purple-900\/75{
  color: rgb(17 16 34 / 0.75) !important;
}

.\!text-purple-900\/80{
  color: rgb(17 16 34 / 0.8) !important;
}

.\!text-purple-900\/90{
  color: rgb(17 16 34 / 0.9) !important;
}

.\!text-purple-900\/95{
  color: rgb(17 16 34 / 0.95) !important;
}

.\!text-purple-950{
  --tw-text-opacity: 1 !important;
  color: rgb(59 7 100 / var(--tw-text-opacity)) !important;
}

.\!text-purple-950\/0{
  color: rgb(59 7 100 / 0) !important;
}

.\!text-purple-950\/10{
  color: rgb(59 7 100 / 0.1) !important;
}

.\!text-purple-950\/100{
  color: rgb(59 7 100 / 1) !important;
}

.\!text-purple-950\/20{
  color: rgb(59 7 100 / 0.2) !important;
}

.\!text-purple-950\/25{
  color: rgb(59 7 100 / 0.25) !important;
}

.\!text-purple-950\/30{
  color: rgb(59 7 100 / 0.3) !important;
}

.\!text-purple-950\/40{
  color: rgb(59 7 100 / 0.4) !important;
}

.\!text-purple-950\/5{
  color: rgb(59 7 100 / 0.05) !important;
}

.\!text-purple-950\/50{
  color: rgb(59 7 100 / 0.5) !important;
}

.\!text-purple-950\/60{
  color: rgb(59 7 100 / 0.6) !important;
}

.\!text-purple-950\/70{
  color: rgb(59 7 100 / 0.7) !important;
}

.\!text-purple-950\/75{
  color: rgb(59 7 100 / 0.75) !important;
}

.\!text-purple-950\/80{
  color: rgb(59 7 100 / 0.8) !important;
}

.\!text-purple-950\/90{
  color: rgb(59 7 100 / 0.9) !important;
}

.\!text-purple-950\/95{
  color: rgb(59 7 100 / 0.95) !important;
}

.\!text-purple\/0{
  color: rgb(51 47 102 / 0) !important;
}

.\!text-purple\/10{
  color: rgb(51 47 102 / 0.1) !important;
}

.\!text-purple\/100{
  color: rgb(51 47 102 / 1) !important;
}

.\!text-purple\/20{
  color: rgb(51 47 102 / 0.2) !important;
}

.\!text-purple\/25{
  color: rgb(51 47 102 / 0.25) !important;
}

.\!text-purple\/30{
  color: rgb(51 47 102 / 0.3) !important;
}

.\!text-purple\/40{
  color: rgb(51 47 102 / 0.4) !important;
}

.\!text-purple\/5{
  color: rgb(51 47 102 / 0.05) !important;
}

.\!text-purple\/50{
  color: rgb(51 47 102 / 0.5) !important;
}

.\!text-purple\/60{
  color: rgb(51 47 102 / 0.6) !important;
}

.\!text-purple\/70{
  color: rgb(51 47 102 / 0.7) !important;
}

.\!text-purple\/75{
  color: rgb(51 47 102 / 0.75) !important;
}

.\!text-purple\/80{
  color: rgb(51 47 102 / 0.8) !important;
}

.\!text-purple\/90{
  color: rgb(51 47 102 / 0.9) !important;
}

.\!text-purple\/95{
  color: rgb(51 47 102 / 0.95) !important;
}

.\!text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(218 61 42 / var(--tw-text-opacity)) !important;
}

.\!text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity)) !important;
}

.\!text-red-100\/0{
  color: rgb(254 226 226 / 0) !important;
}

.\!text-red-100\/10{
  color: rgb(254 226 226 / 0.1) !important;
}

.\!text-red-100\/100{
  color: rgb(254 226 226 / 1) !important;
}

.\!text-red-100\/20{
  color: rgb(254 226 226 / 0.2) !important;
}

.\!text-red-100\/25{
  color: rgb(254 226 226 / 0.25) !important;
}

.\!text-red-100\/30{
  color: rgb(254 226 226 / 0.3) !important;
}

.\!text-red-100\/40{
  color: rgb(254 226 226 / 0.4) !important;
}

.\!text-red-100\/5{
  color: rgb(254 226 226 / 0.05) !important;
}

.\!text-red-100\/50{
  color: rgb(254 226 226 / 0.5) !important;
}

.\!text-red-100\/60{
  color: rgb(254 226 226 / 0.6) !important;
}

.\!text-red-100\/70{
  color: rgb(254 226 226 / 0.7) !important;
}

.\!text-red-100\/75{
  color: rgb(254 226 226 / 0.75) !important;
}

.\!text-red-100\/80{
  color: rgb(254 226 226 / 0.8) !important;
}

.\!text-red-100\/90{
  color: rgb(254 226 226 / 0.9) !important;
}

.\!text-red-100\/95{
  color: rgb(254 226 226 / 0.95) !important;
}

.\!text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity)) !important;
}

.\!text-red-200\/0{
  color: rgb(254 202 202 / 0) !important;
}

.\!text-red-200\/10{
  color: rgb(254 202 202 / 0.1) !important;
}

.\!text-red-200\/100{
  color: rgb(254 202 202 / 1) !important;
}

.\!text-red-200\/20{
  color: rgb(254 202 202 / 0.2) !important;
}

.\!text-red-200\/25{
  color: rgb(254 202 202 / 0.25) !important;
}

.\!text-red-200\/30{
  color: rgb(254 202 202 / 0.3) !important;
}

.\!text-red-200\/40{
  color: rgb(254 202 202 / 0.4) !important;
}

.\!text-red-200\/5{
  color: rgb(254 202 202 / 0.05) !important;
}

.\!text-red-200\/50{
  color: rgb(254 202 202 / 0.5) !important;
}

.\!text-red-200\/60{
  color: rgb(254 202 202 / 0.6) !important;
}

.\!text-red-200\/70{
  color: rgb(254 202 202 / 0.7) !important;
}

.\!text-red-200\/75{
  color: rgb(254 202 202 / 0.75) !important;
}

.\!text-red-200\/80{
  color: rgb(254 202 202 / 0.8) !important;
}

.\!text-red-200\/90{
  color: rgb(254 202 202 / 0.9) !important;
}

.\!text-red-200\/95{
  color: rgb(254 202 202 / 0.95) !important;
}

.\!text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity)) !important;
}

.\!text-red-300\/0{
  color: rgb(252 165 165 / 0) !important;
}

.\!text-red-300\/10{
  color: rgb(252 165 165 / 0.1) !important;
}

.\!text-red-300\/100{
  color: rgb(252 165 165 / 1) !important;
}

.\!text-red-300\/20{
  color: rgb(252 165 165 / 0.2) !important;
}

.\!text-red-300\/25{
  color: rgb(252 165 165 / 0.25) !important;
}

.\!text-red-300\/30{
  color: rgb(252 165 165 / 0.3) !important;
}

.\!text-red-300\/40{
  color: rgb(252 165 165 / 0.4) !important;
}

.\!text-red-300\/5{
  color: rgb(252 165 165 / 0.05) !important;
}

.\!text-red-300\/50{
  color: rgb(252 165 165 / 0.5) !important;
}

.\!text-red-300\/60{
  color: rgb(252 165 165 / 0.6) !important;
}

.\!text-red-300\/70{
  color: rgb(252 165 165 / 0.7) !important;
}

.\!text-red-300\/75{
  color: rgb(252 165 165 / 0.75) !important;
}

.\!text-red-300\/80{
  color: rgb(252 165 165 / 0.8) !important;
}

.\!text-red-300\/90{
  color: rgb(252 165 165 / 0.9) !important;
}

.\!text-red-300\/95{
  color: rgb(252 165 165 / 0.95) !important;
}

.\!text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}

.\!text-red-400\/0{
  color: rgb(248 113 113 / 0) !important;
}

.\!text-red-400\/10{
  color: rgb(248 113 113 / 0.1) !important;
}

.\!text-red-400\/100{
  color: rgb(248 113 113 / 1) !important;
}

.\!text-red-400\/20{
  color: rgb(248 113 113 / 0.2) !important;
}

.\!text-red-400\/25{
  color: rgb(248 113 113 / 0.25) !important;
}

.\!text-red-400\/30{
  color: rgb(248 113 113 / 0.3) !important;
}

.\!text-red-400\/40{
  color: rgb(248 113 113 / 0.4) !important;
}

.\!text-red-400\/5{
  color: rgb(248 113 113 / 0.05) !important;
}

.\!text-red-400\/50{
  color: rgb(248 113 113 / 0.5) !important;
}

.\!text-red-400\/60{
  color: rgb(248 113 113 / 0.6) !important;
}

.\!text-red-400\/70{
  color: rgb(248 113 113 / 0.7) !important;
}

.\!text-red-400\/75{
  color: rgb(248 113 113 / 0.75) !important;
}

.\!text-red-400\/80{
  color: rgb(248 113 113 / 0.8) !important;
}

.\!text-red-400\/90{
  color: rgb(248 113 113 / 0.9) !important;
}

.\!text-red-400\/95{
  color: rgb(248 113 113 / 0.95) !important;
}

.\!text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}

.\!text-red-50\/0{
  color: rgb(254 242 242 / 0) !important;
}

.\!text-red-50\/10{
  color: rgb(254 242 242 / 0.1) !important;
}

.\!text-red-50\/100{
  color: rgb(254 242 242 / 1) !important;
}

.\!text-red-50\/20{
  color: rgb(254 242 242 / 0.2) !important;
}

.\!text-red-50\/25{
  color: rgb(254 242 242 / 0.25) !important;
}

.\!text-red-50\/30{
  color: rgb(254 242 242 / 0.3) !important;
}

.\!text-red-50\/40{
  color: rgb(254 242 242 / 0.4) !important;
}

.\!text-red-50\/5{
  color: rgb(254 242 242 / 0.05) !important;
}

.\!text-red-50\/50{
  color: rgb(254 242 242 / 0.5) !important;
}

.\!text-red-50\/60{
  color: rgb(254 242 242 / 0.6) !important;
}

.\!text-red-50\/70{
  color: rgb(254 242 242 / 0.7) !important;
}

.\!text-red-50\/75{
  color: rgb(254 242 242 / 0.75) !important;
}

.\!text-red-50\/80{
  color: rgb(254 242 242 / 0.8) !important;
}

.\!text-red-50\/90{
  color: rgb(254 242 242 / 0.9) !important;
}

.\!text-red-50\/95{
  color: rgb(254 242 242 / 0.95) !important;
}

.\!text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.\!text-red-500\/0{
  color: rgb(239 68 68 / 0) !important;
}

.\!text-red-500\/10{
  color: rgb(239 68 68 / 0.1) !important;
}

.\!text-red-500\/100{
  color: rgb(239 68 68 / 1) !important;
}

.\!text-red-500\/20{
  color: rgb(239 68 68 / 0.2) !important;
}

.\!text-red-500\/25{
  color: rgb(239 68 68 / 0.25) !important;
}

.\!text-red-500\/30{
  color: rgb(239 68 68 / 0.3) !important;
}

.\!text-red-500\/40{
  color: rgb(239 68 68 / 0.4) !important;
}

.\!text-red-500\/5{
  color: rgb(239 68 68 / 0.05) !important;
}

.\!text-red-500\/50{
  color: rgb(239 68 68 / 0.5) !important;
}

.\!text-red-500\/60{
  color: rgb(239 68 68 / 0.6) !important;
}

.\!text-red-500\/70{
  color: rgb(239 68 68 / 0.7) !important;
}

.\!text-red-500\/75{
  color: rgb(239 68 68 / 0.75) !important;
}

.\!text-red-500\/80{
  color: rgb(239 68 68 / 0.8) !important;
}

.\!text-red-500\/90{
  color: rgb(239 68 68 / 0.9) !important;
}

.\!text-red-500\/95{
  color: rgb(239 68 68 / 0.95) !important;
}

.\!text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.\!text-red-600\/0{
  color: rgb(220 38 38 / 0) !important;
}

.\!text-red-600\/10{
  color: rgb(220 38 38 / 0.1) !important;
}

.\!text-red-600\/100{
  color: rgb(220 38 38 / 1) !important;
}

.\!text-red-600\/20{
  color: rgb(220 38 38 / 0.2) !important;
}

.\!text-red-600\/25{
  color: rgb(220 38 38 / 0.25) !important;
}

.\!text-red-600\/30{
  color: rgb(220 38 38 / 0.3) !important;
}

.\!text-red-600\/40{
  color: rgb(220 38 38 / 0.4) !important;
}

.\!text-red-600\/5{
  color: rgb(220 38 38 / 0.05) !important;
}

.\!text-red-600\/50{
  color: rgb(220 38 38 / 0.5) !important;
}

.\!text-red-600\/60{
  color: rgb(220 38 38 / 0.6) !important;
}

.\!text-red-600\/70{
  color: rgb(220 38 38 / 0.7) !important;
}

.\!text-red-600\/75{
  color: rgb(220 38 38 / 0.75) !important;
}

.\!text-red-600\/80{
  color: rgb(220 38 38 / 0.8) !important;
}

.\!text-red-600\/90{
  color: rgb(220 38 38 / 0.9) !important;
}

.\!text-red-600\/95{
  color: rgb(220 38 38 / 0.95) !important;
}

.\!text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.\!text-red-700\/0{
  color: rgb(185 28 28 / 0) !important;
}

.\!text-red-700\/10{
  color: rgb(185 28 28 / 0.1) !important;
}

.\!text-red-700\/100{
  color: rgb(185 28 28 / 1) !important;
}

.\!text-red-700\/20{
  color: rgb(185 28 28 / 0.2) !important;
}

.\!text-red-700\/25{
  color: rgb(185 28 28 / 0.25) !important;
}

.\!text-red-700\/30{
  color: rgb(185 28 28 / 0.3) !important;
}

.\!text-red-700\/40{
  color: rgb(185 28 28 / 0.4) !important;
}

.\!text-red-700\/5{
  color: rgb(185 28 28 / 0.05) !important;
}

.\!text-red-700\/50{
  color: rgb(185 28 28 / 0.5) !important;
}

.\!text-red-700\/60{
  color: rgb(185 28 28 / 0.6) !important;
}

.\!text-red-700\/70{
  color: rgb(185 28 28 / 0.7) !important;
}

.\!text-red-700\/75{
  color: rgb(185 28 28 / 0.75) !important;
}

.\!text-red-700\/80{
  color: rgb(185 28 28 / 0.8) !important;
}

.\!text-red-700\/90{
  color: rgb(185 28 28 / 0.9) !important;
}

.\!text-red-700\/95{
  color: rgb(185 28 28 / 0.95) !important;
}

.\!text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}

.\!text-red-800\/0{
  color: rgb(153 27 27 / 0) !important;
}

.\!text-red-800\/10{
  color: rgb(153 27 27 / 0.1) !important;
}

.\!text-red-800\/100{
  color: rgb(153 27 27 / 1) !important;
}

.\!text-red-800\/20{
  color: rgb(153 27 27 / 0.2) !important;
}

.\!text-red-800\/25{
  color: rgb(153 27 27 / 0.25) !important;
}

.\!text-red-800\/30{
  color: rgb(153 27 27 / 0.3) !important;
}

.\!text-red-800\/40{
  color: rgb(153 27 27 / 0.4) !important;
}

.\!text-red-800\/5{
  color: rgb(153 27 27 / 0.05) !important;
}

.\!text-red-800\/50{
  color: rgb(153 27 27 / 0.5) !important;
}

.\!text-red-800\/60{
  color: rgb(153 27 27 / 0.6) !important;
}

.\!text-red-800\/70{
  color: rgb(153 27 27 / 0.7) !important;
}

.\!text-red-800\/75{
  color: rgb(153 27 27 / 0.75) !important;
}

.\!text-red-800\/80{
  color: rgb(153 27 27 / 0.8) !important;
}

.\!text-red-800\/90{
  color: rgb(153 27 27 / 0.9) !important;
}

.\!text-red-800\/95{
  color: rgb(153 27 27 / 0.95) !important;
}

.\!text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
}

.\!text-red-900\/0{
  color: rgb(127 29 29 / 0) !important;
}

.\!text-red-900\/10{
  color: rgb(127 29 29 / 0.1) !important;
}

.\!text-red-900\/100{
  color: rgb(127 29 29 / 1) !important;
}

.\!text-red-900\/20{
  color: rgb(127 29 29 / 0.2) !important;
}

.\!text-red-900\/25{
  color: rgb(127 29 29 / 0.25) !important;
}

.\!text-red-900\/30{
  color: rgb(127 29 29 / 0.3) !important;
}

.\!text-red-900\/40{
  color: rgb(127 29 29 / 0.4) !important;
}

.\!text-red-900\/5{
  color: rgb(127 29 29 / 0.05) !important;
}

.\!text-red-900\/50{
  color: rgb(127 29 29 / 0.5) !important;
}

.\!text-red-900\/60{
  color: rgb(127 29 29 / 0.6) !important;
}

.\!text-red-900\/70{
  color: rgb(127 29 29 / 0.7) !important;
}

.\!text-red-900\/75{
  color: rgb(127 29 29 / 0.75) !important;
}

.\!text-red-900\/80{
  color: rgb(127 29 29 / 0.8) !important;
}

.\!text-red-900\/90{
  color: rgb(127 29 29 / 0.9) !important;
}

.\!text-red-900\/95{
  color: rgb(127 29 29 / 0.95) !important;
}

.\!text-red-950{
  --tw-text-opacity: 1 !important;
  color: rgb(69 10 10 / var(--tw-text-opacity)) !important;
}

.\!text-red-950\/0{
  color: rgb(69 10 10 / 0) !important;
}

.\!text-red-950\/10{
  color: rgb(69 10 10 / 0.1) !important;
}

.\!text-red-950\/100{
  color: rgb(69 10 10 / 1) !important;
}

.\!text-red-950\/20{
  color: rgb(69 10 10 / 0.2) !important;
}

.\!text-red-950\/25{
  color: rgb(69 10 10 / 0.25) !important;
}

.\!text-red-950\/30{
  color: rgb(69 10 10 / 0.3) !important;
}

.\!text-red-950\/40{
  color: rgb(69 10 10 / 0.4) !important;
}

.\!text-red-950\/5{
  color: rgb(69 10 10 / 0.05) !important;
}

.\!text-red-950\/50{
  color: rgb(69 10 10 / 0.5) !important;
}

.\!text-red-950\/60{
  color: rgb(69 10 10 / 0.6) !important;
}

.\!text-red-950\/70{
  color: rgb(69 10 10 / 0.7) !important;
}

.\!text-red-950\/75{
  color: rgb(69 10 10 / 0.75) !important;
}

.\!text-red-950\/80{
  color: rgb(69 10 10 / 0.8) !important;
}

.\!text-red-950\/90{
  color: rgb(69 10 10 / 0.9) !important;
}

.\!text-red-950\/95{
  color: rgb(69 10 10 / 0.95) !important;
}

.\!text-red\/0{
  color: rgb(218 61 42 / 0) !important;
}

.\!text-red\/10{
  color: rgb(218 61 42 / 0.1) !important;
}

.\!text-red\/100{
  color: rgb(218 61 42 / 1) !important;
}

.\!text-red\/20{
  color: rgb(218 61 42 / 0.2) !important;
}

.\!text-red\/25{
  color: rgb(218 61 42 / 0.25) !important;
}

.\!text-red\/30{
  color: rgb(218 61 42 / 0.3) !important;
}

.\!text-red\/40{
  color: rgb(218 61 42 / 0.4) !important;
}

.\!text-red\/5{
  color: rgb(218 61 42 / 0.05) !important;
}

.\!text-red\/50{
  color: rgb(218 61 42 / 0.5) !important;
}

.\!text-red\/60{
  color: rgb(218 61 42 / 0.6) !important;
}

.\!text-red\/70{
  color: rgb(218 61 42 / 0.7) !important;
}

.\!text-red\/75{
  color: rgb(218 61 42 / 0.75) !important;
}

.\!text-red\/80{
  color: rgb(218 61 42 / 0.8) !important;
}

.\!text-red\/90{
  color: rgb(218 61 42 / 0.9) !important;
}

.\!text-red\/95{
  color: rgb(218 61 42 / 0.95) !important;
}

.\!text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgb(123 175 222 / var(--tw-text-opacity)) !important;
}

.\!text-secondary\/0{
  color: rgb(123 175 222 / 0) !important;
}

.\!text-secondary\/10{
  color: rgb(123 175 222 / 0.1) !important;
}

.\!text-secondary\/100{
  color: rgb(123 175 222 / 1) !important;
}

.\!text-secondary\/20{
  color: rgb(123 175 222 / 0.2) !important;
}

.\!text-secondary\/25{
  color: rgb(123 175 222 / 0.25) !important;
}

.\!text-secondary\/30{
  color: rgb(123 175 222 / 0.3) !important;
}

.\!text-secondary\/40{
  color: rgb(123 175 222 / 0.4) !important;
}

.\!text-secondary\/5{
  color: rgb(123 175 222 / 0.05) !important;
}

.\!text-secondary\/50{
  color: rgb(123 175 222 / 0.5) !important;
}

.\!text-secondary\/60{
  color: rgb(123 175 222 / 0.6) !important;
}

.\!text-secondary\/70{
  color: rgb(123 175 222 / 0.7) !important;
}

.\!text-secondary\/75{
  color: rgb(123 175 222 / 0.75) !important;
}

.\!text-secondary\/80{
  color: rgb(123 175 222 / 0.8) !important;
}

.\!text-secondary\/90{
  color: rgb(123 175 222 / 0.9) !important;
}

.\!text-secondary\/95{
  color: rgb(123 175 222 / 0.95) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!text-white\/0{
  color: rgb(255 255 255 / 0) !important;
}

.\!text-white\/10{
  color: rgb(255 255 255 / 0.1) !important;
}

.\!text-white\/100{
  color: rgb(255 255 255 / 1) !important;
}

.\!text-white\/20{
  color: rgb(255 255 255 / 0.2) !important;
}

.\!text-white\/25{
  color: rgb(255 255 255 / 0.25) !important;
}

.\!text-white\/30{
  color: rgb(255 255 255 / 0.3) !important;
}

.\!text-white\/40{
  color: rgb(255 255 255 / 0.4) !important;
}

.\!text-white\/5{
  color: rgb(255 255 255 / 0.05) !important;
}

.\!text-white\/50{
  color: rgb(255 255 255 / 0.5) !important;
}

.\!text-white\/60{
  color: rgb(255 255 255 / 0.6) !important;
}

.\!text-white\/70{
  color: rgb(255 255 255 / 0.7) !important;
}

.\!text-white\/75{
  color: rgb(255 255 255 / 0.75) !important;
}

.\!text-white\/80{
  color: rgb(255 255 255 / 0.8) !important;
}

.\!text-white\/90{
  color: rgb(255 255 255 / 0.9) !important;
}

.\!text-white\/95{
  color: rgb(255 255 255 / 0.95) !important;
}

.text-\[\#14a44d\]{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity));
}

.text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

.text-\[\#336699\]\/\[\.35\]{
  color: rgb(51 102 153 / .35);
}

.text-\[\#3b71ca\]{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

.text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.text-\[\#F0A523\]{
  --tw-text-opacity: 1;
  color: rgb(240 165 35 / var(--tw-text-opacity));
}

.text-\[\#b3afaf\]{
  --tw-text-opacity: 1;
  color: rgb(179 175 175 / var(--tw-text-opacity));
}

.text-\[\#b3b3b3\]{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

.text-\[\#dc4c64\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}

.text-\[\#ffffff8a\]{
  color: #ffffff8a;
}

.text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-black\/\[64\]{
  color: rgb(0 0 0 / 64);
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(123 175 222 / var(--tw-text-opacity));
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(211 228 244 / var(--tw-text-opacity));
}

.text-blue-100\/0{
  color: rgb(211 228 244 / 0);
}

.text-blue-100\/10{
  color: rgb(211 228 244 / 0.1);
}

.text-blue-100\/100{
  color: rgb(211 228 244 / 1);
}

.text-blue-100\/20{
  color: rgb(211 228 244 / 0.2);
}

.text-blue-100\/25{
  color: rgb(211 228 244 / 0.25);
}

.text-blue-100\/30{
  color: rgb(211 228 244 / 0.3);
}

.text-blue-100\/40{
  color: rgb(211 228 244 / 0.4);
}

.text-blue-100\/5{
  color: rgb(211 228 244 / 0.05);
}

.text-blue-100\/50{
  color: rgb(211 228 244 / 0.5);
}

.text-blue-100\/60{
  color: rgb(211 228 244 / 0.6);
}

.text-blue-100\/70{
  color: rgb(211 228 244 / 0.7);
}

.text-blue-100\/75{
  color: rgb(211 228 244 / 0.75);
}

.text-blue-100\/80{
  color: rgb(211 228 244 / 0.8);
}

.text-blue-100\/90{
  color: rgb(211 228 244 / 0.9);
}

.text-blue-100\/95{
  color: rgb(211 228 244 / 0.95);
}

.text-blue-1000{
  --tw-text-opacity: 1;
  color: rgb(25 35 44 / var(--tw-text-opacity));
}

.text-blue-1000\/0{
  color: rgb(25 35 44 / 0);
}

.text-blue-1000\/10{
  color: rgb(25 35 44 / 0.1);
}

.text-blue-1000\/100{
  color: rgb(25 35 44 / 1);
}

.text-blue-1000\/20{
  color: rgb(25 35 44 / 0.2);
}

.text-blue-1000\/25{
  color: rgb(25 35 44 / 0.25);
}

.text-blue-1000\/30{
  color: rgb(25 35 44 / 0.3);
}

.text-blue-1000\/40{
  color: rgb(25 35 44 / 0.4);
}

.text-blue-1000\/5{
  color: rgb(25 35 44 / 0.05);
}

.text-blue-1000\/50{
  color: rgb(25 35 44 / 0.5);
}

.text-blue-1000\/60{
  color: rgb(25 35 44 / 0.6);
}

.text-blue-1000\/70{
  color: rgb(25 35 44 / 0.7);
}

.text-blue-1000\/75{
  color: rgb(25 35 44 / 0.75);
}

.text-blue-1000\/80{
  color: rgb(25 35 44 / 0.8);
}

.text-blue-1000\/90{
  color: rgb(25 35 44 / 0.9);
}

.text-blue-1000\/95{
  color: rgb(25 35 44 / 0.95);
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(189 215 239 / var(--tw-text-opacity));
}

.text-blue-200\/0{
  color: rgb(189 215 239 / 0);
}

.text-blue-200\/10{
  color: rgb(189 215 239 / 0.1);
}

.text-blue-200\/100{
  color: rgb(189 215 239 / 1);
}

.text-blue-200\/20{
  color: rgb(189 215 239 / 0.2);
}

.text-blue-200\/25{
  color: rgb(189 215 239 / 0.25);
}

.text-blue-200\/30{
  color: rgb(189 215 239 / 0.3);
}

.text-blue-200\/40{
  color: rgb(189 215 239 / 0.4);
}

.text-blue-200\/5{
  color: rgb(189 215 239 / 0.05);
}

.text-blue-200\/50{
  color: rgb(189 215 239 / 0.5);
}

.text-blue-200\/60{
  color: rgb(189 215 239 / 0.6);
}

.text-blue-200\/70{
  color: rgb(189 215 239 / 0.7);
}

.text-blue-200\/75{
  color: rgb(189 215 239 / 0.75);
}

.text-blue-200\/80{
  color: rgb(189 215 239 / 0.8);
}

.text-blue-200\/90{
  color: rgb(189 215 239 / 0.9);
}

.text-blue-200\/95{
  color: rgb(189 215 239 / 0.95);
}

.text-blue-25{
  --tw-text-opacity: 1;
  color: rgb(246 250 253 / var(--tw-text-opacity));
}

.text-blue-25\/0{
  color: rgb(246 250 253 / 0);
}

.text-blue-25\/10{
  color: rgb(246 250 253 / 0.1);
}

.text-blue-25\/100{
  color: rgb(246 250 253 / 1);
}

.text-blue-25\/20{
  color: rgb(246 250 253 / 0.2);
}

.text-blue-25\/25{
  color: rgb(246 250 253 / 0.25);
}

.text-blue-25\/30{
  color: rgb(246 250 253 / 0.3);
}

.text-blue-25\/40{
  color: rgb(246 250 253 / 0.4);
}

.text-blue-25\/5{
  color: rgb(246 250 253 / 0.05);
}

.text-blue-25\/50{
  color: rgb(246 250 253 / 0.5);
}

.text-blue-25\/60{
  color: rgb(246 250 253 / 0.6);
}

.text-blue-25\/70{
  color: rgb(246 250 253 / 0.7);
}

.text-blue-25\/75{
  color: rgb(246 250 253 / 0.75);
}

.text-blue-25\/80{
  color: rgb(246 250 253 / 0.8);
}

.text-blue-25\/90{
  color: rgb(246 250 253 / 0.9);
}

.text-blue-25\/95{
  color: rgb(246 250 253 / 0.95);
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(167 202 233 / var(--tw-text-opacity));
}

.text-blue-300\/0{
  color: rgb(167 202 233 / 0);
}

.text-blue-300\/10{
  color: rgb(167 202 233 / 0.1);
}

.text-blue-300\/100{
  color: rgb(167 202 233 / 1);
}

.text-blue-300\/20{
  color: rgb(167 202 233 / 0.2);
}

.text-blue-300\/25{
  color: rgb(167 202 233 / 0.25);
}

.text-blue-300\/30{
  color: rgb(167 202 233 / 0.3);
}

.text-blue-300\/40{
  color: rgb(167 202 233 / 0.4);
}

.text-blue-300\/5{
  color: rgb(167 202 233 / 0.05);
}

.text-blue-300\/50{
  color: rgb(167 202 233 / 0.5);
}

.text-blue-300\/60{
  color: rgb(167 202 233 / 0.6);
}

.text-blue-300\/70{
  color: rgb(167 202 233 / 0.7);
}

.text-blue-300\/75{
  color: rgb(167 202 233 / 0.75);
}

.text-blue-300\/80{
  color: rgb(167 202 233 / 0.8);
}

.text-blue-300\/90{
  color: rgb(167 202 233 / 0.9);
}

.text-blue-300\/95{
  color: rgb(167 202 233 / 0.95);
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(145 188 228 / var(--tw-text-opacity));
}

.text-blue-400\/0{
  color: rgb(145 188 228 / 0);
}

.text-blue-400\/10{
  color: rgb(145 188 228 / 0.1);
}

.text-blue-400\/100{
  color: rgb(145 188 228 / 1);
}

.text-blue-400\/20{
  color: rgb(145 188 228 / 0.2);
}

.text-blue-400\/25{
  color: rgb(145 188 228 / 0.25);
}

.text-blue-400\/30{
  color: rgb(145 188 228 / 0.3);
}

.text-blue-400\/40{
  color: rgb(145 188 228 / 0.4);
}

.text-blue-400\/5{
  color: rgb(145 188 228 / 0.05);
}

.text-blue-400\/50{
  color: rgb(145 188 228 / 0.5);
}

.text-blue-400\/60{
  color: rgb(145 188 228 / 0.6);
}

.text-blue-400\/70{
  color: rgb(145 188 228 / 0.7);
}

.text-blue-400\/75{
  color: rgb(145 188 228 / 0.75);
}

.text-blue-400\/80{
  color: rgb(145 188 228 / 0.8);
}

.text-blue-400\/90{
  color: rgb(145 188 228 / 0.9);
}

.text-blue-400\/95{
  color: rgb(145 188 228 / 0.95);
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(229 239 248 / var(--tw-text-opacity));
}

.text-blue-50\/0{
  color: rgb(229 239 248 / 0);
}

.text-blue-50\/10{
  color: rgb(229 239 248 / 0.1);
}

.text-blue-50\/100{
  color: rgb(229 239 248 / 1);
}

.text-blue-50\/20{
  color: rgb(229 239 248 / 0.2);
}

.text-blue-50\/25{
  color: rgb(229 239 248 / 0.25);
}

.text-blue-50\/30{
  color: rgb(229 239 248 / 0.3);
}

.text-blue-50\/40{
  color: rgb(229 239 248 / 0.4);
}

.text-blue-50\/5{
  color: rgb(229 239 248 / 0.05);
}

.text-blue-50\/50{
  color: rgb(229 239 248 / 0.5);
}

.text-blue-50\/60{
  color: rgb(229 239 248 / 0.6);
}

.text-blue-50\/70{
  color: rgb(229 239 248 / 0.7);
}

.text-blue-50\/75{
  color: rgb(229 239 248 / 0.75);
}

.text-blue-50\/80{
  color: rgb(229 239 248 / 0.8);
}

.text-blue-50\/90{
  color: rgb(229 239 248 / 0.9);
}

.text-blue-50\/95{
  color: rgb(229 239 248 / 0.95);
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(123 175 222 / var(--tw-text-opacity));
}

.text-blue-500\/0{
  color: rgb(123 175 222 / 0);
}

.text-blue-500\/10{
  color: rgb(123 175 222 / 0.1);
}

.text-blue-500\/100{
  color: rgb(123 175 222 / 1);
}

.text-blue-500\/20{
  color: rgb(123 175 222 / 0.2);
}

.text-blue-500\/25{
  color: rgb(123 175 222 / 0.25);
}

.text-blue-500\/30{
  color: rgb(123 175 222 / 0.3);
}

.text-blue-500\/40{
  color: rgb(123 175 222 / 0.4);
}

.text-blue-500\/5{
  color: rgb(123 175 222 / 0.05);
}

.text-blue-500\/50{
  color: rgb(123 175 222 / 0.5);
}

.text-blue-500\/60{
  color: rgb(123 175 222 / 0.6);
}

.text-blue-500\/70{
  color: rgb(123 175 222 / 0.7);
}

.text-blue-500\/75{
  color: rgb(123 175 222 / 0.75);
}

.text-blue-500\/80{
  color: rgb(123 175 222 / 0.8);
}

.text-blue-500\/90{
  color: rgb(123 175 222 / 0.9);
}

.text-blue-500\/95{
  color: rgb(123 175 222 / 0.95);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(103 146 185 / var(--tw-text-opacity));
}

.text-blue-600\/0{
  color: rgb(103 146 185 / 0);
}

.text-blue-600\/10{
  color: rgb(103 146 185 / 0.1);
}

.text-blue-600\/100{
  color: rgb(103 146 185 / 1);
}

.text-blue-600\/20{
  color: rgb(103 146 185 / 0.2);
}

.text-blue-600\/25{
  color: rgb(103 146 185 / 0.25);
}

.text-blue-600\/30{
  color: rgb(103 146 185 / 0.3);
}

.text-blue-600\/40{
  color: rgb(103 146 185 / 0.4);
}

.text-blue-600\/5{
  color: rgb(103 146 185 / 0.05);
}

.text-blue-600\/50{
  color: rgb(103 146 185 / 0.5);
}

.text-blue-600\/60{
  color: rgb(103 146 185 / 0.6);
}

.text-blue-600\/70{
  color: rgb(103 146 185 / 0.7);
}

.text-blue-600\/75{
  color: rgb(103 146 185 / 0.75);
}

.text-blue-600\/80{
  color: rgb(103 146 185 / 0.8);
}

.text-blue-600\/90{
  color: rgb(103 146 185 / 0.9);
}

.text-blue-600\/95{
  color: rgb(103 146 185 / 0.95);
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(82 117 148 / var(--tw-text-opacity));
}

.text-blue-700\/0{
  color: rgb(82 117 148 / 0);
}

.text-blue-700\/10{
  color: rgb(82 117 148 / 0.1);
}

.text-blue-700\/100{
  color: rgb(82 117 148 / 1);
}

.text-blue-700\/20{
  color: rgb(82 117 148 / 0.2);
}

.text-blue-700\/25{
  color: rgb(82 117 148 / 0.25);
}

.text-blue-700\/30{
  color: rgb(82 117 148 / 0.3);
}

.text-blue-700\/40{
  color: rgb(82 117 148 / 0.4);
}

.text-blue-700\/5{
  color: rgb(82 117 148 / 0.05);
}

.text-blue-700\/50{
  color: rgb(82 117 148 / 0.5);
}

.text-blue-700\/60{
  color: rgb(82 117 148 / 0.6);
}

.text-blue-700\/70{
  color: rgb(82 117 148 / 0.7);
}

.text-blue-700\/75{
  color: rgb(82 117 148 / 0.75);
}

.text-blue-700\/80{
  color: rgb(82 117 148 / 0.8);
}

.text-blue-700\/90{
  color: rgb(82 117 148 / 0.9);
}

.text-blue-700\/95{
  color: rgb(82 117 148 / 0.95);
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(62 88 111 / var(--tw-text-opacity));
}

.text-blue-800\/0{
  color: rgb(62 88 111 / 0);
}

.text-blue-800\/10{
  color: rgb(62 88 111 / 0.1);
}

.text-blue-800\/100{
  color: rgb(62 88 111 / 1);
}

.text-blue-800\/20{
  color: rgb(62 88 111 / 0.2);
}

.text-blue-800\/25{
  color: rgb(62 88 111 / 0.25);
}

.text-blue-800\/30{
  color: rgb(62 88 111 / 0.3);
}

.text-blue-800\/40{
  color: rgb(62 88 111 / 0.4);
}

.text-blue-800\/5{
  color: rgb(62 88 111 / 0.05);
}

.text-blue-800\/50{
  color: rgb(62 88 111 / 0.5);
}

.text-blue-800\/60{
  color: rgb(62 88 111 / 0.6);
}

.text-blue-800\/70{
  color: rgb(62 88 111 / 0.7);
}

.text-blue-800\/75{
  color: rgb(62 88 111 / 0.75);
}

.text-blue-800\/80{
  color: rgb(62 88 111 / 0.8);
}

.text-blue-800\/90{
  color: rgb(62 88 111 / 0.9);
}

.text-blue-800\/95{
  color: rgb(62 88 111 / 0.95);
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(41 58 74 / var(--tw-text-opacity));
}

.text-blue-900\/0{
  color: rgb(41 58 74 / 0);
}

.text-blue-900\/10{
  color: rgb(41 58 74 / 0.1);
}

.text-blue-900\/100{
  color: rgb(41 58 74 / 1);
}

.text-blue-900\/20{
  color: rgb(41 58 74 / 0.2);
}

.text-blue-900\/25{
  color: rgb(41 58 74 / 0.25);
}

.text-blue-900\/30{
  color: rgb(41 58 74 / 0.3);
}

.text-blue-900\/40{
  color: rgb(41 58 74 / 0.4);
}

.text-blue-900\/5{
  color: rgb(41 58 74 / 0.05);
}

.text-blue-900\/50{
  color: rgb(41 58 74 / 0.5);
}

.text-blue-900\/60{
  color: rgb(41 58 74 / 0.6);
}

.text-blue-900\/70{
  color: rgb(41 58 74 / 0.7);
}

.text-blue-900\/75{
  color: rgb(41 58 74 / 0.75);
}

.text-blue-900\/80{
  color: rgb(41 58 74 / 0.8);
}

.text-blue-900\/90{
  color: rgb(41 58 74 / 0.9);
}

.text-blue-900\/95{
  color: rgb(41 58 74 / 0.95);
}

.text-blue\/0{
  color: rgb(123 175 222 / 0);
}

.text-blue\/10{
  color: rgb(123 175 222 / 0.1);
}

.text-blue\/100{
  color: rgb(123 175 222 / 1);
}

.text-blue\/20{
  color: rgb(123 175 222 / 0.2);
}

.text-blue\/25{
  color: rgb(123 175 222 / 0.25);
}

.text-blue\/30{
  color: rgb(123 175 222 / 0.3);
}

.text-blue\/40{
  color: rgb(123 175 222 / 0.4);
}

.text-blue\/5{
  color: rgb(123 175 222 / 0.05);
}

.text-blue\/50{
  color: rgb(123 175 222 / 0.5);
}

.text-blue\/60{
  color: rgb(123 175 222 / 0.6);
}

.text-blue\/70{
  color: rgb(123 175 222 / 0.7);
}

.text-blue\/75{
  color: rgb(123 175 222 / 0.75);
}

.text-blue\/80{
  color: rgb(123 175 222 / 0.8);
}

.text-blue\/90{
  color: rgb(123 175 222 / 0.9);
}

.text-blue\/95{
  color: rgb(123 175 222 / 0.95);
}

.text-brown{
  --tw-text-opacity: 1;
  color: rgb(64 62 46 / var(--tw-text-opacity));
}

.text-brown-100{
  --tw-text-opacity: 1;
  color: rgb(191 191 185 / var(--tw-text-opacity));
}

.text-brown-100\/0{
  color: rgb(191 191 185 / 0);
}

.text-brown-100\/10{
  color: rgb(191 191 185 / 0.1);
}

.text-brown-100\/100{
  color: rgb(191 191 185 / 1);
}

.text-brown-100\/20{
  color: rgb(191 191 185 / 0.2);
}

.text-brown-100\/25{
  color: rgb(191 191 185 / 0.25);
}

.text-brown-100\/30{
  color: rgb(191 191 185 / 0.3);
}

.text-brown-100\/40{
  color: rgb(191 191 185 / 0.4);
}

.text-brown-100\/5{
  color: rgb(191 191 185 / 0.05);
}

.text-brown-100\/50{
  color: rgb(191 191 185 / 0.5);
}

.text-brown-100\/60{
  color: rgb(191 191 185 / 0.6);
}

.text-brown-100\/70{
  color: rgb(191 191 185 / 0.7);
}

.text-brown-100\/75{
  color: rgb(191 191 185 / 0.75);
}

.text-brown-100\/80{
  color: rgb(191 191 185 / 0.8);
}

.text-brown-100\/90{
  color: rgb(191 191 185 / 0.9);
}

.text-brown-100\/95{
  color: rgb(191 191 185 / 0.95);
}

.text-brown-1000{
  --tw-text-opacity: 1;
  color: rgb(13 12 9 / var(--tw-text-opacity));
}

.text-brown-1000\/0{
  color: rgb(13 12 9 / 0);
}

.text-brown-1000\/10{
  color: rgb(13 12 9 / 0.1);
}

.text-brown-1000\/100{
  color: rgb(13 12 9 / 1);
}

.text-brown-1000\/20{
  color: rgb(13 12 9 / 0.2);
}

.text-brown-1000\/25{
  color: rgb(13 12 9 / 0.25);
}

.text-brown-1000\/30{
  color: rgb(13 12 9 / 0.3);
}

.text-brown-1000\/40{
  color: rgb(13 12 9 / 0.4);
}

.text-brown-1000\/5{
  color: rgb(13 12 9 / 0.05);
}

.text-brown-1000\/50{
  color: rgb(13 12 9 / 0.5);
}

.text-brown-1000\/60{
  color: rgb(13 12 9 / 0.6);
}

.text-brown-1000\/70{
  color: rgb(13 12 9 / 0.7);
}

.text-brown-1000\/75{
  color: rgb(13 12 9 / 0.75);
}

.text-brown-1000\/80{
  color: rgb(13 12 9 / 0.8);
}

.text-brown-1000\/90{
  color: rgb(13 12 9 / 0.9);
}

.text-brown-1000\/95{
  color: rgb(13 12 9 / 0.95);
}

.text-brown-200{
  --tw-text-opacity: 1;
  color: rgb(160 159 151 / var(--tw-text-opacity));
}

.text-brown-200\/0{
  color: rgb(160 159 151 / 0);
}

.text-brown-200\/10{
  color: rgb(160 159 151 / 0.1);
}

.text-brown-200\/100{
  color: rgb(160 159 151 / 1);
}

.text-brown-200\/20{
  color: rgb(160 159 151 / 0.2);
}

.text-brown-200\/25{
  color: rgb(160 159 151 / 0.25);
}

.text-brown-200\/30{
  color: rgb(160 159 151 / 0.3);
}

.text-brown-200\/40{
  color: rgb(160 159 151 / 0.4);
}

.text-brown-200\/5{
  color: rgb(160 159 151 / 0.05);
}

.text-brown-200\/50{
  color: rgb(160 159 151 / 0.5);
}

.text-brown-200\/60{
  color: rgb(160 159 151 / 0.6);
}

.text-brown-200\/70{
  color: rgb(160 159 151 / 0.7);
}

.text-brown-200\/75{
  color: rgb(160 159 151 / 0.75);
}

.text-brown-200\/80{
  color: rgb(160 159 151 / 0.8);
}

.text-brown-200\/90{
  color: rgb(160 159 151 / 0.9);
}

.text-brown-200\/95{
  color: rgb(160 159 151 / 0.95);
}

.text-brown-25{
  --tw-text-opacity: 1;
  color: rgb(236 236 234 / var(--tw-text-opacity));
}

.text-brown-25\/0{
  color: rgb(236 236 234 / 0);
}

.text-brown-25\/10{
  color: rgb(236 236 234 / 0.1);
}

.text-brown-25\/100{
  color: rgb(236 236 234 / 1);
}

.text-brown-25\/20{
  color: rgb(236 236 234 / 0.2);
}

.text-brown-25\/25{
  color: rgb(236 236 234 / 0.25);
}

.text-brown-25\/30{
  color: rgb(236 236 234 / 0.3);
}

.text-brown-25\/40{
  color: rgb(236 236 234 / 0.4);
}

.text-brown-25\/5{
  color: rgb(236 236 234 / 0.05);
}

.text-brown-25\/50{
  color: rgb(236 236 234 / 0.5);
}

.text-brown-25\/60{
  color: rgb(236 236 234 / 0.6);
}

.text-brown-25\/70{
  color: rgb(236 236 234 / 0.7);
}

.text-brown-25\/75{
  color: rgb(236 236 234 / 0.75);
}

.text-brown-25\/80{
  color: rgb(236 236 234 / 0.8);
}

.text-brown-25\/90{
  color: rgb(236 236 234 / 0.9);
}

.text-brown-25\/95{
  color: rgb(236 236 234 / 0.95);
}

.text-brown-300{
  --tw-text-opacity: 1;
  color: rgb(128 126 116 / var(--tw-text-opacity));
}

.text-brown-300\/0{
  color: rgb(128 126 116 / 0);
}

.text-brown-300\/10{
  color: rgb(128 126 116 / 0.1);
}

.text-brown-300\/100{
  color: rgb(128 126 116 / 1);
}

.text-brown-300\/20{
  color: rgb(128 126 116 / 0.2);
}

.text-brown-300\/25{
  color: rgb(128 126 116 / 0.25);
}

.text-brown-300\/30{
  color: rgb(128 126 116 / 0.3);
}

.text-brown-300\/40{
  color: rgb(128 126 116 / 0.4);
}

.text-brown-300\/5{
  color: rgb(128 126 116 / 0.05);
}

.text-brown-300\/50{
  color: rgb(128 126 116 / 0.5);
}

.text-brown-300\/60{
  color: rgb(128 126 116 / 0.6);
}

.text-brown-300\/70{
  color: rgb(128 126 116 / 0.7);
}

.text-brown-300\/75{
  color: rgb(128 126 116 / 0.75);
}

.text-brown-300\/80{
  color: rgb(128 126 116 / 0.8);
}

.text-brown-300\/90{
  color: rgb(128 126 116 / 0.9);
}

.text-brown-300\/95{
  color: rgb(128 126 116 / 0.95);
}

.text-brown-400{
  --tw-text-opacity: 1;
  color: rgb(96 94 81 / var(--tw-text-opacity));
}

.text-brown-400\/0{
  color: rgb(96 94 81 / 0);
}

.text-brown-400\/10{
  color: rgb(96 94 81 / 0.1);
}

.text-brown-400\/100{
  color: rgb(96 94 81 / 1);
}

.text-brown-400\/20{
  color: rgb(96 94 81 / 0.2);
}

.text-brown-400\/25{
  color: rgb(96 94 81 / 0.25);
}

.text-brown-400\/30{
  color: rgb(96 94 81 / 0.3);
}

.text-brown-400\/40{
  color: rgb(96 94 81 / 0.4);
}

.text-brown-400\/5{
  color: rgb(96 94 81 / 0.05);
}

.text-brown-400\/50{
  color: rgb(96 94 81 / 0.5);
}

.text-brown-400\/60{
  color: rgb(96 94 81 / 0.6);
}

.text-brown-400\/70{
  color: rgb(96 94 81 / 0.7);
}

.text-brown-400\/75{
  color: rgb(96 94 81 / 0.75);
}

.text-brown-400\/80{
  color: rgb(96 94 81 / 0.8);
}

.text-brown-400\/90{
  color: rgb(96 94 81 / 0.9);
}

.text-brown-400\/95{
  color: rgb(96 94 81 / 0.95);
}

.text-brown-50{
  --tw-text-opacity: 1;
  color: rgb(217 216 213 / var(--tw-text-opacity));
}

.text-brown-50\/0{
  color: rgb(217 216 213 / 0);
}

.text-brown-50\/10{
  color: rgb(217 216 213 / 0.1);
}

.text-brown-50\/100{
  color: rgb(217 216 213 / 1);
}

.text-brown-50\/20{
  color: rgb(217 216 213 / 0.2);
}

.text-brown-50\/25{
  color: rgb(217 216 213 / 0.25);
}

.text-brown-50\/30{
  color: rgb(217 216 213 / 0.3);
}

.text-brown-50\/40{
  color: rgb(217 216 213 / 0.4);
}

.text-brown-50\/5{
  color: rgb(217 216 213 / 0.05);
}

.text-brown-50\/50{
  color: rgb(217 216 213 / 0.5);
}

.text-brown-50\/60{
  color: rgb(217 216 213 / 0.6);
}

.text-brown-50\/70{
  color: rgb(217 216 213 / 0.7);
}

.text-brown-50\/75{
  color: rgb(217 216 213 / 0.75);
}

.text-brown-50\/80{
  color: rgb(217 216 213 / 0.8);
}

.text-brown-50\/90{
  color: rgb(217 216 213 / 0.9);
}

.text-brown-50\/95{
  color: rgb(217 216 213 / 0.95);
}

.text-brown-500{
  --tw-text-opacity: 1;
  color: rgb(64 62 46 / var(--tw-text-opacity));
}

.text-brown-500\/0{
  color: rgb(64 62 46 / 0);
}

.text-brown-500\/10{
  color: rgb(64 62 46 / 0.1);
}

.text-brown-500\/100{
  color: rgb(64 62 46 / 1);
}

.text-brown-500\/20{
  color: rgb(64 62 46 / 0.2);
}

.text-brown-500\/25{
  color: rgb(64 62 46 / 0.25);
}

.text-brown-500\/30{
  color: rgb(64 62 46 / 0.3);
}

.text-brown-500\/40{
  color: rgb(64 62 46 / 0.4);
}

.text-brown-500\/5{
  color: rgb(64 62 46 / 0.05);
}

.text-brown-500\/50{
  color: rgb(64 62 46 / 0.5);
}

.text-brown-500\/60{
  color: rgb(64 62 46 / 0.6);
}

.text-brown-500\/70{
  color: rgb(64 62 46 / 0.7);
}

.text-brown-500\/75{
  color: rgb(64 62 46 / 0.75);
}

.text-brown-500\/80{
  color: rgb(64 62 46 / 0.8);
}

.text-brown-500\/90{
  color: rgb(64 62 46 / 0.9);
}

.text-brown-500\/95{
  color: rgb(64 62 46 / 0.95);
}

.text-brown-600{
  --tw-text-opacity: 1;
  color: rgb(53 52 38 / var(--tw-text-opacity));
}

.text-brown-600\/0{
  color: rgb(53 52 38 / 0);
}

.text-brown-600\/10{
  color: rgb(53 52 38 / 0.1);
}

.text-brown-600\/100{
  color: rgb(53 52 38 / 1);
}

.text-brown-600\/20{
  color: rgb(53 52 38 / 0.2);
}

.text-brown-600\/25{
  color: rgb(53 52 38 / 0.25);
}

.text-brown-600\/30{
  color: rgb(53 52 38 / 0.3);
}

.text-brown-600\/40{
  color: rgb(53 52 38 / 0.4);
}

.text-brown-600\/5{
  color: rgb(53 52 38 / 0.05);
}

.text-brown-600\/50{
  color: rgb(53 52 38 / 0.5);
}

.text-brown-600\/60{
  color: rgb(53 52 38 / 0.6);
}

.text-brown-600\/70{
  color: rgb(53 52 38 / 0.7);
}

.text-brown-600\/75{
  color: rgb(53 52 38 / 0.75);
}

.text-brown-600\/80{
  color: rgb(53 52 38 / 0.8);
}

.text-brown-600\/90{
  color: rgb(53 52 38 / 0.9);
}

.text-brown-600\/95{
  color: rgb(53 52 38 / 0.95);
}

.text-brown-700{
  --tw-text-opacity: 1;
  color: rgb(43 41 31 / var(--tw-text-opacity));
}

.text-brown-700\/0{
  color: rgb(43 41 31 / 0);
}

.text-brown-700\/10{
  color: rgb(43 41 31 / 0.1);
}

.text-brown-700\/100{
  color: rgb(43 41 31 / 1);
}

.text-brown-700\/20{
  color: rgb(43 41 31 / 0.2);
}

.text-brown-700\/25{
  color: rgb(43 41 31 / 0.25);
}

.text-brown-700\/30{
  color: rgb(43 41 31 / 0.3);
}

.text-brown-700\/40{
  color: rgb(43 41 31 / 0.4);
}

.text-brown-700\/5{
  color: rgb(43 41 31 / 0.05);
}

.text-brown-700\/50{
  color: rgb(43 41 31 / 0.5);
}

.text-brown-700\/60{
  color: rgb(43 41 31 / 0.6);
}

.text-brown-700\/70{
  color: rgb(43 41 31 / 0.7);
}

.text-brown-700\/75{
  color: rgb(43 41 31 / 0.75);
}

.text-brown-700\/80{
  color: rgb(43 41 31 / 0.8);
}

.text-brown-700\/90{
  color: rgb(43 41 31 / 0.9);
}

.text-brown-700\/95{
  color: rgb(43 41 31 / 0.95);
}

.text-brown-800{
  --tw-text-opacity: 1;
  color: rgb(32 31 23 / var(--tw-text-opacity));
}

.text-brown-800\/0{
  color: rgb(32 31 23 / 0);
}

.text-brown-800\/10{
  color: rgb(32 31 23 / 0.1);
}

.text-brown-800\/100{
  color: rgb(32 31 23 / 1);
}

.text-brown-800\/20{
  color: rgb(32 31 23 / 0.2);
}

.text-brown-800\/25{
  color: rgb(32 31 23 / 0.25);
}

.text-brown-800\/30{
  color: rgb(32 31 23 / 0.3);
}

.text-brown-800\/40{
  color: rgb(32 31 23 / 0.4);
}

.text-brown-800\/5{
  color: rgb(32 31 23 / 0.05);
}

.text-brown-800\/50{
  color: rgb(32 31 23 / 0.5);
}

.text-brown-800\/60{
  color: rgb(32 31 23 / 0.6);
}

.text-brown-800\/70{
  color: rgb(32 31 23 / 0.7);
}

.text-brown-800\/75{
  color: rgb(32 31 23 / 0.75);
}

.text-brown-800\/80{
  color: rgb(32 31 23 / 0.8);
}

.text-brown-800\/90{
  color: rgb(32 31 23 / 0.9);
}

.text-brown-800\/95{
  color: rgb(32 31 23 / 0.95);
}

.text-brown-900{
  --tw-text-opacity: 1;
  color: rgb(21 21 15 / var(--tw-text-opacity));
}

.text-brown-900\/0{
  color: rgb(21 21 15 / 0);
}

.text-brown-900\/10{
  color: rgb(21 21 15 / 0.1);
}

.text-brown-900\/100{
  color: rgb(21 21 15 / 1);
}

.text-brown-900\/20{
  color: rgb(21 21 15 / 0.2);
}

.text-brown-900\/25{
  color: rgb(21 21 15 / 0.25);
}

.text-brown-900\/30{
  color: rgb(21 21 15 / 0.3);
}

.text-brown-900\/40{
  color: rgb(21 21 15 / 0.4);
}

.text-brown-900\/5{
  color: rgb(21 21 15 / 0.05);
}

.text-brown-900\/50{
  color: rgb(21 21 15 / 0.5);
}

.text-brown-900\/60{
  color: rgb(21 21 15 / 0.6);
}

.text-brown-900\/70{
  color: rgb(21 21 15 / 0.7);
}

.text-brown-900\/75{
  color: rgb(21 21 15 / 0.75);
}

.text-brown-900\/80{
  color: rgb(21 21 15 / 0.8);
}

.text-brown-900\/90{
  color: rgb(21 21 15 / 0.9);
}

.text-brown-900\/95{
  color: rgb(21 21 15 / 0.95);
}

.text-brown\/0{
  color: rgb(64 62 46 / 0);
}

.text-brown\/10{
  color: rgb(64 62 46 / 0.1);
}

.text-brown\/100{
  color: rgb(64 62 46 / 1);
}

.text-brown\/20{
  color: rgb(64 62 46 / 0.2);
}

.text-brown\/25{
  color: rgb(64 62 46 / 0.25);
}

.text-brown\/30{
  color: rgb(64 62 46 / 0.3);
}

.text-brown\/40{
  color: rgb(64 62 46 / 0.4);
}

.text-brown\/5{
  color: rgb(64 62 46 / 0.05);
}

.text-brown\/50{
  color: rgb(64 62 46 / 0.5);
}

.text-brown\/60{
  color: rgb(64 62 46 / 0.6);
}

.text-brown\/70{
  color: rgb(64 62 46 / 0.7);
}

.text-brown\/75{
  color: rgb(64 62 46 / 0.75);
}

.text-brown\/80{
  color: rgb(64 62 46 / 0.8);
}

.text-brown\/90{
  color: rgb(64 62 46 / 0.9);
}

.text-brown\/95{
  color: rgb(64 62 46 / 0.95);
}

.text-burnt-orange{
  --tw-text-opacity: 1;
  color: rgb(240 90 40 / var(--tw-text-opacity));
}

.text-burnt-orange\/0{
  color: rgb(240 90 40 / 0);
}

.text-burnt-orange\/10{
  color: rgb(240 90 40 / 0.1);
}

.text-burnt-orange\/100{
  color: rgb(240 90 40 / 1);
}

.text-burnt-orange\/20{
  color: rgb(240 90 40 / 0.2);
}

.text-burnt-orange\/25{
  color: rgb(240 90 40 / 0.25);
}

.text-burnt-orange\/30{
  color: rgb(240 90 40 / 0.3);
}

.text-burnt-orange\/40{
  color: rgb(240 90 40 / 0.4);
}

.text-burnt-orange\/5{
  color: rgb(240 90 40 / 0.05);
}

.text-burnt-orange\/50{
  color: rgb(240 90 40 / 0.5);
}

.text-burnt-orange\/60{
  color: rgb(240 90 40 / 0.6);
}

.text-burnt-orange\/70{
  color: rgb(240 90 40 / 0.7);
}

.text-burnt-orange\/75{
  color: rgb(240 90 40 / 0.75);
}

.text-burnt-orange\/80{
  color: rgb(240 90 40 / 0.8);
}

.text-burnt-orange\/90{
  color: rgb(240 90 40 / 0.9);
}

.text-burnt-orange\/95{
  color: rgb(240 90 40 / 0.95);
}

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(45 57 64 / var(--tw-text-opacity));
}

.text-dark\/0{
  color: rgb(45 57 64 / 0);
}

.text-dark\/10{
  color: rgb(45 57 64 / 0.1);
}

.text-dark\/100{
  color: rgb(45 57 64 / 1);
}

.text-dark\/20{
  color: rgb(45 57 64 / 0.2);
}

.text-dark\/25{
  color: rgb(45 57 64 / 0.25);
}

.text-dark\/30{
  color: rgb(45 57 64 / 0.3);
}

.text-dark\/40{
  color: rgb(45 57 64 / 0.4);
}

.text-dark\/5{
  color: rgb(45 57 64 / 0.05);
}

.text-dark\/50{
  color: rgb(45 57 64 / 0.5);
}

.text-dark\/60{
  color: rgb(45 57 64 / 0.6);
}

.text-dark\/70{
  color: rgb(45 57 64 / 0.7);
}

.text-dark\/75{
  color: rgb(45 57 64 / 0.75);
}

.text-dark\/80{
  color: rgb(45 57 64 / 0.8);
}

.text-dark\/90{
  color: rgb(45 57 64 / 0.9);
}

.text-dark\/95{
  color: rgb(45 57 64 / 0.95);
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-100\/0{
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100{
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-300\/0{
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100{
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-400\/0{
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100{
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-50\/0{
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100{
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-600\/0{
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100{
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-700\/0{
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100{
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-900\/0{
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100{
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95);
}

.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.text-gray-950\/0{
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10{
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100{
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/20{
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25{
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30{
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/40{
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/5{
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50{
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/60{
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/70{
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75{
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80{
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/90{
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95{
  color: rgb(3 7 18 / 0.95);
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(146 188 96 / var(--tw-text-opacity));
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.text-green-100\/0{
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10{
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100{
  color: rgb(220 252 231 / 1);
}

.text-green-100\/20{
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25{
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30{
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/40{
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/5{
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50{
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/60{
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/70{
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75{
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80{
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/90{
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95{
  color: rgb(220 252 231 / 0.95);
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.text-green-200\/0{
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10{
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100{
  color: rgb(187 247 208 / 1);
}

.text-green-200\/20{
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25{
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30{
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/40{
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/5{
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50{
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/60{
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/70{
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75{
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80{
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/90{
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95{
  color: rgb(187 247 208 / 0.95);
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.text-green-300\/0{
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10{
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100{
  color: rgb(134 239 172 / 1);
}

.text-green-300\/20{
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25{
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30{
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/40{
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/5{
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50{
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/60{
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/70{
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75{
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80{
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/90{
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95{
  color: rgb(134 239 172 / 0.95);
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-green-400\/0{
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10{
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100{
  color: rgb(74 222 128 / 1);
}

.text-green-400\/20{
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25{
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30{
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/40{
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/5{
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50{
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/60{
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/70{
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75{
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80{
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/90{
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95{
  color: rgb(74 222 128 / 0.95);
}

.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.text-green-50\/0{
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10{
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100{
  color: rgb(240 253 244 / 1);
}

.text-green-50\/20{
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25{
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30{
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/40{
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/5{
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50{
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/60{
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/70{
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75{
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80{
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/90{
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95{
  color: rgb(240 253 244 / 0.95);
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-500\/0{
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10{
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100{
  color: rgb(34 197 94 / 1);
}

.text-green-500\/20{
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25{
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30{
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/40{
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/5{
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50{
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/60{
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/70{
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75{
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80{
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/90{
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95{
  color: rgb(34 197 94 / 0.95);
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-600\/0{
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10{
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100{
  color: rgb(22 163 74 / 1);
}

.text-green-600\/20{
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25{
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30{
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/40{
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/5{
  color: rgb(22 163 74 / 0.05);
}

.text-green-600\/50{
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/60{
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/70{
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75{
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80{
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/90{
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95{
  color: rgb(22 163 74 / 0.95);
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-green-700\/0{
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10{
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100{
  color: rgb(21 128 61 / 1);
}

.text-green-700\/20{
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25{
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30{
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/40{
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/5{
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50{
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/60{
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/70{
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75{
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80{
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/90{
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95{
  color: rgb(21 128 61 / 0.95);
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-green-800\/0{
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10{
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100{
  color: rgb(22 101 52 / 1);
}

.text-green-800\/20{
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25{
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30{
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/40{
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/5{
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50{
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/60{
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/70{
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75{
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80{
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/90{
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95{
  color: rgb(22 101 52 / 0.95);
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-green-900\/0{
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10{
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100{
  color: rgb(20 83 45 / 1);
}

.text-green-900\/20{
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25{
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30{
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/40{
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/5{
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50{
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/60{
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/70{
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75{
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80{
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/90{
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95{
  color: rgb(20 83 45 / 0.95);
}

.text-green-950{
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}

.text-green-950\/0{
  color: rgb(5 46 22 / 0);
}

.text-green-950\/10{
  color: rgb(5 46 22 / 0.1);
}

.text-green-950\/100{
  color: rgb(5 46 22 / 1);
}

.text-green-950\/20{
  color: rgb(5 46 22 / 0.2);
}

.text-green-950\/25{
  color: rgb(5 46 22 / 0.25);
}

.text-green-950\/30{
  color: rgb(5 46 22 / 0.3);
}

.text-green-950\/40{
  color: rgb(5 46 22 / 0.4);
}

.text-green-950\/5{
  color: rgb(5 46 22 / 0.05);
}

.text-green-950\/50{
  color: rgb(5 46 22 / 0.5);
}

.text-green-950\/60{
  color: rgb(5 46 22 / 0.6);
}

.text-green-950\/70{
  color: rgb(5 46 22 / 0.7);
}

.text-green-950\/75{
  color: rgb(5 46 22 / 0.75);
}

.text-green-950\/80{
  color: rgb(5 46 22 / 0.8);
}

.text-green-950\/90{
  color: rgb(5 46 22 / 0.9);
}

.text-green-950\/95{
  color: rgb(5 46 22 / 0.95);
}

.text-green\/0{
  color: rgb(146 188 96 / 0);
}

.text-green\/10{
  color: rgb(146 188 96 / 0.1);
}

.text-green\/100{
  color: rgb(146 188 96 / 1);
}

.text-green\/20{
  color: rgb(146 188 96 / 0.2);
}

.text-green\/25{
  color: rgb(146 188 96 / 0.25);
}

.text-green\/30{
  color: rgb(146 188 96 / 0.3);
}

.text-green\/40{
  color: rgb(146 188 96 / 0.4);
}

.text-green\/5{
  color: rgb(146 188 96 / 0.05);
}

.text-green\/50{
  color: rgb(146 188 96 / 0.5);
}

.text-green\/60{
  color: rgb(146 188 96 / 0.6);
}

.text-green\/70{
  color: rgb(146 188 96 / 0.7);
}

.text-green\/75{
  color: rgb(146 188 96 / 0.75);
}

.text-green\/80{
  color: rgb(146 188 96 / 0.8);
}

.text-green\/90{
  color: rgb(146 188 96 / 0.9);
}

.text-green\/95{
  color: rgb(146 188 96 / 0.95);
}

.text-light{
  --tw-text-opacity: 1;
  color: rgb(246 250 253 / var(--tw-text-opacity));
}

.text-light\/0{
  color: rgb(246 250 253 / 0);
}

.text-light\/10{
  color: rgb(246 250 253 / 0.1);
}

.text-light\/100{
  color: rgb(246 250 253 / 1);
}

.text-light\/20{
  color: rgb(246 250 253 / 0.2);
}

.text-light\/25{
  color: rgb(246 250 253 / 0.25);
}

.text-light\/30{
  color: rgb(246 250 253 / 0.3);
}

.text-light\/40{
  color: rgb(246 250 253 / 0.4);
}

.text-light\/5{
  color: rgb(246 250 253 / 0.05);
}

.text-light\/50{
  color: rgb(246 250 253 / 0.5);
}

.text-light\/60{
  color: rgb(246 250 253 / 0.6);
}

.text-light\/70{
  color: rgb(246 250 253 / 0.7);
}

.text-light\/75{
  color: rgb(246 250 253 / 0.75);
}

.text-light\/80{
  color: rgb(246 250 253 / 0.8);
}

.text-light\/90{
  color: rgb(246 250 253 / 0.9);
}

.text-light\/95{
  color: rgb(246 250 253 / 0.95);
}

.text-maroon{
  --tw-text-opacity: 1;
  color: rgb(151 64 55 / var(--tw-text-opacity));
}

.text-maroon\/0{
  color: rgb(151 64 55 / 0);
}

.text-maroon\/10{
  color: rgb(151 64 55 / 0.1);
}

.text-maroon\/100{
  color: rgb(151 64 55 / 1);
}

.text-maroon\/20{
  color: rgb(151 64 55 / 0.2);
}

.text-maroon\/25{
  color: rgb(151 64 55 / 0.25);
}

.text-maroon\/30{
  color: rgb(151 64 55 / 0.3);
}

.text-maroon\/40{
  color: rgb(151 64 55 / 0.4);
}

.text-maroon\/5{
  color: rgb(151 64 55 / 0.05);
}

.text-maroon\/50{
  color: rgb(151 64 55 / 0.5);
}

.text-maroon\/60{
  color: rgb(151 64 55 / 0.6);
}

.text-maroon\/70{
  color: rgb(151 64 55 / 0.7);
}

.text-maroon\/75{
  color: rgb(151 64 55 / 0.75);
}

.text-maroon\/80{
  color: rgb(151 64 55 / 0.8);
}

.text-maroon\/90{
  color: rgb(151 64 55 / 0.9);
}

.text-maroon\/95{
  color: rgb(151 64 55 / 0.95);
}

.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(248 210 192 / var(--tw-text-opacity));
}

.text-orange-100\/0{
  color: rgb(248 210 192 / 0);
}

.text-orange-100\/10{
  color: rgb(248 210 192 / 0.1);
}

.text-orange-100\/100{
  color: rgb(248 210 192 / 1);
}

.text-orange-100\/20{
  color: rgb(248 210 192 / 0.2);
}

.text-orange-100\/25{
  color: rgb(248 210 192 / 0.25);
}

.text-orange-100\/30{
  color: rgb(248 210 192 / 0.3);
}

.text-orange-100\/40{
  color: rgb(248 210 192 / 0.4);
}

.text-orange-100\/5{
  color: rgb(248 210 192 / 0.05);
}

.text-orange-100\/50{
  color: rgb(248 210 192 / 0.5);
}

.text-orange-100\/60{
  color: rgb(248 210 192 / 0.6);
}

.text-orange-100\/70{
  color: rgb(248 210 192 / 0.7);
}

.text-orange-100\/75{
  color: rgb(248 210 192 / 0.75);
}

.text-orange-100\/80{
  color: rgb(248 210 192 / 0.8);
}

.text-orange-100\/90{
  color: rgb(248 210 192 / 0.9);
}

.text-orange-100\/95{
  color: rgb(248 210 192 / 0.95);
}

.text-orange-1000{
  --tw-text-opacity: 1;
  color: rgb(47 24 13 / var(--tw-text-opacity));
}

.text-orange-1000\/0{
  color: rgb(47 24 13 / 0);
}

.text-orange-1000\/10{
  color: rgb(47 24 13 / 0.1);
}

.text-orange-1000\/100{
  color: rgb(47 24 13 / 1);
}

.text-orange-1000\/20{
  color: rgb(47 24 13 / 0.2);
}

.text-orange-1000\/25{
  color: rgb(47 24 13 / 0.25);
}

.text-orange-1000\/30{
  color: rgb(47 24 13 / 0.3);
}

.text-orange-1000\/40{
  color: rgb(47 24 13 / 0.4);
}

.text-orange-1000\/5{
  color: rgb(47 24 13 / 0.05);
}

.text-orange-1000\/50{
  color: rgb(47 24 13 / 0.5);
}

.text-orange-1000\/60{
  color: rgb(47 24 13 / 0.6);
}

.text-orange-1000\/70{
  color: rgb(47 24 13 / 0.7);
}

.text-orange-1000\/75{
  color: rgb(47 24 13 / 0.75);
}

.text-orange-1000\/80{
  color: rgb(47 24 13 / 0.8);
}

.text-orange-1000\/90{
  color: rgb(47 24 13 / 0.9);
}

.text-orange-1000\/95{
  color: rgb(47 24 13 / 0.95);
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(245 187 161 / var(--tw-text-opacity));
}

.text-orange-200\/0{
  color: rgb(245 187 161 / 0);
}

.text-orange-200\/10{
  color: rgb(245 187 161 / 0.1);
}

.text-orange-200\/100{
  color: rgb(245 187 161 / 1);
}

.text-orange-200\/20{
  color: rgb(245 187 161 / 0.2);
}

.text-orange-200\/25{
  color: rgb(245 187 161 / 0.25);
}

.text-orange-200\/30{
  color: rgb(245 187 161 / 0.3);
}

.text-orange-200\/40{
  color: rgb(245 187 161 / 0.4);
}

.text-orange-200\/5{
  color: rgb(245 187 161 / 0.05);
}

.text-orange-200\/50{
  color: rgb(245 187 161 / 0.5);
}

.text-orange-200\/60{
  color: rgb(245 187 161 / 0.6);
}

.text-orange-200\/70{
  color: rgb(245 187 161 / 0.7);
}

.text-orange-200\/75{
  color: rgb(245 187 161 / 0.75);
}

.text-orange-200\/80{
  color: rgb(245 187 161 / 0.8);
}

.text-orange-200\/90{
  color: rgb(245 187 161 / 0.9);
}

.text-orange-200\/95{
  color: rgb(245 187 161 / 0.95);
}

.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(242 164 129 / var(--tw-text-opacity));
}

.text-orange-300\/0{
  color: rgb(242 164 129 / 0);
}

.text-orange-300\/10{
  color: rgb(242 164 129 / 0.1);
}

.text-orange-300\/100{
  color: rgb(242 164 129 / 1);
}

.text-orange-300\/20{
  color: rgb(242 164 129 / 0.2);
}

.text-orange-300\/25{
  color: rgb(242 164 129 / 0.25);
}

.text-orange-300\/30{
  color: rgb(242 164 129 / 0.3);
}

.text-orange-300\/40{
  color: rgb(242 164 129 / 0.4);
}

.text-orange-300\/5{
  color: rgb(242 164 129 / 0.05);
}

.text-orange-300\/50{
  color: rgb(242 164 129 / 0.5);
}

.text-orange-300\/60{
  color: rgb(242 164 129 / 0.6);
}

.text-orange-300\/70{
  color: rgb(242 164 129 / 0.7);
}

.text-orange-300\/75{
  color: rgb(242 164 129 / 0.75);
}

.text-orange-300\/80{
  color: rgb(242 164 129 / 0.8);
}

.text-orange-300\/90{
  color: rgb(242 164 129 / 0.9);
}

.text-orange-300\/95{
  color: rgb(242 164 129 / 0.95);
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(238 142 98 / var(--tw-text-opacity));
}

.text-orange-400\/0{
  color: rgb(238 142 98 / 0);
}

.text-orange-400\/10{
  color: rgb(238 142 98 / 0.1);
}

.text-orange-400\/100{
  color: rgb(238 142 98 / 1);
}

.text-orange-400\/20{
  color: rgb(238 142 98 / 0.2);
}

.text-orange-400\/25{
  color: rgb(238 142 98 / 0.25);
}

.text-orange-400\/30{
  color: rgb(238 142 98 / 0.3);
}

.text-orange-400\/40{
  color: rgb(238 142 98 / 0.4);
}

.text-orange-400\/5{
  color: rgb(238 142 98 / 0.05);
}

.text-orange-400\/50{
  color: rgb(238 142 98 / 0.5);
}

.text-orange-400\/60{
  color: rgb(238 142 98 / 0.6);
}

.text-orange-400\/70{
  color: rgb(238 142 98 / 0.7);
}

.text-orange-400\/75{
  color: rgb(238 142 98 / 0.75);
}

.text-orange-400\/80{
  color: rgb(238 142 98 / 0.8);
}

.text-orange-400\/90{
  color: rgb(238 142 98 / 0.9);
}

.text-orange-400\/95{
  color: rgb(238 142 98 / 0.95);
}

.text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(251 228 217 / var(--tw-text-opacity));
}

.text-orange-50\/0{
  color: rgb(251 228 217 / 0);
}

.text-orange-50\/10{
  color: rgb(251 228 217 / 0.1);
}

.text-orange-50\/100{
  color: rgb(251 228 217 / 1);
}

.text-orange-50\/20{
  color: rgb(251 228 217 / 0.2);
}

.text-orange-50\/25{
  color: rgb(251 228 217 / 0.25);
}

.text-orange-50\/30{
  color: rgb(251 228 217 / 0.3);
}

.text-orange-50\/40{
  color: rgb(251 228 217 / 0.4);
}

.text-orange-50\/5{
  color: rgb(251 228 217 / 0.05);
}

.text-orange-50\/50{
  color: rgb(251 228 217 / 0.5);
}

.text-orange-50\/60{
  color: rgb(251 228 217 / 0.6);
}

.text-orange-50\/70{
  color: rgb(251 228 217 / 0.7);
}

.text-orange-50\/75{
  color: rgb(251 228 217 / 0.75);
}

.text-orange-50\/80{
  color: rgb(251 228 217 / 0.8);
}

.text-orange-50\/90{
  color: rgb(251 228 217 / 0.9);
}

.text-orange-50\/95{
  color: rgb(251 228 217 / 0.95);
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.text-orange-500\/0{
  color: rgb(235 119 66 / 0);
}

.text-orange-500\/10{
  color: rgb(235 119 66 / 0.1);
}

.text-orange-500\/100{
  color: rgb(235 119 66 / 1);
}

.text-orange-500\/20{
  color: rgb(235 119 66 / 0.2);
}

.text-orange-500\/25{
  color: rgb(235 119 66 / 0.25);
}

.text-orange-500\/30{
  color: rgb(235 119 66 / 0.3);
}

.text-orange-500\/40{
  color: rgb(235 119 66 / 0.4);
}

.text-orange-500\/5{
  color: rgb(235 119 66 / 0.05);
}

.text-orange-500\/50{
  color: rgb(235 119 66 / 0.5);
}

.text-orange-500\/60{
  color: rgb(235 119 66 / 0.6);
}

.text-orange-500\/70{
  color: rgb(235 119 66 / 0.7);
}

.text-orange-500\/75{
  color: rgb(235 119 66 / 0.75);
}

.text-orange-500\/80{
  color: rgb(235 119 66 / 0.8);
}

.text-orange-500\/90{
  color: rgb(235 119 66 / 0.9);
}

.text-orange-500\/95{
  color: rgb(235 119 66 / 0.95);
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(196 99 55 / var(--tw-text-opacity));
}

.text-orange-600\/0{
  color: rgb(196 99 55 / 0);
}

.text-orange-600\/10{
  color: rgb(196 99 55 / 0.1);
}

.text-orange-600\/100{
  color: rgb(196 99 55 / 1);
}

.text-orange-600\/20{
  color: rgb(196 99 55 / 0.2);
}

.text-orange-600\/25{
  color: rgb(196 99 55 / 0.25);
}

.text-orange-600\/30{
  color: rgb(196 99 55 / 0.3);
}

.text-orange-600\/40{
  color: rgb(196 99 55 / 0.4);
}

.text-orange-600\/5{
  color: rgb(196 99 55 / 0.05);
}

.text-orange-600\/50{
  color: rgb(196 99 55 / 0.5);
}

.text-orange-600\/60{
  color: rgb(196 99 55 / 0.6);
}

.text-orange-600\/70{
  color: rgb(196 99 55 / 0.7);
}

.text-orange-600\/75{
  color: rgb(196 99 55 / 0.75);
}

.text-orange-600\/80{
  color: rgb(196 99 55 / 0.8);
}

.text-orange-600\/90{
  color: rgb(196 99 55 / 0.9);
}

.text-orange-600\/95{
  color: rgb(196 99 55 / 0.95);
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(157 79 44 / var(--tw-text-opacity));
}

.text-orange-700\/0{
  color: rgb(157 79 44 / 0);
}

.text-orange-700\/10{
  color: rgb(157 79 44 / 0.1);
}

.text-orange-700\/100{
  color: rgb(157 79 44 / 1);
}

.text-orange-700\/20{
  color: rgb(157 79 44 / 0.2);
}

.text-orange-700\/25{
  color: rgb(157 79 44 / 0.25);
}

.text-orange-700\/30{
  color: rgb(157 79 44 / 0.3);
}

.text-orange-700\/40{
  color: rgb(157 79 44 / 0.4);
}

.text-orange-700\/5{
  color: rgb(157 79 44 / 0.05);
}

.text-orange-700\/50{
  color: rgb(157 79 44 / 0.5);
}

.text-orange-700\/60{
  color: rgb(157 79 44 / 0.6);
}

.text-orange-700\/70{
  color: rgb(157 79 44 / 0.7);
}

.text-orange-700\/75{
  color: rgb(157 79 44 / 0.75);
}

.text-orange-700\/80{
  color: rgb(157 79 44 / 0.8);
}

.text-orange-700\/90{
  color: rgb(157 79 44 / 0.9);
}

.text-orange-700\/95{
  color: rgb(157 79 44 / 0.95);
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(118 60 33 / var(--tw-text-opacity));
}

.text-orange-800\/0{
  color: rgb(118 60 33 / 0);
}

.text-orange-800\/10{
  color: rgb(118 60 33 / 0.1);
}

.text-orange-800\/100{
  color: rgb(118 60 33 / 1);
}

.text-orange-800\/20{
  color: rgb(118 60 33 / 0.2);
}

.text-orange-800\/25{
  color: rgb(118 60 33 / 0.25);
}

.text-orange-800\/30{
  color: rgb(118 60 33 / 0.3);
}

.text-orange-800\/40{
  color: rgb(118 60 33 / 0.4);
}

.text-orange-800\/5{
  color: rgb(118 60 33 / 0.05);
}

.text-orange-800\/50{
  color: rgb(118 60 33 / 0.5);
}

.text-orange-800\/60{
  color: rgb(118 60 33 / 0.6);
}

.text-orange-800\/70{
  color: rgb(118 60 33 / 0.7);
}

.text-orange-800\/75{
  color: rgb(118 60 33 / 0.75);
}

.text-orange-800\/80{
  color: rgb(118 60 33 / 0.8);
}

.text-orange-800\/90{
  color: rgb(118 60 33 / 0.9);
}

.text-orange-800\/95{
  color: rgb(118 60 33 / 0.95);
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(78 40 22 / var(--tw-text-opacity));
}

.text-orange-900\/0{
  color: rgb(78 40 22 / 0);
}

.text-orange-900\/10{
  color: rgb(78 40 22 / 0.1);
}

.text-orange-900\/100{
  color: rgb(78 40 22 / 1);
}

.text-orange-900\/20{
  color: rgb(78 40 22 / 0.2);
}

.text-orange-900\/25{
  color: rgb(78 40 22 / 0.25);
}

.text-orange-900\/30{
  color: rgb(78 40 22 / 0.3);
}

.text-orange-900\/40{
  color: rgb(78 40 22 / 0.4);
}

.text-orange-900\/5{
  color: rgb(78 40 22 / 0.05);
}

.text-orange-900\/50{
  color: rgb(78 40 22 / 0.5);
}

.text-orange-900\/60{
  color: rgb(78 40 22 / 0.6);
}

.text-orange-900\/70{
  color: rgb(78 40 22 / 0.7);
}

.text-orange-900\/75{
  color: rgb(78 40 22 / 0.75);
}

.text-orange-900\/80{
  color: rgb(78 40 22 / 0.8);
}

.text-orange-900\/90{
  color: rgb(78 40 22 / 0.9);
}

.text-orange-900\/95{
  color: rgb(78 40 22 / 0.95);
}

.text-orange\/0{
  color: rgb(235 119 66 / 0);
}

.text-orange\/10{
  color: rgb(235 119 66 / 0.1);
}

.text-orange\/100{
  color: rgb(235 119 66 / 1);
}

.text-orange\/20{
  color: rgb(235 119 66 / 0.2);
}

.text-orange\/25{
  color: rgb(235 119 66 / 0.25);
}

.text-orange\/30{
  color: rgb(235 119 66 / 0.3);
}

.text-orange\/40{
  color: rgb(235 119 66 / 0.4);
}

.text-orange\/5{
  color: rgb(235 119 66 / 0.05);
}

.text-orange\/50{
  color: rgb(235 119 66 / 0.5);
}

.text-orange\/60{
  color: rgb(235 119 66 / 0.6);
}

.text-orange\/70{
  color: rgb(235 119 66 / 0.7);
}

.text-orange\/75{
  color: rgb(235 119 66 / 0.75);
}

.text-orange\/80{
  color: rgb(235 119 66 / 0.8);
}

.text-orange\/90{
  color: rgb(235 119 66 / 0.9);
}

.text-orange\/95{
  color: rgb(235 119 66 / 0.95);
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.text-primary\/0{
  color: rgb(235 119 66 / 0);
}

.text-primary\/10{
  color: rgb(235 119 66 / 0.1);
}

.text-primary\/100{
  color: rgb(235 119 66 / 1);
}

.text-primary\/20{
  color: rgb(235 119 66 / 0.2);
}

.text-primary\/25{
  color: rgb(235 119 66 / 0.25);
}

.text-primary\/30{
  color: rgb(235 119 66 / 0.3);
}

.text-primary\/40{
  color: rgb(235 119 66 / 0.4);
}

.text-primary\/5{
  color: rgb(235 119 66 / 0.05);
}

.text-primary\/50{
  color: rgb(235 119 66 / 0.5);
}

.text-primary\/60{
  color: rgb(235 119 66 / 0.6);
}

.text-primary\/70{
  color: rgb(235 119 66 / 0.7);
}

.text-primary\/75{
  color: rgb(235 119 66 / 0.75);
}

.text-primary\/80{
  color: rgb(235 119 66 / 0.8);
}

.text-primary\/90{
  color: rgb(235 119 66 / 0.9);
}

.text-primary\/95{
  color: rgb(235 119 66 / 0.95);
}

.text-purple{
  --tw-text-opacity: 1;
  color: rgb(51 47 102 / var(--tw-text-opacity));
}

.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(187 186 204 / var(--tw-text-opacity));
}

.text-purple-100\/0{
  color: rgb(187 186 204 / 0);
}

.text-purple-100\/10{
  color: rgb(187 186 204 / 0.1);
}

.text-purple-100\/100{
  color: rgb(187 186 204 / 1);
}

.text-purple-100\/20{
  color: rgb(187 186 204 / 0.2);
}

.text-purple-100\/25{
  color: rgb(187 186 204 / 0.25);
}

.text-purple-100\/30{
  color: rgb(187 186 204 / 0.3);
}

.text-purple-100\/40{
  color: rgb(187 186 204 / 0.4);
}

.text-purple-100\/5{
  color: rgb(187 186 204 / 0.05);
}

.text-purple-100\/50{
  color: rgb(187 186 204 / 0.5);
}

.text-purple-100\/60{
  color: rgb(187 186 204 / 0.6);
}

.text-purple-100\/70{
  color: rgb(187 186 204 / 0.7);
}

.text-purple-100\/75{
  color: rgb(187 186 204 / 0.75);
}

.text-purple-100\/80{
  color: rgb(187 186 204 / 0.8);
}

.text-purple-100\/90{
  color: rgb(187 186 204 / 0.9);
}

.text-purple-100\/95{
  color: rgb(187 186 204 / 0.95);
}

.text-purple-1000{
  --tw-text-opacity: 1;
  color: rgb(10 9 20 / var(--tw-text-opacity));
}

.text-purple-1000\/0{
  color: rgb(10 9 20 / 0);
}

.text-purple-1000\/10{
  color: rgb(10 9 20 / 0.1);
}

.text-purple-1000\/100{
  color: rgb(10 9 20 / 1);
}

.text-purple-1000\/20{
  color: rgb(10 9 20 / 0.2);
}

.text-purple-1000\/25{
  color: rgb(10 9 20 / 0.25);
}

.text-purple-1000\/30{
  color: rgb(10 9 20 / 0.3);
}

.text-purple-1000\/40{
  color: rgb(10 9 20 / 0.4);
}

.text-purple-1000\/5{
  color: rgb(10 9 20 / 0.05);
}

.text-purple-1000\/50{
  color: rgb(10 9 20 / 0.5);
}

.text-purple-1000\/60{
  color: rgb(10 9 20 / 0.6);
}

.text-purple-1000\/70{
  color: rgb(10 9 20 / 0.7);
}

.text-purple-1000\/75{
  color: rgb(10 9 20 / 0.75);
}

.text-purple-1000\/80{
  color: rgb(10 9 20 / 0.8);
}

.text-purple-1000\/90{
  color: rgb(10 9 20 / 0.9);
}

.text-purple-1000\/95{
  color: rgb(10 9 20 / 0.95);
}

.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(153 151 179 / var(--tw-text-opacity));
}

.text-purple-200\/0{
  color: rgb(153 151 179 / 0);
}

.text-purple-200\/10{
  color: rgb(153 151 179 / 0.1);
}

.text-purple-200\/100{
  color: rgb(153 151 179 / 1);
}

.text-purple-200\/20{
  color: rgb(153 151 179 / 0.2);
}

.text-purple-200\/25{
  color: rgb(153 151 179 / 0.25);
}

.text-purple-200\/30{
  color: rgb(153 151 179 / 0.3);
}

.text-purple-200\/40{
  color: rgb(153 151 179 / 0.4);
}

.text-purple-200\/5{
  color: rgb(153 151 179 / 0.05);
}

.text-purple-200\/50{
  color: rgb(153 151 179 / 0.5);
}

.text-purple-200\/60{
  color: rgb(153 151 179 / 0.6);
}

.text-purple-200\/70{
  color: rgb(153 151 179 / 0.7);
}

.text-purple-200\/75{
  color: rgb(153 151 179 / 0.75);
}

.text-purple-200\/80{
  color: rgb(153 151 179 / 0.8);
}

.text-purple-200\/90{
  color: rgb(153 151 179 / 0.9);
}

.text-purple-200\/95{
  color: rgb(153 151 179 / 0.95);
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(119 116 153 / var(--tw-text-opacity));
}

.text-purple-300\/0{
  color: rgb(119 116 153 / 0);
}

.text-purple-300\/10{
  color: rgb(119 116 153 / 0.1);
}

.text-purple-300\/100{
  color: rgb(119 116 153 / 1);
}

.text-purple-300\/20{
  color: rgb(119 116 153 / 0.2);
}

.text-purple-300\/25{
  color: rgb(119 116 153 / 0.25);
}

.text-purple-300\/30{
  color: rgb(119 116 153 / 0.3);
}

.text-purple-300\/40{
  color: rgb(119 116 153 / 0.4);
}

.text-purple-300\/5{
  color: rgb(119 116 153 / 0.05);
}

.text-purple-300\/50{
  color: rgb(119 116 153 / 0.5);
}

.text-purple-300\/60{
  color: rgb(119 116 153 / 0.6);
}

.text-purple-300\/70{
  color: rgb(119 116 153 / 0.7);
}

.text-purple-300\/75{
  color: rgb(119 116 153 / 0.75);
}

.text-purple-300\/80{
  color: rgb(119 116 153 / 0.8);
}

.text-purple-300\/90{
  color: rgb(119 116 153 / 0.9);
}

.text-purple-300\/95{
  color: rgb(119 116 153 / 0.95);
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(85 82 128 / var(--tw-text-opacity));
}

.text-purple-400\/0{
  color: rgb(85 82 128 / 0);
}

.text-purple-400\/10{
  color: rgb(85 82 128 / 0.1);
}

.text-purple-400\/100{
  color: rgb(85 82 128 / 1);
}

.text-purple-400\/20{
  color: rgb(85 82 128 / 0.2);
}

.text-purple-400\/25{
  color: rgb(85 82 128 / 0.25);
}

.text-purple-400\/30{
  color: rgb(85 82 128 / 0.3);
}

.text-purple-400\/40{
  color: rgb(85 82 128 / 0.4);
}

.text-purple-400\/5{
  color: rgb(85 82 128 / 0.05);
}

.text-purple-400\/50{
  color: rgb(85 82 128 / 0.5);
}

.text-purple-400\/60{
  color: rgb(85 82 128 / 0.6);
}

.text-purple-400\/70{
  color: rgb(85 82 128 / 0.7);
}

.text-purple-400\/75{
  color: rgb(85 82 128 / 0.75);
}

.text-purple-400\/80{
  color: rgb(85 82 128 / 0.8);
}

.text-purple-400\/90{
  color: rgb(85 82 128 / 0.9);
}

.text-purple-400\/95{
  color: rgb(85 82 128 / 0.95);
}

.text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(214 213 224 / var(--tw-text-opacity));
}

.text-purple-50\/0{
  color: rgb(214 213 224 / 0);
}

.text-purple-50\/10{
  color: rgb(214 213 224 / 0.1);
}

.text-purple-50\/100{
  color: rgb(214 213 224 / 1);
}

.text-purple-50\/20{
  color: rgb(214 213 224 / 0.2);
}

.text-purple-50\/25{
  color: rgb(214 213 224 / 0.25);
}

.text-purple-50\/30{
  color: rgb(214 213 224 / 0.3);
}

.text-purple-50\/40{
  color: rgb(214 213 224 / 0.4);
}

.text-purple-50\/5{
  color: rgb(214 213 224 / 0.05);
}

.text-purple-50\/50{
  color: rgb(214 213 224 / 0.5);
}

.text-purple-50\/60{
  color: rgb(214 213 224 / 0.6);
}

.text-purple-50\/70{
  color: rgb(214 213 224 / 0.7);
}

.text-purple-50\/75{
  color: rgb(214 213 224 / 0.75);
}

.text-purple-50\/80{
  color: rgb(214 213 224 / 0.8);
}

.text-purple-50\/90{
  color: rgb(214 213 224 / 0.9);
}

.text-purple-50\/95{
  color: rgb(214 213 224 / 0.95);
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(51 47 102 / var(--tw-text-opacity));
}

.text-purple-500\/0{
  color: rgb(51 47 102 / 0);
}

.text-purple-500\/10{
  color: rgb(51 47 102 / 0.1);
}

.text-purple-500\/100{
  color: rgb(51 47 102 / 1);
}

.text-purple-500\/20{
  color: rgb(51 47 102 / 0.2);
}

.text-purple-500\/25{
  color: rgb(51 47 102 / 0.25);
}

.text-purple-500\/30{
  color: rgb(51 47 102 / 0.3);
}

.text-purple-500\/40{
  color: rgb(51 47 102 / 0.4);
}

.text-purple-500\/5{
  color: rgb(51 47 102 / 0.05);
}

.text-purple-500\/50{
  color: rgb(51 47 102 / 0.5);
}

.text-purple-500\/60{
  color: rgb(51 47 102 / 0.6);
}

.text-purple-500\/70{
  color: rgb(51 47 102 / 0.7);
}

.text-purple-500\/75{
  color: rgb(51 47 102 / 0.75);
}

.text-purple-500\/80{
  color: rgb(51 47 102 / 0.8);
}

.text-purple-500\/90{
  color: rgb(51 47 102 / 0.9);
}

.text-purple-500\/95{
  color: rgb(51 47 102 / 0.95);
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(43 39 85 / var(--tw-text-opacity));
}

.text-purple-600\/0{
  color: rgb(43 39 85 / 0);
}

.text-purple-600\/10{
  color: rgb(43 39 85 / 0.1);
}

.text-purple-600\/100{
  color: rgb(43 39 85 / 1);
}

.text-purple-600\/20{
  color: rgb(43 39 85 / 0.2);
}

.text-purple-600\/25{
  color: rgb(43 39 85 / 0.25);
}

.text-purple-600\/30{
  color: rgb(43 39 85 / 0.3);
}

.text-purple-600\/40{
  color: rgb(43 39 85 / 0.4);
}

.text-purple-600\/5{
  color: rgb(43 39 85 / 0.05);
}

.text-purple-600\/50{
  color: rgb(43 39 85 / 0.5);
}

.text-purple-600\/60{
  color: rgb(43 39 85 / 0.6);
}

.text-purple-600\/70{
  color: rgb(43 39 85 / 0.7);
}

.text-purple-600\/75{
  color: rgb(43 39 85 / 0.75);
}

.text-purple-600\/80{
  color: rgb(43 39 85 / 0.8);
}

.text-purple-600\/90{
  color: rgb(43 39 85 / 0.9);
}

.text-purple-600\/95{
  color: rgb(43 39 85 / 0.95);
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(34 31 68 / var(--tw-text-opacity));
}

.text-purple-700\/0{
  color: rgb(34 31 68 / 0);
}

.text-purple-700\/10{
  color: rgb(34 31 68 / 0.1);
}

.text-purple-700\/100{
  color: rgb(34 31 68 / 1);
}

.text-purple-700\/20{
  color: rgb(34 31 68 / 0.2);
}

.text-purple-700\/25{
  color: rgb(34 31 68 / 0.25);
}

.text-purple-700\/30{
  color: rgb(34 31 68 / 0.3);
}

.text-purple-700\/40{
  color: rgb(34 31 68 / 0.4);
}

.text-purple-700\/5{
  color: rgb(34 31 68 / 0.05);
}

.text-purple-700\/50{
  color: rgb(34 31 68 / 0.5);
}

.text-purple-700\/60{
  color: rgb(34 31 68 / 0.6);
}

.text-purple-700\/70{
  color: rgb(34 31 68 / 0.7);
}

.text-purple-700\/75{
  color: rgb(34 31 68 / 0.75);
}

.text-purple-700\/80{
  color: rgb(34 31 68 / 0.8);
}

.text-purple-700\/90{
  color: rgb(34 31 68 / 0.9);
}

.text-purple-700\/95{
  color: rgb(34 31 68 / 0.95);
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(26 24 51 / var(--tw-text-opacity));
}

.text-purple-800\/0{
  color: rgb(26 24 51 / 0);
}

.text-purple-800\/10{
  color: rgb(26 24 51 / 0.1);
}

.text-purple-800\/100{
  color: rgb(26 24 51 / 1);
}

.text-purple-800\/20{
  color: rgb(26 24 51 / 0.2);
}

.text-purple-800\/25{
  color: rgb(26 24 51 / 0.25);
}

.text-purple-800\/30{
  color: rgb(26 24 51 / 0.3);
}

.text-purple-800\/40{
  color: rgb(26 24 51 / 0.4);
}

.text-purple-800\/5{
  color: rgb(26 24 51 / 0.05);
}

.text-purple-800\/50{
  color: rgb(26 24 51 / 0.5);
}

.text-purple-800\/60{
  color: rgb(26 24 51 / 0.6);
}

.text-purple-800\/70{
  color: rgb(26 24 51 / 0.7);
}

.text-purple-800\/75{
  color: rgb(26 24 51 / 0.75);
}

.text-purple-800\/80{
  color: rgb(26 24 51 / 0.8);
}

.text-purple-800\/90{
  color: rgb(26 24 51 / 0.9);
}

.text-purple-800\/95{
  color: rgb(26 24 51 / 0.95);
}

.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(17 16 34 / var(--tw-text-opacity));
}

.text-purple-900\/0{
  color: rgb(17 16 34 / 0);
}

.text-purple-900\/10{
  color: rgb(17 16 34 / 0.1);
}

.text-purple-900\/100{
  color: rgb(17 16 34 / 1);
}

.text-purple-900\/20{
  color: rgb(17 16 34 / 0.2);
}

.text-purple-900\/25{
  color: rgb(17 16 34 / 0.25);
}

.text-purple-900\/30{
  color: rgb(17 16 34 / 0.3);
}

.text-purple-900\/40{
  color: rgb(17 16 34 / 0.4);
}

.text-purple-900\/5{
  color: rgb(17 16 34 / 0.05);
}

.text-purple-900\/50{
  color: rgb(17 16 34 / 0.5);
}

.text-purple-900\/60{
  color: rgb(17 16 34 / 0.6);
}

.text-purple-900\/70{
  color: rgb(17 16 34 / 0.7);
}

.text-purple-900\/75{
  color: rgb(17 16 34 / 0.75);
}

.text-purple-900\/80{
  color: rgb(17 16 34 / 0.8);
}

.text-purple-900\/90{
  color: rgb(17 16 34 / 0.9);
}

.text-purple-900\/95{
  color: rgb(17 16 34 / 0.95);
}

.text-purple-950{
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}

.text-purple-950\/0{
  color: rgb(59 7 100 / 0);
}

.text-purple-950\/10{
  color: rgb(59 7 100 / 0.1);
}

.text-purple-950\/100{
  color: rgb(59 7 100 / 1);
}

.text-purple-950\/20{
  color: rgb(59 7 100 / 0.2);
}

.text-purple-950\/25{
  color: rgb(59 7 100 / 0.25);
}

.text-purple-950\/30{
  color: rgb(59 7 100 / 0.3);
}

.text-purple-950\/40{
  color: rgb(59 7 100 / 0.4);
}

.text-purple-950\/5{
  color: rgb(59 7 100 / 0.05);
}

.text-purple-950\/50{
  color: rgb(59 7 100 / 0.5);
}

.text-purple-950\/60{
  color: rgb(59 7 100 / 0.6);
}

.text-purple-950\/70{
  color: rgb(59 7 100 / 0.7);
}

.text-purple-950\/75{
  color: rgb(59 7 100 / 0.75);
}

.text-purple-950\/80{
  color: rgb(59 7 100 / 0.8);
}

.text-purple-950\/90{
  color: rgb(59 7 100 / 0.9);
}

.text-purple-950\/95{
  color: rgb(59 7 100 / 0.95);
}

.text-purple\/0{
  color: rgb(51 47 102 / 0);
}

.text-purple\/10{
  color: rgb(51 47 102 / 0.1);
}

.text-purple\/100{
  color: rgb(51 47 102 / 1);
}

.text-purple\/20{
  color: rgb(51 47 102 / 0.2);
}

.text-purple\/25{
  color: rgb(51 47 102 / 0.25);
}

.text-purple\/30{
  color: rgb(51 47 102 / 0.3);
}

.text-purple\/40{
  color: rgb(51 47 102 / 0.4);
}

.text-purple\/5{
  color: rgb(51 47 102 / 0.05);
}

.text-purple\/50{
  color: rgb(51 47 102 / 0.5);
}

.text-purple\/60{
  color: rgb(51 47 102 / 0.6);
}

.text-purple\/70{
  color: rgb(51 47 102 / 0.7);
}

.text-purple\/75{
  color: rgb(51 47 102 / 0.75);
}

.text-purple\/80{
  color: rgb(51 47 102 / 0.8);
}

.text-purple\/90{
  color: rgb(51 47 102 / 0.9);
}

.text-purple\/95{
  color: rgb(51 47 102 / 0.95);
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(218 61 42 / var(--tw-text-opacity));
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.text-red-100\/0{
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10{
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100{
  color: rgb(254 226 226 / 1);
}

.text-red-100\/20{
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25{
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30{
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/40{
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/5{
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50{
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/60{
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/70{
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75{
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80{
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/90{
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95{
  color: rgb(254 226 226 / 0.95);
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-red-200\/0{
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10{
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100{
  color: rgb(254 202 202 / 1);
}

.text-red-200\/20{
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25{
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30{
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/40{
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/5{
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50{
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/60{
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75{
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80{
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/90{
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95{
  color: rgb(254 202 202 / 0.95);
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.text-red-300\/0{
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10{
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100{
  color: rgb(252 165 165 / 1);
}

.text-red-300\/20{
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25{
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30{
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/40{
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/5{
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50{
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/60{
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/70{
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75{
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/90{
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95{
  color: rgb(252 165 165 / 0.95);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-400\/0{
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10{
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100{
  color: rgb(248 113 113 / 1);
}

.text-red-400\/20{
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25{
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30{
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/40{
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/5{
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50{
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/60{
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/70{
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75{
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/90{
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95{
  color: rgb(248 113 113 / 0.95);
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-50\/0{
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10{
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100{
  color: rgb(254 242 242 / 1);
}

.text-red-50\/20{
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25{
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30{
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/40{
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/5{
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50{
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/60{
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/70{
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75{
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80{
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/90{
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95{
  color: rgb(254 242 242 / 0.95);
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-500\/0{
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10{
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100{
  color: rgb(239 68 68 / 1);
}

.text-red-500\/20{
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25{
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30{
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/40{
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/5{
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50{
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/60{
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/70{
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75{
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80{
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/90{
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95{
  color: rgb(239 68 68 / 0.95);
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-600\/0{
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10{
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100{
  color: rgb(220 38 38 / 1);
}

.text-red-600\/20{
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25{
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30{
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/40{
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/5{
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50{
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/60{
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/70{
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75{
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80{
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/90{
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95{
  color: rgb(220 38 38 / 0.95);
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-700\/0{
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10{
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100{
  color: rgb(185 28 28 / 1);
}

.text-red-700\/20{
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25{
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30{
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/40{
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/5{
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50{
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/60{
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/70{
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75{
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80{
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/90{
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95{
  color: rgb(185 28 28 / 0.95);
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-red-800\/0{
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10{
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100{
  color: rgb(153 27 27 / 1);
}

.text-red-800\/20{
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25{
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30{
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/40{
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/5{
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50{
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/60{
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/70{
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75{
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80{
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/90{
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95{
  color: rgb(153 27 27 / 0.95);
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-red-900\/0{
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10{
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100{
  color: rgb(127 29 29 / 1);
}

.text-red-900\/20{
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25{
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30{
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/40{
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/5{
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50{
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/60{
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/70{
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75{
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80{
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/90{
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95{
  color: rgb(127 29 29 / 0.95);
}

.text-red-950{
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}

.text-red-950\/0{
  color: rgb(69 10 10 / 0);
}

.text-red-950\/10{
  color: rgb(69 10 10 / 0.1);
}

.text-red-950\/100{
  color: rgb(69 10 10 / 1);
}

.text-red-950\/20{
  color: rgb(69 10 10 / 0.2);
}

.text-red-950\/25{
  color: rgb(69 10 10 / 0.25);
}

.text-red-950\/30{
  color: rgb(69 10 10 / 0.3);
}

.text-red-950\/40{
  color: rgb(69 10 10 / 0.4);
}

.text-red-950\/5{
  color: rgb(69 10 10 / 0.05);
}

.text-red-950\/50{
  color: rgb(69 10 10 / 0.5);
}

.text-red-950\/60{
  color: rgb(69 10 10 / 0.6);
}

.text-red-950\/70{
  color: rgb(69 10 10 / 0.7);
}

.text-red-950\/75{
  color: rgb(69 10 10 / 0.75);
}

.text-red-950\/80{
  color: rgb(69 10 10 / 0.8);
}

.text-red-950\/90{
  color: rgb(69 10 10 / 0.9);
}

.text-red-950\/95{
  color: rgb(69 10 10 / 0.95);
}

.text-red\/0{
  color: rgb(218 61 42 / 0);
}

.text-red\/10{
  color: rgb(218 61 42 / 0.1);
}

.text-red\/100{
  color: rgb(218 61 42 / 1);
}

.text-red\/20{
  color: rgb(218 61 42 / 0.2);
}

.text-red\/25{
  color: rgb(218 61 42 / 0.25);
}

.text-red\/30{
  color: rgb(218 61 42 / 0.3);
}

.text-red\/40{
  color: rgb(218 61 42 / 0.4);
}

.text-red\/5{
  color: rgb(218 61 42 / 0.05);
}

.text-red\/50{
  color: rgb(218 61 42 / 0.5);
}

.text-red\/60{
  color: rgb(218 61 42 / 0.6);
}

.text-red\/70{
  color: rgb(218 61 42 / 0.7);
}

.text-red\/75{
  color: rgb(218 61 42 / 0.75);
}

.text-red\/80{
  color: rgb(218 61 42 / 0.8);
}

.text-red\/90{
  color: rgb(218 61 42 / 0.9);
}

.text-red\/95{
  color: rgb(218 61 42 / 0.95);
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(123 175 222 / var(--tw-text-opacity));
}

.text-secondary\/0{
  color: rgb(123 175 222 / 0);
}

.text-secondary\/10{
  color: rgb(123 175 222 / 0.1);
}

.text-secondary\/100{
  color: rgb(123 175 222 / 1);
}

.text-secondary\/20{
  color: rgb(123 175 222 / 0.2);
}

.text-secondary\/25{
  color: rgb(123 175 222 / 0.25);
}

.text-secondary\/30{
  color: rgb(123 175 222 / 0.3);
}

.text-secondary\/40{
  color: rgb(123 175 222 / 0.4);
}

.text-secondary\/5{
  color: rgb(123 175 222 / 0.05);
}

.text-secondary\/50{
  color: rgb(123 175 222 / 0.5);
}

.text-secondary\/60{
  color: rgb(123 175 222 / 0.6);
}

.text-secondary\/70{
  color: rgb(123 175 222 / 0.7);
}

.text-secondary\/75{
  color: rgb(123 175 222 / 0.75);
}

.text-secondary\/80{
  color: rgb(123 175 222 / 0.8);
}

.text-secondary\/90{
  color: rgb(123 175 222 / 0.9);
}

.text-secondary\/95{
  color: rgb(123 175 222 / 0.95);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/0{
  color: rgb(255 255 255 / 0);
}

.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100{
  color: rgb(255 255 255 / 1);
}

.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}

.underline{
  text-decoration-line: underline;
}

.overline{
  text-decoration-line: overline;
}

.line-through{
  text-decoration-line: line-through;
}

.\!no-underline{
  text-decoration-line: none !important;
}

.no-underline{
  text-decoration-line: none;
}

.decoration-solid{
  text-decoration-style: solid;
}

.decoration-double{
  text-decoration-style: double;
}

.decoration-dotted{
  text-decoration-style: dotted;
}

.decoration-dashed{
  text-decoration-style: dashed;
}

.decoration-wavy{
  text-decoration-style: wavy;
}

.underline-offset-auto{
  text-underline-offset: auto;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.\!opacity-0{
  opacity: 0 !important;
}

.\!opacity-100{
  opacity: 1 !important;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-\[\.53\]{
  opacity: .53;
}

.opacity-\[\.54\]{
  opacity: .54;
}

.opacity-\[30\%\]{
  opacity: 30%;
}

.opacity-\[50\%\]{
  opacity: 50%;
}

.bg-blend-normal{
  background-blend-mode: normal;
}

.bg-blend-multiply{
  background-blend-mode: multiply;
}

.bg-blend-screen{
  background-blend-mode: screen;
}

.bg-blend-overlay{
  background-blend-mode: overlay;
}

.bg-blend-darken{
  background-blend-mode: darken;
}

.bg-blend-lighten{
  background-blend-mode: lighten;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light;
}

.bg-blend-difference{
  background-blend-mode: difference;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion;
}

.bg-blend-hue{
  background-blend-mode: hue;
}

.bg-blend-saturation{
  background-blend-mode: saturation;
}

.bg-blend-color{
  background-blend-mode: color;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity;
}

.mix-blend-normal{
  mix-blend-mode: normal;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.mix-blend-darken{
  mix-blend-mode: darken;
}

.mix-blend-lighten{
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

.mix-blend-difference{
  mix-blend-mode: difference;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

.mix-blend-hue{
  mix-blend-mode: hue;
}

.mix-blend-saturation{
  mix-blend-mode: saturation;
}

.mix-blend-color{
  mix-blend-mode: color;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

.mix-blend-plus-lighter{
  mix-blend-mode: plus-lighter;
}

.\!shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --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-\[0_0_1\.5rem_rgba\(0\2c 0\2c 0\2c 0\.075\)\]{
  --tw-shadow: 0 0 1.5rem rgba(0,0,0,0.075);
  --tw-shadow-colored: 0 0 1.5rem 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-\[0_0px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{
  --tw-shadow: 0 0px 3px 0 rgba(0,0,0,0.07),0 2px 2px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 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-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px 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-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 10px 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-\[0_4px_9px_-4px_\#3b71ca\]{
  --tw-shadow: 0 4px 9px -4px #3b71ca;
  --tw-shadow-colored: 0 4px 9px -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-\[0px_2px_15px_-3px_rgba\(0\2c 0\2c 0\2c \.07\)\2c _0px_10px_20px_-2px_rgba\(0\2c 0\2c 0\2c \.04\)\]{
  --tw-shadow: 0px 2px 15px -3px rgba(0,0,0,.07), 0px 10px 20px -2px rgba(0,0,0,.04);
  --tw-shadow-colored: 0px 2px 15px -3px var(--tw-shadow-color), 0px 10px 20px -2px 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(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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(0 0 0 / 0.05);
  --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);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

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

.outline-dotted{
  outline-style: dotted;
}

.outline-double{
  outline-style: double;
}

.\!ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring{
  --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(3px + 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-inset{
  --tw-ring-inset: inset;
}

.ring-offset-blue{
  --tw-ring-offset-color: #7bafde;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.blur-\[200px\]{
  --tw-blur: blur(200px);
  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);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

.invert{
  --tw-invert: invert(100%);
  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);
}

.sepia{
  --tw-sepia: sepia(100%);
  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);
}

.\!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) !important;
}

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

.filter-none{
  filter: none;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.\!transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\2c _opacity\]{
  transition-property: background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\2c box-shadow\2c border\]{
  transition-property: background-color,box-shadow,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\]{
  transition-property: height;
  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-\[transform\2c _opacity\]{
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c height\]{
  transition-property: transform,height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  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;
}

.delay-\[0ms\]{
  transition-delay: 0ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-\[1000ms\]{
  transition-duration: 1000ms;
}

.duration-\[150ms\]{
  transition-duration: 150ms;
}

.duration-\[250ms\]{
  transition-duration: 250ms;
}

.duration-\[350ms\]{
  transition-duration: 350ms;
}

.duration-\[400ms\]{
  transition-duration: 400ms;
}

.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\]{
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

.ease-\[ease\]{
  transition-timing-function: ease;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\]{
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

.content-none{
  --tw-content: none;
  content: var(--tw-content);
}

.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}

.\[-\:\|\\s\]{
  -: |\s;
}

.\[-\:\|\]{
  -: |;
}

.\[a-zA-Z0-9-_\:\.\(\)\]{
  a-z-a--z0-9-_: .();
}

.\[a-zA-Z0-9\:\\\\-\\\\\._\$\]{
  a-z-a--z0-9: \\-\\. $;
}

.\[a-zA-Z0-9\:_-\]{
  a-z-a--z0-9: -;
}

.\[agentkeepalive\:deprecated\]{
  agentkeepalive: deprecated;
}

.\[direction\:ltr\]{
  direction: ltr;
}

.\[hash\:base64\]{
  hash: base64;
}

.\[httparchive\:summary_pages\.2018_12_15_desktop\]{
  httparchive: summary pages.2018 12 15 desktop;
}

.\[httparchive\:summary_pages\.2020_07_01_desktop\]{
  httparchive: summary pages.2020 07 01 desktop;
}

.\[key\:string\]{
  key: string;
}

.\[overflow-anchor\:none\]{
  overflow-anchor: none;
}

.\[overflow-style\:none\]{
  overflow-style: none;
}

.\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\]{
  transition: background-color .2s linear, height .2s ease-in-out;
}

.\[transition\:background-color_\.2s_linear\2c _opacity_\.2s_linear\]{
  transition: background-color .2s linear, opacity .2s linear;
}

.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\2c _opacity\]{
  transition: background-color .2s linear, width .2s ease-in-out, opacity;
}

.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\]{
  transition: background-color .2s linear, width .2s ease-in-out;
}

.\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\]{
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
}

.\[variable\:string\]{
  variable: string;
}

.\[xml\:lang\]{
  xml: lang;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/* Set some variables to help with the utility classes */

:root{
  --gutter: 1rem;
  --border-color: rgba(213,217,220,0.75);
  --header-height: 6.84rem;
  --tw-prose-headings: #403e2e;
}

@media (min-width: 768px){
  :root{
    --gutter: 1.25rem
  }
}

@media (min-width: 1024px){
  :root{
    --header-height: 9.3rem
  }
}

/*-----------------------------------
-------------------------------------
Structure & Color
-------------------------------------
-----------------------------------*/

/* Add custom container max-widths at Tailwind breakpoints */

.container{
  position: relative;
  max-width: 90rem;
}

/* Simulate Bootstrap rows and columns */

.row{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + var(--gutter));
  margin-left: calc((var(--gutter) / 2) * -1);
}

.col{
  width: 100%;
  padding-inline: calc(var(--gutter) / 2);
}

/* Expand images inside a <figure> tag and prevent warping */

.match-figure{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Make sure the last element in the div does not have space below it */

.flush-bottom > :last-child{
  margin-bottom: 0px;
}

/* Set a default border color */

.border-color{
  border-color: var(--border-color) !important;
}

/* Make text on dark backgrounds white */

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-primary, .bg-orange) a:not(.btn),
:where(.bg-primary, .bg-orange) input[type=submit],
:where(.bg-primary, .bg-orange) input[type=button],
:where(.bg-primary, .bg-orange) h6,
:where(.bg-primary, .bg-orange) li::marker{
  --tw-text-opacity: 1 !important;
  color: rgb(248 210 192 / var(--tw-text-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

/* Add class for faded text */

.text-muted{
  --tw-text-opacity: 1;
  color: rgb(128 126 116 / var(--tw-text-opacity));
}

#main ul li::marker{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

#main ul:not(.list-none, .btn-list){
  list-style-type: disc;
  padding-left: 1rem;
}

#main ul:not(.list-none, .btn-list) li{
  margin-bottom: 0.5rem;
}

#main ol:not(.list-none){
  list-style-type: decimal;
  padding-left: 1rem;
}

/*-----------------------------------
-------------------------------------
Interactions
-------------------------------------
-----------------------------------*/

a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Set default link styles */

a:not(.btn, #primary-menu > li > a, .navbar-brand){
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

a:not(.btn, #primary-menu > li > a, .navbar-brand):hover{
  text-decoration-line: none;
}

/* Set button styles */

.btn, .gform-button, .gform_footer input, form input[type=button]{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,.btn, .bg-orange, .bg-burnt-orange, .bg-orange-400),:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform-button, .bg-orange, .bg-burnt-orange, .bg-orange-400),:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform_footer input, .bg-orange, .bg-burnt-orange, .bg-orange-400),:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, form input[type=button], .bg-orange, .bg-burnt-orange, .bg-orange-400){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.btn, .bg-orange) a:not(.btn),
:where(.btn, .bg-orange) input[type=submit],
:where(.btn, .bg-orange) input[type=button],
:where(.btn, .bg-orange) h6,
:where(.btn, .bg-orange) li::marker,:where( .gform-button, .bg-orange) a:not(.btn),
:where( .gform-button, .bg-orange) input[type=submit],
:where( .gform-button, .bg-orange) input[type=button],
:where( .gform-button, .bg-orange) h6,
:where( .gform-button, .bg-orange) li::marker,:where( .gform_footer input, .bg-orange) a:not(.btn),
:where( .gform_footer input, .bg-orange) input[type=submit],
:where( .gform_footer input, .bg-orange) input[type=button],
:where( .gform_footer input, .bg-orange) h6,
:where( .gform_footer input, .bg-orange) li::marker,:where( form input[type=button], .bg-orange) a:not(.btn),
:where( form input[type=button], .bg-orange) input[type=submit],
:where( form input[type=button], .bg-orange) input[type=button],
:where( form input[type=button], .bg-orange) h6,
:where( form input[type=button], .bg-orange) li::marker{
  --tw-text-opacity: 1 !important;
  color: rgb(248 210 192 / var(--tw-text-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,.btn, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,.btn, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,.btn, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select,:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform-button, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform-button, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform-button, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select,:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform_footer input, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform_footer input, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform_footer input, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select,:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, form input[type=button], .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, form input[type=button], .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, form input[type=button], .bg-orange, .bg-burnt-orange, .bg-orange-400) form select{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,.btn, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,.btn, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,.btn, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus,:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform-button, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform-button, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform-button, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus,:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform_footer input, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform_footer input, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .gform_footer input, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus,:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, form input[type=button], .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, form input[type=button], .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, form input[type=button], .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

:where(.btn) .btn,:where( .gform-button) .btn,:where( .gform_footer input) .btn,:where( form input[type=button]) .btn{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.btn:hover, .gform-button:hover, .gform_footer input:hover, form input[type=button]:hover{
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(196 99 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(196 99 55 / var(--tw-bg-opacity));
}

.btn-sm, .btn-sm-secondary, form input[type=button], .gform_next_button{
  padding: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0 !important;
}

.btn-sm-secondary, .btn-secondary, .gform_previous_button{
  --tw-border-opacity: 1;
  border-color: rgb(251 228 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 228 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-sm-secondary:hover, .btn-secondary:hover, .gform_previous_button:hover{
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(248 210 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 210 192 / var(--tw-bg-opacity));
}

.btn-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.btn-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(251 228 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 228 217 / var(--tw-bg-opacity));
}

.btn-outline:not(:hover){
  border-width: 2px;
  background-color: transparent !important;
}

.btn-outline.btn-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-outline.btn-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

.btn-icon{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px !important;
}

.btn:not(.btn-sm, .btn-sm-secondary, .btn-icon)::after,
.btn.arrow-left::before{
  content: '\f061';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  margin-left: 0.5rem;
  font-size: 1.125rem;
  position: relative;
  top: 0;
  transform: translateY(0);
}

.btn:not(.btn-sm, .btn-sm-secondary, .btn-icon):hover::after{
  animation: btn-anim 0.5s ease-in-out forwards;
}

/* Custom icons */

.btn.arrow-down::after{
  content: '\f063';
}

.btn.arrow-left::before{
  content: '\f060';
  margin-left: 0;
  margin-right: 1.125rem;
}

.btn.arrow-left::after{
  display: none;
}

.btn.circle-play::after{
  content: '\f144';
}

.btn.users::after{
  content: '\f0c0';
}

.anim-underline{
  position: relative;
  text-decoration-line: none !important;
}

.anim-underline::after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: 2px;
  width: 0px;
  --tw-translate-y: 0.25rem;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(64 62 46 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,.anim-underline, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400)::after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,.anim-underline, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button])::after,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,.anim-underline, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea::after,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900,.anim-underline, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select::after{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,.anim-underline, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus::after,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,.anim-underline, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus::after,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900,.anim-underline, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus::after{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

.anim-underline::after{
  transition: 0.5s all ease;
}

.anim-underline:hover::after{
  width: 100%;
}

/* Add a list class that groups buttons */

.btn-list{
  margin-top: 3rem;
  margin-bottom: 0px;
  display: flex;
  list-style-type: none !important;
  gap: 1rem;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.btn-list-sm{
  gap: 2rem;
}

:where(.bg-primary) .btn{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.socials{
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 1rem;
  padding-left: 0px;
}

#main ul:not(.socials, .btn-list){
  list-style-type: disc;
  padding-left: 1rem;
}

#main ul:not(.socials, .btn-list) li{
  margin-bottom: 0.5rem;
}

#main ol:not(.socials){
  list-style-type: decimal;
  padding-left: 1rem;
}

@keyframes btn-anim {
  100% {
    transform: translateY(-200%);
  }
}

/*-----------------------------------
-------------------------------------
Components
-------------------------------------
-----------------------------------*/

/* Accordion */

.accordion{
}

/* Alert */

.alert{
  display: block;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  padding: 1rem;
}

/* Badge */

.badge{
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 228 217 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .badge{
    font-size: 0.9375rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1024px){
  .badge{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

/* Card */

.card{
  overflow: hidden;
  border-radius: 1rem;
}

.card figure{
  margin-bottom: 0px !important;
  aspect-ratio: 4/3;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(45 57 64 / var(--tw-bg-opacity));
}

:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

.card:hover{
  transform-origin: center;
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
  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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card-body{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.logo-card{
  aspect-ratio: 1 / 1;
  padding: 1rem;
}

.logo-card img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-overlay::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.36%, rgba(0, 0, 0, 0.5) 100%);
}

/* Collapse */

.collapse{
}

/* Link Box */

.link-box a:hover{
  background-color: transparent !important;
}

.link-box{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(45 57 64 / var(--tw-bg-opacity));
}

:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown, .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

.link-box img{
  transition: 0.3s all ease;
}

.link-box:hover img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
  opacity: 0.75;
}

/* Modal */

.modal{
}

/* OffCanvas */

.offcanvas{
}

/* Table */

:where(.table, .wp-block-table){
  width: 100%;
}

:where(.table, .wp-block-table) th{
  border-width: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
  padding: 1rem !important;
  text-align: left !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,:where(.table, .wp-block-table) th, .bg-orange, .bg-burnt-orange, .bg-orange-400){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(:where(.table, .wp-block-table) th, .bg-orange) a:not(.btn),
:where(:where(.table, .wp-block-table) th, .bg-orange) input[type=submit],
:where(:where(.table, .wp-block-table) th, .bg-orange) input[type=button],
:where(:where(.table, .wp-block-table) th, .bg-orange) h6,
:where(:where(.table, .wp-block-table) th, .bg-orange) li::marker{
  --tw-text-opacity: 1 !important;
  color: rgb(248 210 192 / var(--tw-text-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,:where(.table, .wp-block-table) th, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,:where(.table, .wp-block-table) th, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,:where(.table, .wp-block-table) th, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,:where(.table, .wp-block-table) th, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,:where(.table, .wp-block-table) th, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900, .bg-brown,:where(.table, .wp-block-table) th, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

:where(:where(.table, .wp-block-table) th) .btn{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

:where(.table, .wp-block-table) td{
  border-width: 0px !important;
  padding: 1rem !important;
}

:where(.table, .wp-block-table) tr:nth-of-type(even) td{
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity));
}

:where(.table, .wp-block-table) tbody.bold-first-col tr td:first-child{
  font-weight: 700;
}

:where(.table, .wp-block-table) figcaption{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  opacity: 0.75;
}

@media (min-width: 768px){
  :where(.table, .wp-block-table) figcaption{
    font-size: 0.9375rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1024px){
  :where(.table, .wp-block-table) figcaption{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

/*-----------------------------------
-------------------------------------
Forms
-------------------------------------
-----------------------------------*/

form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=button]), textarea, select){
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 62 46 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=button]), textarea, select)::-moz-placeholder{
  color: inherit;
  opacity: 0.5;
}

form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=button]), textarea, select)::placeholder{
  color: inherit;
  opacity: 0.5;
}

form :where(input:not([type=submit], [type=checkbox], [type=radio], [type=button]), textarea, select):focus{
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

form input[type=submit], form input[type=button]{
  cursor: pointer !important;
}

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

.gf_progressbar_wrapper{
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .gf_progressbar_wrapper{
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px){
  .gf_progressbar_wrapper{
    padding-bottom: 6rem;
  }
}

.gfield--type-radio.inline .gfield_radio{
  display: flex;
  gap: 1.5rem;
}

/*-----------------------------------
-------------------------------------
Sliders
-------------------------------------
-----------------------------------*/

.slider-controls{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.slider-btn{
  display: inline-block;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
  text-align: center;
}

.slider-btn svg *{
  stroke: #eb7742;
}

.swiper-slide{
  width: 17.5rem;
}

@media (min-width: 1024px){
  .swiper-slide{
    width: 18.75rem;
  }
}

.marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*-----------------------------------
-------------------------------------
Header
-------------------------------------
-----------------------------------*/

#masthead, .navbar-brand svg{
  transition: all ease 0.5s;
}

.navbar-brand svg{
  height: 3.5rem;
  width: auto;
  max-width: 18.117rem;
}

@media (min-width: 1024px){
  .navbar-brand svg{
    height: 4rem;
  }
}

#primary-menu a, #site-actions a:not(.btn){
  --tw-text-opacity: 1;
  color: rgb(32 31 23 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#primary-menu a:hover, #site-actions a:not(.btn):hover{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

#primary-menu a, #site-actions a:not(.btn){
  font-size: 1rem;
}

#primary-menu ul{
  margin-bottom: 0px;
}

#primary-menu > li > a{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1 !important;
  color: rgb(64 62 46 / var(--tw-text-opacity)) !important;
}

#primary-menu > li > a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px){
  #primary-menu > li > a{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Before scrolling */

body:not(.single-project) #masthead:not(.scrolled){
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Navbar Dark */

#masthead.navbar-dark:not(.scrolled) .navbar-brand svg *{
  fill: #ffffff !important;
}

#masthead.navbar-dark:not(.scrolled) :where(#primary-menu > li > a, #site-actions a:not(.btn), i){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#masthead.navbar-dark:not(.scrolled) :where(#primary-menu > li > a, #site-actions a:not(.btn), i):hover{
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

#masthead.navbar-dark:not(.scrolled) #primary-menu > li.menu-item-has-children::after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Account for header height in hero sections */

.mt-hh{
  margin-top: var(--header-height);
}

.pt-hh{
  padding-top: var(--header-height);
}

.top-hh{
  top: calc(var(--header-height) + 1rem)
}

/* Dropdown menus */

.sub-menu{
  position: absolute;
  top: 0px;
  z-index: 9998;
  margin-top: 2rem;
  display: none;
  width: 15rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sub-menu li{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sub-menu a{
  display: block;
  display: inline-block;
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1 !important;
  color: rgb(45 57 64 / var(--tw-text-opacity)) !important;
}

.sub-menu a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

#primary-menu li.open > a{
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

#primary-menu li.open .sub-menu{
  display: block;
}

#primary-menu > li.menu-item-has-children{
  position: relative;
}

#primary-menu > li.menu-item-has-children::after{
  position: absolute;
  right: 0px;
  top: 50%;
  display: inline-block;
  --tw-translate-x: -50%;
  --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));
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 0;
  color: inherit;
}

@media (min-width: 768px){
  #primary-menu > li.menu-item-has-children::after{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}

@media (min-width: 1024px){
  #primary-menu > li.menu-item-has-children::after{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}

#primary-menu > li.menu-item-has-children::after{
  font-family: 'Font Awesome 6 Pro';
  content: '\f078';
}

.secondary-header a{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.secondary-header a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(45 57 64 / var(--tw-text-opacity)) !important;
}

.subsite-nav{
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  gap: 2rem;
  font-weight: 700;
}

#main ul:not(.subsite-nav, .btn-list){
  list-style-type: disc;
  padding-left: 1rem;
}

#main ul:not(.subsite-nav, .btn-list) li{
  margin-bottom: 0.5rem;
}

#main ol:not(.subsite-nav){
  list-style-type: decimal;
  padding-left: 1rem;
}

.subsite-nav a:hover{
  text-decoration-line: none;
}

.subsite-nav li.active a{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

/* Mega Menu */

.mega-menu {
  transition: all 0.15s linear 0s;
}

.mega-menu-open .mega-menu {
  transition: none;
}

.hoverable{
  position: static;
}

.hoverable:hover .mega-menu{
  visibility: visible !important;
  z-index: 900 !important;
  opacity: 1 !important;
}

.mega-menu-open .hoverable a{
  --tw-text-opacity: 1 !important;
  color: rgb(45 57 64 / var(--tw-text-opacity)) !important;
}

.toggleable>label:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.toggle-input{
  display: none;
}

.toggle-input:not(checked)~.mega-menu{
  visibility: hidden !important;
  z-index: -900 !important;
  opacity: 0 !important;
}

/*-----------------------------------
-------------------------------------
Footer & Pre-Footer
-------------------------------------
-----------------------------------*/

#colophon .menu{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#colophon .menu a{
  --tw-text-opacity: 1;
  color: rgb(45 57 64 / var(--tw-text-opacity));
}

#colophon .menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

#colophon .footer-right a{
  --tw-text-opacity: 1 !important;
  color: rgb(64 62 46 / var(--tw-text-opacity)) !important;
}

#colophon .footer-right a:hover{
  opacity: 0.5;
}

#colophon .footer-right input:not([type=submit]){
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

#colophon .footer-right input:not([type=submit]):focus{
  --tw-border-opacity: 1;
  border-color: rgb(64 62 46 / var(--tw-border-opacity));
}

#colophon .footer-right input[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(64 62 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(64 62 46 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,#colophon .footer-right input[type=submit], .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,#colophon .footer-right input[type=submit], .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,#colophon .footer-right input[type=submit], .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900,#colophon .footer-right input[type=submit], .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,#colophon .footer-right input[type=submit], .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form input:not([type=submit], [type=button]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, .bg-purple-500, .bg-purple-700, .bg-purple-900,#colophon .footer-right input[type=submit], .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-300, .bg-blue-700, .bg-blue-900, .bg-blue-1000, .bg-purple, ..bg-purple-500, .bg-purple-700, .bg-purple-900,#colophon .footer-right input[type=submit], .bg-primary, .bg-orange, .bg-burnt-orange, .bg-orange-400) form select:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 119 66 / var(--tw-border-opacity)) !important;
}

#colophon .footer-right input[type=submit]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(251 228 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 228 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

/*-----------------------------------
-------------------------------------
Blocks
-------------------------------------
-----------------------------------*/

.logo-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.logo{
  aspect-ratio: 1 / 1;
  width: 12.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.logo img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.masonry-gallery{
  position: relative;
  left: 50%;
  display: grid;
  --tw-translate-x: -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));
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 2fr 1fr;
}

@media (min-width: 1024px){
  .masonry-gallery{
    width: calc(100vw + 2.5rem);
    grid-template-columns: 40vw 18vw 18vw 24vw;
    grid-template-rows: 18vw 12.5vw
  }

  .masonry-grid > div{
    min-height: 28rem !important;
  }

  .masonry-grid > div:first-of-type,
    .masonry-grid > div:nth-of-type(2){
    grid-column: 1 / span 1;
    grid-row: auto / span 1;
  }

  .masonry-grid > div:nth-of-type(3){
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
  }
}

/*-----------------------------------
-------------------------------------
Other
-------------------------------------
-----------------------------------*/

body.page-template-minimal :where(#masthead, #colophon){
  display: none !important;
}

/* Mapbox */

.mapboxgl-popup-close-button{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(45 57 64 / var(--tw-text-opacity)) !important;
}

.mapboxgl-popup-content{
  padding-right: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(45 57 64 / var(--tw-text-opacity)) !important;
}

.mapboxgl-popup-content > div *:last-child{
  margin-bottom: 0px !important;
}

.mapboxgl-ctrl-attrib, .mapboxgl-ctrl-logo{
  display: none !important;
}

.member-search-control{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 1rem;
  width: 18.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

@media (min-width: 768px){
  .member-search-control{
    font-size: 0.9375rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1024px){
  .member-search-control{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

.member-search-control .search-input, .member-search-control .search-results{
  --tw-text-opacity: 1;
  color: rgb(45 57 64 / var(--tw-text-opacity));
}

.member-search-control .search-input{
  width: 100%;
  padding: 0.5rem;
}

.member-search-control .search-results{
  max-height: 31.25rem;
  overflow-y: auto;
}

.member-search-control .search-result-item{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  border-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(211 228 244 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.member-search-control .search-result-item:hover, .member-search-control .search-result-item:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity));
}

.member-search-control .search-result-item:focus, .member-search-control .search-result-item:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity));
  outline: 2px solid rgb(235 119 66);
  outline-offset: -2px;
}

/* Content Grid Accordion */

.acc-item__expander {
  transition: all 0.2s ease-in-out;
}

.acc-item.is-collapsed .acc-item__expander{
  margin-top: 0px;
  max-height: 0px;
  min-height: 0px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}

.acc-item.is-expanded .acc-item__inner{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

.acc-item.is-expanded .acc-item__inner > div.hide-on-expand{
  opacity: 0;
}

.acc-item.is-expanded .acc-item__expander{
  margin-top: 2rem;
  max-height: none;
  min-height: 20rem;
  overflow: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .acc-item:nth-of-type(2n+2) .acc-item__expander {
    margin-left: calc(-100% - (var(--gutter) * 2));
  }

  .acc-item:nth-of-type(2n+3){
    clear: left;
  }

  .acc-item__expander {
    width: calc(200% + (var(--gutter) * 2));
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .acc-item:nth-of-type(3n+2) .acc-item__expander {
    margin-left: calc(-100% - (var(--gutter) * 2));
  }

  .acc-item:nth-of-type(3n+3) .acc-item__expander {
    margin-left: calc(-200% - (var(--gutter) * 4));
  }

  .acc-item:nth-of-type(3n+4){
    clear: left;
  }

  .acc-item__expander {
    width: calc(300% + (var(--gutter) * 4));
  }
}

@media screen and (min-width: 1280px) {
  .acc-item:nth-of-type(4n+2) .acc-item__expander {
    margin-left: calc(-100% - (var(--gutter) * 2));
  }

  .acc-item:nth-of-type(4n+3) .acc-item__expander {
    margin-left: calc(-200% - (var(--gutter) * 4));
  }

  .acc-item:nth-of-type(4n+4) .acc-item__expander {
    margin-left: calc(-300% - (var(--gutter) * 6));
  }

  .acc-item:nth-of-type(4n+5){
    clear: left;
  }

  .acc-item__expander {
    width: calc(400% + (var(--gutter) * 6));
  }
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
    }
  }

  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
    }
  }
}

.selection\:bg-transparent *::-moz-selection{
  background-color: transparent;
}

.selection\:bg-transparent *::selection{
  background-color: transparent;
}

.selection\:bg-transparent::-moz-selection{
  background-color: transparent;
}

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

.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:h-\[0\.875rem\]::before{
  content: var(--tw-content);
  height: 0.875rem;
}

.before\:w-\[0\.875rem\]::before{
  content: var(--tw-content);
  width: 0.875rem;
}

.before\:scale-0::before{
  content: var(--tw-content);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}

.before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}

.before\:shadow-\[0px_0px_0px_13px_transparent\]::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px transparent;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:bg-orange::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
}

.last\:\!mb-0:last-child{
  margin-bottom: 0px !important;
}

.checked\:\!border-\[\#14a44d\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}

.checked\:\!border-\[\#dc4c64\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}

.checked\:border-primary:checked{
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

.checked\:\!bg-\[\#14a44d\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity)) !important;
}

.checked\:\!bg-\[\#dc4c64\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity)) !important;
}

.checked\:bg-primary:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
}

.checked\:before\:opacity-\[0\.16\]:checked::before{
  content: var(--tw-content);
  opacity: 0.16;
}

.checked\:after\:absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}

.checked\:after\:-mt-px:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}

.checked\:after\:ml-\[0\.25rem\]:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.checked\:after\:block:checked::after{
  content: var(--tw-content);
  display: block;
}

.checked\:after\:h-\[0\.8125rem\]:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}

.checked\:after\:w-\[0\.375rem\]:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}

.checked\:after\:rotate-45:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.checked\:after\:border-\[0\.125rem\]:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}

.checked\:after\:border-l-0:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}

.checked\:after\:border-t-0:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}

.checked\:after\:border-solid:checked::after{
  content: var(--tw-content);
  border-style: solid;
}

.checked\:after\:border-white:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.checked\:after\:\!bg-\[\#14a44d\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity)) !important;
}

.checked\:after\:\!bg-\[\#dc4c64\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity)) !important;
}

.checked\:after\:bg-transparent:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}

.checked\:after\:content-\[\'\'\]:checked::after{
  --tw-content: '';
  content: var(--tw-content);
}

.empty\:hidden:empty{
  display: none;
}

.hover\:\!scale-\[1\]:hover{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:scale-\[1\.025\]:hover{
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
  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));
}

.hover\:transform-none:hover{
  transform: none;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:rounded-\[50\%\]:hover{
  border-radius: 50%;
}

.hover\:\!bg-\[\#eee\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#00000014\]:hover{
  background-color: #00000014;
}

.hover\:bg-\[\#00000026\]:hover{
  background-color: #00000026;
}

.hover\:bg-\[\#eee\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.hover\:bg-\[unset\]:hover{
  background-color: unset;
}

.hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.hover\:fill-\[\#8b8b8b\]:hover{
  fill: #8b8b8b;
}

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

.hover\:\!text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(235 119 66 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#3b71ca\]:hover{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

.hover\:text-\[\#8b8b8b\]:hover{
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:\!no-underline:hover{
  text-decoration-line: none !important;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:\!opacity-90:hover{
  opacity: 0.9 !important;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:\!shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:hover{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
}

.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:ease-in-out:hover{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.before\:hover\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:opacity-\[0\.04\]:hover::before{
  content: var(--tw-content);
  opacity: 0.04;
}

.hover\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:hover::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:rounded-\[50\%\]:focus{
  border-radius: 50%;
}

.focus\:\!border-\[\#14a44d\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}

.focus\:\!border-\[\#dc4c64\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

.focus\:\!bg-\[\#eee\]:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#00000014\]:focus{
  background-color: #00000014;
}

.focus\:bg-\[\#00000026\]:focus{
  background-color: #00000026;
}

.focus\:bg-\[\#eee\]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.focus\:text-\[\#3b71ca\]:focus{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:\!opacity-90:focus{
  opacity: 0.9 !important;
}

.focus\:\!shadow-\[inset_0_0_0_1px_\#14a44d\]:focus{
  --tw-shadow: inset 0 0 0 1px #14a44d !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:\!shadow-\[inset_0_0_0_1px_\#dc4c64\]:focus{
  --tw-shadow: inset 0 0 0 1px #dc4c64 !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-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-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #ffffff;
}

.focus\:transition-\[border-color_0\.2s\]:focus{
  transition-property: border-color 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:placeholder\:opacity-100:focus::-moz-placeholder{
  opacity: 1;
}

.focus\:placeholder\:opacity-100:focus::placeholder{
  opacity: 1;
}

.focus\:before\:scale-100:focus::before{
  content: var(--tw-content);
  --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));
}

.focus\:before\:opacity-\[0\.12\]:focus::before{
  content: var(--tw-content);
  opacity: 0.12;
}

.focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:after\:absolute:focus::after{
  content: var(--tw-content);
  position: absolute;
}

.focus\:after\:z-\[1\]:focus::after{
  content: var(--tw-content);
  z-index: 1;
}

.focus\:after\:block:focus::after{
  content: var(--tw-content);
  display: block;
}

.focus\:after\:h-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  height: 0.875rem;
}

.focus\:after\:w-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  width: 0.875rem;
}

.focus\:after\:rounded-\[0\.125rem\]:focus::after{
  content: var(--tw-content);
  border-radius: 0.125rem;
}

.focus\:after\:content-\[\'\'\]:focus::after{
  --tw-content: '';
  content: var(--tw-content);
}

.checked\:focus\:before\:scale-100:focus:checked::before{
  content: var(--tw-content);
  --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));
}

.checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.checked\:focus\:after\:-mt-px:focus:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}

.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}

.checked\:focus\:after\:w-\[0\.375rem\]:focus:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}

.checked\:focus\:after\:rotate-45:focus:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.checked\:focus\:after\:rounded-none:focus:checked::after{
  content: var(--tw-content);
  border-radius: 0px;
}

.checked\:focus\:after\:border-\[0\.125rem\]:focus:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}

.checked\:focus\:after\:border-l-0:focus:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}

.checked\:focus\:after\:border-t-0:focus:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}

.checked\:focus\:after\:border-solid:focus:checked::after{
  content: var(--tw-content);
  border-style: solid;
}

.checked\:focus\:after\:border-white:focus:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.checked\:focus\:after\:bg-transparent:focus:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}

.focus\:hover\:text-center:hover:focus{
  text-align: center;
}

.hover\:focus\:text-center:focus:hover{
  text-align: center;
}

.active\:bg-\[\#cacfd1\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(202 207 209 / var(--tw-bg-opacity));
}

.active\:text-neutral-800:active{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.active\:no-underline:active{
  text-decoration-line: none;
}

.active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:active{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}

.active\:shadow-lg:active{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

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

.disabled\:text-neutral-400:disabled{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.disabled\:text-slate-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

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

.group\/x:hover .group-hover\/x\:h-\[11px\]{
  height: 11px;
}

.group\/y:hover .group-hover\/y\:w-\[11px\]{
  width: 11px;
}

.group:hover .group-hover\:translate-y-\[-10\%\]{
  --tw-translate-y: -10%;
  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));
}

.group:hover .group-hover\:translate-y-\[-5\%\]{
  --tw-translate-y: -5%;
  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));
}

.group\/x:hover .group-hover\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/y:hover .group-hover\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-blue{
  fill: #7bafde;
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.group\/ps:hover .group-hover\/ps\:opacity-100{
  opacity: 1;
}

.group\/ps:hover .group-hover\/ps\:opacity-60{
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.group\/x:focus .group-focus\/x\:h-\[0\.6875rem\]{
  height: 0.6875rem;
}

.group\/x:focus .group-focus\/x\:h-\[11px\]{
  height: 11px;
}

.group\/y:focus .group-focus\/y\:w-\[0\.6875rem\]{
  width: 0.6875rem;
}

.group\/y:focus .group-focus\/y\:w-\[11px\]{
  width: 11px;
}

.group\/x:focus .group-focus\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/y:focus .group-focus\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/ps:focus .group-focus\/ps\:opacity-100{
  opacity: 1;
}

.group\/ps:focus .group-focus\/ps\:opacity-60{
  opacity: 0.6;
}

.group\/ps:active .group-active\/ps\:opacity-100{
  opacity: 1;
}

.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block{
  display: block;
}

.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block{
  display: block;
}

.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\]{
  height: 11px;
}

.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\]{
  width: 11px;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border{
  border-width: 1px;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid{
  border-style: solid;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent{
  background-color: transparent;
}

.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent{
  background-color: transparent;
}

.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
}

.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60{
  opacity: 0.6;
}

.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60{
  opacity: 0.6;
}

.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  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));
}

.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  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));
}

.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  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));
}

.peer:focus ~ .peer-focus\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}

.peer:focus ~ .peer-focus\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.peer:focus ~ .peer-focus\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.peer:focus ~ .peer-focus\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled]{
  pointer-events: none;
}

.data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade]{
  z-index: 0;
}

.data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade]{
  z-index: 1;
}

.data-\[te-input-state-active\]\:block[data-te-input-state-active]{
  display: block;
}

.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden]{
  display: none;
}

.data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active]{
  --tw-translate-y: -0.75rem;
  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));
}

.data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active]{
  --tw-translate-y: -0.9rem;
  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));
}

.data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active]{
  --tw-translate-y: -1.15rem;
  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));
}

.data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}

.data-\[te-select-open\]\:scale-100[data-te-select-open]{
  --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));
}

.data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled]{
  cursor: default;
}

.data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled]{
  cursor: default;
}

.data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled]{
  cursor: default;
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected]{
  cursor: default;
}

.data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}

.data-\[te-input-multiple-active\]\:bg-black\/5[data-te-input-multiple-active]{
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active]{
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-select-option-selected\]\:bg-black\/\[0\.02\][data-te-select-option-selected]{
  background-color: rgb(0 0 0 / 0.02);
}

.data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active][data-te-select-option-selected]{
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected]{
  background-color: transparent;
}

.data-\[te-datepicker-cell-disabled\]\:text-neutral-300[data-te-datepicker-cell-disabled]{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled][data-te-select-selected]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade]{
  opacity: 0;
}

.data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade]{
  opacity: 1;
}

.data-\[te-select-open\]\:opacity-100[data-te-select-open]{
  opacity: 1;
}

.data-\[te-carousel-fade\]\:duration-\[600ms\][data-te-carousel-fade]{
  transition-duration: 600ms;
}

.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder{
  opacity: 1;
}

.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder{
  opacity: 1;
}

.data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled]{
  cursor: default;
}

.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
}

.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4{
  margin-bottom: 1rem;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0{
  border-left-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0{
  border-right-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t{
  border-top-width: 1px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0{
  border-left-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0{
  border-right-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t{
  border-top-width: 1px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid{
  border-style: solid;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid{
  border-style: solid;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent{
  border-top-color: transparent;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent{
  border-top-color: transparent;
}

.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7{
  padding-left: 2rem;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\]{
  --tw-shadow: -1px 0 0 #14a44d, 0 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\]{
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\]{
  --tw-shadow: -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\]{
  --tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#14a44d\]{
  --tw-shadow: 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#dc4c64\]{
  --tw-shadow: 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\]{
  --tw-shadow: 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\]{
  --tw-shadow: 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d, 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\]{
  --tw-shadow: 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\]{
  --tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block{
  display: block;
}

.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block{
  display: block;
}

.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  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));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  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));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  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));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}

.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

.hs-accordion.active.hs-accordion-active\:block{
  display: block;
}

.hs-accordion.active.hs-accordion-active\:hidden{
  display: none;
}

.hs-accordion.active.hs-accordion-active\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(103 146 185 / var(--tw-text-opacity));
}

.hs-accordion.active.group:hover .hs-accordion-active\:group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(103 146 185 / var(--tw-text-opacity));
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:block{
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:hidden{
  display: none;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(103 146 185 / var(--tw-text-opacity));
}

.hs-accordion.active > .hs-accordion-toggle .group:hover .hs-accordion-active\:group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(103 146 185 / var(--tw-text-opacity));
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:block{
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden{
  display: none;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(103 146 185 / var(--tw-text-opacity));
}

.hs-accordion.active > .hs-accordion-toggle.group:hover .hs-accordion-active\:group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(103 146 185 / var(--tw-text-opacity));
}

.open.hs-overlay-open\:mt-7{
  margin-top: 2rem;
}

.open.hs-overlay-open\:translate-x-0{
  --tw-translate-x: 0px;
  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));
}

.open.hs-overlay-open\:opacity-100{
  opacity: 1;
}

.open.hs-overlay-open\:duration-500{
  transition-duration: 500ms;
}

.open .hs-overlay-open\:mt-7{
  margin-top: 2rem;
}

.open .hs-overlay-open\:translate-x-0{
  --tw-translate-x: 0px;
  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));
}

.open .hs-overlay-open\:opacity-100{
  opacity: 1;
}

.open .hs-overlay-open\:duration-500{
  transition-duration: 500ms;
}

:is([dir="rtl"] .rtl\:\!left-auto){
  left: auto !important;
}

:is([dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\]){
  transform-origin: 50% 50% 0 !important;
}

:is([dir="rtl"] .rtl\:\[direction\:rtl\]){
  direction: rtl;
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:transform-none{
    transform: none;
  }

  .motion-reduce\:animate-\[spinner-grow_1\.5s_linear_infinite\]{
    animation: spinner-grow 1.5s linear infinite;
  }

  .motion-reduce\:animate-none{
    animation: none;
  }

  .motion-reduce\:transition-none{
    transition-property: none;
  }
}

:is(.dark .dark\:border-0){
  border-width: 0px;
}

:is(.dark .dark\:border-\[\#14a44d\]){
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-\[\#dc4c64\]){
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-700){
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-neutral-400){
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-neutral-500){
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-neutral-600){
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

:is(.dark .dark\:\!bg-neutral-600){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity)) !important;
}

:is(.dark .dark\:bg-gray-800){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-600){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-700){
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-800){
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-transparent){
  background-color: transparent;
}

:is(.dark .dark\:bg-zinc-500){
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-zinc-600\/50){
  background-color: rgb(82 82 91 / 0.5);
}

:is(.dark .dark\:bg-zinc-700){
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-zinc-800){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-opacity-80){
  --tw-bg-opacity: 0.8;
}

:is(.dark .dark\:fill-gray-400){
  fill: #9ca3af;
}

:is(.dark .dark\:text-gray-200){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-300){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-400){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-500){
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-neutral-100){
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-neutral-200){
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-neutral-300){
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-neutral-400){
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:shadow-\[0_4px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.5\)\]){
  --tw-shadow: 0 4px 9px -4px rgba(59,113,202,0.5);
  --tw-shadow-colored: 0 4px 9px -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);
}

:is(.dark .dark\:shadow-slate-700\/\[\.7\]){
  --tw-shadow-color: rgb(51 65 85 / .7);
  --tw-shadow: var(--tw-shadow-colored);
}

:is(.dark .dark\:placeholder\:text-gray-200)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.dark .dark\:placeholder\:text-gray-200)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.dark .dark\:checked\:border-primary:checked){
  --tw-border-opacity: 1;
  border-color: rgb(235 119 66 / var(--tw-border-opacity));
}

:is(.dark .dark\:checked\:bg-primary:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(235 119 66 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:\!bg-\[\#555\]:hover){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}

:is(.dark .dark\:hover\:bg-neutral-500:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-neutral-600:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-neutral-700:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-white\/10:hover){
  background-color: rgb(255 255 255 / 0.1);
}

:is(.dark .dark\:hover\:fill-gray-100:hover){
  fill: #f3f4f6;
}

:is(.dark .dark\:hover\:text-\[\#3b71ca\]:hover){
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-gray-400:hover){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:hover){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}

:is(.dark .dark\:focus\:\!bg-\[\#555\]:focus){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}

:is(.dark .dark\:focus\:bg-neutral-700:focus){
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

:is(.dark .dark\:focus\:bg-white\/10:focus){
  background-color: rgb(255 255 255 / 0.1);
}

:is(.dark .focus\:dark\:bg-neutral-600):focus{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

:is(.dark .dark\:focus\:text-\[\#3b71ca\]:focus){
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:focus){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}

:is(.dark .dark\:focus\:ring-gray-700:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-offset-gray-800:focus){
  --tw-ring-offset-color: #1f2937;
}

:is(.dark .dark\:focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:focus)::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(255,255,255,0.4);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:is(.dark .dark\:checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked)::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:is(.dark .dark\:active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:active){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}

:is(.dark .dark\:disabled\:text-neutral-600:disabled){
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

:is(.dark .dark\:disabled\:hover\:bg-transparent:hover:disabled){
  background-color: transparent;
}

:is(.dark .group[data-te-datepicker-cell-current] .dark\:group-\[\[data-te-datepicker-cell-current\]\]\:border-white){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

:is(.dark .group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .dark\:group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-white\/10){
  background-color: rgb(255 255 255 / 0.1);
}

:is(.dark .group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .dark\:group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-white\/10){
  background-color: rgb(255 255 255 / 0.1);
}

:is(.dark .group[data-te-datepicker-cell-disabled] .dark\:group-\[\[data-te-datepicker-cell-disabled\]\]\:text-neutral-500){
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

:is(.dark .peer:focus ~ .dark\:peer-focus\:text-gray-200){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.dark .peer:focus ~ .dark\:peer-focus\:text-primary){
  --tw-text-opacity: 1;
  color: rgb(235 119 66 / var(--tw-text-opacity));
}

:is(.dark .dark\:data-\[te-buttons-timepicker\]\:bg-zinc-700[data-te-buttons-timepicker]){
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

:is(.dark .dark\:data-\[te-input-disabled\]\:bg-zinc-600[data-te-input-disabled]){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

:is(.dark .dark\:data-\[te-input-multiple-active\]\:bg-white\/30[data-te-input-multiple-active]){
  background-color: rgb(255 255 255 / 0.3);
}

:is(.dark .dark\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active]){
  background-color: rgb(255 255 255 / 0.3);
}

:is(.dark .dark\:data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active][data-te-select-option-selected]){
  background-color: rgb(255 255 255 / 0.3);
}

:is(.dark .dark\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:underline{
    text-decoration-line: underline;
  }
}

@media (min-width: 768px){
  .md\:order-none{
    order: 0;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:\!mt-8{
    margin-top: 3rem !important;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-7{
    margin-bottom: 2rem;
  }

  .md\:mb-8{
    margin-bottom: 3rem;
  }

  .md\:mb-9{
    margin-bottom: 4rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-10{
    margin-top: 4.5rem;
  }

  .md\:mt-7{
    margin-top: 2rem;
  }

  .md\:mt-8{
    margin-top: 3rem;
  }

  .md\:mt-9{
    margin-top: 4rem;
  }

  .md\:grid{
    display: grid;
  }

  .md\:aspect-\[86\/52\]{
    aspect-ratio: 86/52;
  }

  .md\:min-h-\[35\.125rem\]{
    min-height: 35.125rem;
  }

  .md\:\!w-1\/2{
    width: 50% !important;
  }

  .md\:\!w-1\/4{
    width: 25% !important;
  }

  .md\:\!w-10\/12{
    width: 83.333333% !important;
  }

  .md\:\!w-4\/12{
    width: 33.333333% !important;
  }

  .md\:\!w-8\/12{
    width: 66.666667% !important;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-\[60\%\]{
    max-width: 60%;
  }

  .md\:max-w-sm{
    max-width: 24.75rem;
  }

  .md\:\!translate-y-\[\.25em\]{
    --tw-translate-y: .25em !important;
    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)) !important;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-flow-dense{
    grid-auto-flow: dense;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

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

  .md\:\!grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

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

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

  .md\:\!grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-none{
    grid-template-columns: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .md\:\!grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-none{
    grid-template-rows: none !important;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

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

  .md\:\!gap-0{
    gap: 0px !important;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-7{
    gap: 2rem;
  }

  .md\:gap-8{
    gap: 3rem;
  }

  .md\:gap-9{
    gap: 4rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:\!px-7{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-7{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-8{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-9{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pb-10{
    padding-bottom: 4.5rem;
  }

  .md\:pb-11{
    padding-bottom: 6rem;
  }

  .md\:pb-7{
    padding-bottom: 2rem;
  }

  .md\:pb-8{
    padding-bottom: 3rem;
  }

  .md\:pb-9{
    padding-bottom: 4rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pr-\[17px\]{
    padding-right: 17px;
  }

  .md\:pt-10{
    padding-top: 4.5rem;
  }

  .md\:pt-11{
    padding-top: 6rem;
  }

  .md\:pt-12{
    padding-top: 8rem;
  }

  .md\:pt-13{
    padding-top: 10.25rem;
  }

  .md\:pt-7{
    padding-top: 2rem;
  }

  .md\:pt-8{
    padding-top: 3rem;
  }

  .md\:pt-9{
    padding-top: 4rem;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:bottom-\[-4rem\]{
    bottom: -4rem;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:left-\[16\.67\%\]{
    left: 16.67%;
  }

  .lg\:left-\[4rem\]{
    left: 4rem;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:right-0{
    right: 0px;
  }

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

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-end-2{
    grid-row-end: 2;
  }

  .lg\:row-end-3{
    grid-row-end: 3;
  }

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

  .lg\:\!mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:\!mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:\!mt-10{
    margin-top: 4.5rem !important;
  }

  .lg\:\!mt-7{
    margin-top: 2rem !important;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-10{
    margin-bottom: 4.5rem;
  }

  .lg\:mb-11{
    margin-bottom: 6rem;
  }

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

  .lg\:mb-8{
    margin-bottom: 3rem;
  }

  .lg\:mb-9{
    margin-bottom: 4rem;
  }

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

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mr-\[-2rem\]{
    margin-right: -2rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-10{
    margin-top: 4.5rem;
  }

  .lg\:mt-11{
    margin-top: 6rem;
  }

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

  .lg\:mt-7{
    margin-top: 2rem;
  }

  .lg\:mt-8{
    margin-top: 3rem;
  }

  .lg\:mt-9{
    margin-top: 4rem;
  }

  .lg\:mt-\[9\.5rem\]{
    margin-top: 9.5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:\!flex{
    display: flex !important;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:\!grid{
    display: grid !important;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[86\/35\]{
    aspect-ratio: 86/35;
  }

  .lg\:aspect-auto{
    aspect-ratio: auto;
  }

  .lg\:\!h-\[26\.5rem\]{
    height: 26.5rem !important;
  }

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

  .lg\:h-\[calc\(100vh-10\.5rem\)\]{
    height: calc(100vh - 10.5rem);
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:min-h-\[20rem\]{
    min-height: 20rem;
  }

  .lg\:\!w-1\/12{
    width: 8.333333% !important;
  }

  .lg\:\!w-1\/2{
    width: 50% !important;
  }

  .lg\:\!w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:\!w-1\/4{
    width: 25% !important;
  }

  .lg\:\!w-1\/5{
    width: 20% !important;
  }

  .lg\:\!w-11\/12{
    width: 91.666667% !important;
  }

  .lg\:\!w-2\/12{
    width: 16.666667% !important;
  }

  .lg\:\!w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:\!w-3\/12{
    width: 25% !important;
  }

  .lg\:\!w-3\/4{
    width: 75% !important;
  }

  .lg\:\!w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:\!w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:\!w-6\/12{
    width: 50% !important;
  }

  .lg\:\!w-7\/12{
    width: 58.333333% !important;
  }

  .lg\:\!w-8\/12{
    width: 66.666667% !important;
  }

  .lg\:\!w-\[12\.25rem\]{
    width: 12.25rem !important;
  }

  .lg\:\!w-\[18\.75rem\]{
    width: 18.75rem !important;
  }

  .lg\:\!w-\[22\.5rem\]{
    width: 22.5rem !important;
  }

  .lg\:\!w-auto{
    width: auto !important;
  }

  .lg\:\!w-full{
    width: 100% !important;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7{
    width: 2rem;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-\[10\.5rem\]{
    width: 10.5rem;
  }

  .lg\:w-\[19\.75rem\]{
    width: 19.75rem;
  }

  .lg\:w-\[27\.5rem\]{
    width: 27.5rem;
  }

  .lg\:w-\[28\.75rem\]{
    width: 28.75rem;
  }

  .lg\:w-\[33\%\]{
    width: 33%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:grow{
    flex-grow: 1;
  }

  .lg\:\!translate-y-\[3rem\]{
    --tw-translate-y: 3rem !important;
    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)) !important;
  }

  .lg\:-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));
  }

  .lg\:translate-x-\[50\%\]{
    --tw-translate-x: 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));
  }

  .lg\:translate-x-\[6\%\]{
    --tw-translate-x: 6%;
    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));
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:grid-flow-dense{
    grid-auto-flow: dense;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

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

  .lg\:\!grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

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

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

  .lg\:\!grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-none{
    grid-template-columns: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  .lg\:\!grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-none{
    grid-template-rows: none !important;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:\!flex-nowrap{
    flex-wrap: nowrap !important;
  }

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

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

  .lg\:\!gap-9{
    gap: 4rem !important;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-10{
    gap: 4.5rem;
  }

  .lg\:gap-11{
    gap: 6rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-7{
    gap: 2rem;
  }

  .lg\:gap-9{
    gap: 4rem;
  }

  .lg\:gap-y-7{
    row-gap: 2rem;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:rounded{
    border-radius: 1rem;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-7{
    padding: 2rem;
  }

  .lg\:\!px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:\!px-8{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:\!px-9{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:\!py-10{
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-8{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-9{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-\[3\.75rem\]{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-10{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:py-11{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-12{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-8{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-9{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-10{
    padding-bottom: 4.5rem;
  }

  .lg\:pb-11{
    padding-bottom: 6rem;
  }

  .lg\:pb-12{
    padding-bottom: 8rem;
  }

  .lg\:pb-13{
    padding-bottom: 10.25rem;
  }

  .lg\:pb-8{
    padding-bottom: 3rem;
  }

  .lg\:pb-9{
    padding-bottom: 4rem;
  }

  .lg\:pe-8{
    -webkit-padding-end: 3rem;
            padding-inline-end: 3rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pr-8{
    padding-right: 3rem;
  }

  .lg\:pr-9{
    padding-right: 4rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-10{
    padding-top: 4.5rem;
  }

  .lg\:pt-11{
    padding-top: 6rem;
  }

  .lg\:pt-12{
    padding-top: 8rem;
  }

  .lg\:pt-13{
    padding-top: 10.25rem;
  }

  .lg\:pt-14{
    padding-top: 13rem;
  }

  .lg\:pt-15{
    padding-top: 17.5rem;
  }

  .lg\:pt-9{
    padding-top: 4rem;
  }

  .lg\:pt-\[7\.75rem\]{
    padding-top: 7.75rem;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-end{
    text-align: end;
  }

  .lg\:\!text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0 !important;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[7\.5rem\]{
    font-size: 7.5rem;
  }

  .lg\:leading-\[6\.75rem\]{
    line-height: 6.75rem;
  }

  :is(.dark .dark\:lg\:hover\:\[paint-order\:markers\]:hover){
    paint-order: markers;
  }
}

@media (min-width: 1280px){
  .xl\:\!w-1\/4{
    width: 25% !important;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

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

@media (min-width: 320px){
  @media (max-width: 825px){
    @media (orientation: landscape){
      .min-\[320px\]\:max-\[825px\]\:landscape\:h-auto{
        height: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\]{
        min-height: 305px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\]{
        min-height: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\]{
        min-width: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row{
        flex-direction: row !important;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:flex-col{
        flex-direction: column;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around{
        justify-content: space-around !important;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto{
        overflow-y: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg{
        border-radius: 2rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg{
        border-bottom-left-radius: 2rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none{
        border-bottom-left-radius: 0px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none{
        border-top-right-radius: 0px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\]{
        padding: 10px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\]{
        padding-right: 10px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl{
        font-size: 3rem;
        line-height: 1;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\]{
        font-size: 3rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:font-normal{
        font-weight: 400;
      }
    }
  }
}

.\[\&\.ps--clicking\]\:\!bg-\[\#eee\].ps--clicking{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}

.\[\&\.ps--clicking\]\:bg-\[\#eee\].ps--clicking{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking{
  opacity: 0.9 !important;
}

:is(.dark .dark\:\[\&\.ps--clicking\]\:\!bg-\[\#555\].ps--clicking){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}

.\[\&\.unhidden\]\:\!translate-y-\[\.45em\].unhidden{
  --tw-translate-y: .45em !important;
  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)) !important;
}

@media (min-width: 768px){
  .\[\&\.unhidden\]\:md\:\!translate-y-\[\.4em\].unhidden{
    --tw-translate-y: .4em !important;
    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)) !important;
  }
}

@media (min-width: 1024px){
  .\[\&\.unhidden\]\:lg\:\!translate-y-\[\.15em\].unhidden{
    --tw-translate-y: .15em !important;
    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)) !important;
  }
}

.\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button{
  display: block;
}

.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button{
  height: 0px;
}

.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button{
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb{
  height: 50px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb{
  border-radius: 1rem;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece{
  border-radius: 0px;
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece{
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar{
  height: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar{
  width: 0.25rem;
}

.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder{
  opacity: 0;
}

.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder{
  opacity: 0;
}

.hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-black\/5:not([data-te-select-option-disabled]):hover{
  background-color: rgb(0 0 0 / 0.05);
}

:is(.dark .dark\:hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-white\/30:not([data-te-select-option-disabled]):hover){
  background-color: rgb(255 255 255 / 0.3);
}

.\[\&\:nth-child\(odd\)\]\:bg-neutral-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

:is(.dark .\[\&\:nth-child\(odd\)\]\:dark\:bg-neutral-700):nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .\[\&\>\*\:nth-child\(even\)\]\:lg\:mt-8>*:nth-child(even){
    margin-top: 3rem;
  }

  .\[\&\>\*\]\:lg\:w-1\/4>*{
    width: 25%;
  }
}

.\[\&\>div\:nth-of-type\(even\)\]\:flex-row-reverse>div:nth-of-type(even){
  flex-direction: row-reverse;
}

.hover\:\[\&\>div\>img\]\:scale-110>div>img:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:\[\&\>svg\>rect\]\:\!fill-blue>svg>rect:hover{
  fill: #7bafde !important;
}

.\[\&\>svg\]\:pointer-events-none>svg{
  pointer-events: none;
}

.\[\&\>svg\]\:mx-auto>svg{
  margin-left: auto;
  margin-right: auto;
}

.\[\&\>svg\]\:h-4>svg{
  height: 1rem;
}

.\[\&\>svg\]\:h-5>svg{
  height: 1.25rem;
}

.\[\&\>svg\]\:h-6>svg{
  height: 1.5rem;
}

.\[\&\>svg\]\:w-4>svg{
  width: 1rem;
}

.\[\&\>svg\]\:w-5>svg{
  width: 1.25rem;
}

.\[\&\>svg\]\:w-6>svg{
  width: 1.5rem;
}

.\[\&\>svg\]\:rotate-180>svg{
  --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));
}

.\[\&\>svg\]\:fill-neutral-500>svg{
  fill: #737373;
}

:is(.dark .dark\:\[\&\>svg\]\:fill-white>svg){
  fill: #ffffff;
}

.\[\&\[data-te-dropdown-show\]\]\:block[data-te-dropdown-show]{
  display: block;
}
