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

@font-face {
  font-family: 'Calibre';

  src: url('../theme/fonts/Calibre_Regular.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Calibre';

  src: url('../theme/fonts/Calibre_Regular_Italic.woff2') format('woff2');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'Calibre';

  src: url('../theme/fonts/Calibre_Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Calibre';

  src: url('../theme/fonts/Calibre_Medium_Italic.woff2') format('woff2');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'Calibre';

  src: url('../theme/fonts/Calibre_Semibold.woff2') format('woff2');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Calibre';

  src: url('../theme/fonts/Calibre_Semibold_Italic.woff2') format('woff2');

  font-weight: 600;

  font-style: italic;
}

/**
 * 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: #eaecee;
  /* 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: Calibre, Helvetica, sans-serif;
  /* 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: #dcdfe2;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #dcdfe2;
  /* 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: #f8f8f9;
  --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: #eff0f1;
  --color-gray-100: #f8f8f9;
  --color-gray-200: #eaecee;
  --color-gray-300: #e3e6e8;
  --color-gray-400: #dcdfe2;
  --color-gray-500: #d5d9dc;
  --color-gray-600: #b9c0c5;
  --color-gray-700: #96a1a8;
  --color-gray-800: #72818b;
  --color-gray-900: #4f626e;
  --color-gray-950: #030712;
  --color-gray-1000: #2c4251;
  --color-gray: #d5d9dc;
  --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: #f7dbd6;
  --color-red-100: #f1c2bb;
  --color-red-200: #eba499;
  --color-red-300: #e48677;
  --color-red-400: #dd6755;
  --color-red-500: #d64933;
  --color-red-600: #b23d2b;
  --color-red-700: #8f3122;
  --color-red-800: #6b251a;
  --color-red-900: #471811;
  --color-red-1000: #2b0f0a;
  --color-red: #d64933;
  --color-orange-50: #ffe5dc;
  --color-orange-100: #ffd4c5;
  --color-orange-200: #ffbfa8;
  --color-orange-300: #ffaa8a;
  --color-orange-400: #ff946d;
  --color-orange-500: #ff7f50;
  --color-orange-600: #d56a43;
  --color-orange-700: #aa5535;
  --color-orange-800: #804028;
  --color-orange-900: #552a1b;
  --color-orange-1000: #331910;
  --color-orange: #ff7f50;
  --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: #fffadb;
  --color-yellow-100: #fef7c3;
  --color-yellow-200: #fef3a6;
  --color-yellow-300: #feef88;
  --color-yellow-400: #fdeb6a;
  --color-yellow-500: #fde74c;
  --color-yellow-600: #d3c13f;
  --color-yellow-700: #a99a33;
  --color-yellow-800: #7f7426;
  --color-yellow-900: #544d19;
  --color-yellow-1000: #332e0f;
  --color-yellow: #fde74c;
  --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: #e9f9ef;
  --color-green-100: #daf5e4;
  --color-green-200: #c8f0d7;
  --color-green-300: #b6ebca;
  --color-green-400: #a3e6bc;
  --color-green-500: #91e1af;
  --color-green-600: #79bc92;
  --color-green-700: #619675;
  --color-green-800: #497158;
  --color-green-900: #304b3a;
  --color-green-1000: #1d2d23;
  --color-green: #91e1af;
  --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: #dbf8f3;
  --color-teal-100: #c3f3eb;
  --color-teal-200: #a5eee1;
  --color-teal-300: #87e8d7;
  --color-teal-400: #69e2cd;
  --color-teal-500: #4bdcc3;
  --color-teal-600: #3fb7a3;
  --color-teal-700: #329382;
  --color-teal-800: #266e62;
  --color-teal-900: #194941;
  --color-teal-950: #042f2e;
  --color-teal-1000: #0f2c27;
  --color-teal: #4bdcc3;
  --color-cyan-50: #ccedf9;
  --color-cyan-100: #aae2f5;
  --color-cyan-200: #80d3f0;
  --color-cyan-300: #55c4eb;
  --color-cyan-400: #2ab6e6;
  --color-cyan-500: #00a7e1;
  --color-cyan-600: #008bbc;
  --color-cyan-700: #006f96;
  --color-cyan-800: #005471;
  --color-cyan-900: #00384b;
  --color-cyan-1000: #00212d;
  --color-cyan: #00a7e1;
  --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-50: #ccebed;
  --color-blue-100: #aadee1;
  --color-blue-200: #80cdd2;
  --color-blue-300: #55bcc3;
  --color-blue-400: #2aacb4;
  --color-blue-500: #009ba5;
  --color-blue-600: #00818a;
  --color-blue-700: #00676e;
  --color-blue-800: #004e53;
  --color-blue-900: #003437;
  --color-blue-1000: #001f21;
  --color-blue: #009ba5;
  --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: #e5def4;
  --color-purple-100: #d4c8ed;
  --color-purple-200: #beade4;
  --color-purple-300: #a891da;
  --color-purple-400: #9376d1;
  --color-purple-500: #7d5ac8;
  --color-purple-600: #684ba7;
  --color-purple-700: #533c85;
  --color-purple-800: #3f2d64;
  --color-purple-900: #2a1e43;
  --color-purple-1000: #191228;
  --color-purple: #7d5ac8;
  --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-light: #eff0f1;
  --color-dark: #2c4251;
  --color-primary: #4bdcc3;
  --color-secondary: #0f4bb9;
  --color-forest: #00444F;
  --color-navy-50: #cfdbf1;
  --color-navy-100: #afc3e8;
  --color-navy-200: #87a5dc;
  --color-navy-300: #5f87d0;
  --color-navy-400: #3769c5;
  --color-navy-500: #0f4bb9;
  --color-navy-600: #0d3f9a;
  --color-navy-700: #0a327b;
  --color-navy-800: #08265d;
  --color-navy-900: #05193e;
  --color-navy-1000: #030f25;
  --color-navy: #0f4bb9;
}

*, ::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(0 155 165 / 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(0 155 165 / 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(248 248 249 / var(--tw-bg-opacity));
  font-family: Calibre, Helvetica, sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(44 66 81 / var(--tw-text-opacity)) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(135 232 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(44 66 81 / var(--tw-text-opacity)) !important;
}

::selection, ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(135 232 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(44 66 81 / var(--tw-text-opacity)) !important;
}

/*-----------------------------------
-------------------------------------
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, h5, h6 {
  font-weight: 600;
}

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

h1, h2 {
  -webkit-hyphens: manual;
          hyphens: manual;
}

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

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

:where(h1, h2, h3, h4, h5, h6) a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 232 215 / var(--tw-bg-opacity));
}

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

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

.display {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -0.02em;
  font-weight: 500;
}

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

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

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

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

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

h1:not(.large, .display), .h1:not(.large, .display) {
  font-size: 2.8125rem;
  line-height: 3rem;
  letter-spacing: -0.01em;
}

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

@media (min-width: 1024px){
  h1:not(.large, .display), .h1:not(.large, .display) {
    font-size: 4.3125rem !important;
    line-height: 4.5rem !important;
  }
}

h2, .h2 {
  margin-bottom: 2rem;
  font-size: 2.3125rem;
  line-height: 2.75rem;
  letter-spacing: -0.005em;
}

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

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

h3, .h3, .has-x-large-font-size {
  font-size: 1.9375rem;
  line-height: 2.25rem;
  letter-spacing: 0;
}

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

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

h4, .h4, .has-large-font-size {
  font-size: 1.625rem;
  line-height: 2rem;
  letter-spacing: 0;
}

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

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

h5, .h5, .has-medium-font-size {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

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

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

h6, .h6 {
  margin-bottom: 0px !important;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / 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-small-font-size {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

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

@media (min-width: 1024px){
  .has-small-font-size {
    font-size: 0.875rem !important;
    line-height: 1rem !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.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: 2rem !important;
  }

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

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

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

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

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

/* Override Tailwind font sizes on desktop */

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

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

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

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

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

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

  .text-2xl {
    font-size: 3.3125rem !important;
    line-height: 3.5rem !important;
  }

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

  .text-4xl {
    font-size: 5.6875rem !important;
    line-height: 5.75rem !important;
  }

  .text-5xl {
    font-size: 7.4375rem !important;
    line-height: 7.25rem !important;
  }
}

strong {
  font-weight: 600;
}

#main ul {
  padding-inline-start: 1rem;
  list-style: square;
}

#main ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / var(--tw-text-opacity)) !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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

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

.prose :where([class~="lead"]):not(:where([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"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

.prose :where(ol):not(:where([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"] *)) {
  list-style-type: upper-alpha;
}

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

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

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

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

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

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

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

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

.prose :where(ul):not(:where([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"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

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

.prose :where(hr):not(:where([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"] *)) {
  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"] *))::before {
  content: open-quote;
}

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

.prose :where(h1):not(:where([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"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([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"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(pre):not(:where([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"] *)) {
  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"] *))::before {
  content: none;
}

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

.prose :where(table):not(:where([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"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([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"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

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

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

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

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

.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-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-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(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(tbody td, tfoot td):not(:where([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"] *)) {
  padding-left: 0;
}

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

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

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

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

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

/**
 * 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: 2.8125rem;
  line-height: 3rem;
  letter-spacing: -0.01em;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .page-title,
.entry-title {
    font-size: 3.4375rem !important;
    line-height: 3.75rem !important;
  }
}

@media (min-width: 1024px){
  .page-title,
.entry-title {
    font-size: 4.3125rem !important;
    line-height: 4.5rem !important;
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

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

.left-0 {
  left: 0px;
}

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

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

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

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

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

.top-0 {
  top: 0px;
}

.top-\[-7\.5rem\] {
  top: -7.5rem;
}

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

.top-\[23\.125rem\] {
  top: 23.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-start-\[14\] {
  grid-row-start: 14;
}

.row-start-\[15\] {
  grid-row-start: 15;
}

.row-start-\[1\] {
  grid-row-start: 1;
}

.row-start-\[29\] {
  grid-row-start: 29;
}

.row-end-\[13\] {
  grid-row-end: 13;
}

.row-end-\[15\] {
  grid-row-end: 15;
}

.row-end-\[25\] {
  grid-row-end: 25;
}

.row-end-\[27\] {
  grid-row-end: 27;
}

.row-end-\[29\] {
  grid-row-end: 29;
}

.row-end-\[36\] {
  grid-row-end: 36;
}

.m-3 {
  margin: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[-80\%\] {
  margin-left: -80%;
}

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

.mt-10 {
  margin-top: 4.5rem;
}

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

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

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

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

.mt-\[-10rem\] {
  margin-top: -10rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

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

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

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

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

.aspect-\[41\/48\] {
  aspect-ratio: 41/48;
}

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

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

.aspect-\[80\/58\] {
  aspect-ratio: 80/58;
}

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

.aspect-\[89\/58\] {
  aspect-ratio: 89/58;
}

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

.\!h-\[2\.75rem\] {
  height: 2.75rem !important;
}

.\!h-\[calc\(100\%-5rem\)\] {
  height: calc(100% - 5rem) !important;
}

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

.h-3 {
  height: 0.75rem;
}

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

.h-8 {
  height: 3rem;
}

.h-\[1\.75rem\] {
  height: 1.75rem;
}

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

.h-\[26\.25rem\] {
  height: 26.25rem;
}

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

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

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

.h-\[9\.5rem\] {
  height: 9.5rem;
}

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

.h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-6 {
  max-height: 1.5rem;
}

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

.min-h-\[31\.25rem\] {
  min-height: 31.25rem;
}

.min-h-\[33\.25rem\] {
  min-height: 33.25rem;
}

.min-h-\[calc\(100vh-8rem\)\] {
  min-height: calc(100vh - 8rem);
}

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

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

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

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

.\!w-3\/12 {
  width: 25% !important;
}

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

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

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

.\!w-9\/12 {
  width: 75% !important;
}

.\!w-\[12rem\] {
  width: 12rem !important;
}

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

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

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

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

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

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

.w-3 {
  width: 0.75rem;
}

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

.w-8 {
  width: 3rem;
}

.w-\[1\.75rem\] {
  width: 1.75rem;
}

.w-\[13\.5rem\] {
  width: 13.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[87\.5\%\] {
  width: 87.5%;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.\!max-w-none {
  max-width: none !important;
}

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

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

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

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

.max-w-\[4\.5rem\] {
  max-width: 4.5rem;
}

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

.max-w-\[5\.75rem\] {
  max-width: 5.75rem;
}

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

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

.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-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

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

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

.translate-x-\[-66\.6667\%\] {
  --tw-translate-x: -66.6667%;
  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-\[-25\%\] {
  --tw-translate-y: -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));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.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-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-\[repeat\(26\2c auto\)\] {
  grid-template-rows: repeat(26,auto);
}

.grid-rows-\[repeat\(35\2c 1\.25rem\)\] {
  grid-template-rows: repeat(35,1.25rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.gap-y-7 {
  row-gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

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

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

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

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

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

.rounded {
  border-radius: 0.5rem;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

.border {
  border-width: 1px;
}

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

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

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

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

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

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

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

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

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

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

.\!border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(170 222 225 / var(--tw-border-opacity)) !important;
}

.\!border-blue-100\/0 {
  border-color: rgb(170 222 225 / 0) !important;
}

.\!border-blue-100\/10 {
  border-color: rgb(170 222 225 / 0.1) !important;
}

.\!border-blue-100\/100 {
  border-color: rgb(170 222 225 / 1) !important;
}

.\!border-blue-100\/20 {
  border-color: rgb(170 222 225 / 0.2) !important;
}

.\!border-blue-100\/25 {
  border-color: rgb(170 222 225 / 0.25) !important;
}

.\!border-blue-100\/30 {
  border-color: rgb(170 222 225 / 0.3) !important;
}

.\!border-blue-100\/40 {
  border-color: rgb(170 222 225 / 0.4) !important;
}

.\!border-blue-100\/5 {
  border-color: rgb(170 222 225 / 0.05) !important;
}

.\!border-blue-100\/50 {
  border-color: rgb(170 222 225 / 0.5) !important;
}

.\!border-blue-100\/60 {
  border-color: rgb(170 222 225 / 0.6) !important;
}

.\!border-blue-100\/70 {
  border-color: rgb(170 222 225 / 0.7) !important;
}

.\!border-blue-100\/75 {
  border-color: rgb(170 222 225 / 0.75) !important;
}

.\!border-blue-100\/80 {
  border-color: rgb(170 222 225 / 0.8) !important;
}

.\!border-blue-100\/90 {
  border-color: rgb(170 222 225 / 0.9) !important;
}

.\!border-blue-100\/95 {
  border-color: rgb(170 222 225 / 0.95) !important;
}

.\!border-blue-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 31 33 / var(--tw-border-opacity)) !important;
}

.\!border-blue-1000\/0 {
  border-color: rgb(0 31 33 / 0) !important;
}

.\!border-blue-1000\/10 {
  border-color: rgb(0 31 33 / 0.1) !important;
}

.\!border-blue-1000\/100 {
  border-color: rgb(0 31 33 / 1) !important;
}

.\!border-blue-1000\/20 {
  border-color: rgb(0 31 33 / 0.2) !important;
}

.\!border-blue-1000\/25 {
  border-color: rgb(0 31 33 / 0.25) !important;
}

.\!border-blue-1000\/30 {
  border-color: rgb(0 31 33 / 0.3) !important;
}

.\!border-blue-1000\/40 {
  border-color: rgb(0 31 33 / 0.4) !important;
}

.\!border-blue-1000\/5 {
  border-color: rgb(0 31 33 / 0.05) !important;
}

.\!border-blue-1000\/50 {
  border-color: rgb(0 31 33 / 0.5) !important;
}

.\!border-blue-1000\/60 {
  border-color: rgb(0 31 33 / 0.6) !important;
}

.\!border-blue-1000\/70 {
  border-color: rgb(0 31 33 / 0.7) !important;
}

.\!border-blue-1000\/75 {
  border-color: rgb(0 31 33 / 0.75) !important;
}

.\!border-blue-1000\/80 {
  border-color: rgb(0 31 33 / 0.8) !important;
}

.\!border-blue-1000\/90 {
  border-color: rgb(0 31 33 / 0.9) !important;
}

.\!border-blue-1000\/95 {
  border-color: rgb(0 31 33 / 0.95) !important;
}

.\!border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 205 210 / var(--tw-border-opacity)) !important;
}

.\!border-blue-200\/0 {
  border-color: rgb(128 205 210 / 0) !important;
}

.\!border-blue-200\/10 {
  border-color: rgb(128 205 210 / 0.1) !important;
}

.\!border-blue-200\/100 {
  border-color: rgb(128 205 210 / 1) !important;
}

.\!border-blue-200\/20 {
  border-color: rgb(128 205 210 / 0.2) !important;
}

.\!border-blue-200\/25 {
  border-color: rgb(128 205 210 / 0.25) !important;
}

.\!border-blue-200\/30 {
  border-color: rgb(128 205 210 / 0.3) !important;
}

.\!border-blue-200\/40 {
  border-color: rgb(128 205 210 / 0.4) !important;
}

.\!border-blue-200\/5 {
  border-color: rgb(128 205 210 / 0.05) !important;
}

.\!border-blue-200\/50 {
  border-color: rgb(128 205 210 / 0.5) !important;
}

.\!border-blue-200\/60 {
  border-color: rgb(128 205 210 / 0.6) !important;
}

.\!border-blue-200\/70 {
  border-color: rgb(128 205 210 / 0.7) !important;
}

.\!border-blue-200\/75 {
  border-color: rgb(128 205 210 / 0.75) !important;
}

.\!border-blue-200\/80 {
  border-color: rgb(128 205 210 / 0.8) !important;
}

.\!border-blue-200\/90 {
  border-color: rgb(128 205 210 / 0.9) !important;
}

.\!border-blue-200\/95 {
  border-color: rgb(128 205 210 / 0.95) !important;
}

.\!border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(85 188 195 / var(--tw-border-opacity)) !important;
}

.\!border-blue-300\/0 {
  border-color: rgb(85 188 195 / 0) !important;
}

.\!border-blue-300\/10 {
  border-color: rgb(85 188 195 / 0.1) !important;
}

.\!border-blue-300\/100 {
  border-color: rgb(85 188 195 / 1) !important;
}

.\!border-blue-300\/20 {
  border-color: rgb(85 188 195 / 0.2) !important;
}

.\!border-blue-300\/25 {
  border-color: rgb(85 188 195 / 0.25) !important;
}

.\!border-blue-300\/30 {
  border-color: rgb(85 188 195 / 0.3) !important;
}

.\!border-blue-300\/40 {
  border-color: rgb(85 188 195 / 0.4) !important;
}

.\!border-blue-300\/5 {
  border-color: rgb(85 188 195 / 0.05) !important;
}

.\!border-blue-300\/50 {
  border-color: rgb(85 188 195 / 0.5) !important;
}

.\!border-blue-300\/60 {
  border-color: rgb(85 188 195 / 0.6) !important;
}

.\!border-blue-300\/70 {
  border-color: rgb(85 188 195 / 0.7) !important;
}

.\!border-blue-300\/75 {
  border-color: rgb(85 188 195 / 0.75) !important;
}

.\!border-blue-300\/80 {
  border-color: rgb(85 188 195 / 0.8) !important;
}

.\!border-blue-300\/90 {
  border-color: rgb(85 188 195 / 0.9) !important;
}

.\!border-blue-300\/95 {
  border-color: rgb(85 188 195 / 0.95) !important;
}

.\!border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 172 180 / var(--tw-border-opacity)) !important;
}

.\!border-blue-400\/0 {
  border-color: rgb(42 172 180 / 0) !important;
}

.\!border-blue-400\/10 {
  border-color: rgb(42 172 180 / 0.1) !important;
}

.\!border-blue-400\/100 {
  border-color: rgb(42 172 180 / 1) !important;
}

.\!border-blue-400\/20 {
  border-color: rgb(42 172 180 / 0.2) !important;
}

.\!border-blue-400\/25 {
  border-color: rgb(42 172 180 / 0.25) !important;
}

.\!border-blue-400\/30 {
  border-color: rgb(42 172 180 / 0.3) !important;
}

.\!border-blue-400\/40 {
  border-color: rgb(42 172 180 / 0.4) !important;
}

.\!border-blue-400\/5 {
  border-color: rgb(42 172 180 / 0.05) !important;
}

.\!border-blue-400\/50 {
  border-color: rgb(42 172 180 / 0.5) !important;
}

.\!border-blue-400\/60 {
  border-color: rgb(42 172 180 / 0.6) !important;
}

.\!border-blue-400\/70 {
  border-color: rgb(42 172 180 / 0.7) !important;
}

.\!border-blue-400\/75 {
  border-color: rgb(42 172 180 / 0.75) !important;
}

.\!border-blue-400\/80 {
  border-color: rgb(42 172 180 / 0.8) !important;
}

.\!border-blue-400\/90 {
  border-color: rgb(42 172 180 / 0.9) !important;
}

.\!border-blue-400\/95 {
  border-color: rgb(42 172 180 / 0.95) !important;
}

.\!border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 235 237 / var(--tw-border-opacity)) !important;
}

.\!border-blue-50\/0 {
  border-color: rgb(204 235 237 / 0) !important;
}

.\!border-blue-50\/10 {
  border-color: rgb(204 235 237 / 0.1) !important;
}

.\!border-blue-50\/100 {
  border-color: rgb(204 235 237 / 1) !important;
}

.\!border-blue-50\/20 {
  border-color: rgb(204 235 237 / 0.2) !important;
}

.\!border-blue-50\/25 {
  border-color: rgb(204 235 237 / 0.25) !important;
}

.\!border-blue-50\/30 {
  border-color: rgb(204 235 237 / 0.3) !important;
}

.\!border-blue-50\/40 {
  border-color: rgb(204 235 237 / 0.4) !important;
}

.\!border-blue-50\/5 {
  border-color: rgb(204 235 237 / 0.05) !important;
}

.\!border-blue-50\/50 {
  border-color: rgb(204 235 237 / 0.5) !important;
}

.\!border-blue-50\/60 {
  border-color: rgb(204 235 237 / 0.6) !important;
}

.\!border-blue-50\/70 {
  border-color: rgb(204 235 237 / 0.7) !important;
}

.\!border-blue-50\/75 {
  border-color: rgb(204 235 237 / 0.75) !important;
}

.\!border-blue-50\/80 {
  border-color: rgb(204 235 237 / 0.8) !important;
}

.\!border-blue-50\/90 {
  border-color: rgb(204 235 237 / 0.9) !important;
}

.\!border-blue-50\/95 {
  border-color: rgb(204 235 237 / 0.95) !important;
}

.\!border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 155 165 / var(--tw-border-opacity)) !important;
}

.\!border-blue-500\/0 {
  border-color: rgb(0 155 165 / 0) !important;
}

.\!border-blue-500\/10 {
  border-color: rgb(0 155 165 / 0.1) !important;
}

.\!border-blue-500\/100 {
  border-color: rgb(0 155 165 / 1) !important;
}

.\!border-blue-500\/20 {
  border-color: rgb(0 155 165 / 0.2) !important;
}

.\!border-blue-500\/25 {
  border-color: rgb(0 155 165 / 0.25) !important;
}

.\!border-blue-500\/30 {
  border-color: rgb(0 155 165 / 0.3) !important;
}

.\!border-blue-500\/40 {
  border-color: rgb(0 155 165 / 0.4) !important;
}

.\!border-blue-500\/5 {
  border-color: rgb(0 155 165 / 0.05) !important;
}

.\!border-blue-500\/50 {
  border-color: rgb(0 155 165 / 0.5) !important;
}

.\!border-blue-500\/60 {
  border-color: rgb(0 155 165 / 0.6) !important;
}

.\!border-blue-500\/70 {
  border-color: rgb(0 155 165 / 0.7) !important;
}

.\!border-blue-500\/75 {
  border-color: rgb(0 155 165 / 0.75) !important;
}

.\!border-blue-500\/80 {
  border-color: rgb(0 155 165 / 0.8) !important;
}

.\!border-blue-500\/90 {
  border-color: rgb(0 155 165 / 0.9) !important;
}

.\!border-blue-500\/95 {
  border-color: rgb(0 155 165 / 0.95) !important;
}

.\!border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 129 138 / var(--tw-border-opacity)) !important;
}

.\!border-blue-600\/0 {
  border-color: rgb(0 129 138 / 0) !important;
}

.\!border-blue-600\/10 {
  border-color: rgb(0 129 138 / 0.1) !important;
}

.\!border-blue-600\/100 {
  border-color: rgb(0 129 138 / 1) !important;
}

.\!border-blue-600\/20 {
  border-color: rgb(0 129 138 / 0.2) !important;
}

.\!border-blue-600\/25 {
  border-color: rgb(0 129 138 / 0.25) !important;
}

.\!border-blue-600\/30 {
  border-color: rgb(0 129 138 / 0.3) !important;
}

.\!border-blue-600\/40 {
  border-color: rgb(0 129 138 / 0.4) !important;
}

.\!border-blue-600\/5 {
  border-color: rgb(0 129 138 / 0.05) !important;
}

.\!border-blue-600\/50 {
  border-color: rgb(0 129 138 / 0.5) !important;
}

.\!border-blue-600\/60 {
  border-color: rgb(0 129 138 / 0.6) !important;
}

.\!border-blue-600\/70 {
  border-color: rgb(0 129 138 / 0.7) !important;
}

.\!border-blue-600\/75 {
  border-color: rgb(0 129 138 / 0.75) !important;
}

.\!border-blue-600\/80 {
  border-color: rgb(0 129 138 / 0.8) !important;
}

.\!border-blue-600\/90 {
  border-color: rgb(0 129 138 / 0.9) !important;
}

.\!border-blue-600\/95 {
  border-color: rgb(0 129 138 / 0.95) !important;
}

.\!border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 103 110 / var(--tw-border-opacity)) !important;
}

.\!border-blue-700\/0 {
  border-color: rgb(0 103 110 / 0) !important;
}

.\!border-blue-700\/10 {
  border-color: rgb(0 103 110 / 0.1) !important;
}

.\!border-blue-700\/100 {
  border-color: rgb(0 103 110 / 1) !important;
}

.\!border-blue-700\/20 {
  border-color: rgb(0 103 110 / 0.2) !important;
}

.\!border-blue-700\/25 {
  border-color: rgb(0 103 110 / 0.25) !important;
}

.\!border-blue-700\/30 {
  border-color: rgb(0 103 110 / 0.3) !important;
}

.\!border-blue-700\/40 {
  border-color: rgb(0 103 110 / 0.4) !important;
}

.\!border-blue-700\/5 {
  border-color: rgb(0 103 110 / 0.05) !important;
}

.\!border-blue-700\/50 {
  border-color: rgb(0 103 110 / 0.5) !important;
}

.\!border-blue-700\/60 {
  border-color: rgb(0 103 110 / 0.6) !important;
}

.\!border-blue-700\/70 {
  border-color: rgb(0 103 110 / 0.7) !important;
}

.\!border-blue-700\/75 {
  border-color: rgb(0 103 110 / 0.75) !important;
}

.\!border-blue-700\/80 {
  border-color: rgb(0 103 110 / 0.8) !important;
}

.\!border-blue-700\/90 {
  border-color: rgb(0 103 110 / 0.9) !important;
}

.\!border-blue-700\/95 {
  border-color: rgb(0 103 110 / 0.95) !important;
}

.\!border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 78 83 / var(--tw-border-opacity)) !important;
}

.\!border-blue-800\/0 {
  border-color: rgb(0 78 83 / 0) !important;
}

.\!border-blue-800\/10 {
  border-color: rgb(0 78 83 / 0.1) !important;
}

.\!border-blue-800\/100 {
  border-color: rgb(0 78 83 / 1) !important;
}

.\!border-blue-800\/20 {
  border-color: rgb(0 78 83 / 0.2) !important;
}

.\!border-blue-800\/25 {
  border-color: rgb(0 78 83 / 0.25) !important;
}

.\!border-blue-800\/30 {
  border-color: rgb(0 78 83 / 0.3) !important;
}

.\!border-blue-800\/40 {
  border-color: rgb(0 78 83 / 0.4) !important;
}

.\!border-blue-800\/5 {
  border-color: rgb(0 78 83 / 0.05) !important;
}

.\!border-blue-800\/50 {
  border-color: rgb(0 78 83 / 0.5) !important;
}

.\!border-blue-800\/60 {
  border-color: rgb(0 78 83 / 0.6) !important;
}

.\!border-blue-800\/70 {
  border-color: rgb(0 78 83 / 0.7) !important;
}

.\!border-blue-800\/75 {
  border-color: rgb(0 78 83 / 0.75) !important;
}

.\!border-blue-800\/80 {
  border-color: rgb(0 78 83 / 0.8) !important;
}

.\!border-blue-800\/90 {
  border-color: rgb(0 78 83 / 0.9) !important;
}

.\!border-blue-800\/95 {
  border-color: rgb(0 78 83 / 0.95) !important;
}

.\!border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 52 55 / var(--tw-border-opacity)) !important;
}

.\!border-blue-900\/0 {
  border-color: rgb(0 52 55 / 0) !important;
}

.\!border-blue-900\/10 {
  border-color: rgb(0 52 55 / 0.1) !important;
}

.\!border-blue-900\/100 {
  border-color: rgb(0 52 55 / 1) !important;
}

.\!border-blue-900\/20 {
  border-color: rgb(0 52 55 / 0.2) !important;
}

.\!border-blue-900\/25 {
  border-color: rgb(0 52 55 / 0.25) !important;
}

.\!border-blue-900\/30 {
  border-color: rgb(0 52 55 / 0.3) !important;
}

.\!border-blue-900\/40 {
  border-color: rgb(0 52 55 / 0.4) !important;
}

.\!border-blue-900\/5 {
  border-color: rgb(0 52 55 / 0.05) !important;
}

.\!border-blue-900\/50 {
  border-color: rgb(0 52 55 / 0.5) !important;
}

.\!border-blue-900\/60 {
  border-color: rgb(0 52 55 / 0.6) !important;
}

.\!border-blue-900\/70 {
  border-color: rgb(0 52 55 / 0.7) !important;
}

.\!border-blue-900\/75 {
  border-color: rgb(0 52 55 / 0.75) !important;
}

.\!border-blue-900\/80 {
  border-color: rgb(0 52 55 / 0.8) !important;
}

.\!border-blue-900\/90 {
  border-color: rgb(0 52 55 / 0.9) !important;
}

.\!border-blue-900\/95 {
  border-color: rgb(0 52 55 / 0.95) !important;
}

.\!border-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(170 226 245 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-100\/0 {
  border-color: rgb(170 226 245 / 0) !important;
}

.\!border-cyan-100\/10 {
  border-color: rgb(170 226 245 / 0.1) !important;
}

.\!border-cyan-100\/100 {
  border-color: rgb(170 226 245 / 1) !important;
}

.\!border-cyan-100\/20 {
  border-color: rgb(170 226 245 / 0.2) !important;
}

.\!border-cyan-100\/25 {
  border-color: rgb(170 226 245 / 0.25) !important;
}

.\!border-cyan-100\/30 {
  border-color: rgb(170 226 245 / 0.3) !important;
}

.\!border-cyan-100\/40 {
  border-color: rgb(170 226 245 / 0.4) !important;
}

.\!border-cyan-100\/5 {
  border-color: rgb(170 226 245 / 0.05) !important;
}

.\!border-cyan-100\/50 {
  border-color: rgb(170 226 245 / 0.5) !important;
}

.\!border-cyan-100\/60 {
  border-color: rgb(170 226 245 / 0.6) !important;
}

.\!border-cyan-100\/70 {
  border-color: rgb(170 226 245 / 0.7) !important;
}

.\!border-cyan-100\/75 {
  border-color: rgb(170 226 245 / 0.75) !important;
}

.\!border-cyan-100\/80 {
  border-color: rgb(170 226 245 / 0.8) !important;
}

.\!border-cyan-100\/90 {
  border-color: rgb(170 226 245 / 0.9) !important;
}

.\!border-cyan-100\/95 {
  border-color: rgb(170 226 245 / 0.95) !important;
}

.\!border-cyan-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 33 45 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-1000\/0 {
  border-color: rgb(0 33 45 / 0) !important;
}

.\!border-cyan-1000\/10 {
  border-color: rgb(0 33 45 / 0.1) !important;
}

.\!border-cyan-1000\/100 {
  border-color: rgb(0 33 45 / 1) !important;
}

.\!border-cyan-1000\/20 {
  border-color: rgb(0 33 45 / 0.2) !important;
}

.\!border-cyan-1000\/25 {
  border-color: rgb(0 33 45 / 0.25) !important;
}

.\!border-cyan-1000\/30 {
  border-color: rgb(0 33 45 / 0.3) !important;
}

.\!border-cyan-1000\/40 {
  border-color: rgb(0 33 45 / 0.4) !important;
}

.\!border-cyan-1000\/5 {
  border-color: rgb(0 33 45 / 0.05) !important;
}

.\!border-cyan-1000\/50 {
  border-color: rgb(0 33 45 / 0.5) !important;
}

.\!border-cyan-1000\/60 {
  border-color: rgb(0 33 45 / 0.6) !important;
}

.\!border-cyan-1000\/70 {
  border-color: rgb(0 33 45 / 0.7) !important;
}

.\!border-cyan-1000\/75 {
  border-color: rgb(0 33 45 / 0.75) !important;
}

.\!border-cyan-1000\/80 {
  border-color: rgb(0 33 45 / 0.8) !important;
}

.\!border-cyan-1000\/90 {
  border-color: rgb(0 33 45 / 0.9) !important;
}

.\!border-cyan-1000\/95 {
  border-color: rgb(0 33 45 / 0.95) !important;
}

.\!border-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 211 240 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-200\/0 {
  border-color: rgb(128 211 240 / 0) !important;
}

.\!border-cyan-200\/10 {
  border-color: rgb(128 211 240 / 0.1) !important;
}

.\!border-cyan-200\/100 {
  border-color: rgb(128 211 240 / 1) !important;
}

.\!border-cyan-200\/20 {
  border-color: rgb(128 211 240 / 0.2) !important;
}

.\!border-cyan-200\/25 {
  border-color: rgb(128 211 240 / 0.25) !important;
}

.\!border-cyan-200\/30 {
  border-color: rgb(128 211 240 / 0.3) !important;
}

.\!border-cyan-200\/40 {
  border-color: rgb(128 211 240 / 0.4) !important;
}

.\!border-cyan-200\/5 {
  border-color: rgb(128 211 240 / 0.05) !important;
}

.\!border-cyan-200\/50 {
  border-color: rgb(128 211 240 / 0.5) !important;
}

.\!border-cyan-200\/60 {
  border-color: rgb(128 211 240 / 0.6) !important;
}

.\!border-cyan-200\/70 {
  border-color: rgb(128 211 240 / 0.7) !important;
}

.\!border-cyan-200\/75 {
  border-color: rgb(128 211 240 / 0.75) !important;
}

.\!border-cyan-200\/80 {
  border-color: rgb(128 211 240 / 0.8) !important;
}

.\!border-cyan-200\/90 {
  border-color: rgb(128 211 240 / 0.9) !important;
}

.\!border-cyan-200\/95 {
  border-color: rgb(128 211 240 / 0.95) !important;
}

.\!border-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(85 196 235 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-300\/0 {
  border-color: rgb(85 196 235 / 0) !important;
}

.\!border-cyan-300\/10 {
  border-color: rgb(85 196 235 / 0.1) !important;
}

.\!border-cyan-300\/100 {
  border-color: rgb(85 196 235 / 1) !important;
}

.\!border-cyan-300\/20 {
  border-color: rgb(85 196 235 / 0.2) !important;
}

.\!border-cyan-300\/25 {
  border-color: rgb(85 196 235 / 0.25) !important;
}

.\!border-cyan-300\/30 {
  border-color: rgb(85 196 235 / 0.3) !important;
}

.\!border-cyan-300\/40 {
  border-color: rgb(85 196 235 / 0.4) !important;
}

.\!border-cyan-300\/5 {
  border-color: rgb(85 196 235 / 0.05) !important;
}

.\!border-cyan-300\/50 {
  border-color: rgb(85 196 235 / 0.5) !important;
}

.\!border-cyan-300\/60 {
  border-color: rgb(85 196 235 / 0.6) !important;
}

.\!border-cyan-300\/70 {
  border-color: rgb(85 196 235 / 0.7) !important;
}

.\!border-cyan-300\/75 {
  border-color: rgb(85 196 235 / 0.75) !important;
}

.\!border-cyan-300\/80 {
  border-color: rgb(85 196 235 / 0.8) !important;
}

.\!border-cyan-300\/90 {
  border-color: rgb(85 196 235 / 0.9) !important;
}

.\!border-cyan-300\/95 {
  border-color: rgb(85 196 235 / 0.95) !important;
}

.\!border-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 182 230 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-400\/0 {
  border-color: rgb(42 182 230 / 0) !important;
}

.\!border-cyan-400\/10 {
  border-color: rgb(42 182 230 / 0.1) !important;
}

.\!border-cyan-400\/100 {
  border-color: rgb(42 182 230 / 1) !important;
}

.\!border-cyan-400\/20 {
  border-color: rgb(42 182 230 / 0.2) !important;
}

.\!border-cyan-400\/25 {
  border-color: rgb(42 182 230 / 0.25) !important;
}

.\!border-cyan-400\/30 {
  border-color: rgb(42 182 230 / 0.3) !important;
}

.\!border-cyan-400\/40 {
  border-color: rgb(42 182 230 / 0.4) !important;
}

.\!border-cyan-400\/5 {
  border-color: rgb(42 182 230 / 0.05) !important;
}

.\!border-cyan-400\/50 {
  border-color: rgb(42 182 230 / 0.5) !important;
}

.\!border-cyan-400\/60 {
  border-color: rgb(42 182 230 / 0.6) !important;
}

.\!border-cyan-400\/70 {
  border-color: rgb(42 182 230 / 0.7) !important;
}

.\!border-cyan-400\/75 {
  border-color: rgb(42 182 230 / 0.75) !important;
}

.\!border-cyan-400\/80 {
  border-color: rgb(42 182 230 / 0.8) !important;
}

.\!border-cyan-400\/90 {
  border-color: rgb(42 182 230 / 0.9) !important;
}

.\!border-cyan-400\/95 {
  border-color: rgb(42 182 230 / 0.95) !important;
}

.\!border-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 237 249 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-50\/0 {
  border-color: rgb(204 237 249 / 0) !important;
}

.\!border-cyan-50\/10 {
  border-color: rgb(204 237 249 / 0.1) !important;
}

.\!border-cyan-50\/100 {
  border-color: rgb(204 237 249 / 1) !important;
}

.\!border-cyan-50\/20 {
  border-color: rgb(204 237 249 / 0.2) !important;
}

.\!border-cyan-50\/25 {
  border-color: rgb(204 237 249 / 0.25) !important;
}

.\!border-cyan-50\/30 {
  border-color: rgb(204 237 249 / 0.3) !important;
}

.\!border-cyan-50\/40 {
  border-color: rgb(204 237 249 / 0.4) !important;
}

.\!border-cyan-50\/5 {
  border-color: rgb(204 237 249 / 0.05) !important;
}

.\!border-cyan-50\/50 {
  border-color: rgb(204 237 249 / 0.5) !important;
}

.\!border-cyan-50\/60 {
  border-color: rgb(204 237 249 / 0.6) !important;
}

.\!border-cyan-50\/70 {
  border-color: rgb(204 237 249 / 0.7) !important;
}

.\!border-cyan-50\/75 {
  border-color: rgb(204 237 249 / 0.75) !important;
}

.\!border-cyan-50\/80 {
  border-color: rgb(204 237 249 / 0.8) !important;
}

.\!border-cyan-50\/90 {
  border-color: rgb(204 237 249 / 0.9) !important;
}

.\!border-cyan-50\/95 {
  border-color: rgb(204 237 249 / 0.95) !important;
}

.\!border-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 167 225 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-500\/0 {
  border-color: rgb(0 167 225 / 0) !important;
}

.\!border-cyan-500\/10 {
  border-color: rgb(0 167 225 / 0.1) !important;
}

.\!border-cyan-500\/100 {
  border-color: rgb(0 167 225 / 1) !important;
}

.\!border-cyan-500\/20 {
  border-color: rgb(0 167 225 / 0.2) !important;
}

.\!border-cyan-500\/25 {
  border-color: rgb(0 167 225 / 0.25) !important;
}

.\!border-cyan-500\/30 {
  border-color: rgb(0 167 225 / 0.3) !important;
}

.\!border-cyan-500\/40 {
  border-color: rgb(0 167 225 / 0.4) !important;
}

.\!border-cyan-500\/5 {
  border-color: rgb(0 167 225 / 0.05) !important;
}

.\!border-cyan-500\/50 {
  border-color: rgb(0 167 225 / 0.5) !important;
}

.\!border-cyan-500\/60 {
  border-color: rgb(0 167 225 / 0.6) !important;
}

.\!border-cyan-500\/70 {
  border-color: rgb(0 167 225 / 0.7) !important;
}

.\!border-cyan-500\/75 {
  border-color: rgb(0 167 225 / 0.75) !important;
}

.\!border-cyan-500\/80 {
  border-color: rgb(0 167 225 / 0.8) !important;
}

.\!border-cyan-500\/90 {
  border-color: rgb(0 167 225 / 0.9) !important;
}

.\!border-cyan-500\/95 {
  border-color: rgb(0 167 225 / 0.95) !important;
}

.\!border-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 139 188 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-600\/0 {
  border-color: rgb(0 139 188 / 0) !important;
}

.\!border-cyan-600\/10 {
  border-color: rgb(0 139 188 / 0.1) !important;
}

.\!border-cyan-600\/100 {
  border-color: rgb(0 139 188 / 1) !important;
}

.\!border-cyan-600\/20 {
  border-color: rgb(0 139 188 / 0.2) !important;
}

.\!border-cyan-600\/25 {
  border-color: rgb(0 139 188 / 0.25) !important;
}

.\!border-cyan-600\/30 {
  border-color: rgb(0 139 188 / 0.3) !important;
}

.\!border-cyan-600\/40 {
  border-color: rgb(0 139 188 / 0.4) !important;
}

.\!border-cyan-600\/5 {
  border-color: rgb(0 139 188 / 0.05) !important;
}

.\!border-cyan-600\/50 {
  border-color: rgb(0 139 188 / 0.5) !important;
}

.\!border-cyan-600\/60 {
  border-color: rgb(0 139 188 / 0.6) !important;
}

.\!border-cyan-600\/70 {
  border-color: rgb(0 139 188 / 0.7) !important;
}

.\!border-cyan-600\/75 {
  border-color: rgb(0 139 188 / 0.75) !important;
}

.\!border-cyan-600\/80 {
  border-color: rgb(0 139 188 / 0.8) !important;
}

.\!border-cyan-600\/90 {
  border-color: rgb(0 139 188 / 0.9) !important;
}

.\!border-cyan-600\/95 {
  border-color: rgb(0 139 188 / 0.95) !important;
}

.\!border-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 111 150 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-700\/0 {
  border-color: rgb(0 111 150 / 0) !important;
}

.\!border-cyan-700\/10 {
  border-color: rgb(0 111 150 / 0.1) !important;
}

.\!border-cyan-700\/100 {
  border-color: rgb(0 111 150 / 1) !important;
}

.\!border-cyan-700\/20 {
  border-color: rgb(0 111 150 / 0.2) !important;
}

.\!border-cyan-700\/25 {
  border-color: rgb(0 111 150 / 0.25) !important;
}

.\!border-cyan-700\/30 {
  border-color: rgb(0 111 150 / 0.3) !important;
}

.\!border-cyan-700\/40 {
  border-color: rgb(0 111 150 / 0.4) !important;
}

.\!border-cyan-700\/5 {
  border-color: rgb(0 111 150 / 0.05) !important;
}

.\!border-cyan-700\/50 {
  border-color: rgb(0 111 150 / 0.5) !important;
}

.\!border-cyan-700\/60 {
  border-color: rgb(0 111 150 / 0.6) !important;
}

.\!border-cyan-700\/70 {
  border-color: rgb(0 111 150 / 0.7) !important;
}

.\!border-cyan-700\/75 {
  border-color: rgb(0 111 150 / 0.75) !important;
}

.\!border-cyan-700\/80 {
  border-color: rgb(0 111 150 / 0.8) !important;
}

.\!border-cyan-700\/90 {
  border-color: rgb(0 111 150 / 0.9) !important;
}

.\!border-cyan-700\/95 {
  border-color: rgb(0 111 150 / 0.95) !important;
}

.\!border-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 84 113 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-800\/0 {
  border-color: rgb(0 84 113 / 0) !important;
}

.\!border-cyan-800\/10 {
  border-color: rgb(0 84 113 / 0.1) !important;
}

.\!border-cyan-800\/100 {
  border-color: rgb(0 84 113 / 1) !important;
}

.\!border-cyan-800\/20 {
  border-color: rgb(0 84 113 / 0.2) !important;
}

.\!border-cyan-800\/25 {
  border-color: rgb(0 84 113 / 0.25) !important;
}

.\!border-cyan-800\/30 {
  border-color: rgb(0 84 113 / 0.3) !important;
}

.\!border-cyan-800\/40 {
  border-color: rgb(0 84 113 / 0.4) !important;
}

.\!border-cyan-800\/5 {
  border-color: rgb(0 84 113 / 0.05) !important;
}

.\!border-cyan-800\/50 {
  border-color: rgb(0 84 113 / 0.5) !important;
}

.\!border-cyan-800\/60 {
  border-color: rgb(0 84 113 / 0.6) !important;
}

.\!border-cyan-800\/70 {
  border-color: rgb(0 84 113 / 0.7) !important;
}

.\!border-cyan-800\/75 {
  border-color: rgb(0 84 113 / 0.75) !important;
}

.\!border-cyan-800\/80 {
  border-color: rgb(0 84 113 / 0.8) !important;
}

.\!border-cyan-800\/90 {
  border-color: rgb(0 84 113 / 0.9) !important;
}

.\!border-cyan-800\/95 {
  border-color: rgb(0 84 113 / 0.95) !important;
}

.\!border-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 56 75 / var(--tw-border-opacity)) !important;
}

.\!border-cyan-900\/0 {
  border-color: rgb(0 56 75 / 0) !important;
}

.\!border-cyan-900\/10 {
  border-color: rgb(0 56 75 / 0.1) !important;
}

.\!border-cyan-900\/100 {
  border-color: rgb(0 56 75 / 1) !important;
}

.\!border-cyan-900\/20 {
  border-color: rgb(0 56 75 / 0.2) !important;
}

.\!border-cyan-900\/25 {
  border-color: rgb(0 56 75 / 0.25) !important;
}

.\!border-cyan-900\/30 {
  border-color: rgb(0 56 75 / 0.3) !important;
}

.\!border-cyan-900\/40 {
  border-color: rgb(0 56 75 / 0.4) !important;
}

.\!border-cyan-900\/5 {
  border-color: rgb(0 56 75 / 0.05) !important;
}

.\!border-cyan-900\/50 {
  border-color: rgb(0 56 75 / 0.5) !important;
}

.\!border-cyan-900\/60 {
  border-color: rgb(0 56 75 / 0.6) !important;
}

.\!border-cyan-900\/70 {
  border-color: rgb(0 56 75 / 0.7) !important;
}

.\!border-cyan-900\/75 {
  border-color: rgb(0 56 75 / 0.75) !important;
}

.\!border-cyan-900\/80 {
  border-color: rgb(0 56 75 / 0.8) !important;
}

.\!border-cyan-900\/90 {
  border-color: rgb(0 56 75 / 0.9) !important;
}

.\!border-cyan-900\/95 {
  border-color: rgb(0 56 75 / 0.95) !important;
}

.\!border-forest {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 68 79 / var(--tw-border-opacity)) !important;
}

.\!border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 248 249 / var(--tw-border-opacity)) !important;
}

.\!border-gray-100\/0 {
  border-color: rgb(248 248 249 / 0) !important;
}

.\!border-gray-100\/10 {
  border-color: rgb(248 248 249 / 0.1) !important;
}

.\!border-gray-100\/100 {
  border-color: rgb(248 248 249 / 1) !important;
}

.\!border-gray-100\/20 {
  border-color: rgb(248 248 249 / 0.2) !important;
}

.\!border-gray-100\/25 {
  border-color: rgb(248 248 249 / 0.25) !important;
}

.\!border-gray-100\/30 {
  border-color: rgb(248 248 249 / 0.3) !important;
}

.\!border-gray-100\/40 {
  border-color: rgb(248 248 249 / 0.4) !important;
}

.\!border-gray-100\/5 {
  border-color: rgb(248 248 249 / 0.05) !important;
}

.\!border-gray-100\/50 {
  border-color: rgb(248 248 249 / 0.5) !important;
}

.\!border-gray-100\/60 {
  border-color: rgb(248 248 249 / 0.6) !important;
}

.\!border-gray-100\/70 {
  border-color: rgb(248 248 249 / 0.7) !important;
}

.\!border-gray-100\/75 {
  border-color: rgb(248 248 249 / 0.75) !important;
}

.\!border-gray-100\/80 {
  border-color: rgb(248 248 249 / 0.8) !important;
}

.\!border-gray-100\/90 {
  border-color: rgb(248 248 249 / 0.9) !important;
}

.\!border-gray-100\/95 {
  border-color: rgb(248 248 249 / 0.95) !important;
}

.\!border-gray-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(44 66 81 / var(--tw-border-opacity)) !important;
}

.\!border-gray-1000\/0 {
  border-color: rgb(44 66 81 / 0) !important;
}

.\!border-gray-1000\/10 {
  border-color: rgb(44 66 81 / 0.1) !important;
}

.\!border-gray-1000\/100 {
  border-color: rgb(44 66 81 / 1) !important;
}

.\!border-gray-1000\/20 {
  border-color: rgb(44 66 81 / 0.2) !important;
}

.\!border-gray-1000\/25 {
  border-color: rgb(44 66 81 / 0.25) !important;
}

.\!border-gray-1000\/30 {
  border-color: rgb(44 66 81 / 0.3) !important;
}

.\!border-gray-1000\/40 {
  border-color: rgb(44 66 81 / 0.4) !important;
}

.\!border-gray-1000\/5 {
  border-color: rgb(44 66 81 / 0.05) !important;
}

.\!border-gray-1000\/50 {
  border-color: rgb(44 66 81 / 0.5) !important;
}

.\!border-gray-1000\/60 {
  border-color: rgb(44 66 81 / 0.6) !important;
}

.\!border-gray-1000\/70 {
  border-color: rgb(44 66 81 / 0.7) !important;
}

.\!border-gray-1000\/75 {
  border-color: rgb(44 66 81 / 0.75) !important;
}

.\!border-gray-1000\/80 {
  border-color: rgb(44 66 81 / 0.8) !important;
}

.\!border-gray-1000\/90 {
  border-color: rgb(44 66 81 / 0.9) !important;
}

.\!border-gray-1000\/95 {
  border-color: rgb(44 66 81 / 0.95) !important;
}

.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 236 238 / var(--tw-border-opacity)) !important;
}

.\!border-gray-200\/0 {
  border-color: rgb(234 236 238 / 0) !important;
}

.\!border-gray-200\/10 {
  border-color: rgb(234 236 238 / 0.1) !important;
}

.\!border-gray-200\/100 {
  border-color: rgb(234 236 238 / 1) !important;
}

.\!border-gray-200\/20 {
  border-color: rgb(234 236 238 / 0.2) !important;
}

.\!border-gray-200\/25 {
  border-color: rgb(234 236 238 / 0.25) !important;
}

.\!border-gray-200\/30 {
  border-color: rgb(234 236 238 / 0.3) !important;
}

.\!border-gray-200\/40 {
  border-color: rgb(234 236 238 / 0.4) !important;
}

.\!border-gray-200\/5 {
  border-color: rgb(234 236 238 / 0.05) !important;
}

.\!border-gray-200\/50 {
  border-color: rgb(234 236 238 / 0.5) !important;
}

.\!border-gray-200\/60 {
  border-color: rgb(234 236 238 / 0.6) !important;
}

.\!border-gray-200\/70 {
  border-color: rgb(234 236 238 / 0.7) !important;
}

.\!border-gray-200\/75 {
  border-color: rgb(234 236 238 / 0.75) !important;
}

.\!border-gray-200\/80 {
  border-color: rgb(234 236 238 / 0.8) !important;
}

.\!border-gray-200\/90 {
  border-color: rgb(234 236 238 / 0.9) !important;
}

.\!border-gray-200\/95 {
  border-color: rgb(234 236 238 / 0.95) !important;
}

.\!border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 230 232 / var(--tw-border-opacity)) !important;
}

.\!border-gray-300\/0 {
  border-color: rgb(227 230 232 / 0) !important;
}

.\!border-gray-300\/10 {
  border-color: rgb(227 230 232 / 0.1) !important;
}

.\!border-gray-300\/100 {
  border-color: rgb(227 230 232 / 1) !important;
}

.\!border-gray-300\/20 {
  border-color: rgb(227 230 232 / 0.2) !important;
}

.\!border-gray-300\/25 {
  border-color: rgb(227 230 232 / 0.25) !important;
}

.\!border-gray-300\/30 {
  border-color: rgb(227 230 232 / 0.3) !important;
}

.\!border-gray-300\/40 {
  border-color: rgb(227 230 232 / 0.4) !important;
}

.\!border-gray-300\/5 {
  border-color: rgb(227 230 232 / 0.05) !important;
}

.\!border-gray-300\/50 {
  border-color: rgb(227 230 232 / 0.5) !important;
}

.\!border-gray-300\/60 {
  border-color: rgb(227 230 232 / 0.6) !important;
}

.\!border-gray-300\/70 {
  border-color: rgb(227 230 232 / 0.7) !important;
}

.\!border-gray-300\/75 {
  border-color: rgb(227 230 232 / 0.75) !important;
}

.\!border-gray-300\/80 {
  border-color: rgb(227 230 232 / 0.8) !important;
}

.\!border-gray-300\/90 {
  border-color: rgb(227 230 232 / 0.9) !important;
}

.\!border-gray-300\/95 {
  border-color: rgb(227 230 232 / 0.95) !important;
}

.\!border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 223 226 / var(--tw-border-opacity)) !important;
}

.\!border-gray-400\/0 {
  border-color: rgb(220 223 226 / 0) !important;
}

.\!border-gray-400\/10 {
  border-color: rgb(220 223 226 / 0.1) !important;
}

.\!border-gray-400\/100 {
  border-color: rgb(220 223 226 / 1) !important;
}

.\!border-gray-400\/20 {
  border-color: rgb(220 223 226 / 0.2) !important;
}

.\!border-gray-400\/25 {
  border-color: rgb(220 223 226 / 0.25) !important;
}

.\!border-gray-400\/30 {
  border-color: rgb(220 223 226 / 0.3) !important;
}

.\!border-gray-400\/40 {
  border-color: rgb(220 223 226 / 0.4) !important;
}

.\!border-gray-400\/5 {
  border-color: rgb(220 223 226 / 0.05) !important;
}

.\!border-gray-400\/50 {
  border-color: rgb(220 223 226 / 0.5) !important;
}

.\!border-gray-400\/60 {
  border-color: rgb(220 223 226 / 0.6) !important;
}

.\!border-gray-400\/70 {
  border-color: rgb(220 223 226 / 0.7) !important;
}

.\!border-gray-400\/75 {
  border-color: rgb(220 223 226 / 0.75) !important;
}

.\!border-gray-400\/80 {
  border-color: rgb(220 223 226 / 0.8) !important;
}

.\!border-gray-400\/90 {
  border-color: rgb(220 223 226 / 0.9) !important;
}

.\!border-gray-400\/95 {
  border-color: rgb(220 223 226 / 0.95) !important;
}

.\!border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 240 241 / var(--tw-border-opacity)) !important;
}

.\!border-gray-50\/0 {
  border-color: rgb(239 240 241 / 0) !important;
}

.\!border-gray-50\/10 {
  border-color: rgb(239 240 241 / 0.1) !important;
}

.\!border-gray-50\/100 {
  border-color: rgb(239 240 241 / 1) !important;
}

.\!border-gray-50\/20 {
  border-color: rgb(239 240 241 / 0.2) !important;
}

.\!border-gray-50\/25 {
  border-color: rgb(239 240 241 / 0.25) !important;
}

.\!border-gray-50\/30 {
  border-color: rgb(239 240 241 / 0.3) !important;
}

.\!border-gray-50\/40 {
  border-color: rgb(239 240 241 / 0.4) !important;
}

.\!border-gray-50\/5 {
  border-color: rgb(239 240 241 / 0.05) !important;
}

.\!border-gray-50\/50 {
  border-color: rgb(239 240 241 / 0.5) !important;
}

.\!border-gray-50\/60 {
  border-color: rgb(239 240 241 / 0.6) !important;
}

.\!border-gray-50\/70 {
  border-color: rgb(239 240 241 / 0.7) !important;
}

.\!border-gray-50\/75 {
  border-color: rgb(239 240 241 / 0.75) !important;
}

.\!border-gray-50\/80 {
  border-color: rgb(239 240 241 / 0.8) !important;
}

.\!border-gray-50\/90 {
  border-color: rgb(239 240 241 / 0.9) !important;
}

.\!border-gray-50\/95 {
  border-color: rgb(239 240 241 / 0.95) !important;
}

.\!border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 217 220 / var(--tw-border-opacity)) !important;
}

.\!border-gray-500\/0 {
  border-color: rgb(213 217 220 / 0) !important;
}

.\!border-gray-500\/10 {
  border-color: rgb(213 217 220 / 0.1) !important;
}

.\!border-gray-500\/100 {
  border-color: rgb(213 217 220 / 1) !important;
}

.\!border-gray-500\/20 {
  border-color: rgb(213 217 220 / 0.2) !important;
}

.\!border-gray-500\/25 {
  border-color: rgb(213 217 220 / 0.25) !important;
}

.\!border-gray-500\/30 {
  border-color: rgb(213 217 220 / 0.3) !important;
}

.\!border-gray-500\/40 {
  border-color: rgb(213 217 220 / 0.4) !important;
}

.\!border-gray-500\/5 {
  border-color: rgb(213 217 220 / 0.05) !important;
}

.\!border-gray-500\/50 {
  border-color: rgb(213 217 220 / 0.5) !important;
}

.\!border-gray-500\/60 {
  border-color: rgb(213 217 220 / 0.6) !important;
}

.\!border-gray-500\/70 {
  border-color: rgb(213 217 220 / 0.7) !important;
}

.\!border-gray-500\/75 {
  border-color: rgb(213 217 220 / 0.75) !important;
}

.\!border-gray-500\/80 {
  border-color: rgb(213 217 220 / 0.8) !important;
}

.\!border-gray-500\/90 {
  border-color: rgb(213 217 220 / 0.9) !important;
}

.\!border-gray-500\/95 {
  border-color: rgb(213 217 220 / 0.95) !important;
}

.\!border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 192 197 / var(--tw-border-opacity)) !important;
}

.\!border-gray-600\/0 {
  border-color: rgb(185 192 197 / 0) !important;
}

.\!border-gray-600\/10 {
  border-color: rgb(185 192 197 / 0.1) !important;
}

.\!border-gray-600\/100 {
  border-color: rgb(185 192 197 / 1) !important;
}

.\!border-gray-600\/20 {
  border-color: rgb(185 192 197 / 0.2) !important;
}

.\!border-gray-600\/25 {
  border-color: rgb(185 192 197 / 0.25) !important;
}

.\!border-gray-600\/30 {
  border-color: rgb(185 192 197 / 0.3) !important;
}

.\!border-gray-600\/40 {
  border-color: rgb(185 192 197 / 0.4) !important;
}

.\!border-gray-600\/5 {
  border-color: rgb(185 192 197 / 0.05) !important;
}

.\!border-gray-600\/50 {
  border-color: rgb(185 192 197 / 0.5) !important;
}

.\!border-gray-600\/60 {
  border-color: rgb(185 192 197 / 0.6) !important;
}

.\!border-gray-600\/70 {
  border-color: rgb(185 192 197 / 0.7) !important;
}

.\!border-gray-600\/75 {
  border-color: rgb(185 192 197 / 0.75) !important;
}

.\!border-gray-600\/80 {
  border-color: rgb(185 192 197 / 0.8) !important;
}

.\!border-gray-600\/90 {
  border-color: rgb(185 192 197 / 0.9) !important;
}

.\!border-gray-600\/95 {
  border-color: rgb(185 192 197 / 0.95) !important;
}

.\!border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(150 161 168 / var(--tw-border-opacity)) !important;
}

.\!border-gray-700\/0 {
  border-color: rgb(150 161 168 / 0) !important;
}

.\!border-gray-700\/10 {
  border-color: rgb(150 161 168 / 0.1) !important;
}

.\!border-gray-700\/100 {
  border-color: rgb(150 161 168 / 1) !important;
}

.\!border-gray-700\/20 {
  border-color: rgb(150 161 168 / 0.2) !important;
}

.\!border-gray-700\/25 {
  border-color: rgb(150 161 168 / 0.25) !important;
}

.\!border-gray-700\/30 {
  border-color: rgb(150 161 168 / 0.3) !important;
}

.\!border-gray-700\/40 {
  border-color: rgb(150 161 168 / 0.4) !important;
}

.\!border-gray-700\/5 {
  border-color: rgb(150 161 168 / 0.05) !important;
}

.\!border-gray-700\/50 {
  border-color: rgb(150 161 168 / 0.5) !important;
}

.\!border-gray-700\/60 {
  border-color: rgb(150 161 168 / 0.6) !important;
}

.\!border-gray-700\/70 {
  border-color: rgb(150 161 168 / 0.7) !important;
}

.\!border-gray-700\/75 {
  border-color: rgb(150 161 168 / 0.75) !important;
}

.\!border-gray-700\/80 {
  border-color: rgb(150 161 168 / 0.8) !important;
}

.\!border-gray-700\/90 {
  border-color: rgb(150 161 168 / 0.9) !important;
}

.\!border-gray-700\/95 {
  border-color: rgb(150 161 168 / 0.95) !important;
}

.\!border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(114 129 139 / var(--tw-border-opacity)) !important;
}

.\!border-gray-800\/0 {
  border-color: rgb(114 129 139 / 0) !important;
}

.\!border-gray-800\/10 {
  border-color: rgb(114 129 139 / 0.1) !important;
}

.\!border-gray-800\/100 {
  border-color: rgb(114 129 139 / 1) !important;
}

.\!border-gray-800\/20 {
  border-color: rgb(114 129 139 / 0.2) !important;
}

.\!border-gray-800\/25 {
  border-color: rgb(114 129 139 / 0.25) !important;
}

.\!border-gray-800\/30 {
  border-color: rgb(114 129 139 / 0.3) !important;
}

.\!border-gray-800\/40 {
  border-color: rgb(114 129 139 / 0.4) !important;
}

.\!border-gray-800\/5 {
  border-color: rgb(114 129 139 / 0.05) !important;
}

.\!border-gray-800\/50 {
  border-color: rgb(114 129 139 / 0.5) !important;
}

.\!border-gray-800\/60 {
  border-color: rgb(114 129 139 / 0.6) !important;
}

.\!border-gray-800\/70 {
  border-color: rgb(114 129 139 / 0.7) !important;
}

.\!border-gray-800\/75 {
  border-color: rgb(114 129 139 / 0.75) !important;
}

.\!border-gray-800\/80 {
  border-color: rgb(114 129 139 / 0.8) !important;
}

.\!border-gray-800\/90 {
  border-color: rgb(114 129 139 / 0.9) !important;
}

.\!border-gray-800\/95 {
  border-color: rgb(114 129 139 / 0.95) !important;
}

.\!border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(79 98 110 / var(--tw-border-opacity)) !important;
}

.\!border-gray-900\/0 {
  border-color: rgb(79 98 110 / 0) !important;
}

.\!border-gray-900\/10 {
  border-color: rgb(79 98 110 / 0.1) !important;
}

.\!border-gray-900\/100 {
  border-color: rgb(79 98 110 / 1) !important;
}

.\!border-gray-900\/20 {
  border-color: rgb(79 98 110 / 0.2) !important;
}

.\!border-gray-900\/25 {
  border-color: rgb(79 98 110 / 0.25) !important;
}

.\!border-gray-900\/30 {
  border-color: rgb(79 98 110 / 0.3) !important;
}

.\!border-gray-900\/40 {
  border-color: rgb(79 98 110 / 0.4) !important;
}

.\!border-gray-900\/5 {
  border-color: rgb(79 98 110 / 0.05) !important;
}

.\!border-gray-900\/50 {
  border-color: rgb(79 98 110 / 0.5) !important;
}

.\!border-gray-900\/60 {
  border-color: rgb(79 98 110 / 0.6) !important;
}

.\!border-gray-900\/70 {
  border-color: rgb(79 98 110 / 0.7) !important;
}

.\!border-gray-900\/75 {
  border-color: rgb(79 98 110 / 0.75) !important;
}

.\!border-gray-900\/80 {
  border-color: rgb(79 98 110 / 0.8) !important;
}

.\!border-gray-900\/90 {
  border-color: rgb(79 98 110 / 0.9) !important;
}

.\!border-gray-900\/95 {
  border-color: rgb(79 98 110 / 0.95) !important;
}

.\!border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(218 245 228 / var(--tw-border-opacity)) !important;
}

.\!border-green-100\/0 {
  border-color: rgb(218 245 228 / 0) !important;
}

.\!border-green-100\/10 {
  border-color: rgb(218 245 228 / 0.1) !important;
}

.\!border-green-100\/100 {
  border-color: rgb(218 245 228 / 1) !important;
}

.\!border-green-100\/20 {
  border-color: rgb(218 245 228 / 0.2) !important;
}

.\!border-green-100\/25 {
  border-color: rgb(218 245 228 / 0.25) !important;
}

.\!border-green-100\/30 {
  border-color: rgb(218 245 228 / 0.3) !important;
}

.\!border-green-100\/40 {
  border-color: rgb(218 245 228 / 0.4) !important;
}

.\!border-green-100\/5 {
  border-color: rgb(218 245 228 / 0.05) !important;
}

.\!border-green-100\/50 {
  border-color: rgb(218 245 228 / 0.5) !important;
}

.\!border-green-100\/60 {
  border-color: rgb(218 245 228 / 0.6) !important;
}

.\!border-green-100\/70 {
  border-color: rgb(218 245 228 / 0.7) !important;
}

.\!border-green-100\/75 {
  border-color: rgb(218 245 228 / 0.75) !important;
}

.\!border-green-100\/80 {
  border-color: rgb(218 245 228 / 0.8) !important;
}

.\!border-green-100\/90 {
  border-color: rgb(218 245 228 / 0.9) !important;
}

.\!border-green-100\/95 {
  border-color: rgb(218 245 228 / 0.95) !important;
}

.\!border-green-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 45 35 / var(--tw-border-opacity)) !important;
}

.\!border-green-1000\/0 {
  border-color: rgb(29 45 35 / 0) !important;
}

.\!border-green-1000\/10 {
  border-color: rgb(29 45 35 / 0.1) !important;
}

.\!border-green-1000\/100 {
  border-color: rgb(29 45 35 / 1) !important;
}

.\!border-green-1000\/20 {
  border-color: rgb(29 45 35 / 0.2) !important;
}

.\!border-green-1000\/25 {
  border-color: rgb(29 45 35 / 0.25) !important;
}

.\!border-green-1000\/30 {
  border-color: rgb(29 45 35 / 0.3) !important;
}

.\!border-green-1000\/40 {
  border-color: rgb(29 45 35 / 0.4) !important;
}

.\!border-green-1000\/5 {
  border-color: rgb(29 45 35 / 0.05) !important;
}

.\!border-green-1000\/50 {
  border-color: rgb(29 45 35 / 0.5) !important;
}

.\!border-green-1000\/60 {
  border-color: rgb(29 45 35 / 0.6) !important;
}

.\!border-green-1000\/70 {
  border-color: rgb(29 45 35 / 0.7) !important;
}

.\!border-green-1000\/75 {
  border-color: rgb(29 45 35 / 0.75) !important;
}

.\!border-green-1000\/80 {
  border-color: rgb(29 45 35 / 0.8) !important;
}

.\!border-green-1000\/90 {
  border-color: rgb(29 45 35 / 0.9) !important;
}

.\!border-green-1000\/95 {
  border-color: rgb(29 45 35 / 0.95) !important;
}

.\!border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(200 240 215 / var(--tw-border-opacity)) !important;
}

.\!border-green-200\/0 {
  border-color: rgb(200 240 215 / 0) !important;
}

.\!border-green-200\/10 {
  border-color: rgb(200 240 215 / 0.1) !important;
}

.\!border-green-200\/100 {
  border-color: rgb(200 240 215 / 1) !important;
}

.\!border-green-200\/20 {
  border-color: rgb(200 240 215 / 0.2) !important;
}

.\!border-green-200\/25 {
  border-color: rgb(200 240 215 / 0.25) !important;
}

.\!border-green-200\/30 {
  border-color: rgb(200 240 215 / 0.3) !important;
}

.\!border-green-200\/40 {
  border-color: rgb(200 240 215 / 0.4) !important;
}

.\!border-green-200\/5 {
  border-color: rgb(200 240 215 / 0.05) !important;
}

.\!border-green-200\/50 {
  border-color: rgb(200 240 215 / 0.5) !important;
}

.\!border-green-200\/60 {
  border-color: rgb(200 240 215 / 0.6) !important;
}

.\!border-green-200\/70 {
  border-color: rgb(200 240 215 / 0.7) !important;
}

.\!border-green-200\/75 {
  border-color: rgb(200 240 215 / 0.75) !important;
}

.\!border-green-200\/80 {
  border-color: rgb(200 240 215 / 0.8) !important;
}

.\!border-green-200\/90 {
  border-color: rgb(200 240 215 / 0.9) !important;
}

.\!border-green-200\/95 {
  border-color: rgb(200 240 215 / 0.95) !important;
}

.\!border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(182 235 202 / var(--tw-border-opacity)) !important;
}

.\!border-green-300\/0 {
  border-color: rgb(182 235 202 / 0) !important;
}

.\!border-green-300\/10 {
  border-color: rgb(182 235 202 / 0.1) !important;
}

.\!border-green-300\/100 {
  border-color: rgb(182 235 202 / 1) !important;
}

.\!border-green-300\/20 {
  border-color: rgb(182 235 202 / 0.2) !important;
}

.\!border-green-300\/25 {
  border-color: rgb(182 235 202 / 0.25) !important;
}

.\!border-green-300\/30 {
  border-color: rgb(182 235 202 / 0.3) !important;
}

.\!border-green-300\/40 {
  border-color: rgb(182 235 202 / 0.4) !important;
}

.\!border-green-300\/5 {
  border-color: rgb(182 235 202 / 0.05) !important;
}

.\!border-green-300\/50 {
  border-color: rgb(182 235 202 / 0.5) !important;
}

.\!border-green-300\/60 {
  border-color: rgb(182 235 202 / 0.6) !important;
}

.\!border-green-300\/70 {
  border-color: rgb(182 235 202 / 0.7) !important;
}

.\!border-green-300\/75 {
  border-color: rgb(182 235 202 / 0.75) !important;
}

.\!border-green-300\/80 {
  border-color: rgb(182 235 202 / 0.8) !important;
}

.\!border-green-300\/90 {
  border-color: rgb(182 235 202 / 0.9) !important;
}

.\!border-green-300\/95 {
  border-color: rgb(182 235 202 / 0.95) !important;
}

.\!border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 230 188 / var(--tw-border-opacity)) !important;
}

.\!border-green-400\/0 {
  border-color: rgb(163 230 188 / 0) !important;
}

.\!border-green-400\/10 {
  border-color: rgb(163 230 188 / 0.1) !important;
}

.\!border-green-400\/100 {
  border-color: rgb(163 230 188 / 1) !important;
}

.\!border-green-400\/20 {
  border-color: rgb(163 230 188 / 0.2) !important;
}

.\!border-green-400\/25 {
  border-color: rgb(163 230 188 / 0.25) !important;
}

.\!border-green-400\/30 {
  border-color: rgb(163 230 188 / 0.3) !important;
}

.\!border-green-400\/40 {
  border-color: rgb(163 230 188 / 0.4) !important;
}

.\!border-green-400\/5 {
  border-color: rgb(163 230 188 / 0.05) !important;
}

.\!border-green-400\/50 {
  border-color: rgb(163 230 188 / 0.5) !important;
}

.\!border-green-400\/60 {
  border-color: rgb(163 230 188 / 0.6) !important;
}

.\!border-green-400\/70 {
  border-color: rgb(163 230 188 / 0.7) !important;
}

.\!border-green-400\/75 {
  border-color: rgb(163 230 188 / 0.75) !important;
}

.\!border-green-400\/80 {
  border-color: rgb(163 230 188 / 0.8) !important;
}

.\!border-green-400\/90 {
  border-color: rgb(163 230 188 / 0.9) !important;
}

.\!border-green-400\/95 {
  border-color: rgb(163 230 188 / 0.95) !important;
}

.\!border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 249 239 / var(--tw-border-opacity)) !important;
}

.\!border-green-50\/0 {
  border-color: rgb(233 249 239 / 0) !important;
}

.\!border-green-50\/10 {
  border-color: rgb(233 249 239 / 0.1) !important;
}

.\!border-green-50\/100 {
  border-color: rgb(233 249 239 / 1) !important;
}

.\!border-green-50\/20 {
  border-color: rgb(233 249 239 / 0.2) !important;
}

.\!border-green-50\/25 {
  border-color: rgb(233 249 239 / 0.25) !important;
}

.\!border-green-50\/30 {
  border-color: rgb(233 249 239 / 0.3) !important;
}

.\!border-green-50\/40 {
  border-color: rgb(233 249 239 / 0.4) !important;
}

.\!border-green-50\/5 {
  border-color: rgb(233 249 239 / 0.05) !important;
}

.\!border-green-50\/50 {
  border-color: rgb(233 249 239 / 0.5) !important;
}

.\!border-green-50\/60 {
  border-color: rgb(233 249 239 / 0.6) !important;
}

.\!border-green-50\/70 {
  border-color: rgb(233 249 239 / 0.7) !important;
}

.\!border-green-50\/75 {
  border-color: rgb(233 249 239 / 0.75) !important;
}

.\!border-green-50\/80 {
  border-color: rgb(233 249 239 / 0.8) !important;
}

.\!border-green-50\/90 {
  border-color: rgb(233 249 239 / 0.9) !important;
}

.\!border-green-50\/95 {
  border-color: rgb(233 249 239 / 0.95) !important;
}

.\!border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(145 225 175 / var(--tw-border-opacity)) !important;
}

.\!border-green-500\/0 {
  border-color: rgb(145 225 175 / 0) !important;
}

.\!border-green-500\/10 {
  border-color: rgb(145 225 175 / 0.1) !important;
}

.\!border-green-500\/100 {
  border-color: rgb(145 225 175 / 1) !important;
}

.\!border-green-500\/20 {
  border-color: rgb(145 225 175 / 0.2) !important;
}

.\!border-green-500\/25 {
  border-color: rgb(145 225 175 / 0.25) !important;
}

.\!border-green-500\/30 {
  border-color: rgb(145 225 175 / 0.3) !important;
}

.\!border-green-500\/40 {
  border-color: rgb(145 225 175 / 0.4) !important;
}

.\!border-green-500\/5 {
  border-color: rgb(145 225 175 / 0.05) !important;
}

.\!border-green-500\/50 {
  border-color: rgb(145 225 175 / 0.5) !important;
}

.\!border-green-500\/60 {
  border-color: rgb(145 225 175 / 0.6) !important;
}

.\!border-green-500\/70 {
  border-color: rgb(145 225 175 / 0.7) !important;
}

.\!border-green-500\/75 {
  border-color: rgb(145 225 175 / 0.75) !important;
}

.\!border-green-500\/80 {
  border-color: rgb(145 225 175 / 0.8) !important;
}

.\!border-green-500\/90 {
  border-color: rgb(145 225 175 / 0.9) !important;
}

.\!border-green-500\/95 {
  border-color: rgb(145 225 175 / 0.95) !important;
}

.\!border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(121 188 146 / var(--tw-border-opacity)) !important;
}

.\!border-green-600\/0 {
  border-color: rgb(121 188 146 / 0) !important;
}

.\!border-green-600\/10 {
  border-color: rgb(121 188 146 / 0.1) !important;
}

.\!border-green-600\/100 {
  border-color: rgb(121 188 146 / 1) !important;
}

.\!border-green-600\/20 {
  border-color: rgb(121 188 146 / 0.2) !important;
}

.\!border-green-600\/25 {
  border-color: rgb(121 188 146 / 0.25) !important;
}

.\!border-green-600\/30 {
  border-color: rgb(121 188 146 / 0.3) !important;
}

.\!border-green-600\/40 {
  border-color: rgb(121 188 146 / 0.4) !important;
}

.\!border-green-600\/5 {
  border-color: rgb(121 188 146 / 0.05) !important;
}

.\!border-green-600\/50 {
  border-color: rgb(121 188 146 / 0.5) !important;
}

.\!border-green-600\/60 {
  border-color: rgb(121 188 146 / 0.6) !important;
}

.\!border-green-600\/70 {
  border-color: rgb(121 188 146 / 0.7) !important;
}

.\!border-green-600\/75 {
  border-color: rgb(121 188 146 / 0.75) !important;
}

.\!border-green-600\/80 {
  border-color: rgb(121 188 146 / 0.8) !important;
}

.\!border-green-600\/90 {
  border-color: rgb(121 188 146 / 0.9) !important;
}

.\!border-green-600\/95 {
  border-color: rgb(121 188 146 / 0.95) !important;
}

.\!border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(97 150 117 / var(--tw-border-opacity)) !important;
}

.\!border-green-700\/0 {
  border-color: rgb(97 150 117 / 0) !important;
}

.\!border-green-700\/10 {
  border-color: rgb(97 150 117 / 0.1) !important;
}

.\!border-green-700\/100 {
  border-color: rgb(97 150 117 / 1) !important;
}

.\!border-green-700\/20 {
  border-color: rgb(97 150 117 / 0.2) !important;
}

.\!border-green-700\/25 {
  border-color: rgb(97 150 117 / 0.25) !important;
}

.\!border-green-700\/30 {
  border-color: rgb(97 150 117 / 0.3) !important;
}

.\!border-green-700\/40 {
  border-color: rgb(97 150 117 / 0.4) !important;
}

.\!border-green-700\/5 {
  border-color: rgb(97 150 117 / 0.05) !important;
}

.\!border-green-700\/50 {
  border-color: rgb(97 150 117 / 0.5) !important;
}

.\!border-green-700\/60 {
  border-color: rgb(97 150 117 / 0.6) !important;
}

.\!border-green-700\/70 {
  border-color: rgb(97 150 117 / 0.7) !important;
}

.\!border-green-700\/75 {
  border-color: rgb(97 150 117 / 0.75) !important;
}

.\!border-green-700\/80 {
  border-color: rgb(97 150 117 / 0.8) !important;
}

.\!border-green-700\/90 {
  border-color: rgb(97 150 117 / 0.9) !important;
}

.\!border-green-700\/95 {
  border-color: rgb(97 150 117 / 0.95) !important;
}

.\!border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(73 113 88 / var(--tw-border-opacity)) !important;
}

.\!border-green-800\/0 {
  border-color: rgb(73 113 88 / 0) !important;
}

.\!border-green-800\/10 {
  border-color: rgb(73 113 88 / 0.1) !important;
}

.\!border-green-800\/100 {
  border-color: rgb(73 113 88 / 1) !important;
}

.\!border-green-800\/20 {
  border-color: rgb(73 113 88 / 0.2) !important;
}

.\!border-green-800\/25 {
  border-color: rgb(73 113 88 / 0.25) !important;
}

.\!border-green-800\/30 {
  border-color: rgb(73 113 88 / 0.3) !important;
}

.\!border-green-800\/40 {
  border-color: rgb(73 113 88 / 0.4) !important;
}

.\!border-green-800\/5 {
  border-color: rgb(73 113 88 / 0.05) !important;
}

.\!border-green-800\/50 {
  border-color: rgb(73 113 88 / 0.5) !important;
}

.\!border-green-800\/60 {
  border-color: rgb(73 113 88 / 0.6) !important;
}

.\!border-green-800\/70 {
  border-color: rgb(73 113 88 / 0.7) !important;
}

.\!border-green-800\/75 {
  border-color: rgb(73 113 88 / 0.75) !important;
}

.\!border-green-800\/80 {
  border-color: rgb(73 113 88 / 0.8) !important;
}

.\!border-green-800\/90 {
  border-color: rgb(73 113 88 / 0.9) !important;
}

.\!border-green-800\/95 {
  border-color: rgb(73 113 88 / 0.95) !important;
}

.\!border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(48 75 58 / var(--tw-border-opacity)) !important;
}

.\!border-green-900\/0 {
  border-color: rgb(48 75 58 / 0) !important;
}

.\!border-green-900\/10 {
  border-color: rgb(48 75 58 / 0.1) !important;
}

.\!border-green-900\/100 {
  border-color: rgb(48 75 58 / 1) !important;
}

.\!border-green-900\/20 {
  border-color: rgb(48 75 58 / 0.2) !important;
}

.\!border-green-900\/25 {
  border-color: rgb(48 75 58 / 0.25) !important;
}

.\!border-green-900\/30 {
  border-color: rgb(48 75 58 / 0.3) !important;
}

.\!border-green-900\/40 {
  border-color: rgb(48 75 58 / 0.4) !important;
}

.\!border-green-900\/5 {
  border-color: rgb(48 75 58 / 0.05) !important;
}

.\!border-green-900\/50 {
  border-color: rgb(48 75 58 / 0.5) !important;
}

.\!border-green-900\/60 {
  border-color: rgb(48 75 58 / 0.6) !important;
}

.\!border-green-900\/70 {
  border-color: rgb(48 75 58 / 0.7) !important;
}

.\!border-green-900\/75 {
  border-color: rgb(48 75 58 / 0.75) !important;
}

.\!border-green-900\/80 {
  border-color: rgb(48 75 58 / 0.8) !important;
}

.\!border-green-900\/90 {
  border-color: rgb(48 75 58 / 0.9) !important;
}

.\!border-green-900\/95 {
  border-color: rgb(48 75 58 / 0.95) !important;
}

.\!border-navy-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(175 195 232 / var(--tw-border-opacity)) !important;
}

.\!border-navy-100\/0 {
  border-color: rgb(175 195 232 / 0) !important;
}

.\!border-navy-100\/10 {
  border-color: rgb(175 195 232 / 0.1) !important;
}

.\!border-navy-100\/100 {
  border-color: rgb(175 195 232 / 1) !important;
}

.\!border-navy-100\/20 {
  border-color: rgb(175 195 232 / 0.2) !important;
}

.\!border-navy-100\/25 {
  border-color: rgb(175 195 232 / 0.25) !important;
}

.\!border-navy-100\/30 {
  border-color: rgb(175 195 232 / 0.3) !important;
}

.\!border-navy-100\/40 {
  border-color: rgb(175 195 232 / 0.4) !important;
}

.\!border-navy-100\/5 {
  border-color: rgb(175 195 232 / 0.05) !important;
}

.\!border-navy-100\/50 {
  border-color: rgb(175 195 232 / 0.5) !important;
}

.\!border-navy-100\/60 {
  border-color: rgb(175 195 232 / 0.6) !important;
}

.\!border-navy-100\/70 {
  border-color: rgb(175 195 232 / 0.7) !important;
}

.\!border-navy-100\/75 {
  border-color: rgb(175 195 232 / 0.75) !important;
}

.\!border-navy-100\/80 {
  border-color: rgb(175 195 232 / 0.8) !important;
}

.\!border-navy-100\/90 {
  border-color: rgb(175 195 232 / 0.9) !important;
}

.\!border-navy-100\/95 {
  border-color: rgb(175 195 232 / 0.95) !important;
}

.\!border-navy-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 15 37 / var(--tw-border-opacity)) !important;
}

.\!border-navy-1000\/0 {
  border-color: rgb(3 15 37 / 0) !important;
}

.\!border-navy-1000\/10 {
  border-color: rgb(3 15 37 / 0.1) !important;
}

.\!border-navy-1000\/100 {
  border-color: rgb(3 15 37 / 1) !important;
}

.\!border-navy-1000\/20 {
  border-color: rgb(3 15 37 / 0.2) !important;
}

.\!border-navy-1000\/25 {
  border-color: rgb(3 15 37 / 0.25) !important;
}

.\!border-navy-1000\/30 {
  border-color: rgb(3 15 37 / 0.3) !important;
}

.\!border-navy-1000\/40 {
  border-color: rgb(3 15 37 / 0.4) !important;
}

.\!border-navy-1000\/5 {
  border-color: rgb(3 15 37 / 0.05) !important;
}

.\!border-navy-1000\/50 {
  border-color: rgb(3 15 37 / 0.5) !important;
}

.\!border-navy-1000\/60 {
  border-color: rgb(3 15 37 / 0.6) !important;
}

.\!border-navy-1000\/70 {
  border-color: rgb(3 15 37 / 0.7) !important;
}

.\!border-navy-1000\/75 {
  border-color: rgb(3 15 37 / 0.75) !important;
}

.\!border-navy-1000\/80 {
  border-color: rgb(3 15 37 / 0.8) !important;
}

.\!border-navy-1000\/90 {
  border-color: rgb(3 15 37 / 0.9) !important;
}

.\!border-navy-1000\/95 {
  border-color: rgb(3 15 37 / 0.95) !important;
}

.\!border-navy-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(135 165 220 / var(--tw-border-opacity)) !important;
}

.\!border-navy-200\/0 {
  border-color: rgb(135 165 220 / 0) !important;
}

.\!border-navy-200\/10 {
  border-color: rgb(135 165 220 / 0.1) !important;
}

.\!border-navy-200\/100 {
  border-color: rgb(135 165 220 / 1) !important;
}

.\!border-navy-200\/20 {
  border-color: rgb(135 165 220 / 0.2) !important;
}

.\!border-navy-200\/25 {
  border-color: rgb(135 165 220 / 0.25) !important;
}

.\!border-navy-200\/30 {
  border-color: rgb(135 165 220 / 0.3) !important;
}

.\!border-navy-200\/40 {
  border-color: rgb(135 165 220 / 0.4) !important;
}

.\!border-navy-200\/5 {
  border-color: rgb(135 165 220 / 0.05) !important;
}

.\!border-navy-200\/50 {
  border-color: rgb(135 165 220 / 0.5) !important;
}

.\!border-navy-200\/60 {
  border-color: rgb(135 165 220 / 0.6) !important;
}

.\!border-navy-200\/70 {
  border-color: rgb(135 165 220 / 0.7) !important;
}

.\!border-navy-200\/75 {
  border-color: rgb(135 165 220 / 0.75) !important;
}

.\!border-navy-200\/80 {
  border-color: rgb(135 165 220 / 0.8) !important;
}

.\!border-navy-200\/90 {
  border-color: rgb(135 165 220 / 0.9) !important;
}

.\!border-navy-200\/95 {
  border-color: rgb(135 165 220 / 0.95) !important;
}

.\!border-navy-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(95 135 208 / var(--tw-border-opacity)) !important;
}

.\!border-navy-300\/0 {
  border-color: rgb(95 135 208 / 0) !important;
}

.\!border-navy-300\/10 {
  border-color: rgb(95 135 208 / 0.1) !important;
}

.\!border-navy-300\/100 {
  border-color: rgb(95 135 208 / 1) !important;
}

.\!border-navy-300\/20 {
  border-color: rgb(95 135 208 / 0.2) !important;
}

.\!border-navy-300\/25 {
  border-color: rgb(95 135 208 / 0.25) !important;
}

.\!border-navy-300\/30 {
  border-color: rgb(95 135 208 / 0.3) !important;
}

.\!border-navy-300\/40 {
  border-color: rgb(95 135 208 / 0.4) !important;
}

.\!border-navy-300\/5 {
  border-color: rgb(95 135 208 / 0.05) !important;
}

.\!border-navy-300\/50 {
  border-color: rgb(95 135 208 / 0.5) !important;
}

.\!border-navy-300\/60 {
  border-color: rgb(95 135 208 / 0.6) !important;
}

.\!border-navy-300\/70 {
  border-color: rgb(95 135 208 / 0.7) !important;
}

.\!border-navy-300\/75 {
  border-color: rgb(95 135 208 / 0.75) !important;
}

.\!border-navy-300\/80 {
  border-color: rgb(95 135 208 / 0.8) !important;
}

.\!border-navy-300\/90 {
  border-color: rgb(95 135 208 / 0.9) !important;
}

.\!border-navy-300\/95 {
  border-color: rgb(95 135 208 / 0.95) !important;
}

.\!border-navy-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 105 197 / var(--tw-border-opacity)) !important;
}

.\!border-navy-400\/0 {
  border-color: rgb(55 105 197 / 0) !important;
}

.\!border-navy-400\/10 {
  border-color: rgb(55 105 197 / 0.1) !important;
}

.\!border-navy-400\/100 {
  border-color: rgb(55 105 197 / 1) !important;
}

.\!border-navy-400\/20 {
  border-color: rgb(55 105 197 / 0.2) !important;
}

.\!border-navy-400\/25 {
  border-color: rgb(55 105 197 / 0.25) !important;
}

.\!border-navy-400\/30 {
  border-color: rgb(55 105 197 / 0.3) !important;
}

.\!border-navy-400\/40 {
  border-color: rgb(55 105 197 / 0.4) !important;
}

.\!border-navy-400\/5 {
  border-color: rgb(55 105 197 / 0.05) !important;
}

.\!border-navy-400\/50 {
  border-color: rgb(55 105 197 / 0.5) !important;
}

.\!border-navy-400\/60 {
  border-color: rgb(55 105 197 / 0.6) !important;
}

.\!border-navy-400\/70 {
  border-color: rgb(55 105 197 / 0.7) !important;
}

.\!border-navy-400\/75 {
  border-color: rgb(55 105 197 / 0.75) !important;
}

.\!border-navy-400\/80 {
  border-color: rgb(55 105 197 / 0.8) !important;
}

.\!border-navy-400\/90 {
  border-color: rgb(55 105 197 / 0.9) !important;
}

.\!border-navy-400\/95 {
  border-color: rgb(55 105 197 / 0.95) !important;
}

.\!border-navy-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 219 241 / var(--tw-border-opacity)) !important;
}

.\!border-navy-50\/0 {
  border-color: rgb(207 219 241 / 0) !important;
}

.\!border-navy-50\/10 {
  border-color: rgb(207 219 241 / 0.1) !important;
}

.\!border-navy-50\/100 {
  border-color: rgb(207 219 241 / 1) !important;
}

.\!border-navy-50\/20 {
  border-color: rgb(207 219 241 / 0.2) !important;
}

.\!border-navy-50\/25 {
  border-color: rgb(207 219 241 / 0.25) !important;
}

.\!border-navy-50\/30 {
  border-color: rgb(207 219 241 / 0.3) !important;
}

.\!border-navy-50\/40 {
  border-color: rgb(207 219 241 / 0.4) !important;
}

.\!border-navy-50\/5 {
  border-color: rgb(207 219 241 / 0.05) !important;
}

.\!border-navy-50\/50 {
  border-color: rgb(207 219 241 / 0.5) !important;
}

.\!border-navy-50\/60 {
  border-color: rgb(207 219 241 / 0.6) !important;
}

.\!border-navy-50\/70 {
  border-color: rgb(207 219 241 / 0.7) !important;
}

.\!border-navy-50\/75 {
  border-color: rgb(207 219 241 / 0.75) !important;
}

.\!border-navy-50\/80 {
  border-color: rgb(207 219 241 / 0.8) !important;
}

.\!border-navy-50\/90 {
  border-color: rgb(207 219 241 / 0.9) !important;
}

.\!border-navy-50\/95 {
  border-color: rgb(207 219 241 / 0.95) !important;
}

.\!border-navy-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 75 185 / var(--tw-border-opacity)) !important;
}

.\!border-navy-500\/0 {
  border-color: rgb(15 75 185 / 0) !important;
}

.\!border-navy-500\/10 {
  border-color: rgb(15 75 185 / 0.1) !important;
}

.\!border-navy-500\/100 {
  border-color: rgb(15 75 185 / 1) !important;
}

.\!border-navy-500\/20 {
  border-color: rgb(15 75 185 / 0.2) !important;
}

.\!border-navy-500\/25 {
  border-color: rgb(15 75 185 / 0.25) !important;
}

.\!border-navy-500\/30 {
  border-color: rgb(15 75 185 / 0.3) !important;
}

.\!border-navy-500\/40 {
  border-color: rgb(15 75 185 / 0.4) !important;
}

.\!border-navy-500\/5 {
  border-color: rgb(15 75 185 / 0.05) !important;
}

.\!border-navy-500\/50 {
  border-color: rgb(15 75 185 / 0.5) !important;
}

.\!border-navy-500\/60 {
  border-color: rgb(15 75 185 / 0.6) !important;
}

.\!border-navy-500\/70 {
  border-color: rgb(15 75 185 / 0.7) !important;
}

.\!border-navy-500\/75 {
  border-color: rgb(15 75 185 / 0.75) !important;
}

.\!border-navy-500\/80 {
  border-color: rgb(15 75 185 / 0.8) !important;
}

.\!border-navy-500\/90 {
  border-color: rgb(15 75 185 / 0.9) !important;
}

.\!border-navy-500\/95 {
  border-color: rgb(15 75 185 / 0.95) !important;
}

.\!border-navy-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(13 63 154 / var(--tw-border-opacity)) !important;
}

.\!border-navy-600\/0 {
  border-color: rgb(13 63 154 / 0) !important;
}

.\!border-navy-600\/10 {
  border-color: rgb(13 63 154 / 0.1) !important;
}

.\!border-navy-600\/100 {
  border-color: rgb(13 63 154 / 1) !important;
}

.\!border-navy-600\/20 {
  border-color: rgb(13 63 154 / 0.2) !important;
}

.\!border-navy-600\/25 {
  border-color: rgb(13 63 154 / 0.25) !important;
}

.\!border-navy-600\/30 {
  border-color: rgb(13 63 154 / 0.3) !important;
}

.\!border-navy-600\/40 {
  border-color: rgb(13 63 154 / 0.4) !important;
}

.\!border-navy-600\/5 {
  border-color: rgb(13 63 154 / 0.05) !important;
}

.\!border-navy-600\/50 {
  border-color: rgb(13 63 154 / 0.5) !important;
}

.\!border-navy-600\/60 {
  border-color: rgb(13 63 154 / 0.6) !important;
}

.\!border-navy-600\/70 {
  border-color: rgb(13 63 154 / 0.7) !important;
}

.\!border-navy-600\/75 {
  border-color: rgb(13 63 154 / 0.75) !important;
}

.\!border-navy-600\/80 {
  border-color: rgb(13 63 154 / 0.8) !important;
}

.\!border-navy-600\/90 {
  border-color: rgb(13 63 154 / 0.9) !important;
}

.\!border-navy-600\/95 {
  border-color: rgb(13 63 154 / 0.95) !important;
}

.\!border-navy-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(10 50 123 / var(--tw-border-opacity)) !important;
}

.\!border-navy-700\/0 {
  border-color: rgb(10 50 123 / 0) !important;
}

.\!border-navy-700\/10 {
  border-color: rgb(10 50 123 / 0.1) !important;
}

.\!border-navy-700\/100 {
  border-color: rgb(10 50 123 / 1) !important;
}

.\!border-navy-700\/20 {
  border-color: rgb(10 50 123 / 0.2) !important;
}

.\!border-navy-700\/25 {
  border-color: rgb(10 50 123 / 0.25) !important;
}

.\!border-navy-700\/30 {
  border-color: rgb(10 50 123 / 0.3) !important;
}

.\!border-navy-700\/40 {
  border-color: rgb(10 50 123 / 0.4) !important;
}

.\!border-navy-700\/5 {
  border-color: rgb(10 50 123 / 0.05) !important;
}

.\!border-navy-700\/50 {
  border-color: rgb(10 50 123 / 0.5) !important;
}

.\!border-navy-700\/60 {
  border-color: rgb(10 50 123 / 0.6) !important;
}

.\!border-navy-700\/70 {
  border-color: rgb(10 50 123 / 0.7) !important;
}

.\!border-navy-700\/75 {
  border-color: rgb(10 50 123 / 0.75) !important;
}

.\!border-navy-700\/80 {
  border-color: rgb(10 50 123 / 0.8) !important;
}

.\!border-navy-700\/90 {
  border-color: rgb(10 50 123 / 0.9) !important;
}

.\!border-navy-700\/95 {
  border-color: rgb(10 50 123 / 0.95) !important;
}

.\!border-navy-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 38 93 / var(--tw-border-opacity)) !important;
}

.\!border-navy-800\/0 {
  border-color: rgb(8 38 93 / 0) !important;
}

.\!border-navy-800\/10 {
  border-color: rgb(8 38 93 / 0.1) !important;
}

.\!border-navy-800\/100 {
  border-color: rgb(8 38 93 / 1) !important;
}

.\!border-navy-800\/20 {
  border-color: rgb(8 38 93 / 0.2) !important;
}

.\!border-navy-800\/25 {
  border-color: rgb(8 38 93 / 0.25) !important;
}

.\!border-navy-800\/30 {
  border-color: rgb(8 38 93 / 0.3) !important;
}

.\!border-navy-800\/40 {
  border-color: rgb(8 38 93 / 0.4) !important;
}

.\!border-navy-800\/5 {
  border-color: rgb(8 38 93 / 0.05) !important;
}

.\!border-navy-800\/50 {
  border-color: rgb(8 38 93 / 0.5) !important;
}

.\!border-navy-800\/60 {
  border-color: rgb(8 38 93 / 0.6) !important;
}

.\!border-navy-800\/70 {
  border-color: rgb(8 38 93 / 0.7) !important;
}

.\!border-navy-800\/75 {
  border-color: rgb(8 38 93 / 0.75) !important;
}

.\!border-navy-800\/80 {
  border-color: rgb(8 38 93 / 0.8) !important;
}

.\!border-navy-800\/90 {
  border-color: rgb(8 38 93 / 0.9) !important;
}

.\!border-navy-800\/95 {
  border-color: rgb(8 38 93 / 0.95) !important;
}

.\!border-navy-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(5 25 62 / var(--tw-border-opacity)) !important;
}

.\!border-navy-900\/0 {
  border-color: rgb(5 25 62 / 0) !important;
}

.\!border-navy-900\/10 {
  border-color: rgb(5 25 62 / 0.1) !important;
}

.\!border-navy-900\/100 {
  border-color: rgb(5 25 62 / 1) !important;
}

.\!border-navy-900\/20 {
  border-color: rgb(5 25 62 / 0.2) !important;
}

.\!border-navy-900\/25 {
  border-color: rgb(5 25 62 / 0.25) !important;
}

.\!border-navy-900\/30 {
  border-color: rgb(5 25 62 / 0.3) !important;
}

.\!border-navy-900\/40 {
  border-color: rgb(5 25 62 / 0.4) !important;
}

.\!border-navy-900\/5 {
  border-color: rgb(5 25 62 / 0.05) !important;
}

.\!border-navy-900\/50 {
  border-color: rgb(5 25 62 / 0.5) !important;
}

.\!border-navy-900\/60 {
  border-color: rgb(5 25 62 / 0.6) !important;
}

.\!border-navy-900\/70 {
  border-color: rgb(5 25 62 / 0.7) !important;
}

.\!border-navy-900\/75 {
  border-color: rgb(5 25 62 / 0.75) !important;
}

.\!border-navy-900\/80 {
  border-color: rgb(5 25 62 / 0.8) !important;
}

.\!border-navy-900\/90 {
  border-color: rgb(5 25 62 / 0.9) !important;
}

.\!border-navy-900\/95 {
  border-color: rgb(5 25 62 / 0.95) !important;
}

.\!border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 212 197 / var(--tw-border-opacity)) !important;
}

.\!border-orange-100\/0 {
  border-color: rgb(255 212 197 / 0) !important;
}

.\!border-orange-100\/10 {
  border-color: rgb(255 212 197 / 0.1) !important;
}

.\!border-orange-100\/100 {
  border-color: rgb(255 212 197 / 1) !important;
}

.\!border-orange-100\/20 {
  border-color: rgb(255 212 197 / 0.2) !important;
}

.\!border-orange-100\/25 {
  border-color: rgb(255 212 197 / 0.25) !important;
}

.\!border-orange-100\/30 {
  border-color: rgb(255 212 197 / 0.3) !important;
}

.\!border-orange-100\/40 {
  border-color: rgb(255 212 197 / 0.4) !important;
}

.\!border-orange-100\/5 {
  border-color: rgb(255 212 197 / 0.05) !important;
}

.\!border-orange-100\/50 {
  border-color: rgb(255 212 197 / 0.5) !important;
}

.\!border-orange-100\/60 {
  border-color: rgb(255 212 197 / 0.6) !important;
}

.\!border-orange-100\/70 {
  border-color: rgb(255 212 197 / 0.7) !important;
}

.\!border-orange-100\/75 {
  border-color: rgb(255 212 197 / 0.75) !important;
}

.\!border-orange-100\/80 {
  border-color: rgb(255 212 197 / 0.8) !important;
}

.\!border-orange-100\/90 {
  border-color: rgb(255 212 197 / 0.9) !important;
}

.\!border-orange-100\/95 {
  border-color: rgb(255 212 197 / 0.95) !important;
}

.\!border-orange-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 25 16 / var(--tw-border-opacity)) !important;
}

.\!border-orange-1000\/0 {
  border-color: rgb(51 25 16 / 0) !important;
}

.\!border-orange-1000\/10 {
  border-color: rgb(51 25 16 / 0.1) !important;
}

.\!border-orange-1000\/100 {
  border-color: rgb(51 25 16 / 1) !important;
}

.\!border-orange-1000\/20 {
  border-color: rgb(51 25 16 / 0.2) !important;
}

.\!border-orange-1000\/25 {
  border-color: rgb(51 25 16 / 0.25) !important;
}

.\!border-orange-1000\/30 {
  border-color: rgb(51 25 16 / 0.3) !important;
}

.\!border-orange-1000\/40 {
  border-color: rgb(51 25 16 / 0.4) !important;
}

.\!border-orange-1000\/5 {
  border-color: rgb(51 25 16 / 0.05) !important;
}

.\!border-orange-1000\/50 {
  border-color: rgb(51 25 16 / 0.5) !important;
}

.\!border-orange-1000\/60 {
  border-color: rgb(51 25 16 / 0.6) !important;
}

.\!border-orange-1000\/70 {
  border-color: rgb(51 25 16 / 0.7) !important;
}

.\!border-orange-1000\/75 {
  border-color: rgb(51 25 16 / 0.75) !important;
}

.\!border-orange-1000\/80 {
  border-color: rgb(51 25 16 / 0.8) !important;
}

.\!border-orange-1000\/90 {
  border-color: rgb(51 25 16 / 0.9) !important;
}

.\!border-orange-1000\/95 {
  border-color: rgb(51 25 16 / 0.95) !important;
}

.\!border-orange-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 191 168 / var(--tw-border-opacity)) !important;
}

.\!border-orange-200\/0 {
  border-color: rgb(255 191 168 / 0) !important;
}

.\!border-orange-200\/10 {
  border-color: rgb(255 191 168 / 0.1) !important;
}

.\!border-orange-200\/100 {
  border-color: rgb(255 191 168 / 1) !important;
}

.\!border-orange-200\/20 {
  border-color: rgb(255 191 168 / 0.2) !important;
}

.\!border-orange-200\/25 {
  border-color: rgb(255 191 168 / 0.25) !important;
}

.\!border-orange-200\/30 {
  border-color: rgb(255 191 168 / 0.3) !important;
}

.\!border-orange-200\/40 {
  border-color: rgb(255 191 168 / 0.4) !important;
}

.\!border-orange-200\/5 {
  border-color: rgb(255 191 168 / 0.05) !important;
}

.\!border-orange-200\/50 {
  border-color: rgb(255 191 168 / 0.5) !important;
}

.\!border-orange-200\/60 {
  border-color: rgb(255 191 168 / 0.6) !important;
}

.\!border-orange-200\/70 {
  border-color: rgb(255 191 168 / 0.7) !important;
}

.\!border-orange-200\/75 {
  border-color: rgb(255 191 168 / 0.75) !important;
}

.\!border-orange-200\/80 {
  border-color: rgb(255 191 168 / 0.8) !important;
}

.\!border-orange-200\/90 {
  border-color: rgb(255 191 168 / 0.9) !important;
}

.\!border-orange-200\/95 {
  border-color: rgb(255 191 168 / 0.95) !important;
}

.\!border-orange-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 170 138 / var(--tw-border-opacity)) !important;
}

.\!border-orange-300\/0 {
  border-color: rgb(255 170 138 / 0) !important;
}

.\!border-orange-300\/10 {
  border-color: rgb(255 170 138 / 0.1) !important;
}

.\!border-orange-300\/100 {
  border-color: rgb(255 170 138 / 1) !important;
}

.\!border-orange-300\/20 {
  border-color: rgb(255 170 138 / 0.2) !important;
}

.\!border-orange-300\/25 {
  border-color: rgb(255 170 138 / 0.25) !important;
}

.\!border-orange-300\/30 {
  border-color: rgb(255 170 138 / 0.3) !important;
}

.\!border-orange-300\/40 {
  border-color: rgb(255 170 138 / 0.4) !important;
}

.\!border-orange-300\/5 {
  border-color: rgb(255 170 138 / 0.05) !important;
}

.\!border-orange-300\/50 {
  border-color: rgb(255 170 138 / 0.5) !important;
}

.\!border-orange-300\/60 {
  border-color: rgb(255 170 138 / 0.6) !important;
}

.\!border-orange-300\/70 {
  border-color: rgb(255 170 138 / 0.7) !important;
}

.\!border-orange-300\/75 {
  border-color: rgb(255 170 138 / 0.75) !important;
}

.\!border-orange-300\/80 {
  border-color: rgb(255 170 138 / 0.8) !important;
}

.\!border-orange-300\/90 {
  border-color: rgb(255 170 138 / 0.9) !important;
}

.\!border-orange-300\/95 {
  border-color: rgb(255 170 138 / 0.95) !important;
}

.\!border-orange-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 148 109 / var(--tw-border-opacity)) !important;
}

.\!border-orange-400\/0 {
  border-color: rgb(255 148 109 / 0) !important;
}

.\!border-orange-400\/10 {
  border-color: rgb(255 148 109 / 0.1) !important;
}

.\!border-orange-400\/100 {
  border-color: rgb(255 148 109 / 1) !important;
}

.\!border-orange-400\/20 {
  border-color: rgb(255 148 109 / 0.2) !important;
}

.\!border-orange-400\/25 {
  border-color: rgb(255 148 109 / 0.25) !important;
}

.\!border-orange-400\/30 {
  border-color: rgb(255 148 109 / 0.3) !important;
}

.\!border-orange-400\/40 {
  border-color: rgb(255 148 109 / 0.4) !important;
}

.\!border-orange-400\/5 {
  border-color: rgb(255 148 109 / 0.05) !important;
}

.\!border-orange-400\/50 {
  border-color: rgb(255 148 109 / 0.5) !important;
}

.\!border-orange-400\/60 {
  border-color: rgb(255 148 109 / 0.6) !important;
}

.\!border-orange-400\/70 {
  border-color: rgb(255 148 109 / 0.7) !important;
}

.\!border-orange-400\/75 {
  border-color: rgb(255 148 109 / 0.75) !important;
}

.\!border-orange-400\/80 {
  border-color: rgb(255 148 109 / 0.8) !important;
}

.\!border-orange-400\/90 {
  border-color: rgb(255 148 109 / 0.9) !important;
}

.\!border-orange-400\/95 {
  border-color: rgb(255 148 109 / 0.95) !important;
}

.\!border-orange-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 229 220 / var(--tw-border-opacity)) !important;
}

.\!border-orange-50\/0 {
  border-color: rgb(255 229 220 / 0) !important;
}

.\!border-orange-50\/10 {
  border-color: rgb(255 229 220 / 0.1) !important;
}

.\!border-orange-50\/100 {
  border-color: rgb(255 229 220 / 1) !important;
}

.\!border-orange-50\/20 {
  border-color: rgb(255 229 220 / 0.2) !important;
}

.\!border-orange-50\/25 {
  border-color: rgb(255 229 220 / 0.25) !important;
}

.\!border-orange-50\/30 {
  border-color: rgb(255 229 220 / 0.3) !important;
}

.\!border-orange-50\/40 {
  border-color: rgb(255 229 220 / 0.4) !important;
}

.\!border-orange-50\/5 {
  border-color: rgb(255 229 220 / 0.05) !important;
}

.\!border-orange-50\/50 {
  border-color: rgb(255 229 220 / 0.5) !important;
}

.\!border-orange-50\/60 {
  border-color: rgb(255 229 220 / 0.6) !important;
}

.\!border-orange-50\/70 {
  border-color: rgb(255 229 220 / 0.7) !important;
}

.\!border-orange-50\/75 {
  border-color: rgb(255 229 220 / 0.75) !important;
}

.\!border-orange-50\/80 {
  border-color: rgb(255 229 220 / 0.8) !important;
}

.\!border-orange-50\/90 {
  border-color: rgb(255 229 220 / 0.9) !important;
}

.\!border-orange-50\/95 {
  border-color: rgb(255 229 220 / 0.95) !important;
}

.\!border-orange-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 127 80 / var(--tw-border-opacity)) !important;
}

.\!border-orange-500\/0 {
  border-color: rgb(255 127 80 / 0) !important;
}

.\!border-orange-500\/10 {
  border-color: rgb(255 127 80 / 0.1) !important;
}

.\!border-orange-500\/100 {
  border-color: rgb(255 127 80 / 1) !important;
}

.\!border-orange-500\/20 {
  border-color: rgb(255 127 80 / 0.2) !important;
}

.\!border-orange-500\/25 {
  border-color: rgb(255 127 80 / 0.25) !important;
}

.\!border-orange-500\/30 {
  border-color: rgb(255 127 80 / 0.3) !important;
}

.\!border-orange-500\/40 {
  border-color: rgb(255 127 80 / 0.4) !important;
}

.\!border-orange-500\/5 {
  border-color: rgb(255 127 80 / 0.05) !important;
}

.\!border-orange-500\/50 {
  border-color: rgb(255 127 80 / 0.5) !important;
}

.\!border-orange-500\/60 {
  border-color: rgb(255 127 80 / 0.6) !important;
}

.\!border-orange-500\/70 {
  border-color: rgb(255 127 80 / 0.7) !important;
}

.\!border-orange-500\/75 {
  border-color: rgb(255 127 80 / 0.75) !important;
}

.\!border-orange-500\/80 {
  border-color: rgb(255 127 80 / 0.8) !important;
}

.\!border-orange-500\/90 {
  border-color: rgb(255 127 80 / 0.9) !important;
}

.\!border-orange-500\/95 {
  border-color: rgb(255 127 80 / 0.95) !important;
}

.\!border-orange-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 106 67 / var(--tw-border-opacity)) !important;
}

.\!border-orange-600\/0 {
  border-color: rgb(213 106 67 / 0) !important;
}

.\!border-orange-600\/10 {
  border-color: rgb(213 106 67 / 0.1) !important;
}

.\!border-orange-600\/100 {
  border-color: rgb(213 106 67 / 1) !important;
}

.\!border-orange-600\/20 {
  border-color: rgb(213 106 67 / 0.2) !important;
}

.\!border-orange-600\/25 {
  border-color: rgb(213 106 67 / 0.25) !important;
}

.\!border-orange-600\/30 {
  border-color: rgb(213 106 67 / 0.3) !important;
}

.\!border-orange-600\/40 {
  border-color: rgb(213 106 67 / 0.4) !important;
}

.\!border-orange-600\/5 {
  border-color: rgb(213 106 67 / 0.05) !important;
}

.\!border-orange-600\/50 {
  border-color: rgb(213 106 67 / 0.5) !important;
}

.\!border-orange-600\/60 {
  border-color: rgb(213 106 67 / 0.6) !important;
}

.\!border-orange-600\/70 {
  border-color: rgb(213 106 67 / 0.7) !important;
}

.\!border-orange-600\/75 {
  border-color: rgb(213 106 67 / 0.75) !important;
}

.\!border-orange-600\/80 {
  border-color: rgb(213 106 67 / 0.8) !important;
}

.\!border-orange-600\/90 {
  border-color: rgb(213 106 67 / 0.9) !important;
}

.\!border-orange-600\/95 {
  border-color: rgb(213 106 67 / 0.95) !important;
}

.\!border-orange-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(170 85 53 / var(--tw-border-opacity)) !important;
}

.\!border-orange-700\/0 {
  border-color: rgb(170 85 53 / 0) !important;
}

.\!border-orange-700\/10 {
  border-color: rgb(170 85 53 / 0.1) !important;
}

.\!border-orange-700\/100 {
  border-color: rgb(170 85 53 / 1) !important;
}

.\!border-orange-700\/20 {
  border-color: rgb(170 85 53 / 0.2) !important;
}

.\!border-orange-700\/25 {
  border-color: rgb(170 85 53 / 0.25) !important;
}

.\!border-orange-700\/30 {
  border-color: rgb(170 85 53 / 0.3) !important;
}

.\!border-orange-700\/40 {
  border-color: rgb(170 85 53 / 0.4) !important;
}

.\!border-orange-700\/5 {
  border-color: rgb(170 85 53 / 0.05) !important;
}

.\!border-orange-700\/50 {
  border-color: rgb(170 85 53 / 0.5) !important;
}

.\!border-orange-700\/60 {
  border-color: rgb(170 85 53 / 0.6) !important;
}

.\!border-orange-700\/70 {
  border-color: rgb(170 85 53 / 0.7) !important;
}

.\!border-orange-700\/75 {
  border-color: rgb(170 85 53 / 0.75) !important;
}

.\!border-orange-700\/80 {
  border-color: rgb(170 85 53 / 0.8) !important;
}

.\!border-orange-700\/90 {
  border-color: rgb(170 85 53 / 0.9) !important;
}

.\!border-orange-700\/95 {
  border-color: rgb(170 85 53 / 0.95) !important;
}

.\!border-orange-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 64 40 / var(--tw-border-opacity)) !important;
}

.\!border-orange-800\/0 {
  border-color: rgb(128 64 40 / 0) !important;
}

.\!border-orange-800\/10 {
  border-color: rgb(128 64 40 / 0.1) !important;
}

.\!border-orange-800\/100 {
  border-color: rgb(128 64 40 / 1) !important;
}

.\!border-orange-800\/20 {
  border-color: rgb(128 64 40 / 0.2) !important;
}

.\!border-orange-800\/25 {
  border-color: rgb(128 64 40 / 0.25) !important;
}

.\!border-orange-800\/30 {
  border-color: rgb(128 64 40 / 0.3) !important;
}

.\!border-orange-800\/40 {
  border-color: rgb(128 64 40 / 0.4) !important;
}

.\!border-orange-800\/5 {
  border-color: rgb(128 64 40 / 0.05) !important;
}

.\!border-orange-800\/50 {
  border-color: rgb(128 64 40 / 0.5) !important;
}

.\!border-orange-800\/60 {
  border-color: rgb(128 64 40 / 0.6) !important;
}

.\!border-orange-800\/70 {
  border-color: rgb(128 64 40 / 0.7) !important;
}

.\!border-orange-800\/75 {
  border-color: rgb(128 64 40 / 0.75) !important;
}

.\!border-orange-800\/80 {
  border-color: rgb(128 64 40 / 0.8) !important;
}

.\!border-orange-800\/90 {
  border-color: rgb(128 64 40 / 0.9) !important;
}

.\!border-orange-800\/95 {
  border-color: rgb(128 64 40 / 0.95) !important;
}

.\!border-orange-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(85 42 27 / var(--tw-border-opacity)) !important;
}

.\!border-orange-900\/0 {
  border-color: rgb(85 42 27 / 0) !important;
}

.\!border-orange-900\/10 {
  border-color: rgb(85 42 27 / 0.1) !important;
}

.\!border-orange-900\/100 {
  border-color: rgb(85 42 27 / 1) !important;
}

.\!border-orange-900\/20 {
  border-color: rgb(85 42 27 / 0.2) !important;
}

.\!border-orange-900\/25 {
  border-color: rgb(85 42 27 / 0.25) !important;
}

.\!border-orange-900\/30 {
  border-color: rgb(85 42 27 / 0.3) !important;
}

.\!border-orange-900\/40 {
  border-color: rgb(85 42 27 / 0.4) !important;
}

.\!border-orange-900\/5 {
  border-color: rgb(85 42 27 / 0.05) !important;
}

.\!border-orange-900\/50 {
  border-color: rgb(85 42 27 / 0.5) !important;
}

.\!border-orange-900\/60 {
  border-color: rgb(85 42 27 / 0.6) !important;
}

.\!border-orange-900\/70 {
  border-color: rgb(85 42 27 / 0.7) !important;
}

.\!border-orange-900\/75 {
  border-color: rgb(85 42 27 / 0.75) !important;
}

.\!border-orange-900\/80 {
  border-color: rgb(85 42 27 / 0.8) !important;
}

.\!border-orange-900\/90 {
  border-color: rgb(85 42 27 / 0.9) !important;
}

.\!border-orange-900\/95 {
  border-color: rgb(85 42 27 / 0.95) !important;
}

.\!border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 200 237 / var(--tw-border-opacity)) !important;
}

.\!border-purple-100\/0 {
  border-color: rgb(212 200 237 / 0) !important;
}

.\!border-purple-100\/10 {
  border-color: rgb(212 200 237 / 0.1) !important;
}

.\!border-purple-100\/100 {
  border-color: rgb(212 200 237 / 1) !important;
}

.\!border-purple-100\/20 {
  border-color: rgb(212 200 237 / 0.2) !important;
}

.\!border-purple-100\/25 {
  border-color: rgb(212 200 237 / 0.25) !important;
}

.\!border-purple-100\/30 {
  border-color: rgb(212 200 237 / 0.3) !important;
}

.\!border-purple-100\/40 {
  border-color: rgb(212 200 237 / 0.4) !important;
}

.\!border-purple-100\/5 {
  border-color: rgb(212 200 237 / 0.05) !important;
}

.\!border-purple-100\/50 {
  border-color: rgb(212 200 237 / 0.5) !important;
}

.\!border-purple-100\/60 {
  border-color: rgb(212 200 237 / 0.6) !important;
}

.\!border-purple-100\/70 {
  border-color: rgb(212 200 237 / 0.7) !important;
}

.\!border-purple-100\/75 {
  border-color: rgb(212 200 237 / 0.75) !important;
}

.\!border-purple-100\/80 {
  border-color: rgb(212 200 237 / 0.8) !important;
}

.\!border-purple-100\/90 {
  border-color: rgb(212 200 237 / 0.9) !important;
}

.\!border-purple-100\/95 {
  border-color: rgb(212 200 237 / 0.95) !important;
}

.\!border-purple-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 18 40 / var(--tw-border-opacity)) !important;
}

.\!border-purple-1000\/0 {
  border-color: rgb(25 18 40 / 0) !important;
}

.\!border-purple-1000\/10 {
  border-color: rgb(25 18 40 / 0.1) !important;
}

.\!border-purple-1000\/100 {
  border-color: rgb(25 18 40 / 1) !important;
}

.\!border-purple-1000\/20 {
  border-color: rgb(25 18 40 / 0.2) !important;
}

.\!border-purple-1000\/25 {
  border-color: rgb(25 18 40 / 0.25) !important;
}

.\!border-purple-1000\/30 {
  border-color: rgb(25 18 40 / 0.3) !important;
}

.\!border-purple-1000\/40 {
  border-color: rgb(25 18 40 / 0.4) !important;
}

.\!border-purple-1000\/5 {
  border-color: rgb(25 18 40 / 0.05) !important;
}

.\!border-purple-1000\/50 {
  border-color: rgb(25 18 40 / 0.5) !important;
}

.\!border-purple-1000\/60 {
  border-color: rgb(25 18 40 / 0.6) !important;
}

.\!border-purple-1000\/70 {
  border-color: rgb(25 18 40 / 0.7) !important;
}

.\!border-purple-1000\/75 {
  border-color: rgb(25 18 40 / 0.75) !important;
}

.\!border-purple-1000\/80 {
  border-color: rgb(25 18 40 / 0.8) !important;
}

.\!border-purple-1000\/90 {
  border-color: rgb(25 18 40 / 0.9) !important;
}

.\!border-purple-1000\/95 {
  border-color: rgb(25 18 40 / 0.95) !important;
}

.\!border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 173 228 / var(--tw-border-opacity)) !important;
}

.\!border-purple-200\/0 {
  border-color: rgb(190 173 228 / 0) !important;
}

.\!border-purple-200\/10 {
  border-color: rgb(190 173 228 / 0.1) !important;
}

.\!border-purple-200\/100 {
  border-color: rgb(190 173 228 / 1) !important;
}

.\!border-purple-200\/20 {
  border-color: rgb(190 173 228 / 0.2) !important;
}

.\!border-purple-200\/25 {
  border-color: rgb(190 173 228 / 0.25) !important;
}

.\!border-purple-200\/30 {
  border-color: rgb(190 173 228 / 0.3) !important;
}

.\!border-purple-200\/40 {
  border-color: rgb(190 173 228 / 0.4) !important;
}

.\!border-purple-200\/5 {
  border-color: rgb(190 173 228 / 0.05) !important;
}

.\!border-purple-200\/50 {
  border-color: rgb(190 173 228 / 0.5) !important;
}

.\!border-purple-200\/60 {
  border-color: rgb(190 173 228 / 0.6) !important;
}

.\!border-purple-200\/70 {
  border-color: rgb(190 173 228 / 0.7) !important;
}

.\!border-purple-200\/75 {
  border-color: rgb(190 173 228 / 0.75) !important;
}

.\!border-purple-200\/80 {
  border-color: rgb(190 173 228 / 0.8) !important;
}

.\!border-purple-200\/90 {
  border-color: rgb(190 173 228 / 0.9) !important;
}

.\!border-purple-200\/95 {
  border-color: rgb(190 173 228 / 0.95) !important;
}

.\!border-purple-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 145 218 / var(--tw-border-opacity)) !important;
}

.\!border-purple-300\/0 {
  border-color: rgb(168 145 218 / 0) !important;
}

.\!border-purple-300\/10 {
  border-color: rgb(168 145 218 / 0.1) !important;
}

.\!border-purple-300\/100 {
  border-color: rgb(168 145 218 / 1) !important;
}

.\!border-purple-300\/20 {
  border-color: rgb(168 145 218 / 0.2) !important;
}

.\!border-purple-300\/25 {
  border-color: rgb(168 145 218 / 0.25) !important;
}

.\!border-purple-300\/30 {
  border-color: rgb(168 145 218 / 0.3) !important;
}

.\!border-purple-300\/40 {
  border-color: rgb(168 145 218 / 0.4) !important;
}

.\!border-purple-300\/5 {
  border-color: rgb(168 145 218 / 0.05) !important;
}

.\!border-purple-300\/50 {
  border-color: rgb(168 145 218 / 0.5) !important;
}

.\!border-purple-300\/60 {
  border-color: rgb(168 145 218 / 0.6) !important;
}

.\!border-purple-300\/70 {
  border-color: rgb(168 145 218 / 0.7) !important;
}

.\!border-purple-300\/75 {
  border-color: rgb(168 145 218 / 0.75) !important;
}

.\!border-purple-300\/80 {
  border-color: rgb(168 145 218 / 0.8) !important;
}

.\!border-purple-300\/90 {
  border-color: rgb(168 145 218 / 0.9) !important;
}

.\!border-purple-300\/95 {
  border-color: rgb(168 145 218 / 0.95) !important;
}

.\!border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 118 209 / var(--tw-border-opacity)) !important;
}

.\!border-purple-400\/0 {
  border-color: rgb(147 118 209 / 0) !important;
}

.\!border-purple-400\/10 {
  border-color: rgb(147 118 209 / 0.1) !important;
}

.\!border-purple-400\/100 {
  border-color: rgb(147 118 209 / 1) !important;
}

.\!border-purple-400\/20 {
  border-color: rgb(147 118 209 / 0.2) !important;
}

.\!border-purple-400\/25 {
  border-color: rgb(147 118 209 / 0.25) !important;
}

.\!border-purple-400\/30 {
  border-color: rgb(147 118 209 / 0.3) !important;
}

.\!border-purple-400\/40 {
  border-color: rgb(147 118 209 / 0.4) !important;
}

.\!border-purple-400\/5 {
  border-color: rgb(147 118 209 / 0.05) !important;
}

.\!border-purple-400\/50 {
  border-color: rgb(147 118 209 / 0.5) !important;
}

.\!border-purple-400\/60 {
  border-color: rgb(147 118 209 / 0.6) !important;
}

.\!border-purple-400\/70 {
  border-color: rgb(147 118 209 / 0.7) !important;
}

.\!border-purple-400\/75 {
  border-color: rgb(147 118 209 / 0.75) !important;
}

.\!border-purple-400\/80 {
  border-color: rgb(147 118 209 / 0.8) !important;
}

.\!border-purple-400\/90 {
  border-color: rgb(147 118 209 / 0.9) !important;
}

.\!border-purple-400\/95 {
  border-color: rgb(147 118 209 / 0.95) !important;
}

.\!border-purple-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 222 244 / var(--tw-border-opacity)) !important;
}

.\!border-purple-50\/0 {
  border-color: rgb(229 222 244 / 0) !important;
}

.\!border-purple-50\/10 {
  border-color: rgb(229 222 244 / 0.1) !important;
}

.\!border-purple-50\/100 {
  border-color: rgb(229 222 244 / 1) !important;
}

.\!border-purple-50\/20 {
  border-color: rgb(229 222 244 / 0.2) !important;
}

.\!border-purple-50\/25 {
  border-color: rgb(229 222 244 / 0.25) !important;
}

.\!border-purple-50\/30 {
  border-color: rgb(229 222 244 / 0.3) !important;
}

.\!border-purple-50\/40 {
  border-color: rgb(229 222 244 / 0.4) !important;
}

.\!border-purple-50\/5 {
  border-color: rgb(229 222 244 / 0.05) !important;
}

.\!border-purple-50\/50 {
  border-color: rgb(229 222 244 / 0.5) !important;
}

.\!border-purple-50\/60 {
  border-color: rgb(229 222 244 / 0.6) !important;
}

.\!border-purple-50\/70 {
  border-color: rgb(229 222 244 / 0.7) !important;
}

.\!border-purple-50\/75 {
  border-color: rgb(229 222 244 / 0.75) !important;
}

.\!border-purple-50\/80 {
  border-color: rgb(229 222 244 / 0.8) !important;
}

.\!border-purple-50\/90 {
  border-color: rgb(229 222 244 / 0.9) !important;
}

.\!border-purple-50\/95 {
  border-color: rgb(229 222 244 / 0.95) !important;
}

.\!border-purple-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(125 90 200 / var(--tw-border-opacity)) !important;
}

.\!border-purple-500\/0 {
  border-color: rgb(125 90 200 / 0) !important;
}

.\!border-purple-500\/10 {
  border-color: rgb(125 90 200 / 0.1) !important;
}

.\!border-purple-500\/100 {
  border-color: rgb(125 90 200 / 1) !important;
}

.\!border-purple-500\/20 {
  border-color: rgb(125 90 200 / 0.2) !important;
}

.\!border-purple-500\/25 {
  border-color: rgb(125 90 200 / 0.25) !important;
}

.\!border-purple-500\/30 {
  border-color: rgb(125 90 200 / 0.3) !important;
}

.\!border-purple-500\/40 {
  border-color: rgb(125 90 200 / 0.4) !important;
}

.\!border-purple-500\/5 {
  border-color: rgb(125 90 200 / 0.05) !important;
}

.\!border-purple-500\/50 {
  border-color: rgb(125 90 200 / 0.5) !important;
}

.\!border-purple-500\/60 {
  border-color: rgb(125 90 200 / 0.6) !important;
}

.\!border-purple-500\/70 {
  border-color: rgb(125 90 200 / 0.7) !important;
}

.\!border-purple-500\/75 {
  border-color: rgb(125 90 200 / 0.75) !important;
}

.\!border-purple-500\/80 {
  border-color: rgb(125 90 200 / 0.8) !important;
}

.\!border-purple-500\/90 {
  border-color: rgb(125 90 200 / 0.9) !important;
}

.\!border-purple-500\/95 {
  border-color: rgb(125 90 200 / 0.95) !important;
}

.\!border-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(104 75 167 / var(--tw-border-opacity)) !important;
}

.\!border-purple-600\/0 {
  border-color: rgb(104 75 167 / 0) !important;
}

.\!border-purple-600\/10 {
  border-color: rgb(104 75 167 / 0.1) !important;
}

.\!border-purple-600\/100 {
  border-color: rgb(104 75 167 / 1) !important;
}

.\!border-purple-600\/20 {
  border-color: rgb(104 75 167 / 0.2) !important;
}

.\!border-purple-600\/25 {
  border-color: rgb(104 75 167 / 0.25) !important;
}

.\!border-purple-600\/30 {
  border-color: rgb(104 75 167 / 0.3) !important;
}

.\!border-purple-600\/40 {
  border-color: rgb(104 75 167 / 0.4) !important;
}

.\!border-purple-600\/5 {
  border-color: rgb(104 75 167 / 0.05) !important;
}

.\!border-purple-600\/50 {
  border-color: rgb(104 75 167 / 0.5) !important;
}

.\!border-purple-600\/60 {
  border-color: rgb(104 75 167 / 0.6) !important;
}

.\!border-purple-600\/70 {
  border-color: rgb(104 75 167 / 0.7) !important;
}

.\!border-purple-600\/75 {
  border-color: rgb(104 75 167 / 0.75) !important;
}

.\!border-purple-600\/80 {
  border-color: rgb(104 75 167 / 0.8) !important;
}

.\!border-purple-600\/90 {
  border-color: rgb(104 75 167 / 0.9) !important;
}

.\!border-purple-600\/95 {
  border-color: rgb(104 75 167 / 0.95) !important;
}

.\!border-purple-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(83 60 133 / var(--tw-border-opacity)) !important;
}

.\!border-purple-700\/0 {
  border-color: rgb(83 60 133 / 0) !important;
}

.\!border-purple-700\/10 {
  border-color: rgb(83 60 133 / 0.1) !important;
}

.\!border-purple-700\/100 {
  border-color: rgb(83 60 133 / 1) !important;
}

.\!border-purple-700\/20 {
  border-color: rgb(83 60 133 / 0.2) !important;
}

.\!border-purple-700\/25 {
  border-color: rgb(83 60 133 / 0.25) !important;
}

.\!border-purple-700\/30 {
  border-color: rgb(83 60 133 / 0.3) !important;
}

.\!border-purple-700\/40 {
  border-color: rgb(83 60 133 / 0.4) !important;
}

.\!border-purple-700\/5 {
  border-color: rgb(83 60 133 / 0.05) !important;
}

.\!border-purple-700\/50 {
  border-color: rgb(83 60 133 / 0.5) !important;
}

.\!border-purple-700\/60 {
  border-color: rgb(83 60 133 / 0.6) !important;
}

.\!border-purple-700\/70 {
  border-color: rgb(83 60 133 / 0.7) !important;
}

.\!border-purple-700\/75 {
  border-color: rgb(83 60 133 / 0.75) !important;
}

.\!border-purple-700\/80 {
  border-color: rgb(83 60 133 / 0.8) !important;
}

.\!border-purple-700\/90 {
  border-color: rgb(83 60 133 / 0.9) !important;
}

.\!border-purple-700\/95 {
  border-color: rgb(83 60 133 / 0.95) !important;
}

.\!border-purple-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 45 100 / var(--tw-border-opacity)) !important;
}

.\!border-purple-800\/0 {
  border-color: rgb(63 45 100 / 0) !important;
}

.\!border-purple-800\/10 {
  border-color: rgb(63 45 100 / 0.1) !important;
}

.\!border-purple-800\/100 {
  border-color: rgb(63 45 100 / 1) !important;
}

.\!border-purple-800\/20 {
  border-color: rgb(63 45 100 / 0.2) !important;
}

.\!border-purple-800\/25 {
  border-color: rgb(63 45 100 / 0.25) !important;
}

.\!border-purple-800\/30 {
  border-color: rgb(63 45 100 / 0.3) !important;
}

.\!border-purple-800\/40 {
  border-color: rgb(63 45 100 / 0.4) !important;
}

.\!border-purple-800\/5 {
  border-color: rgb(63 45 100 / 0.05) !important;
}

.\!border-purple-800\/50 {
  border-color: rgb(63 45 100 / 0.5) !important;
}

.\!border-purple-800\/60 {
  border-color: rgb(63 45 100 / 0.6) !important;
}

.\!border-purple-800\/70 {
  border-color: rgb(63 45 100 / 0.7) !important;
}

.\!border-purple-800\/75 {
  border-color: rgb(63 45 100 / 0.75) !important;
}

.\!border-purple-800\/80 {
  border-color: rgb(63 45 100 / 0.8) !important;
}

.\!border-purple-800\/90 {
  border-color: rgb(63 45 100 / 0.9) !important;
}

.\!border-purple-800\/95 {
  border-color: rgb(63 45 100 / 0.95) !important;
}

.\!border-purple-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 30 67 / var(--tw-border-opacity)) !important;
}

.\!border-purple-900\/0 {
  border-color: rgb(42 30 67 / 0) !important;
}

.\!border-purple-900\/10 {
  border-color: rgb(42 30 67 / 0.1) !important;
}

.\!border-purple-900\/100 {
  border-color: rgb(42 30 67 / 1) !important;
}

.\!border-purple-900\/20 {
  border-color: rgb(42 30 67 / 0.2) !important;
}

.\!border-purple-900\/25 {
  border-color: rgb(42 30 67 / 0.25) !important;
}

.\!border-purple-900\/30 {
  border-color: rgb(42 30 67 / 0.3) !important;
}

.\!border-purple-900\/40 {
  border-color: rgb(42 30 67 / 0.4) !important;
}

.\!border-purple-900\/5 {
  border-color: rgb(42 30 67 / 0.05) !important;
}

.\!border-purple-900\/50 {
  border-color: rgb(42 30 67 / 0.5) !important;
}

.\!border-purple-900\/60 {
  border-color: rgb(42 30 67 / 0.6) !important;
}

.\!border-purple-900\/70 {
  border-color: rgb(42 30 67 / 0.7) !important;
}

.\!border-purple-900\/75 {
  border-color: rgb(42 30 67 / 0.75) !important;
}

.\!border-purple-900\/80 {
  border-color: rgb(42 30 67 / 0.8) !important;
}

.\!border-purple-900\/90 {
  border-color: rgb(42 30 67 / 0.9) !important;
}

.\!border-purple-900\/95 {
  border-color: rgb(42 30 67 / 0.95) !important;
}

.\!border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 194 187 / var(--tw-border-opacity)) !important;
}

.\!border-red-100\/0 {
  border-color: rgb(241 194 187 / 0) !important;
}

.\!border-red-100\/10 {
  border-color: rgb(241 194 187 / 0.1) !important;
}

.\!border-red-100\/100 {
  border-color: rgb(241 194 187 / 1) !important;
}

.\!border-red-100\/20 {
  border-color: rgb(241 194 187 / 0.2) !important;
}

.\!border-red-100\/25 {
  border-color: rgb(241 194 187 / 0.25) !important;
}

.\!border-red-100\/30 {
  border-color: rgb(241 194 187 / 0.3) !important;
}

.\!border-red-100\/40 {
  border-color: rgb(241 194 187 / 0.4) !important;
}

.\!border-red-100\/5 {
  border-color: rgb(241 194 187 / 0.05) !important;
}

.\!border-red-100\/50 {
  border-color: rgb(241 194 187 / 0.5) !important;
}

.\!border-red-100\/60 {
  border-color: rgb(241 194 187 / 0.6) !important;
}

.\!border-red-100\/70 {
  border-color: rgb(241 194 187 / 0.7) !important;
}

.\!border-red-100\/75 {
  border-color: rgb(241 194 187 / 0.75) !important;
}

.\!border-red-100\/80 {
  border-color: rgb(241 194 187 / 0.8) !important;
}

.\!border-red-100\/90 {
  border-color: rgb(241 194 187 / 0.9) !important;
}

.\!border-red-100\/95 {
  border-color: rgb(241 194 187 / 0.95) !important;
}

.\!border-red-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(43 15 10 / var(--tw-border-opacity)) !important;
}

.\!border-red-1000\/0 {
  border-color: rgb(43 15 10 / 0) !important;
}

.\!border-red-1000\/10 {
  border-color: rgb(43 15 10 / 0.1) !important;
}

.\!border-red-1000\/100 {
  border-color: rgb(43 15 10 / 1) !important;
}

.\!border-red-1000\/20 {
  border-color: rgb(43 15 10 / 0.2) !important;
}

.\!border-red-1000\/25 {
  border-color: rgb(43 15 10 / 0.25) !important;
}

.\!border-red-1000\/30 {
  border-color: rgb(43 15 10 / 0.3) !important;
}

.\!border-red-1000\/40 {
  border-color: rgb(43 15 10 / 0.4) !important;
}

.\!border-red-1000\/5 {
  border-color: rgb(43 15 10 / 0.05) !important;
}

.\!border-red-1000\/50 {
  border-color: rgb(43 15 10 / 0.5) !important;
}

.\!border-red-1000\/60 {
  border-color: rgb(43 15 10 / 0.6) !important;
}

.\!border-red-1000\/70 {
  border-color: rgb(43 15 10 / 0.7) !important;
}

.\!border-red-1000\/75 {
  border-color: rgb(43 15 10 / 0.75) !important;
}

.\!border-red-1000\/80 {
  border-color: rgb(43 15 10 / 0.8) !important;
}

.\!border-red-1000\/90 {
  border-color: rgb(43 15 10 / 0.9) !important;
}

.\!border-red-1000\/95 {
  border-color: rgb(43 15 10 / 0.95) !important;
}

.\!border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 164 153 / var(--tw-border-opacity)) !important;
}

.\!border-red-200\/0 {
  border-color: rgb(235 164 153 / 0) !important;
}

.\!border-red-200\/10 {
  border-color: rgb(235 164 153 / 0.1) !important;
}

.\!border-red-200\/100 {
  border-color: rgb(235 164 153 / 1) !important;
}

.\!border-red-200\/20 {
  border-color: rgb(235 164 153 / 0.2) !important;
}

.\!border-red-200\/25 {
  border-color: rgb(235 164 153 / 0.25) !important;
}

.\!border-red-200\/30 {
  border-color: rgb(235 164 153 / 0.3) !important;
}

.\!border-red-200\/40 {
  border-color: rgb(235 164 153 / 0.4) !important;
}

.\!border-red-200\/5 {
  border-color: rgb(235 164 153 / 0.05) !important;
}

.\!border-red-200\/50 {
  border-color: rgb(235 164 153 / 0.5) !important;
}

.\!border-red-200\/60 {
  border-color: rgb(235 164 153 / 0.6) !important;
}

.\!border-red-200\/70 {
  border-color: rgb(235 164 153 / 0.7) !important;
}

.\!border-red-200\/75 {
  border-color: rgb(235 164 153 / 0.75) !important;
}

.\!border-red-200\/80 {
  border-color: rgb(235 164 153 / 0.8) !important;
}

.\!border-red-200\/90 {
  border-color: rgb(235 164 153 / 0.9) !important;
}

.\!border-red-200\/95 {
  border-color: rgb(235 164 153 / 0.95) !important;
}

.\!border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 134 119 / var(--tw-border-opacity)) !important;
}

.\!border-red-300\/0 {
  border-color: rgb(228 134 119 / 0) !important;
}

.\!border-red-300\/10 {
  border-color: rgb(228 134 119 / 0.1) !important;
}

.\!border-red-300\/100 {
  border-color: rgb(228 134 119 / 1) !important;
}

.\!border-red-300\/20 {
  border-color: rgb(228 134 119 / 0.2) !important;
}

.\!border-red-300\/25 {
  border-color: rgb(228 134 119 / 0.25) !important;
}

.\!border-red-300\/30 {
  border-color: rgb(228 134 119 / 0.3) !important;
}

.\!border-red-300\/40 {
  border-color: rgb(228 134 119 / 0.4) !important;
}

.\!border-red-300\/5 {
  border-color: rgb(228 134 119 / 0.05) !important;
}

.\!border-red-300\/50 {
  border-color: rgb(228 134 119 / 0.5) !important;
}

.\!border-red-300\/60 {
  border-color: rgb(228 134 119 / 0.6) !important;
}

.\!border-red-300\/70 {
  border-color: rgb(228 134 119 / 0.7) !important;
}

.\!border-red-300\/75 {
  border-color: rgb(228 134 119 / 0.75) !important;
}

.\!border-red-300\/80 {
  border-color: rgb(228 134 119 / 0.8) !important;
}

.\!border-red-300\/90 {
  border-color: rgb(228 134 119 / 0.9) !important;
}

.\!border-red-300\/95 {
  border-color: rgb(228 134 119 / 0.95) !important;
}

.\!border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(221 103 85 / var(--tw-border-opacity)) !important;
}

.\!border-red-400\/0 {
  border-color: rgb(221 103 85 / 0) !important;
}

.\!border-red-400\/10 {
  border-color: rgb(221 103 85 / 0.1) !important;
}

.\!border-red-400\/100 {
  border-color: rgb(221 103 85 / 1) !important;
}

.\!border-red-400\/20 {
  border-color: rgb(221 103 85 / 0.2) !important;
}

.\!border-red-400\/25 {
  border-color: rgb(221 103 85 / 0.25) !important;
}

.\!border-red-400\/30 {
  border-color: rgb(221 103 85 / 0.3) !important;
}

.\!border-red-400\/40 {
  border-color: rgb(221 103 85 / 0.4) !important;
}

.\!border-red-400\/5 {
  border-color: rgb(221 103 85 / 0.05) !important;
}

.\!border-red-400\/50 {
  border-color: rgb(221 103 85 / 0.5) !important;
}

.\!border-red-400\/60 {
  border-color: rgb(221 103 85 / 0.6) !important;
}

.\!border-red-400\/70 {
  border-color: rgb(221 103 85 / 0.7) !important;
}

.\!border-red-400\/75 {
  border-color: rgb(221 103 85 / 0.75) !important;
}

.\!border-red-400\/80 {
  border-color: rgb(221 103 85 / 0.8) !important;
}

.\!border-red-400\/90 {
  border-color: rgb(221 103 85 / 0.9) !important;
}

.\!border-red-400\/95 {
  border-color: rgb(221 103 85 / 0.95) !important;
}

.\!border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 219 214 / var(--tw-border-opacity)) !important;
}

.\!border-red-50\/0 {
  border-color: rgb(247 219 214 / 0) !important;
}

.\!border-red-50\/10 {
  border-color: rgb(247 219 214 / 0.1) !important;
}

.\!border-red-50\/100 {
  border-color: rgb(247 219 214 / 1) !important;
}

.\!border-red-50\/20 {
  border-color: rgb(247 219 214 / 0.2) !important;
}

.\!border-red-50\/25 {
  border-color: rgb(247 219 214 / 0.25) !important;
}

.\!border-red-50\/30 {
  border-color: rgb(247 219 214 / 0.3) !important;
}

.\!border-red-50\/40 {
  border-color: rgb(247 219 214 / 0.4) !important;
}

.\!border-red-50\/5 {
  border-color: rgb(247 219 214 / 0.05) !important;
}

.\!border-red-50\/50 {
  border-color: rgb(247 219 214 / 0.5) !important;
}

.\!border-red-50\/60 {
  border-color: rgb(247 219 214 / 0.6) !important;
}

.\!border-red-50\/70 {
  border-color: rgb(247 219 214 / 0.7) !important;
}

.\!border-red-50\/75 {
  border-color: rgb(247 219 214 / 0.75) !important;
}

.\!border-red-50\/80 {
  border-color: rgb(247 219 214 / 0.8) !important;
}

.\!border-red-50\/90 {
  border-color: rgb(247 219 214 / 0.9) !important;
}

.\!border-red-50\/95 {
  border-color: rgb(247 219 214 / 0.95) !important;
}

.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 73 51 / var(--tw-border-opacity)) !important;
}

.\!border-red-500\/0 {
  border-color: rgb(214 73 51 / 0) !important;
}

.\!border-red-500\/10 {
  border-color: rgb(214 73 51 / 0.1) !important;
}

.\!border-red-500\/100 {
  border-color: rgb(214 73 51 / 1) !important;
}

.\!border-red-500\/20 {
  border-color: rgb(214 73 51 / 0.2) !important;
}

.\!border-red-500\/25 {
  border-color: rgb(214 73 51 / 0.25) !important;
}

.\!border-red-500\/30 {
  border-color: rgb(214 73 51 / 0.3) !important;
}

.\!border-red-500\/40 {
  border-color: rgb(214 73 51 / 0.4) !important;
}

.\!border-red-500\/5 {
  border-color: rgb(214 73 51 / 0.05) !important;
}

.\!border-red-500\/50 {
  border-color: rgb(214 73 51 / 0.5) !important;
}

.\!border-red-500\/60 {
  border-color: rgb(214 73 51 / 0.6) !important;
}

.\!border-red-500\/70 {
  border-color: rgb(214 73 51 / 0.7) !important;
}

.\!border-red-500\/75 {
  border-color: rgb(214 73 51 / 0.75) !important;
}

.\!border-red-500\/80 {
  border-color: rgb(214 73 51 / 0.8) !important;
}

.\!border-red-500\/90 {
  border-color: rgb(214 73 51 / 0.9) !important;
}

.\!border-red-500\/95 {
  border-color: rgb(214 73 51 / 0.95) !important;
}

.\!border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 61 43 / var(--tw-border-opacity)) !important;
}

.\!border-red-600\/0 {
  border-color: rgb(178 61 43 / 0) !important;
}

.\!border-red-600\/10 {
  border-color: rgb(178 61 43 / 0.1) !important;
}

.\!border-red-600\/100 {
  border-color: rgb(178 61 43 / 1) !important;
}

.\!border-red-600\/20 {
  border-color: rgb(178 61 43 / 0.2) !important;
}

.\!border-red-600\/25 {
  border-color: rgb(178 61 43 / 0.25) !important;
}

.\!border-red-600\/30 {
  border-color: rgb(178 61 43 / 0.3) !important;
}

.\!border-red-600\/40 {
  border-color: rgb(178 61 43 / 0.4) !important;
}

.\!border-red-600\/5 {
  border-color: rgb(178 61 43 / 0.05) !important;
}

.\!border-red-600\/50 {
  border-color: rgb(178 61 43 / 0.5) !important;
}

.\!border-red-600\/60 {
  border-color: rgb(178 61 43 / 0.6) !important;
}

.\!border-red-600\/70 {
  border-color: rgb(178 61 43 / 0.7) !important;
}

.\!border-red-600\/75 {
  border-color: rgb(178 61 43 / 0.75) !important;
}

.\!border-red-600\/80 {
  border-color: rgb(178 61 43 / 0.8) !important;
}

.\!border-red-600\/90 {
  border-color: rgb(178 61 43 / 0.9) !important;
}

.\!border-red-600\/95 {
  border-color: rgb(178 61 43 / 0.95) !important;
}

.\!border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(143 49 34 / var(--tw-border-opacity)) !important;
}

.\!border-red-700\/0 {
  border-color: rgb(143 49 34 / 0) !important;
}

.\!border-red-700\/10 {
  border-color: rgb(143 49 34 / 0.1) !important;
}

.\!border-red-700\/100 {
  border-color: rgb(143 49 34 / 1) !important;
}

.\!border-red-700\/20 {
  border-color: rgb(143 49 34 / 0.2) !important;
}

.\!border-red-700\/25 {
  border-color: rgb(143 49 34 / 0.25) !important;
}

.\!border-red-700\/30 {
  border-color: rgb(143 49 34 / 0.3) !important;
}

.\!border-red-700\/40 {
  border-color: rgb(143 49 34 / 0.4) !important;
}

.\!border-red-700\/5 {
  border-color: rgb(143 49 34 / 0.05) !important;
}

.\!border-red-700\/50 {
  border-color: rgb(143 49 34 / 0.5) !important;
}

.\!border-red-700\/60 {
  border-color: rgb(143 49 34 / 0.6) !important;
}

.\!border-red-700\/70 {
  border-color: rgb(143 49 34 / 0.7) !important;
}

.\!border-red-700\/75 {
  border-color: rgb(143 49 34 / 0.75) !important;
}

.\!border-red-700\/80 {
  border-color: rgb(143 49 34 / 0.8) !important;
}

.\!border-red-700\/90 {
  border-color: rgb(143 49 34 / 0.9) !important;
}

.\!border-red-700\/95 {
  border-color: rgb(143 49 34 / 0.95) !important;
}

.\!border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 37 26 / var(--tw-border-opacity)) !important;
}

.\!border-red-800\/0 {
  border-color: rgb(107 37 26 / 0) !important;
}

.\!border-red-800\/10 {
  border-color: rgb(107 37 26 / 0.1) !important;
}

.\!border-red-800\/100 {
  border-color: rgb(107 37 26 / 1) !important;
}

.\!border-red-800\/20 {
  border-color: rgb(107 37 26 / 0.2) !important;
}

.\!border-red-800\/25 {
  border-color: rgb(107 37 26 / 0.25) !important;
}

.\!border-red-800\/30 {
  border-color: rgb(107 37 26 / 0.3) !important;
}

.\!border-red-800\/40 {
  border-color: rgb(107 37 26 / 0.4) !important;
}

.\!border-red-800\/5 {
  border-color: rgb(107 37 26 / 0.05) !important;
}

.\!border-red-800\/50 {
  border-color: rgb(107 37 26 / 0.5) !important;
}

.\!border-red-800\/60 {
  border-color: rgb(107 37 26 / 0.6) !important;
}

.\!border-red-800\/70 {
  border-color: rgb(107 37 26 / 0.7) !important;
}

.\!border-red-800\/75 {
  border-color: rgb(107 37 26 / 0.75) !important;
}

.\!border-red-800\/80 {
  border-color: rgb(107 37 26 / 0.8) !important;
}

.\!border-red-800\/90 {
  border-color: rgb(107 37 26 / 0.9) !important;
}

.\!border-red-800\/95 {
  border-color: rgb(107 37 26 / 0.95) !important;
}

.\!border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 24 17 / var(--tw-border-opacity)) !important;
}

.\!border-red-900\/0 {
  border-color: rgb(71 24 17 / 0) !important;
}

.\!border-red-900\/10 {
  border-color: rgb(71 24 17 / 0.1) !important;
}

.\!border-red-900\/100 {
  border-color: rgb(71 24 17 / 1) !important;
}

.\!border-red-900\/20 {
  border-color: rgb(71 24 17 / 0.2) !important;
}

.\!border-red-900\/25 {
  border-color: rgb(71 24 17 / 0.25) !important;
}

.\!border-red-900\/30 {
  border-color: rgb(71 24 17 / 0.3) !important;
}

.\!border-red-900\/40 {
  border-color: rgb(71 24 17 / 0.4) !important;
}

.\!border-red-900\/5 {
  border-color: rgb(71 24 17 / 0.05) !important;
}

.\!border-red-900\/50 {
  border-color: rgb(71 24 17 / 0.5) !important;
}

.\!border-red-900\/60 {
  border-color: rgb(71 24 17 / 0.6) !important;
}

.\!border-red-900\/70 {
  border-color: rgb(71 24 17 / 0.7) !important;
}

.\!border-red-900\/75 {
  border-color: rgb(71 24 17 / 0.75) !important;
}

.\!border-red-900\/80 {
  border-color: rgb(71 24 17 / 0.8) !important;
}

.\!border-red-900\/90 {
  border-color: rgb(71 24 17 / 0.9) !important;
}

.\!border-red-900\/95 {
  border-color: rgb(71 24 17 / 0.95) !important;
}

.\!border-teal-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(195 243 235 / var(--tw-border-opacity)) !important;
}

.\!border-teal-100\/0 {
  border-color: rgb(195 243 235 / 0) !important;
}

.\!border-teal-100\/10 {
  border-color: rgb(195 243 235 / 0.1) !important;
}

.\!border-teal-100\/100 {
  border-color: rgb(195 243 235 / 1) !important;
}

.\!border-teal-100\/20 {
  border-color: rgb(195 243 235 / 0.2) !important;
}

.\!border-teal-100\/25 {
  border-color: rgb(195 243 235 / 0.25) !important;
}

.\!border-teal-100\/30 {
  border-color: rgb(195 243 235 / 0.3) !important;
}

.\!border-teal-100\/40 {
  border-color: rgb(195 243 235 / 0.4) !important;
}

.\!border-teal-100\/5 {
  border-color: rgb(195 243 235 / 0.05) !important;
}

.\!border-teal-100\/50 {
  border-color: rgb(195 243 235 / 0.5) !important;
}

.\!border-teal-100\/60 {
  border-color: rgb(195 243 235 / 0.6) !important;
}

.\!border-teal-100\/70 {
  border-color: rgb(195 243 235 / 0.7) !important;
}

.\!border-teal-100\/75 {
  border-color: rgb(195 243 235 / 0.75) !important;
}

.\!border-teal-100\/80 {
  border-color: rgb(195 243 235 / 0.8) !important;
}

.\!border-teal-100\/90 {
  border-color: rgb(195 243 235 / 0.9) !important;
}

.\!border-teal-100\/95 {
  border-color: rgb(195 243 235 / 0.95) !important;
}

.\!border-teal-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 44 39 / var(--tw-border-opacity)) !important;
}

.\!border-teal-1000\/0 {
  border-color: rgb(15 44 39 / 0) !important;
}

.\!border-teal-1000\/10 {
  border-color: rgb(15 44 39 / 0.1) !important;
}

.\!border-teal-1000\/100 {
  border-color: rgb(15 44 39 / 1) !important;
}

.\!border-teal-1000\/20 {
  border-color: rgb(15 44 39 / 0.2) !important;
}

.\!border-teal-1000\/25 {
  border-color: rgb(15 44 39 / 0.25) !important;
}

.\!border-teal-1000\/30 {
  border-color: rgb(15 44 39 / 0.3) !important;
}

.\!border-teal-1000\/40 {
  border-color: rgb(15 44 39 / 0.4) !important;
}

.\!border-teal-1000\/5 {
  border-color: rgb(15 44 39 / 0.05) !important;
}

.\!border-teal-1000\/50 {
  border-color: rgb(15 44 39 / 0.5) !important;
}

.\!border-teal-1000\/60 {
  border-color: rgb(15 44 39 / 0.6) !important;
}

.\!border-teal-1000\/70 {
  border-color: rgb(15 44 39 / 0.7) !important;
}

.\!border-teal-1000\/75 {
  border-color: rgb(15 44 39 / 0.75) !important;
}

.\!border-teal-1000\/80 {
  border-color: rgb(15 44 39 / 0.8) !important;
}

.\!border-teal-1000\/90 {
  border-color: rgb(15 44 39 / 0.9) !important;
}

.\!border-teal-1000\/95 {
  border-color: rgb(15 44 39 / 0.95) !important;
}

.\!border-teal-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 238 225 / var(--tw-border-opacity)) !important;
}

.\!border-teal-200\/0 {
  border-color: rgb(165 238 225 / 0) !important;
}

.\!border-teal-200\/10 {
  border-color: rgb(165 238 225 / 0.1) !important;
}

.\!border-teal-200\/100 {
  border-color: rgb(165 238 225 / 1) !important;
}

.\!border-teal-200\/20 {
  border-color: rgb(165 238 225 / 0.2) !important;
}

.\!border-teal-200\/25 {
  border-color: rgb(165 238 225 / 0.25) !important;
}

.\!border-teal-200\/30 {
  border-color: rgb(165 238 225 / 0.3) !important;
}

.\!border-teal-200\/40 {
  border-color: rgb(165 238 225 / 0.4) !important;
}

.\!border-teal-200\/5 {
  border-color: rgb(165 238 225 / 0.05) !important;
}

.\!border-teal-200\/50 {
  border-color: rgb(165 238 225 / 0.5) !important;
}

.\!border-teal-200\/60 {
  border-color: rgb(165 238 225 / 0.6) !important;
}

.\!border-teal-200\/70 {
  border-color: rgb(165 238 225 / 0.7) !important;
}

.\!border-teal-200\/75 {
  border-color: rgb(165 238 225 / 0.75) !important;
}

.\!border-teal-200\/80 {
  border-color: rgb(165 238 225 / 0.8) !important;
}

.\!border-teal-200\/90 {
  border-color: rgb(165 238 225 / 0.9) !important;
}

.\!border-teal-200\/95 {
  border-color: rgb(165 238 225 / 0.95) !important;
}

.\!border-teal-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(135 232 215 / var(--tw-border-opacity)) !important;
}

.\!border-teal-300\/0 {
  border-color: rgb(135 232 215 / 0) !important;
}

.\!border-teal-300\/10 {
  border-color: rgb(135 232 215 / 0.1) !important;
}

.\!border-teal-300\/100 {
  border-color: rgb(135 232 215 / 1) !important;
}

.\!border-teal-300\/20 {
  border-color: rgb(135 232 215 / 0.2) !important;
}

.\!border-teal-300\/25 {
  border-color: rgb(135 232 215 / 0.25) !important;
}

.\!border-teal-300\/30 {
  border-color: rgb(135 232 215 / 0.3) !important;
}

.\!border-teal-300\/40 {
  border-color: rgb(135 232 215 / 0.4) !important;
}

.\!border-teal-300\/5 {
  border-color: rgb(135 232 215 / 0.05) !important;
}

.\!border-teal-300\/50 {
  border-color: rgb(135 232 215 / 0.5) !important;
}

.\!border-teal-300\/60 {
  border-color: rgb(135 232 215 / 0.6) !important;
}

.\!border-teal-300\/70 {
  border-color: rgb(135 232 215 / 0.7) !important;
}

.\!border-teal-300\/75 {
  border-color: rgb(135 232 215 / 0.75) !important;
}

.\!border-teal-300\/80 {
  border-color: rgb(135 232 215 / 0.8) !important;
}

.\!border-teal-300\/90 {
  border-color: rgb(135 232 215 / 0.9) !important;
}

.\!border-teal-300\/95 {
  border-color: rgb(135 232 215 / 0.95) !important;
}

.\!border-teal-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(105 226 205 / var(--tw-border-opacity)) !important;
}

.\!border-teal-400\/0 {
  border-color: rgb(105 226 205 / 0) !important;
}

.\!border-teal-400\/10 {
  border-color: rgb(105 226 205 / 0.1) !important;
}

.\!border-teal-400\/100 {
  border-color: rgb(105 226 205 / 1) !important;
}

.\!border-teal-400\/20 {
  border-color: rgb(105 226 205 / 0.2) !important;
}

.\!border-teal-400\/25 {
  border-color: rgb(105 226 205 / 0.25) !important;
}

.\!border-teal-400\/30 {
  border-color: rgb(105 226 205 / 0.3) !important;
}

.\!border-teal-400\/40 {
  border-color: rgb(105 226 205 / 0.4) !important;
}

.\!border-teal-400\/5 {
  border-color: rgb(105 226 205 / 0.05) !important;
}

.\!border-teal-400\/50 {
  border-color: rgb(105 226 205 / 0.5) !important;
}

.\!border-teal-400\/60 {
  border-color: rgb(105 226 205 / 0.6) !important;
}

.\!border-teal-400\/70 {
  border-color: rgb(105 226 205 / 0.7) !important;
}

.\!border-teal-400\/75 {
  border-color: rgb(105 226 205 / 0.75) !important;
}

.\!border-teal-400\/80 {
  border-color: rgb(105 226 205 / 0.8) !important;
}

.\!border-teal-400\/90 {
  border-color: rgb(105 226 205 / 0.9) !important;
}

.\!border-teal-400\/95 {
  border-color: rgb(105 226 205 / 0.95) !important;
}

.\!border-teal-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 248 243 / var(--tw-border-opacity)) !important;
}

.\!border-teal-50\/0 {
  border-color: rgb(219 248 243 / 0) !important;
}

.\!border-teal-50\/10 {
  border-color: rgb(219 248 243 / 0.1) !important;
}

.\!border-teal-50\/100 {
  border-color: rgb(219 248 243 / 1) !important;
}

.\!border-teal-50\/20 {
  border-color: rgb(219 248 243 / 0.2) !important;
}

.\!border-teal-50\/25 {
  border-color: rgb(219 248 243 / 0.25) !important;
}

.\!border-teal-50\/30 {
  border-color: rgb(219 248 243 / 0.3) !important;
}

.\!border-teal-50\/40 {
  border-color: rgb(219 248 243 / 0.4) !important;
}

.\!border-teal-50\/5 {
  border-color: rgb(219 248 243 / 0.05) !important;
}

.\!border-teal-50\/50 {
  border-color: rgb(219 248 243 / 0.5) !important;
}

.\!border-teal-50\/60 {
  border-color: rgb(219 248 243 / 0.6) !important;
}

.\!border-teal-50\/70 {
  border-color: rgb(219 248 243 / 0.7) !important;
}

.\!border-teal-50\/75 {
  border-color: rgb(219 248 243 / 0.75) !important;
}

.\!border-teal-50\/80 {
  border-color: rgb(219 248 243 / 0.8) !important;
}

.\!border-teal-50\/90 {
  border-color: rgb(219 248 243 / 0.9) !important;
}

.\!border-teal-50\/95 {
  border-color: rgb(219 248 243 / 0.95) !important;
}

.\!border-teal-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 220 195 / var(--tw-border-opacity)) !important;
}

.\!border-teal-500\/0 {
  border-color: rgb(75 220 195 / 0) !important;
}

.\!border-teal-500\/10 {
  border-color: rgb(75 220 195 / 0.1) !important;
}

.\!border-teal-500\/100 {
  border-color: rgb(75 220 195 / 1) !important;
}

.\!border-teal-500\/20 {
  border-color: rgb(75 220 195 / 0.2) !important;
}

.\!border-teal-500\/25 {
  border-color: rgb(75 220 195 / 0.25) !important;
}

.\!border-teal-500\/30 {
  border-color: rgb(75 220 195 / 0.3) !important;
}

.\!border-teal-500\/40 {
  border-color: rgb(75 220 195 / 0.4) !important;
}

.\!border-teal-500\/5 {
  border-color: rgb(75 220 195 / 0.05) !important;
}

.\!border-teal-500\/50 {
  border-color: rgb(75 220 195 / 0.5) !important;
}

.\!border-teal-500\/60 {
  border-color: rgb(75 220 195 / 0.6) !important;
}

.\!border-teal-500\/70 {
  border-color: rgb(75 220 195 / 0.7) !important;
}

.\!border-teal-500\/75 {
  border-color: rgb(75 220 195 / 0.75) !important;
}

.\!border-teal-500\/80 {
  border-color: rgb(75 220 195 / 0.8) !important;
}

.\!border-teal-500\/90 {
  border-color: rgb(75 220 195 / 0.9) !important;
}

.\!border-teal-500\/95 {
  border-color: rgb(75 220 195 / 0.95) !important;
}

.\!border-teal-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 183 163 / var(--tw-border-opacity)) !important;
}

.\!border-teal-600\/0 {
  border-color: rgb(63 183 163 / 0) !important;
}

.\!border-teal-600\/10 {
  border-color: rgb(63 183 163 / 0.1) !important;
}

.\!border-teal-600\/100 {
  border-color: rgb(63 183 163 / 1) !important;
}

.\!border-teal-600\/20 {
  border-color: rgb(63 183 163 / 0.2) !important;
}

.\!border-teal-600\/25 {
  border-color: rgb(63 183 163 / 0.25) !important;
}

.\!border-teal-600\/30 {
  border-color: rgb(63 183 163 / 0.3) !important;
}

.\!border-teal-600\/40 {
  border-color: rgb(63 183 163 / 0.4) !important;
}

.\!border-teal-600\/5 {
  border-color: rgb(63 183 163 / 0.05) !important;
}

.\!border-teal-600\/50 {
  border-color: rgb(63 183 163 / 0.5) !important;
}

.\!border-teal-600\/60 {
  border-color: rgb(63 183 163 / 0.6) !important;
}

.\!border-teal-600\/70 {
  border-color: rgb(63 183 163 / 0.7) !important;
}

.\!border-teal-600\/75 {
  border-color: rgb(63 183 163 / 0.75) !important;
}

.\!border-teal-600\/80 {
  border-color: rgb(63 183 163 / 0.8) !important;
}

.\!border-teal-600\/90 {
  border-color: rgb(63 183 163 / 0.9) !important;
}

.\!border-teal-600\/95 {
  border-color: rgb(63 183 163 / 0.95) !important;
}

.\!border-teal-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(50 147 130 / var(--tw-border-opacity)) !important;
}

.\!border-teal-700\/0 {
  border-color: rgb(50 147 130 / 0) !important;
}

.\!border-teal-700\/10 {
  border-color: rgb(50 147 130 / 0.1) !important;
}

.\!border-teal-700\/100 {
  border-color: rgb(50 147 130 / 1) !important;
}

.\!border-teal-700\/20 {
  border-color: rgb(50 147 130 / 0.2) !important;
}

.\!border-teal-700\/25 {
  border-color: rgb(50 147 130 / 0.25) !important;
}

.\!border-teal-700\/30 {
  border-color: rgb(50 147 130 / 0.3) !important;
}

.\!border-teal-700\/40 {
  border-color: rgb(50 147 130 / 0.4) !important;
}

.\!border-teal-700\/5 {
  border-color: rgb(50 147 130 / 0.05) !important;
}

.\!border-teal-700\/50 {
  border-color: rgb(50 147 130 / 0.5) !important;
}

.\!border-teal-700\/60 {
  border-color: rgb(50 147 130 / 0.6) !important;
}

.\!border-teal-700\/70 {
  border-color: rgb(50 147 130 / 0.7) !important;
}

.\!border-teal-700\/75 {
  border-color: rgb(50 147 130 / 0.75) !important;
}

.\!border-teal-700\/80 {
  border-color: rgb(50 147 130 / 0.8) !important;
}

.\!border-teal-700\/90 {
  border-color: rgb(50 147 130 / 0.9) !important;
}

.\!border-teal-700\/95 {
  border-color: rgb(50 147 130 / 0.95) !important;
}

.\!border-teal-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 110 98 / var(--tw-border-opacity)) !important;
}

.\!border-teal-800\/0 {
  border-color: rgb(38 110 98 / 0) !important;
}

.\!border-teal-800\/10 {
  border-color: rgb(38 110 98 / 0.1) !important;
}

.\!border-teal-800\/100 {
  border-color: rgb(38 110 98 / 1) !important;
}

.\!border-teal-800\/20 {
  border-color: rgb(38 110 98 / 0.2) !important;
}

.\!border-teal-800\/25 {
  border-color: rgb(38 110 98 / 0.25) !important;
}

.\!border-teal-800\/30 {
  border-color: rgb(38 110 98 / 0.3) !important;
}

.\!border-teal-800\/40 {
  border-color: rgb(38 110 98 / 0.4) !important;
}

.\!border-teal-800\/5 {
  border-color: rgb(38 110 98 / 0.05) !important;
}

.\!border-teal-800\/50 {
  border-color: rgb(38 110 98 / 0.5) !important;
}

.\!border-teal-800\/60 {
  border-color: rgb(38 110 98 / 0.6) !important;
}

.\!border-teal-800\/70 {
  border-color: rgb(38 110 98 / 0.7) !important;
}

.\!border-teal-800\/75 {
  border-color: rgb(38 110 98 / 0.75) !important;
}

.\!border-teal-800\/80 {
  border-color: rgb(38 110 98 / 0.8) !important;
}

.\!border-teal-800\/90 {
  border-color: rgb(38 110 98 / 0.9) !important;
}

.\!border-teal-800\/95 {
  border-color: rgb(38 110 98 / 0.95) !important;
}

.\!border-teal-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 73 65 / var(--tw-border-opacity)) !important;
}

.\!border-teal-900\/0 {
  border-color: rgb(25 73 65 / 0) !important;
}

.\!border-teal-900\/10 {
  border-color: rgb(25 73 65 / 0.1) !important;
}

.\!border-teal-900\/100 {
  border-color: rgb(25 73 65 / 1) !important;
}

.\!border-teal-900\/20 {
  border-color: rgb(25 73 65 / 0.2) !important;
}

.\!border-teal-900\/25 {
  border-color: rgb(25 73 65 / 0.25) !important;
}

.\!border-teal-900\/30 {
  border-color: rgb(25 73 65 / 0.3) !important;
}

.\!border-teal-900\/40 {
  border-color: rgb(25 73 65 / 0.4) !important;
}

.\!border-teal-900\/5 {
  border-color: rgb(25 73 65 / 0.05) !important;
}

.\!border-teal-900\/50 {
  border-color: rgb(25 73 65 / 0.5) !important;
}

.\!border-teal-900\/60 {
  border-color: rgb(25 73 65 / 0.6) !important;
}

.\!border-teal-900\/70 {
  border-color: rgb(25 73 65 / 0.7) !important;
}

.\!border-teal-900\/75 {
  border-color: rgb(25 73 65 / 0.75) !important;
}

.\!border-teal-900\/80 {
  border-color: rgb(25 73 65 / 0.8) !important;
}

.\!border-teal-900\/90 {
  border-color: rgb(25 73 65 / 0.9) !important;
}

.\!border-teal-900\/95 {
  border-color: rgb(25 73 65 / 0.95) !important;
}

.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 248 249 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 247 195 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-100\/0 {
  border-color: rgb(254 247 195 / 0) !important;
}

.\!border-yellow-100\/10 {
  border-color: rgb(254 247 195 / 0.1) !important;
}

.\!border-yellow-100\/100 {
  border-color: rgb(254 247 195 / 1) !important;
}

.\!border-yellow-100\/20 {
  border-color: rgb(254 247 195 / 0.2) !important;
}

.\!border-yellow-100\/25 {
  border-color: rgb(254 247 195 / 0.25) !important;
}

.\!border-yellow-100\/30 {
  border-color: rgb(254 247 195 / 0.3) !important;
}

.\!border-yellow-100\/40 {
  border-color: rgb(254 247 195 / 0.4) !important;
}

.\!border-yellow-100\/5 {
  border-color: rgb(254 247 195 / 0.05) !important;
}

.\!border-yellow-100\/50 {
  border-color: rgb(254 247 195 / 0.5) !important;
}

.\!border-yellow-100\/60 {
  border-color: rgb(254 247 195 / 0.6) !important;
}

.\!border-yellow-100\/70 {
  border-color: rgb(254 247 195 / 0.7) !important;
}

.\!border-yellow-100\/75 {
  border-color: rgb(254 247 195 / 0.75) !important;
}

.\!border-yellow-100\/80 {
  border-color: rgb(254 247 195 / 0.8) !important;
}

.\!border-yellow-100\/90 {
  border-color: rgb(254 247 195 / 0.9) !important;
}

.\!border-yellow-100\/95 {
  border-color: rgb(254 247 195 / 0.95) !important;
}

.\!border-yellow-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 46 15 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-1000\/0 {
  border-color: rgb(51 46 15 / 0) !important;
}

.\!border-yellow-1000\/10 {
  border-color: rgb(51 46 15 / 0.1) !important;
}

.\!border-yellow-1000\/100 {
  border-color: rgb(51 46 15 / 1) !important;
}

.\!border-yellow-1000\/20 {
  border-color: rgb(51 46 15 / 0.2) !important;
}

.\!border-yellow-1000\/25 {
  border-color: rgb(51 46 15 / 0.25) !important;
}

.\!border-yellow-1000\/30 {
  border-color: rgb(51 46 15 / 0.3) !important;
}

.\!border-yellow-1000\/40 {
  border-color: rgb(51 46 15 / 0.4) !important;
}

.\!border-yellow-1000\/5 {
  border-color: rgb(51 46 15 / 0.05) !important;
}

.\!border-yellow-1000\/50 {
  border-color: rgb(51 46 15 / 0.5) !important;
}

.\!border-yellow-1000\/60 {
  border-color: rgb(51 46 15 / 0.6) !important;
}

.\!border-yellow-1000\/70 {
  border-color: rgb(51 46 15 / 0.7) !important;
}

.\!border-yellow-1000\/75 {
  border-color: rgb(51 46 15 / 0.75) !important;
}

.\!border-yellow-1000\/80 {
  border-color: rgb(51 46 15 / 0.8) !important;
}

.\!border-yellow-1000\/90 {
  border-color: rgb(51 46 15 / 0.9) !important;
}

.\!border-yellow-1000\/95 {
  border-color: rgb(51 46 15 / 0.95) !important;
}

.\!border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 243 166 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-200\/0 {
  border-color: rgb(254 243 166 / 0) !important;
}

.\!border-yellow-200\/10 {
  border-color: rgb(254 243 166 / 0.1) !important;
}

.\!border-yellow-200\/100 {
  border-color: rgb(254 243 166 / 1) !important;
}

.\!border-yellow-200\/20 {
  border-color: rgb(254 243 166 / 0.2) !important;
}

.\!border-yellow-200\/25 {
  border-color: rgb(254 243 166 / 0.25) !important;
}

.\!border-yellow-200\/30 {
  border-color: rgb(254 243 166 / 0.3) !important;
}

.\!border-yellow-200\/40 {
  border-color: rgb(254 243 166 / 0.4) !important;
}

.\!border-yellow-200\/5 {
  border-color: rgb(254 243 166 / 0.05) !important;
}

.\!border-yellow-200\/50 {
  border-color: rgb(254 243 166 / 0.5) !important;
}

.\!border-yellow-200\/60 {
  border-color: rgb(254 243 166 / 0.6) !important;
}

.\!border-yellow-200\/70 {
  border-color: rgb(254 243 166 / 0.7) !important;
}

.\!border-yellow-200\/75 {
  border-color: rgb(254 243 166 / 0.75) !important;
}

.\!border-yellow-200\/80 {
  border-color: rgb(254 243 166 / 0.8) !important;
}

.\!border-yellow-200\/90 {
  border-color: rgb(254 243 166 / 0.9) !important;
}

.\!border-yellow-200\/95 {
  border-color: rgb(254 243 166 / 0.95) !important;
}

.\!border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 239 136 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-300\/0 {
  border-color: rgb(254 239 136 / 0) !important;
}

.\!border-yellow-300\/10 {
  border-color: rgb(254 239 136 / 0.1) !important;
}

.\!border-yellow-300\/100 {
  border-color: rgb(254 239 136 / 1) !important;
}

.\!border-yellow-300\/20 {
  border-color: rgb(254 239 136 / 0.2) !important;
}

.\!border-yellow-300\/25 {
  border-color: rgb(254 239 136 / 0.25) !important;
}

.\!border-yellow-300\/30 {
  border-color: rgb(254 239 136 / 0.3) !important;
}

.\!border-yellow-300\/40 {
  border-color: rgb(254 239 136 / 0.4) !important;
}

.\!border-yellow-300\/5 {
  border-color: rgb(254 239 136 / 0.05) !important;
}

.\!border-yellow-300\/50 {
  border-color: rgb(254 239 136 / 0.5) !important;
}

.\!border-yellow-300\/60 {
  border-color: rgb(254 239 136 / 0.6) !important;
}

.\!border-yellow-300\/70 {
  border-color: rgb(254 239 136 / 0.7) !important;
}

.\!border-yellow-300\/75 {
  border-color: rgb(254 239 136 / 0.75) !important;
}

.\!border-yellow-300\/80 {
  border-color: rgb(254 239 136 / 0.8) !important;
}

.\!border-yellow-300\/90 {
  border-color: rgb(254 239 136 / 0.9) !important;
}

.\!border-yellow-300\/95 {
  border-color: rgb(254 239 136 / 0.95) !important;
}

.\!border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 235 106 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-400\/0 {
  border-color: rgb(253 235 106 / 0) !important;
}

.\!border-yellow-400\/10 {
  border-color: rgb(253 235 106 / 0.1) !important;
}

.\!border-yellow-400\/100 {
  border-color: rgb(253 235 106 / 1) !important;
}

.\!border-yellow-400\/20 {
  border-color: rgb(253 235 106 / 0.2) !important;
}

.\!border-yellow-400\/25 {
  border-color: rgb(253 235 106 / 0.25) !important;
}

.\!border-yellow-400\/30 {
  border-color: rgb(253 235 106 / 0.3) !important;
}

.\!border-yellow-400\/40 {
  border-color: rgb(253 235 106 / 0.4) !important;
}

.\!border-yellow-400\/5 {
  border-color: rgb(253 235 106 / 0.05) !important;
}

.\!border-yellow-400\/50 {
  border-color: rgb(253 235 106 / 0.5) !important;
}

.\!border-yellow-400\/60 {
  border-color: rgb(253 235 106 / 0.6) !important;
}

.\!border-yellow-400\/70 {
  border-color: rgb(253 235 106 / 0.7) !important;
}

.\!border-yellow-400\/75 {
  border-color: rgb(253 235 106 / 0.75) !important;
}

.\!border-yellow-400\/80 {
  border-color: rgb(253 235 106 / 0.8) !important;
}

.\!border-yellow-400\/90 {
  border-color: rgb(253 235 106 / 0.9) !important;
}

.\!border-yellow-400\/95 {
  border-color: rgb(253 235 106 / 0.95) !important;
}

.\!border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 250 219 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-50\/0 {
  border-color: rgb(255 250 219 / 0) !important;
}

.\!border-yellow-50\/10 {
  border-color: rgb(255 250 219 / 0.1) !important;
}

.\!border-yellow-50\/100 {
  border-color: rgb(255 250 219 / 1) !important;
}

.\!border-yellow-50\/20 {
  border-color: rgb(255 250 219 / 0.2) !important;
}

.\!border-yellow-50\/25 {
  border-color: rgb(255 250 219 / 0.25) !important;
}

.\!border-yellow-50\/30 {
  border-color: rgb(255 250 219 / 0.3) !important;
}

.\!border-yellow-50\/40 {
  border-color: rgb(255 250 219 / 0.4) !important;
}

.\!border-yellow-50\/5 {
  border-color: rgb(255 250 219 / 0.05) !important;
}

.\!border-yellow-50\/50 {
  border-color: rgb(255 250 219 / 0.5) !important;
}

.\!border-yellow-50\/60 {
  border-color: rgb(255 250 219 / 0.6) !important;
}

.\!border-yellow-50\/70 {
  border-color: rgb(255 250 219 / 0.7) !important;
}

.\!border-yellow-50\/75 {
  border-color: rgb(255 250 219 / 0.75) !important;
}

.\!border-yellow-50\/80 {
  border-color: rgb(255 250 219 / 0.8) !important;
}

.\!border-yellow-50\/90 {
  border-color: rgb(255 250 219 / 0.9) !important;
}

.\!border-yellow-50\/95 {
  border-color: rgb(255 250 219 / 0.95) !important;
}

.\!border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 231 76 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-500\/0 {
  border-color: rgb(253 231 76 / 0) !important;
}

.\!border-yellow-500\/10 {
  border-color: rgb(253 231 76 / 0.1) !important;
}

.\!border-yellow-500\/100 {
  border-color: rgb(253 231 76 / 1) !important;
}

.\!border-yellow-500\/20 {
  border-color: rgb(253 231 76 / 0.2) !important;
}

.\!border-yellow-500\/25 {
  border-color: rgb(253 231 76 / 0.25) !important;
}

.\!border-yellow-500\/30 {
  border-color: rgb(253 231 76 / 0.3) !important;
}

.\!border-yellow-500\/40 {
  border-color: rgb(253 231 76 / 0.4) !important;
}

.\!border-yellow-500\/5 {
  border-color: rgb(253 231 76 / 0.05) !important;
}

.\!border-yellow-500\/50 {
  border-color: rgb(253 231 76 / 0.5) !important;
}

.\!border-yellow-500\/60 {
  border-color: rgb(253 231 76 / 0.6) !important;
}

.\!border-yellow-500\/70 {
  border-color: rgb(253 231 76 / 0.7) !important;
}

.\!border-yellow-500\/75 {
  border-color: rgb(253 231 76 / 0.75) !important;
}

.\!border-yellow-500\/80 {
  border-color: rgb(253 231 76 / 0.8) !important;
}

.\!border-yellow-500\/90 {
  border-color: rgb(253 231 76 / 0.9) !important;
}

.\!border-yellow-500\/95 {
  border-color: rgb(253 231 76 / 0.95) !important;
}

.\!border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 193 63 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-600\/0 {
  border-color: rgb(211 193 63 / 0) !important;
}

.\!border-yellow-600\/10 {
  border-color: rgb(211 193 63 / 0.1) !important;
}

.\!border-yellow-600\/100 {
  border-color: rgb(211 193 63 / 1) !important;
}

.\!border-yellow-600\/20 {
  border-color: rgb(211 193 63 / 0.2) !important;
}

.\!border-yellow-600\/25 {
  border-color: rgb(211 193 63 / 0.25) !important;
}

.\!border-yellow-600\/30 {
  border-color: rgb(211 193 63 / 0.3) !important;
}

.\!border-yellow-600\/40 {
  border-color: rgb(211 193 63 / 0.4) !important;
}

.\!border-yellow-600\/5 {
  border-color: rgb(211 193 63 / 0.05) !important;
}

.\!border-yellow-600\/50 {
  border-color: rgb(211 193 63 / 0.5) !important;
}

.\!border-yellow-600\/60 {
  border-color: rgb(211 193 63 / 0.6) !important;
}

.\!border-yellow-600\/70 {
  border-color: rgb(211 193 63 / 0.7) !important;
}

.\!border-yellow-600\/75 {
  border-color: rgb(211 193 63 / 0.75) !important;
}

.\!border-yellow-600\/80 {
  border-color: rgb(211 193 63 / 0.8) !important;
}

.\!border-yellow-600\/90 {
  border-color: rgb(211 193 63 / 0.9) !important;
}

.\!border-yellow-600\/95 {
  border-color: rgb(211 193 63 / 0.95) !important;
}

.\!border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(169 154 51 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-700\/0 {
  border-color: rgb(169 154 51 / 0) !important;
}

.\!border-yellow-700\/10 {
  border-color: rgb(169 154 51 / 0.1) !important;
}

.\!border-yellow-700\/100 {
  border-color: rgb(169 154 51 / 1) !important;
}

.\!border-yellow-700\/20 {
  border-color: rgb(169 154 51 / 0.2) !important;
}

.\!border-yellow-700\/25 {
  border-color: rgb(169 154 51 / 0.25) !important;
}

.\!border-yellow-700\/30 {
  border-color: rgb(169 154 51 / 0.3) !important;
}

.\!border-yellow-700\/40 {
  border-color: rgb(169 154 51 / 0.4) !important;
}

.\!border-yellow-700\/5 {
  border-color: rgb(169 154 51 / 0.05) !important;
}

.\!border-yellow-700\/50 {
  border-color: rgb(169 154 51 / 0.5) !important;
}

.\!border-yellow-700\/60 {
  border-color: rgb(169 154 51 / 0.6) !important;
}

.\!border-yellow-700\/70 {
  border-color: rgb(169 154 51 / 0.7) !important;
}

.\!border-yellow-700\/75 {
  border-color: rgb(169 154 51 / 0.75) !important;
}

.\!border-yellow-700\/80 {
  border-color: rgb(169 154 51 / 0.8) !important;
}

.\!border-yellow-700\/90 {
  border-color: rgb(169 154 51 / 0.9) !important;
}

.\!border-yellow-700\/95 {
  border-color: rgb(169 154 51 / 0.95) !important;
}

.\!border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 116 38 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-800\/0 {
  border-color: rgb(127 116 38 / 0) !important;
}

.\!border-yellow-800\/10 {
  border-color: rgb(127 116 38 / 0.1) !important;
}

.\!border-yellow-800\/100 {
  border-color: rgb(127 116 38 / 1) !important;
}

.\!border-yellow-800\/20 {
  border-color: rgb(127 116 38 / 0.2) !important;
}

.\!border-yellow-800\/25 {
  border-color: rgb(127 116 38 / 0.25) !important;
}

.\!border-yellow-800\/30 {
  border-color: rgb(127 116 38 / 0.3) !important;
}

.\!border-yellow-800\/40 {
  border-color: rgb(127 116 38 / 0.4) !important;
}

.\!border-yellow-800\/5 {
  border-color: rgb(127 116 38 / 0.05) !important;
}

.\!border-yellow-800\/50 {
  border-color: rgb(127 116 38 / 0.5) !important;
}

.\!border-yellow-800\/60 {
  border-color: rgb(127 116 38 / 0.6) !important;
}

.\!border-yellow-800\/70 {
  border-color: rgb(127 116 38 / 0.7) !important;
}

.\!border-yellow-800\/75 {
  border-color: rgb(127 116 38 / 0.75) !important;
}

.\!border-yellow-800\/80 {
  border-color: rgb(127 116 38 / 0.8) !important;
}

.\!border-yellow-800\/90 {
  border-color: rgb(127 116 38 / 0.9) !important;
}

.\!border-yellow-800\/95 {
  border-color: rgb(127 116 38 / 0.95) !important;
}

.\!border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 77 25 / var(--tw-border-opacity)) !important;
}

.\!border-yellow-900\/0 {
  border-color: rgb(84 77 25 / 0) !important;
}

.\!border-yellow-900\/10 {
  border-color: rgb(84 77 25 / 0.1) !important;
}

.\!border-yellow-900\/100 {
  border-color: rgb(84 77 25 / 1) !important;
}

.\!border-yellow-900\/20 {
  border-color: rgb(84 77 25 / 0.2) !important;
}

.\!border-yellow-900\/25 {
  border-color: rgb(84 77 25 / 0.25) !important;
}

.\!border-yellow-900\/30 {
  border-color: rgb(84 77 25 / 0.3) !important;
}

.\!border-yellow-900\/40 {
  border-color: rgb(84 77 25 / 0.4) !important;
}

.\!border-yellow-900\/5 {
  border-color: rgb(84 77 25 / 0.05) !important;
}

.\!border-yellow-900\/50 {
  border-color: rgb(84 77 25 / 0.5) !important;
}

.\!border-yellow-900\/60 {
  border-color: rgb(84 77 25 / 0.6) !important;
}

.\!border-yellow-900\/70 {
  border-color: rgb(84 77 25 / 0.7) !important;
}

.\!border-yellow-900\/75 {
  border-color: rgb(84 77 25 / 0.75) !important;
}

.\!border-yellow-900\/80 {
  border-color: rgb(84 77 25 / 0.8) !important;
}

.\!border-yellow-900\/90 {
  border-color: rgb(84 77 25 / 0.9) !important;
}

.\!border-yellow-900\/95 {
  border-color: rgb(84 77 25 / 0.95) !important;
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(170 222 225 / var(--tw-border-opacity));
}

.border-blue-100\/0 {
  border-color: rgb(170 222 225 / 0);
}

.border-blue-100\/10 {
  border-color: rgb(170 222 225 / 0.1);
}

.border-blue-100\/100 {
  border-color: rgb(170 222 225 / 1);
}

.border-blue-100\/20 {
  border-color: rgb(170 222 225 / 0.2);
}

.border-blue-100\/25 {
  border-color: rgb(170 222 225 / 0.25);
}

.border-blue-100\/30 {
  border-color: rgb(170 222 225 / 0.3);
}

.border-blue-100\/40 {
  border-color: rgb(170 222 225 / 0.4);
}

.border-blue-100\/5 {
  border-color: rgb(170 222 225 / 0.05);
}

.border-blue-100\/50 {
  border-color: rgb(170 222 225 / 0.5);
}

.border-blue-100\/60 {
  border-color: rgb(170 222 225 / 0.6);
}

.border-blue-100\/70 {
  border-color: rgb(170 222 225 / 0.7);
}

.border-blue-100\/75 {
  border-color: rgb(170 222 225 / 0.75);
}

.border-blue-100\/80 {
  border-color: rgb(170 222 225 / 0.8);
}

.border-blue-100\/90 {
  border-color: rgb(170 222 225 / 0.9);
}

.border-blue-100\/95 {
  border-color: rgb(170 222 225 / 0.95);
}

.border-blue-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(0 31 33 / var(--tw-border-opacity));
}

.border-blue-1000\/0 {
  border-color: rgb(0 31 33 / 0);
}

.border-blue-1000\/10 {
  border-color: rgb(0 31 33 / 0.1);
}

.border-blue-1000\/100 {
  border-color: rgb(0 31 33 / 1);
}

.border-blue-1000\/20 {
  border-color: rgb(0 31 33 / 0.2);
}

.border-blue-1000\/25 {
  border-color: rgb(0 31 33 / 0.25);
}

.border-blue-1000\/30 {
  border-color: rgb(0 31 33 / 0.3);
}

.border-blue-1000\/40 {
  border-color: rgb(0 31 33 / 0.4);
}

.border-blue-1000\/5 {
  border-color: rgb(0 31 33 / 0.05);
}

.border-blue-1000\/50 {
  border-color: rgb(0 31 33 / 0.5);
}

.border-blue-1000\/60 {
  border-color: rgb(0 31 33 / 0.6);
}

.border-blue-1000\/70 {
  border-color: rgb(0 31 33 / 0.7);
}

.border-blue-1000\/75 {
  border-color: rgb(0 31 33 / 0.75);
}

.border-blue-1000\/80 {
  border-color: rgb(0 31 33 / 0.8);
}

.border-blue-1000\/90 {
  border-color: rgb(0 31 33 / 0.9);
}

.border-blue-1000\/95 {
  border-color: rgb(0 31 33 / 0.95);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(128 205 210 / var(--tw-border-opacity));
}

.border-blue-200\/0 {
  border-color: rgb(128 205 210 / 0);
}

.border-blue-200\/10 {
  border-color: rgb(128 205 210 / 0.1);
}

.border-blue-200\/100 {
  border-color: rgb(128 205 210 / 1);
}

.border-blue-200\/20 {
  border-color: rgb(128 205 210 / 0.2);
}

.border-blue-200\/25 {
  border-color: rgb(128 205 210 / 0.25);
}

.border-blue-200\/30 {
  border-color: rgb(128 205 210 / 0.3);
}

.border-blue-200\/40 {
  border-color: rgb(128 205 210 / 0.4);
}

.border-blue-200\/5 {
  border-color: rgb(128 205 210 / 0.05);
}

.border-blue-200\/50 {
  border-color: rgb(128 205 210 / 0.5);
}

.border-blue-200\/60 {
  border-color: rgb(128 205 210 / 0.6);
}

.border-blue-200\/70 {
  border-color: rgb(128 205 210 / 0.7);
}

.border-blue-200\/75 {
  border-color: rgb(128 205 210 / 0.75);
}

.border-blue-200\/80 {
  border-color: rgb(128 205 210 / 0.8);
}

.border-blue-200\/90 {
  border-color: rgb(128 205 210 / 0.9);
}

.border-blue-200\/95 {
  border-color: rgb(128 205 210 / 0.95);
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(85 188 195 / var(--tw-border-opacity));
}

.border-blue-300\/0 {
  border-color: rgb(85 188 195 / 0);
}

.border-blue-300\/10 {
  border-color: rgb(85 188 195 / 0.1);
}

.border-blue-300\/100 {
  border-color: rgb(85 188 195 / 1);
}

.border-blue-300\/20 {
  border-color: rgb(85 188 195 / 0.2);
}

.border-blue-300\/25 {
  border-color: rgb(85 188 195 / 0.25);
}

.border-blue-300\/30 {
  border-color: rgb(85 188 195 / 0.3);
}

.border-blue-300\/40 {
  border-color: rgb(85 188 195 / 0.4);
}

.border-blue-300\/5 {
  border-color: rgb(85 188 195 / 0.05);
}

.border-blue-300\/50 {
  border-color: rgb(85 188 195 / 0.5);
}

.border-blue-300\/60 {
  border-color: rgb(85 188 195 / 0.6);
}

.border-blue-300\/70 {
  border-color: rgb(85 188 195 / 0.7);
}

.border-blue-300\/75 {
  border-color: rgb(85 188 195 / 0.75);
}

.border-blue-300\/80 {
  border-color: rgb(85 188 195 / 0.8);
}

.border-blue-300\/90 {
  border-color: rgb(85 188 195 / 0.9);
}

.border-blue-300\/95 {
  border-color: rgb(85 188 195 / 0.95);
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(42 172 180 / var(--tw-border-opacity));
}

.border-blue-400\/0 {
  border-color: rgb(42 172 180 / 0);
}

.border-blue-400\/10 {
  border-color: rgb(42 172 180 / 0.1);
}

.border-blue-400\/100 {
  border-color: rgb(42 172 180 / 1);
}

.border-blue-400\/20 {
  border-color: rgb(42 172 180 / 0.2);
}

.border-blue-400\/25 {
  border-color: rgb(42 172 180 / 0.25);
}

.border-blue-400\/30 {
  border-color: rgb(42 172 180 / 0.3);
}

.border-blue-400\/40 {
  border-color: rgb(42 172 180 / 0.4);
}

.border-blue-400\/5 {
  border-color: rgb(42 172 180 / 0.05);
}

.border-blue-400\/50 {
  border-color: rgb(42 172 180 / 0.5);
}

.border-blue-400\/60 {
  border-color: rgb(42 172 180 / 0.6);
}

.border-blue-400\/70 {
  border-color: rgb(42 172 180 / 0.7);
}

.border-blue-400\/75 {
  border-color: rgb(42 172 180 / 0.75);
}

.border-blue-400\/80 {
  border-color: rgb(42 172 180 / 0.8);
}

.border-blue-400\/90 {
  border-color: rgb(42 172 180 / 0.9);
}

.border-blue-400\/95 {
  border-color: rgb(42 172 180 / 0.95);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(204 235 237 / var(--tw-border-opacity));
}

.border-blue-50\/0 {
  border-color: rgb(204 235 237 / 0);
}

.border-blue-50\/10 {
  border-color: rgb(204 235 237 / 0.1);
}

.border-blue-50\/100 {
  border-color: rgb(204 235 237 / 1);
}

.border-blue-50\/20 {
  border-color: rgb(204 235 237 / 0.2);
}

.border-blue-50\/25 {
  border-color: rgb(204 235 237 / 0.25);
}

.border-blue-50\/30 {
  border-color: rgb(204 235 237 / 0.3);
}

.border-blue-50\/40 {
  border-color: rgb(204 235 237 / 0.4);
}

.border-blue-50\/5 {
  border-color: rgb(204 235 237 / 0.05);
}

.border-blue-50\/50 {
  border-color: rgb(204 235 237 / 0.5);
}

.border-blue-50\/60 {
  border-color: rgb(204 235 237 / 0.6);
}

.border-blue-50\/70 {
  border-color: rgb(204 235 237 / 0.7);
}

.border-blue-50\/75 {
  border-color: rgb(204 235 237 / 0.75);
}

.border-blue-50\/80 {
  border-color: rgb(204 235 237 / 0.8);
}

.border-blue-50\/90 {
  border-color: rgb(204 235 237 / 0.9);
}

.border-blue-50\/95 {
  border-color: rgb(204 235 237 / 0.95);
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 155 165 / var(--tw-border-opacity));
}

.border-blue-500\/0 {
  border-color: rgb(0 155 165 / 0);
}

.border-blue-500\/10 {
  border-color: rgb(0 155 165 / 0.1);
}

.border-blue-500\/100 {
  border-color: rgb(0 155 165 / 1);
}

.border-blue-500\/20 {
  border-color: rgb(0 155 165 / 0.2);
}

.border-blue-500\/25 {
  border-color: rgb(0 155 165 / 0.25);
}

.border-blue-500\/30 {
  border-color: rgb(0 155 165 / 0.3);
}

.border-blue-500\/40 {
  border-color: rgb(0 155 165 / 0.4);
}

.border-blue-500\/5 {
  border-color: rgb(0 155 165 / 0.05);
}

.border-blue-500\/50 {
  border-color: rgb(0 155 165 / 0.5);
}

.border-blue-500\/60 {
  border-color: rgb(0 155 165 / 0.6);
}

.border-blue-500\/70 {
  border-color: rgb(0 155 165 / 0.7);
}

.border-blue-500\/75 {
  border-color: rgb(0 155 165 / 0.75);
}

.border-blue-500\/80 {
  border-color: rgb(0 155 165 / 0.8);
}

.border-blue-500\/90 {
  border-color: rgb(0 155 165 / 0.9);
}

.border-blue-500\/95 {
  border-color: rgb(0 155 165 / 0.95);
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 138 / var(--tw-border-opacity));
}

.border-blue-600\/0 {
  border-color: rgb(0 129 138 / 0);
}

.border-blue-600\/10 {
  border-color: rgb(0 129 138 / 0.1);
}

.border-blue-600\/100 {
  border-color: rgb(0 129 138 / 1);
}

.border-blue-600\/20 {
  border-color: rgb(0 129 138 / 0.2);
}

.border-blue-600\/25 {
  border-color: rgb(0 129 138 / 0.25);
}

.border-blue-600\/30 {
  border-color: rgb(0 129 138 / 0.3);
}

.border-blue-600\/40 {
  border-color: rgb(0 129 138 / 0.4);
}

.border-blue-600\/5 {
  border-color: rgb(0 129 138 / 0.05);
}

.border-blue-600\/50 {
  border-color: rgb(0 129 138 / 0.5);
}

.border-blue-600\/60 {
  border-color: rgb(0 129 138 / 0.6);
}

.border-blue-600\/70 {
  border-color: rgb(0 129 138 / 0.7);
}

.border-blue-600\/75 {
  border-color: rgb(0 129 138 / 0.75);
}

.border-blue-600\/80 {
  border-color: rgb(0 129 138 / 0.8);
}

.border-blue-600\/90 {
  border-color: rgb(0 129 138 / 0.9);
}

.border-blue-600\/95 {
  border-color: rgb(0 129 138 / 0.95);
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(0 103 110 / var(--tw-border-opacity));
}

.border-blue-700\/0 {
  border-color: rgb(0 103 110 / 0);
}

.border-blue-700\/10 {
  border-color: rgb(0 103 110 / 0.1);
}

.border-blue-700\/100 {
  border-color: rgb(0 103 110 / 1);
}

.border-blue-700\/20 {
  border-color: rgb(0 103 110 / 0.2);
}

.border-blue-700\/25 {
  border-color: rgb(0 103 110 / 0.25);
}

.border-blue-700\/30 {
  border-color: rgb(0 103 110 / 0.3);
}

.border-blue-700\/40 {
  border-color: rgb(0 103 110 / 0.4);
}

.border-blue-700\/5 {
  border-color: rgb(0 103 110 / 0.05);
}

.border-blue-700\/50 {
  border-color: rgb(0 103 110 / 0.5);
}

.border-blue-700\/60 {
  border-color: rgb(0 103 110 / 0.6);
}

.border-blue-700\/70 {
  border-color: rgb(0 103 110 / 0.7);
}

.border-blue-700\/75 {
  border-color: rgb(0 103 110 / 0.75);
}

.border-blue-700\/80 {
  border-color: rgb(0 103 110 / 0.8);
}

.border-blue-700\/90 {
  border-color: rgb(0 103 110 / 0.9);
}

.border-blue-700\/95 {
  border-color: rgb(0 103 110 / 0.95);
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(0 78 83 / var(--tw-border-opacity));
}

.border-blue-800\/0 {
  border-color: rgb(0 78 83 / 0);
}

.border-blue-800\/10 {
  border-color: rgb(0 78 83 / 0.1);
}

.border-blue-800\/100 {
  border-color: rgb(0 78 83 / 1);
}

.border-blue-800\/20 {
  border-color: rgb(0 78 83 / 0.2);
}

.border-blue-800\/25 {
  border-color: rgb(0 78 83 / 0.25);
}

.border-blue-800\/30 {
  border-color: rgb(0 78 83 / 0.3);
}

.border-blue-800\/40 {
  border-color: rgb(0 78 83 / 0.4);
}

.border-blue-800\/5 {
  border-color: rgb(0 78 83 / 0.05);
}

.border-blue-800\/50 {
  border-color: rgb(0 78 83 / 0.5);
}

.border-blue-800\/60 {
  border-color: rgb(0 78 83 / 0.6);
}

.border-blue-800\/70 {
  border-color: rgb(0 78 83 / 0.7);
}

.border-blue-800\/75 {
  border-color: rgb(0 78 83 / 0.75);
}

.border-blue-800\/80 {
  border-color: rgb(0 78 83 / 0.8);
}

.border-blue-800\/90 {
  border-color: rgb(0 78 83 / 0.9);
}

.border-blue-800\/95 {
  border-color: rgb(0 78 83 / 0.95);
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(0 52 55 / var(--tw-border-opacity));
}

.border-blue-900\/0 {
  border-color: rgb(0 52 55 / 0);
}

.border-blue-900\/10 {
  border-color: rgb(0 52 55 / 0.1);
}

.border-blue-900\/100 {
  border-color: rgb(0 52 55 / 1);
}

.border-blue-900\/20 {
  border-color: rgb(0 52 55 / 0.2);
}

.border-blue-900\/25 {
  border-color: rgb(0 52 55 / 0.25);
}

.border-blue-900\/30 {
  border-color: rgb(0 52 55 / 0.3);
}

.border-blue-900\/40 {
  border-color: rgb(0 52 55 / 0.4);
}

.border-blue-900\/5 {
  border-color: rgb(0 52 55 / 0.05);
}

.border-blue-900\/50 {
  border-color: rgb(0 52 55 / 0.5);
}

.border-blue-900\/60 {
  border-color: rgb(0 52 55 / 0.6);
}

.border-blue-900\/70 {
  border-color: rgb(0 52 55 / 0.7);
}

.border-blue-900\/75 {
  border-color: rgb(0 52 55 / 0.75);
}

.border-blue-900\/80 {
  border-color: rgb(0 52 55 / 0.8);
}

.border-blue-900\/90 {
  border-color: rgb(0 52 55 / 0.9);
}

.border-blue-900\/95 {
  border-color: rgb(0 52 55 / 0.95);
}

.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(170 226 245 / var(--tw-border-opacity));
}

.border-cyan-100\/0 {
  border-color: rgb(170 226 245 / 0);
}

.border-cyan-100\/10 {
  border-color: rgb(170 226 245 / 0.1);
}

.border-cyan-100\/100 {
  border-color: rgb(170 226 245 / 1);
}

.border-cyan-100\/20 {
  border-color: rgb(170 226 245 / 0.2);
}

.border-cyan-100\/25 {
  border-color: rgb(170 226 245 / 0.25);
}

.border-cyan-100\/30 {
  border-color: rgb(170 226 245 / 0.3);
}

.border-cyan-100\/40 {
  border-color: rgb(170 226 245 / 0.4);
}

.border-cyan-100\/5 {
  border-color: rgb(170 226 245 / 0.05);
}

.border-cyan-100\/50 {
  border-color: rgb(170 226 245 / 0.5);
}

.border-cyan-100\/60 {
  border-color: rgb(170 226 245 / 0.6);
}

.border-cyan-100\/70 {
  border-color: rgb(170 226 245 / 0.7);
}

.border-cyan-100\/75 {
  border-color: rgb(170 226 245 / 0.75);
}

.border-cyan-100\/80 {
  border-color: rgb(170 226 245 / 0.8);
}

.border-cyan-100\/90 {
  border-color: rgb(170 226 245 / 0.9);
}

.border-cyan-100\/95 {
  border-color: rgb(170 226 245 / 0.95);
}

.border-cyan-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(0 33 45 / var(--tw-border-opacity));
}

.border-cyan-1000\/0 {
  border-color: rgb(0 33 45 / 0);
}

.border-cyan-1000\/10 {
  border-color: rgb(0 33 45 / 0.1);
}

.border-cyan-1000\/100 {
  border-color: rgb(0 33 45 / 1);
}

.border-cyan-1000\/20 {
  border-color: rgb(0 33 45 / 0.2);
}

.border-cyan-1000\/25 {
  border-color: rgb(0 33 45 / 0.25);
}

.border-cyan-1000\/30 {
  border-color: rgb(0 33 45 / 0.3);
}

.border-cyan-1000\/40 {
  border-color: rgb(0 33 45 / 0.4);
}

.border-cyan-1000\/5 {
  border-color: rgb(0 33 45 / 0.05);
}

.border-cyan-1000\/50 {
  border-color: rgb(0 33 45 / 0.5);
}

.border-cyan-1000\/60 {
  border-color: rgb(0 33 45 / 0.6);
}

.border-cyan-1000\/70 {
  border-color: rgb(0 33 45 / 0.7);
}

.border-cyan-1000\/75 {
  border-color: rgb(0 33 45 / 0.75);
}

.border-cyan-1000\/80 {
  border-color: rgb(0 33 45 / 0.8);
}

.border-cyan-1000\/90 {
  border-color: rgb(0 33 45 / 0.9);
}

.border-cyan-1000\/95 {
  border-color: rgb(0 33 45 / 0.95);
}

.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(128 211 240 / var(--tw-border-opacity));
}

.border-cyan-200\/0 {
  border-color: rgb(128 211 240 / 0);
}

.border-cyan-200\/10 {
  border-color: rgb(128 211 240 / 0.1);
}

.border-cyan-200\/100 {
  border-color: rgb(128 211 240 / 1);
}

.border-cyan-200\/20 {
  border-color: rgb(128 211 240 / 0.2);
}

.border-cyan-200\/25 {
  border-color: rgb(128 211 240 / 0.25);
}

.border-cyan-200\/30 {
  border-color: rgb(128 211 240 / 0.3);
}

.border-cyan-200\/40 {
  border-color: rgb(128 211 240 / 0.4);
}

.border-cyan-200\/5 {
  border-color: rgb(128 211 240 / 0.05);
}

.border-cyan-200\/50 {
  border-color: rgb(128 211 240 / 0.5);
}

.border-cyan-200\/60 {
  border-color: rgb(128 211 240 / 0.6);
}

.border-cyan-200\/70 {
  border-color: rgb(128 211 240 / 0.7);
}

.border-cyan-200\/75 {
  border-color: rgb(128 211 240 / 0.75);
}

.border-cyan-200\/80 {
  border-color: rgb(128 211 240 / 0.8);
}

.border-cyan-200\/90 {
  border-color: rgb(128 211 240 / 0.9);
}

.border-cyan-200\/95 {
  border-color: rgb(128 211 240 / 0.95);
}

.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(85 196 235 / var(--tw-border-opacity));
}

.border-cyan-300\/0 {
  border-color: rgb(85 196 235 / 0);
}

.border-cyan-300\/10 {
  border-color: rgb(85 196 235 / 0.1);
}

.border-cyan-300\/100 {
  border-color: rgb(85 196 235 / 1);
}

.border-cyan-300\/20 {
  border-color: rgb(85 196 235 / 0.2);
}

.border-cyan-300\/25 {
  border-color: rgb(85 196 235 / 0.25);
}

.border-cyan-300\/30 {
  border-color: rgb(85 196 235 / 0.3);
}

.border-cyan-300\/40 {
  border-color: rgb(85 196 235 / 0.4);
}

.border-cyan-300\/5 {
  border-color: rgb(85 196 235 / 0.05);
}

.border-cyan-300\/50 {
  border-color: rgb(85 196 235 / 0.5);
}

.border-cyan-300\/60 {
  border-color: rgb(85 196 235 / 0.6);
}

.border-cyan-300\/70 {
  border-color: rgb(85 196 235 / 0.7);
}

.border-cyan-300\/75 {
  border-color: rgb(85 196 235 / 0.75);
}

.border-cyan-300\/80 {
  border-color: rgb(85 196 235 / 0.8);
}

.border-cyan-300\/90 {
  border-color: rgb(85 196 235 / 0.9);
}

.border-cyan-300\/95 {
  border-color: rgb(85 196 235 / 0.95);
}

.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(42 182 230 / var(--tw-border-opacity));
}

.border-cyan-400\/0 {
  border-color: rgb(42 182 230 / 0);
}

.border-cyan-400\/10 {
  border-color: rgb(42 182 230 / 0.1);
}

.border-cyan-400\/100 {
  border-color: rgb(42 182 230 / 1);
}

.border-cyan-400\/20 {
  border-color: rgb(42 182 230 / 0.2);
}

.border-cyan-400\/25 {
  border-color: rgb(42 182 230 / 0.25);
}

.border-cyan-400\/30 {
  border-color: rgb(42 182 230 / 0.3);
}

.border-cyan-400\/40 {
  border-color: rgb(42 182 230 / 0.4);
}

.border-cyan-400\/5 {
  border-color: rgb(42 182 230 / 0.05);
}

.border-cyan-400\/50 {
  border-color: rgb(42 182 230 / 0.5);
}

.border-cyan-400\/60 {
  border-color: rgb(42 182 230 / 0.6);
}

.border-cyan-400\/70 {
  border-color: rgb(42 182 230 / 0.7);
}

.border-cyan-400\/75 {
  border-color: rgb(42 182 230 / 0.75);
}

.border-cyan-400\/80 {
  border-color: rgb(42 182 230 / 0.8);
}

.border-cyan-400\/90 {
  border-color: rgb(42 182 230 / 0.9);
}

.border-cyan-400\/95 {
  border-color: rgb(42 182 230 / 0.95);
}

.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgb(204 237 249 / var(--tw-border-opacity));
}

.border-cyan-50\/0 {
  border-color: rgb(204 237 249 / 0);
}

.border-cyan-50\/10 {
  border-color: rgb(204 237 249 / 0.1);
}

.border-cyan-50\/100 {
  border-color: rgb(204 237 249 / 1);
}

.border-cyan-50\/20 {
  border-color: rgb(204 237 249 / 0.2);
}

.border-cyan-50\/25 {
  border-color: rgb(204 237 249 / 0.25);
}

.border-cyan-50\/30 {
  border-color: rgb(204 237 249 / 0.3);
}

.border-cyan-50\/40 {
  border-color: rgb(204 237 249 / 0.4);
}

.border-cyan-50\/5 {
  border-color: rgb(204 237 249 / 0.05);
}

.border-cyan-50\/50 {
  border-color: rgb(204 237 249 / 0.5);
}

.border-cyan-50\/60 {
  border-color: rgb(204 237 249 / 0.6);
}

.border-cyan-50\/70 {
  border-color: rgb(204 237 249 / 0.7);
}

.border-cyan-50\/75 {
  border-color: rgb(204 237 249 / 0.75);
}

.border-cyan-50\/80 {
  border-color: rgb(204 237 249 / 0.8);
}

.border-cyan-50\/90 {
  border-color: rgb(204 237 249 / 0.9);
}

.border-cyan-50\/95 {
  border-color: rgb(204 237 249 / 0.95);
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity));
}

.border-cyan-500\/0 {
  border-color: rgb(0 167 225 / 0);
}

.border-cyan-500\/10 {
  border-color: rgb(0 167 225 / 0.1);
}

.border-cyan-500\/100 {
  border-color: rgb(0 167 225 / 1);
}

.border-cyan-500\/20 {
  border-color: rgb(0 167 225 / 0.2);
}

.border-cyan-500\/25 {
  border-color: rgb(0 167 225 / 0.25);
}

.border-cyan-500\/30 {
  border-color: rgb(0 167 225 / 0.3);
}

.border-cyan-500\/40 {
  border-color: rgb(0 167 225 / 0.4);
}

.border-cyan-500\/5 {
  border-color: rgb(0 167 225 / 0.05);
}

.border-cyan-500\/50 {
  border-color: rgb(0 167 225 / 0.5);
}

.border-cyan-500\/60 {
  border-color: rgb(0 167 225 / 0.6);
}

.border-cyan-500\/70 {
  border-color: rgb(0 167 225 / 0.7);
}

.border-cyan-500\/75 {
  border-color: rgb(0 167 225 / 0.75);
}

.border-cyan-500\/80 {
  border-color: rgb(0 167 225 / 0.8);
}

.border-cyan-500\/90 {
  border-color: rgb(0 167 225 / 0.9);
}

.border-cyan-500\/95 {
  border-color: rgb(0 167 225 / 0.95);
}

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(0 139 188 / var(--tw-border-opacity));
}

.border-cyan-600\/0 {
  border-color: rgb(0 139 188 / 0);
}

.border-cyan-600\/10 {
  border-color: rgb(0 139 188 / 0.1);
}

.border-cyan-600\/100 {
  border-color: rgb(0 139 188 / 1);
}

.border-cyan-600\/20 {
  border-color: rgb(0 139 188 / 0.2);
}

.border-cyan-600\/25 {
  border-color: rgb(0 139 188 / 0.25);
}

.border-cyan-600\/30 {
  border-color: rgb(0 139 188 / 0.3);
}

.border-cyan-600\/40 {
  border-color: rgb(0 139 188 / 0.4);
}

.border-cyan-600\/5 {
  border-color: rgb(0 139 188 / 0.05);
}

.border-cyan-600\/50 {
  border-color: rgb(0 139 188 / 0.5);
}

.border-cyan-600\/60 {
  border-color: rgb(0 139 188 / 0.6);
}

.border-cyan-600\/70 {
  border-color: rgb(0 139 188 / 0.7);
}

.border-cyan-600\/75 {
  border-color: rgb(0 139 188 / 0.75);
}

.border-cyan-600\/80 {
  border-color: rgb(0 139 188 / 0.8);
}

.border-cyan-600\/90 {
  border-color: rgb(0 139 188 / 0.9);
}

.border-cyan-600\/95 {
  border-color: rgb(0 139 188 / 0.95);
}

.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(0 111 150 / var(--tw-border-opacity));
}

.border-cyan-700\/0 {
  border-color: rgb(0 111 150 / 0);
}

.border-cyan-700\/10 {
  border-color: rgb(0 111 150 / 0.1);
}

.border-cyan-700\/100 {
  border-color: rgb(0 111 150 / 1);
}

.border-cyan-700\/20 {
  border-color: rgb(0 111 150 / 0.2);
}

.border-cyan-700\/25 {
  border-color: rgb(0 111 150 / 0.25);
}

.border-cyan-700\/30 {
  border-color: rgb(0 111 150 / 0.3);
}

.border-cyan-700\/40 {
  border-color: rgb(0 111 150 / 0.4);
}

.border-cyan-700\/5 {
  border-color: rgb(0 111 150 / 0.05);
}

.border-cyan-700\/50 {
  border-color: rgb(0 111 150 / 0.5);
}

.border-cyan-700\/60 {
  border-color: rgb(0 111 150 / 0.6);
}

.border-cyan-700\/70 {
  border-color: rgb(0 111 150 / 0.7);
}

.border-cyan-700\/75 {
  border-color: rgb(0 111 150 / 0.75);
}

.border-cyan-700\/80 {
  border-color: rgb(0 111 150 / 0.8);
}

.border-cyan-700\/90 {
  border-color: rgb(0 111 150 / 0.9);
}

.border-cyan-700\/95 {
  border-color: rgb(0 111 150 / 0.95);
}

.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(0 84 113 / var(--tw-border-opacity));
}

.border-cyan-800\/0 {
  border-color: rgb(0 84 113 / 0);
}

.border-cyan-800\/10 {
  border-color: rgb(0 84 113 / 0.1);
}

.border-cyan-800\/100 {
  border-color: rgb(0 84 113 / 1);
}

.border-cyan-800\/20 {
  border-color: rgb(0 84 113 / 0.2);
}

.border-cyan-800\/25 {
  border-color: rgb(0 84 113 / 0.25);
}

.border-cyan-800\/30 {
  border-color: rgb(0 84 113 / 0.3);
}

.border-cyan-800\/40 {
  border-color: rgb(0 84 113 / 0.4);
}

.border-cyan-800\/5 {
  border-color: rgb(0 84 113 / 0.05);
}

.border-cyan-800\/50 {
  border-color: rgb(0 84 113 / 0.5);
}

.border-cyan-800\/60 {
  border-color: rgb(0 84 113 / 0.6);
}

.border-cyan-800\/70 {
  border-color: rgb(0 84 113 / 0.7);
}

.border-cyan-800\/75 {
  border-color: rgb(0 84 113 / 0.75);
}

.border-cyan-800\/80 {
  border-color: rgb(0 84 113 / 0.8);
}

.border-cyan-800\/90 {
  border-color: rgb(0 84 113 / 0.9);
}

.border-cyan-800\/95 {
  border-color: rgb(0 84 113 / 0.95);
}

.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(0 56 75 / var(--tw-border-opacity));
}

.border-cyan-900\/0 {
  border-color: rgb(0 56 75 / 0);
}

.border-cyan-900\/10 {
  border-color: rgb(0 56 75 / 0.1);
}

.border-cyan-900\/100 {
  border-color: rgb(0 56 75 / 1);
}

.border-cyan-900\/20 {
  border-color: rgb(0 56 75 / 0.2);
}

.border-cyan-900\/25 {
  border-color: rgb(0 56 75 / 0.25);
}

.border-cyan-900\/30 {
  border-color: rgb(0 56 75 / 0.3);
}

.border-cyan-900\/40 {
  border-color: rgb(0 56 75 / 0.4);
}

.border-cyan-900\/5 {
  border-color: rgb(0 56 75 / 0.05);
}

.border-cyan-900\/50 {
  border-color: rgb(0 56 75 / 0.5);
}

.border-cyan-900\/60 {
  border-color: rgb(0 56 75 / 0.6);
}

.border-cyan-900\/70 {
  border-color: rgb(0 56 75 / 0.7);
}

.border-cyan-900\/75 {
  border-color: rgb(0 56 75 / 0.75);
}

.border-cyan-900\/80 {
  border-color: rgb(0 56 75 / 0.8);
}

.border-cyan-900\/90 {
  border-color: rgb(0 56 75 / 0.9);
}

.border-cyan-900\/95 {
  border-color: rgb(0 56 75 / 0.95);
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(44 66 81 / var(--tw-border-opacity));
}

.border-forest {
  --tw-border-opacity: 1;
  border-color: rgb(0 68 79 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity));
}

.border-gray-100\/0 {
  border-color: rgb(248 248 249 / 0);
}

.border-gray-100\/10 {
  border-color: rgb(248 248 249 / 0.1);
}

.border-gray-100\/100 {
  border-color: rgb(248 248 249 / 1);
}

.border-gray-100\/20 {
  border-color: rgb(248 248 249 / 0.2);
}

.border-gray-100\/25 {
  border-color: rgb(248 248 249 / 0.25);
}

.border-gray-100\/30 {
  border-color: rgb(248 248 249 / 0.3);
}

.border-gray-100\/40 {
  border-color: rgb(248 248 249 / 0.4);
}

.border-gray-100\/5 {
  border-color: rgb(248 248 249 / 0.05);
}

.border-gray-100\/50 {
  border-color: rgb(248 248 249 / 0.5);
}

.border-gray-100\/60 {
  border-color: rgb(248 248 249 / 0.6);
}

.border-gray-100\/70 {
  border-color: rgb(248 248 249 / 0.7);
}

.border-gray-100\/75 {
  border-color: rgb(248 248 249 / 0.75);
}

.border-gray-100\/80 {
  border-color: rgb(248 248 249 / 0.8);
}

.border-gray-100\/90 {
  border-color: rgb(248 248 249 / 0.9);
}

.border-gray-100\/95 {
  border-color: rgb(248 248 249 / 0.95);
}

.border-gray-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(44 66 81 / var(--tw-border-opacity));
}

.border-gray-1000\/0 {
  border-color: rgb(44 66 81 / 0);
}

.border-gray-1000\/10 {
  border-color: rgb(44 66 81 / 0.1);
}

.border-gray-1000\/100 {
  border-color: rgb(44 66 81 / 1);
}

.border-gray-1000\/20 {
  border-color: rgb(44 66 81 / 0.2);
}

.border-gray-1000\/25 {
  border-color: rgb(44 66 81 / 0.25);
}

.border-gray-1000\/30 {
  border-color: rgb(44 66 81 / 0.3);
}

.border-gray-1000\/40 {
  border-color: rgb(44 66 81 / 0.4);
}

.border-gray-1000\/5 {
  border-color: rgb(44 66 81 / 0.05);
}

.border-gray-1000\/50 {
  border-color: rgb(44 66 81 / 0.5);
}

.border-gray-1000\/60 {
  border-color: rgb(44 66 81 / 0.6);
}

.border-gray-1000\/70 {
  border-color: rgb(44 66 81 / 0.7);
}

.border-gray-1000\/75 {
  border-color: rgb(44 66 81 / 0.75);
}

.border-gray-1000\/80 {
  border-color: rgb(44 66 81 / 0.8);
}

.border-gray-1000\/90 {
  border-color: rgb(44 66 81 / 0.9);
}

.border-gray-1000\/95 {
  border-color: rgb(44 66 81 / 0.95);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 238 / var(--tw-border-opacity));
}

.border-gray-200\/0 {
  border-color: rgb(234 236 238 / 0);
}

.border-gray-200\/10 {
  border-color: rgb(234 236 238 / 0.1);
}

.border-gray-200\/100 {
  border-color: rgb(234 236 238 / 1);
}

.border-gray-200\/20 {
  border-color: rgb(234 236 238 / 0.2);
}

.border-gray-200\/25 {
  border-color: rgb(234 236 238 / 0.25);
}

.border-gray-200\/30 {
  border-color: rgb(234 236 238 / 0.3);
}

.border-gray-200\/40 {
  border-color: rgb(234 236 238 / 0.4);
}

.border-gray-200\/5 {
  border-color: rgb(234 236 238 / 0.05);
}

.border-gray-200\/50 {
  border-color: rgb(234 236 238 / 0.5);
}

.border-gray-200\/60 {
  border-color: rgb(234 236 238 / 0.6);
}

.border-gray-200\/70 {
  border-color: rgb(234 236 238 / 0.7);
}

.border-gray-200\/75 {
  border-color: rgb(234 236 238 / 0.75);
}

.border-gray-200\/80 {
  border-color: rgb(234 236 238 / 0.8);
}

.border-gray-200\/90 {
  border-color: rgb(234 236 238 / 0.9);
}

.border-gray-200\/95 {
  border-color: rgb(234 236 238 / 0.95);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(227 230 232 / var(--tw-border-opacity));
}

.border-gray-300\/0 {
  border-color: rgb(227 230 232 / 0);
}

.border-gray-300\/10 {
  border-color: rgb(227 230 232 / 0.1);
}

.border-gray-300\/100 {
  border-color: rgb(227 230 232 / 1);
}

.border-gray-300\/20 {
  border-color: rgb(227 230 232 / 0.2);
}

.border-gray-300\/25 {
  border-color: rgb(227 230 232 / 0.25);
}

.border-gray-300\/30 {
  border-color: rgb(227 230 232 / 0.3);
}

.border-gray-300\/40 {
  border-color: rgb(227 230 232 / 0.4);
}

.border-gray-300\/5 {
  border-color: rgb(227 230 232 / 0.05);
}

.border-gray-300\/50 {
  border-color: rgb(227 230 232 / 0.5);
}

.border-gray-300\/60 {
  border-color: rgb(227 230 232 / 0.6);
}

.border-gray-300\/70 {
  border-color: rgb(227 230 232 / 0.7);
}

.border-gray-300\/75 {
  border-color: rgb(227 230 232 / 0.75);
}

.border-gray-300\/80 {
  border-color: rgb(227 230 232 / 0.8);
}

.border-gray-300\/90 {
  border-color: rgb(227 230 232 / 0.9);
}

.border-gray-300\/95 {
  border-color: rgb(227 230 232 / 0.95);
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(220 223 226 / var(--tw-border-opacity));
}

.border-gray-400\/0 {
  border-color: rgb(220 223 226 / 0);
}

.border-gray-400\/10 {
  border-color: rgb(220 223 226 / 0.1);
}

.border-gray-400\/100 {
  border-color: rgb(220 223 226 / 1);
}

.border-gray-400\/20 {
  border-color: rgb(220 223 226 / 0.2);
}

.border-gray-400\/25 {
  border-color: rgb(220 223 226 / 0.25);
}

.border-gray-400\/30 {
  border-color: rgb(220 223 226 / 0.3);
}

.border-gray-400\/40 {
  border-color: rgb(220 223 226 / 0.4);
}

.border-gray-400\/5 {
  border-color: rgb(220 223 226 / 0.05);
}

.border-gray-400\/50 {
  border-color: rgb(220 223 226 / 0.5);
}

.border-gray-400\/60 {
  border-color: rgb(220 223 226 / 0.6);
}

.border-gray-400\/70 {
  border-color: rgb(220 223 226 / 0.7);
}

.border-gray-400\/75 {
  border-color: rgb(220 223 226 / 0.75);
}

.border-gray-400\/80 {
  border-color: rgb(220 223 226 / 0.8);
}

.border-gray-400\/90 {
  border-color: rgb(220 223 226 / 0.9);
}

.border-gray-400\/95 {
  border-color: rgb(220 223 226 / 0.95);
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 240 241 / var(--tw-border-opacity));
}

.border-gray-50\/0 {
  border-color: rgb(239 240 241 / 0);
}

.border-gray-50\/10 {
  border-color: rgb(239 240 241 / 0.1);
}

.border-gray-50\/100 {
  border-color: rgb(239 240 241 / 1);
}

.border-gray-50\/20 {
  border-color: rgb(239 240 241 / 0.2);
}

.border-gray-50\/25 {
  border-color: rgb(239 240 241 / 0.25);
}

.border-gray-50\/30 {
  border-color: rgb(239 240 241 / 0.3);
}

.border-gray-50\/40 {
  border-color: rgb(239 240 241 / 0.4);
}

.border-gray-50\/5 {
  border-color: rgb(239 240 241 / 0.05);
}

.border-gray-50\/50 {
  border-color: rgb(239 240 241 / 0.5);
}

.border-gray-50\/60 {
  border-color: rgb(239 240 241 / 0.6);
}

.border-gray-50\/70 {
  border-color: rgb(239 240 241 / 0.7);
}

.border-gray-50\/75 {
  border-color: rgb(239 240 241 / 0.75);
}

.border-gray-50\/80 {
  border-color: rgb(239 240 241 / 0.8);
}

.border-gray-50\/90 {
  border-color: rgb(239 240 241 / 0.9);
}

.border-gray-50\/95 {
  border-color: rgb(239 240 241 / 0.95);
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(213 217 220 / var(--tw-border-opacity));
}

.border-gray-500\/0 {
  border-color: rgb(213 217 220 / 0);
}

.border-gray-500\/10 {
  border-color: rgb(213 217 220 / 0.1);
}

.border-gray-500\/100 {
  border-color: rgb(213 217 220 / 1);
}

.border-gray-500\/20 {
  border-color: rgb(213 217 220 / 0.2);
}

.border-gray-500\/25 {
  border-color: rgb(213 217 220 / 0.25);
}

.border-gray-500\/30 {
  border-color: rgb(213 217 220 / 0.3);
}

.border-gray-500\/40 {
  border-color: rgb(213 217 220 / 0.4);
}

.border-gray-500\/5 {
  border-color: rgb(213 217 220 / 0.05);
}

.border-gray-500\/50 {
  border-color: rgb(213 217 220 / 0.5);
}

.border-gray-500\/60 {
  border-color: rgb(213 217 220 / 0.6);
}

.border-gray-500\/70 {
  border-color: rgb(213 217 220 / 0.7);
}

.border-gray-500\/75 {
  border-color: rgb(213 217 220 / 0.75);
}

.border-gray-500\/80 {
  border-color: rgb(213 217 220 / 0.8);
}

.border-gray-500\/90 {
  border-color: rgb(213 217 220 / 0.9);
}

.border-gray-500\/95 {
  border-color: rgb(213 217 220 / 0.95);
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(185 192 197 / var(--tw-border-opacity));
}

.border-gray-600\/0 {
  border-color: rgb(185 192 197 / 0);
}

.border-gray-600\/10 {
  border-color: rgb(185 192 197 / 0.1);
}

.border-gray-600\/100 {
  border-color: rgb(185 192 197 / 1);
}

.border-gray-600\/20 {
  border-color: rgb(185 192 197 / 0.2);
}

.border-gray-600\/25 {
  border-color: rgb(185 192 197 / 0.25);
}

.border-gray-600\/30 {
  border-color: rgb(185 192 197 / 0.3);
}

.border-gray-600\/40 {
  border-color: rgb(185 192 197 / 0.4);
}

.border-gray-600\/5 {
  border-color: rgb(185 192 197 / 0.05);
}

.border-gray-600\/50 {
  border-color: rgb(185 192 197 / 0.5);
}

.border-gray-600\/60 {
  border-color: rgb(185 192 197 / 0.6);
}

.border-gray-600\/70 {
  border-color: rgb(185 192 197 / 0.7);
}

.border-gray-600\/75 {
  border-color: rgb(185 192 197 / 0.75);
}

.border-gray-600\/80 {
  border-color: rgb(185 192 197 / 0.8);
}

.border-gray-600\/90 {
  border-color: rgb(185 192 197 / 0.9);
}

.border-gray-600\/95 {
  border-color: rgb(185 192 197 / 0.95);
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(150 161 168 / var(--tw-border-opacity));
}

.border-gray-700\/0 {
  border-color: rgb(150 161 168 / 0);
}

.border-gray-700\/10 {
  border-color: rgb(150 161 168 / 0.1);
}

.border-gray-700\/100 {
  border-color: rgb(150 161 168 / 1);
}

.border-gray-700\/20 {
  border-color: rgb(150 161 168 / 0.2);
}

.border-gray-700\/25 {
  border-color: rgb(150 161 168 / 0.25);
}

.border-gray-700\/30 {
  border-color: rgb(150 161 168 / 0.3);
}

.border-gray-700\/40 {
  border-color: rgb(150 161 168 / 0.4);
}

.border-gray-700\/5 {
  border-color: rgb(150 161 168 / 0.05);
}

.border-gray-700\/50 {
  border-color: rgb(150 161 168 / 0.5);
}

.border-gray-700\/60 {
  border-color: rgb(150 161 168 / 0.6);
}

.border-gray-700\/70 {
  border-color: rgb(150 161 168 / 0.7);
}

.border-gray-700\/75 {
  border-color: rgb(150 161 168 / 0.75);
}

.border-gray-700\/80 {
  border-color: rgb(150 161 168 / 0.8);
}

.border-gray-700\/90 {
  border-color: rgb(150 161 168 / 0.9);
}

.border-gray-700\/95 {
  border-color: rgb(150 161 168 / 0.95);
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(114 129 139 / var(--tw-border-opacity));
}

.border-gray-800\/0 {
  border-color: rgb(114 129 139 / 0);
}

.border-gray-800\/10 {
  border-color: rgb(114 129 139 / 0.1);
}

.border-gray-800\/100 {
  border-color: rgb(114 129 139 / 1);
}

.border-gray-800\/20 {
  border-color: rgb(114 129 139 / 0.2);
}

.border-gray-800\/25 {
  border-color: rgb(114 129 139 / 0.25);
}

.border-gray-800\/30 {
  border-color: rgb(114 129 139 / 0.3);
}

.border-gray-800\/40 {
  border-color: rgb(114 129 139 / 0.4);
}

.border-gray-800\/5 {
  border-color: rgb(114 129 139 / 0.05);
}

.border-gray-800\/50 {
  border-color: rgb(114 129 139 / 0.5);
}

.border-gray-800\/60 {
  border-color: rgb(114 129 139 / 0.6);
}

.border-gray-800\/70 {
  border-color: rgb(114 129 139 / 0.7);
}

.border-gray-800\/75 {
  border-color: rgb(114 129 139 / 0.75);
}

.border-gray-800\/80 {
  border-color: rgb(114 129 139 / 0.8);
}

.border-gray-800\/90 {
  border-color: rgb(114 129 139 / 0.9);
}

.border-gray-800\/95 {
  border-color: rgb(114 129 139 / 0.95);
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(79 98 110 / var(--tw-border-opacity));
}

.border-gray-900\/0 {
  border-color: rgb(79 98 110 / 0);
}

.border-gray-900\/10 {
  border-color: rgb(79 98 110 / 0.1);
}

.border-gray-900\/100 {
  border-color: rgb(79 98 110 / 1);
}

.border-gray-900\/20 {
  border-color: rgb(79 98 110 / 0.2);
}

.border-gray-900\/25 {
  border-color: rgb(79 98 110 / 0.25);
}

.border-gray-900\/30 {
  border-color: rgb(79 98 110 / 0.3);
}

.border-gray-900\/40 {
  border-color: rgb(79 98 110 / 0.4);
}

.border-gray-900\/5 {
  border-color: rgb(79 98 110 / 0.05);
}

.border-gray-900\/50 {
  border-color: rgb(79 98 110 / 0.5);
}

.border-gray-900\/60 {
  border-color: rgb(79 98 110 / 0.6);
}

.border-gray-900\/70 {
  border-color: rgb(79 98 110 / 0.7);
}

.border-gray-900\/75 {
  border-color: rgb(79 98 110 / 0.75);
}

.border-gray-900\/80 {
  border-color: rgb(79 98 110 / 0.8);
}

.border-gray-900\/90 {
  border-color: rgb(79 98 110 / 0.9);
}

.border-gray-900\/95 {
  border-color: rgb(79 98 110 / 0.95);
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(218 245 228 / var(--tw-border-opacity));
}

.border-green-100\/0 {
  border-color: rgb(218 245 228 / 0);
}

.border-green-100\/10 {
  border-color: rgb(218 245 228 / 0.1);
}

.border-green-100\/100 {
  border-color: rgb(218 245 228 / 1);
}

.border-green-100\/20 {
  border-color: rgb(218 245 228 / 0.2);
}

.border-green-100\/25 {
  border-color: rgb(218 245 228 / 0.25);
}

.border-green-100\/30 {
  border-color: rgb(218 245 228 / 0.3);
}

.border-green-100\/40 {
  border-color: rgb(218 245 228 / 0.4);
}

.border-green-100\/5 {
  border-color: rgb(218 245 228 / 0.05);
}

.border-green-100\/50 {
  border-color: rgb(218 245 228 / 0.5);
}

.border-green-100\/60 {
  border-color: rgb(218 245 228 / 0.6);
}

.border-green-100\/70 {
  border-color: rgb(218 245 228 / 0.7);
}

.border-green-100\/75 {
  border-color: rgb(218 245 228 / 0.75);
}

.border-green-100\/80 {
  border-color: rgb(218 245 228 / 0.8);
}

.border-green-100\/90 {
  border-color: rgb(218 245 228 / 0.9);
}

.border-green-100\/95 {
  border-color: rgb(218 245 228 / 0.95);
}

.border-green-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(29 45 35 / var(--tw-border-opacity));
}

.border-green-1000\/0 {
  border-color: rgb(29 45 35 / 0);
}

.border-green-1000\/10 {
  border-color: rgb(29 45 35 / 0.1);
}

.border-green-1000\/100 {
  border-color: rgb(29 45 35 / 1);
}

.border-green-1000\/20 {
  border-color: rgb(29 45 35 / 0.2);
}

.border-green-1000\/25 {
  border-color: rgb(29 45 35 / 0.25);
}

.border-green-1000\/30 {
  border-color: rgb(29 45 35 / 0.3);
}

.border-green-1000\/40 {
  border-color: rgb(29 45 35 / 0.4);
}

.border-green-1000\/5 {
  border-color: rgb(29 45 35 / 0.05);
}

.border-green-1000\/50 {
  border-color: rgb(29 45 35 / 0.5);
}

.border-green-1000\/60 {
  border-color: rgb(29 45 35 / 0.6);
}

.border-green-1000\/70 {
  border-color: rgb(29 45 35 / 0.7);
}

.border-green-1000\/75 {
  border-color: rgb(29 45 35 / 0.75);
}

.border-green-1000\/80 {
  border-color: rgb(29 45 35 / 0.8);
}

.border-green-1000\/90 {
  border-color: rgb(29 45 35 / 0.9);
}

.border-green-1000\/95 {
  border-color: rgb(29 45 35 / 0.95);
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(200 240 215 / var(--tw-border-opacity));
}

.border-green-200\/0 {
  border-color: rgb(200 240 215 / 0);
}

.border-green-200\/10 {
  border-color: rgb(200 240 215 / 0.1);
}

.border-green-200\/100 {
  border-color: rgb(200 240 215 / 1);
}

.border-green-200\/20 {
  border-color: rgb(200 240 215 / 0.2);
}

.border-green-200\/25 {
  border-color: rgb(200 240 215 / 0.25);
}

.border-green-200\/30 {
  border-color: rgb(200 240 215 / 0.3);
}

.border-green-200\/40 {
  border-color: rgb(200 240 215 / 0.4);
}

.border-green-200\/5 {
  border-color: rgb(200 240 215 / 0.05);
}

.border-green-200\/50 {
  border-color: rgb(200 240 215 / 0.5);
}

.border-green-200\/60 {
  border-color: rgb(200 240 215 / 0.6);
}

.border-green-200\/70 {
  border-color: rgb(200 240 215 / 0.7);
}

.border-green-200\/75 {
  border-color: rgb(200 240 215 / 0.75);
}

.border-green-200\/80 {
  border-color: rgb(200 240 215 / 0.8);
}

.border-green-200\/90 {
  border-color: rgb(200 240 215 / 0.9);
}

.border-green-200\/95 {
  border-color: rgb(200 240 215 / 0.95);
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(182 235 202 / var(--tw-border-opacity));
}

.border-green-300\/0 {
  border-color: rgb(182 235 202 / 0);
}

.border-green-300\/10 {
  border-color: rgb(182 235 202 / 0.1);
}

.border-green-300\/100 {
  border-color: rgb(182 235 202 / 1);
}

.border-green-300\/20 {
  border-color: rgb(182 235 202 / 0.2);
}

.border-green-300\/25 {
  border-color: rgb(182 235 202 / 0.25);
}

.border-green-300\/30 {
  border-color: rgb(182 235 202 / 0.3);
}

.border-green-300\/40 {
  border-color: rgb(182 235 202 / 0.4);
}

.border-green-300\/5 {
  border-color: rgb(182 235 202 / 0.05);
}

.border-green-300\/50 {
  border-color: rgb(182 235 202 / 0.5);
}

.border-green-300\/60 {
  border-color: rgb(182 235 202 / 0.6);
}

.border-green-300\/70 {
  border-color: rgb(182 235 202 / 0.7);
}

.border-green-300\/75 {
  border-color: rgb(182 235 202 / 0.75);
}

.border-green-300\/80 {
  border-color: rgb(182 235 202 / 0.8);
}

.border-green-300\/90 {
  border-color: rgb(182 235 202 / 0.9);
}

.border-green-300\/95 {
  border-color: rgb(182 235 202 / 0.95);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 188 / var(--tw-border-opacity));
}

.border-green-400\/0 {
  border-color: rgb(163 230 188 / 0);
}

.border-green-400\/10 {
  border-color: rgb(163 230 188 / 0.1);
}

.border-green-400\/100 {
  border-color: rgb(163 230 188 / 1);
}

.border-green-400\/20 {
  border-color: rgb(163 230 188 / 0.2);
}

.border-green-400\/25 {
  border-color: rgb(163 230 188 / 0.25);
}

.border-green-400\/30 {
  border-color: rgb(163 230 188 / 0.3);
}

.border-green-400\/40 {
  border-color: rgb(163 230 188 / 0.4);
}

.border-green-400\/5 {
  border-color: rgb(163 230 188 / 0.05);
}

.border-green-400\/50 {
  border-color: rgb(163 230 188 / 0.5);
}

.border-green-400\/60 {
  border-color: rgb(163 230 188 / 0.6);
}

.border-green-400\/70 {
  border-color: rgb(163 230 188 / 0.7);
}

.border-green-400\/75 {
  border-color: rgb(163 230 188 / 0.75);
}

.border-green-400\/80 {
  border-color: rgb(163 230 188 / 0.8);
}

.border-green-400\/90 {
  border-color: rgb(163 230 188 / 0.9);
}

.border-green-400\/95 {
  border-color: rgb(163 230 188 / 0.95);
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(233 249 239 / var(--tw-border-opacity));
}

.border-green-50\/0 {
  border-color: rgb(233 249 239 / 0);
}

.border-green-50\/10 {
  border-color: rgb(233 249 239 / 0.1);
}

.border-green-50\/100 {
  border-color: rgb(233 249 239 / 1);
}

.border-green-50\/20 {
  border-color: rgb(233 249 239 / 0.2);
}

.border-green-50\/25 {
  border-color: rgb(233 249 239 / 0.25);
}

.border-green-50\/30 {
  border-color: rgb(233 249 239 / 0.3);
}

.border-green-50\/40 {
  border-color: rgb(233 249 239 / 0.4);
}

.border-green-50\/5 {
  border-color: rgb(233 249 239 / 0.05);
}

.border-green-50\/50 {
  border-color: rgb(233 249 239 / 0.5);
}

.border-green-50\/60 {
  border-color: rgb(233 249 239 / 0.6);
}

.border-green-50\/70 {
  border-color: rgb(233 249 239 / 0.7);
}

.border-green-50\/75 {
  border-color: rgb(233 249 239 / 0.75);
}

.border-green-50\/80 {
  border-color: rgb(233 249 239 / 0.8);
}

.border-green-50\/90 {
  border-color: rgb(233 249 239 / 0.9);
}

.border-green-50\/95 {
  border-color: rgb(233 249 239 / 0.95);
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(145 225 175 / var(--tw-border-opacity));
}

.border-green-500\/0 {
  border-color: rgb(145 225 175 / 0);
}

.border-green-500\/10 {
  border-color: rgb(145 225 175 / 0.1);
}

.border-green-500\/100 {
  border-color: rgb(145 225 175 / 1);
}

.border-green-500\/20 {
  border-color: rgb(145 225 175 / 0.2);
}

.border-green-500\/25 {
  border-color: rgb(145 225 175 / 0.25);
}

.border-green-500\/30 {
  border-color: rgb(145 225 175 / 0.3);
}

.border-green-500\/40 {
  border-color: rgb(145 225 175 / 0.4);
}

.border-green-500\/5 {
  border-color: rgb(145 225 175 / 0.05);
}

.border-green-500\/50 {
  border-color: rgb(145 225 175 / 0.5);
}

.border-green-500\/60 {
  border-color: rgb(145 225 175 / 0.6);
}

.border-green-500\/70 {
  border-color: rgb(145 225 175 / 0.7);
}

.border-green-500\/75 {
  border-color: rgb(145 225 175 / 0.75);
}

.border-green-500\/80 {
  border-color: rgb(145 225 175 / 0.8);
}

.border-green-500\/90 {
  border-color: rgb(145 225 175 / 0.9);
}

.border-green-500\/95 {
  border-color: rgb(145 225 175 / 0.95);
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(121 188 146 / var(--tw-border-opacity));
}

.border-green-600\/0 {
  border-color: rgb(121 188 146 / 0);
}

.border-green-600\/10 {
  border-color: rgb(121 188 146 / 0.1);
}

.border-green-600\/100 {
  border-color: rgb(121 188 146 / 1);
}

.border-green-600\/20 {
  border-color: rgb(121 188 146 / 0.2);
}

.border-green-600\/25 {
  border-color: rgb(121 188 146 / 0.25);
}

.border-green-600\/30 {
  border-color: rgb(121 188 146 / 0.3);
}

.border-green-600\/40 {
  border-color: rgb(121 188 146 / 0.4);
}

.border-green-600\/5 {
  border-color: rgb(121 188 146 / 0.05);
}

.border-green-600\/50 {
  border-color: rgb(121 188 146 / 0.5);
}

.border-green-600\/60 {
  border-color: rgb(121 188 146 / 0.6);
}

.border-green-600\/70 {
  border-color: rgb(121 188 146 / 0.7);
}

.border-green-600\/75 {
  border-color: rgb(121 188 146 / 0.75);
}

.border-green-600\/80 {
  border-color: rgb(121 188 146 / 0.8);
}

.border-green-600\/90 {
  border-color: rgb(121 188 146 / 0.9);
}

.border-green-600\/95 {
  border-color: rgb(121 188 146 / 0.95);
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(97 150 117 / var(--tw-border-opacity));
}

.border-green-700\/0 {
  border-color: rgb(97 150 117 / 0);
}

.border-green-700\/10 {
  border-color: rgb(97 150 117 / 0.1);
}

.border-green-700\/100 {
  border-color: rgb(97 150 117 / 1);
}

.border-green-700\/20 {
  border-color: rgb(97 150 117 / 0.2);
}

.border-green-700\/25 {
  border-color: rgb(97 150 117 / 0.25);
}

.border-green-700\/30 {
  border-color: rgb(97 150 117 / 0.3);
}

.border-green-700\/40 {
  border-color: rgb(97 150 117 / 0.4);
}

.border-green-700\/5 {
  border-color: rgb(97 150 117 / 0.05);
}

.border-green-700\/50 {
  border-color: rgb(97 150 117 / 0.5);
}

.border-green-700\/60 {
  border-color: rgb(97 150 117 / 0.6);
}

.border-green-700\/70 {
  border-color: rgb(97 150 117 / 0.7);
}

.border-green-700\/75 {
  border-color: rgb(97 150 117 / 0.75);
}

.border-green-700\/80 {
  border-color: rgb(97 150 117 / 0.8);
}

.border-green-700\/90 {
  border-color: rgb(97 150 117 / 0.9);
}

.border-green-700\/95 {
  border-color: rgb(97 150 117 / 0.95);
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(73 113 88 / var(--tw-border-opacity));
}

.border-green-800\/0 {
  border-color: rgb(73 113 88 / 0);
}

.border-green-800\/10 {
  border-color: rgb(73 113 88 / 0.1);
}

.border-green-800\/100 {
  border-color: rgb(73 113 88 / 1);
}

.border-green-800\/20 {
  border-color: rgb(73 113 88 / 0.2);
}

.border-green-800\/25 {
  border-color: rgb(73 113 88 / 0.25);
}

.border-green-800\/30 {
  border-color: rgb(73 113 88 / 0.3);
}

.border-green-800\/40 {
  border-color: rgb(73 113 88 / 0.4);
}

.border-green-800\/5 {
  border-color: rgb(73 113 88 / 0.05);
}

.border-green-800\/50 {
  border-color: rgb(73 113 88 / 0.5);
}

.border-green-800\/60 {
  border-color: rgb(73 113 88 / 0.6);
}

.border-green-800\/70 {
  border-color: rgb(73 113 88 / 0.7);
}

.border-green-800\/75 {
  border-color: rgb(73 113 88 / 0.75);
}

.border-green-800\/80 {
  border-color: rgb(73 113 88 / 0.8);
}

.border-green-800\/90 {
  border-color: rgb(73 113 88 / 0.9);
}

.border-green-800\/95 {
  border-color: rgb(73 113 88 / 0.95);
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(48 75 58 / var(--tw-border-opacity));
}

.border-green-900\/0 {
  border-color: rgb(48 75 58 / 0);
}

.border-green-900\/10 {
  border-color: rgb(48 75 58 / 0.1);
}

.border-green-900\/100 {
  border-color: rgb(48 75 58 / 1);
}

.border-green-900\/20 {
  border-color: rgb(48 75 58 / 0.2);
}

.border-green-900\/25 {
  border-color: rgb(48 75 58 / 0.25);
}

.border-green-900\/30 {
  border-color: rgb(48 75 58 / 0.3);
}

.border-green-900\/40 {
  border-color: rgb(48 75 58 / 0.4);
}

.border-green-900\/5 {
  border-color: rgb(48 75 58 / 0.05);
}

.border-green-900\/50 {
  border-color: rgb(48 75 58 / 0.5);
}

.border-green-900\/60 {
  border-color: rgb(48 75 58 / 0.6);
}

.border-green-900\/70 {
  border-color: rgb(48 75 58 / 0.7);
}

.border-green-900\/75 {
  border-color: rgb(48 75 58 / 0.75);
}

.border-green-900\/80 {
  border-color: rgb(48 75 58 / 0.8);
}

.border-green-900\/90 {
  border-color: rgb(48 75 58 / 0.9);
}

.border-green-900\/95 {
  border-color: rgb(48 75 58 / 0.95);
}

.border-navy-100 {
  --tw-border-opacity: 1;
  border-color: rgb(175 195 232 / var(--tw-border-opacity));
}

.border-navy-100\/0 {
  border-color: rgb(175 195 232 / 0);
}

.border-navy-100\/10 {
  border-color: rgb(175 195 232 / 0.1);
}

.border-navy-100\/100 {
  border-color: rgb(175 195 232 / 1);
}

.border-navy-100\/20 {
  border-color: rgb(175 195 232 / 0.2);
}

.border-navy-100\/25 {
  border-color: rgb(175 195 232 / 0.25);
}

.border-navy-100\/30 {
  border-color: rgb(175 195 232 / 0.3);
}

.border-navy-100\/40 {
  border-color: rgb(175 195 232 / 0.4);
}

.border-navy-100\/5 {
  border-color: rgb(175 195 232 / 0.05);
}

.border-navy-100\/50 {
  border-color: rgb(175 195 232 / 0.5);
}

.border-navy-100\/60 {
  border-color: rgb(175 195 232 / 0.6);
}

.border-navy-100\/70 {
  border-color: rgb(175 195 232 / 0.7);
}

.border-navy-100\/75 {
  border-color: rgb(175 195 232 / 0.75);
}

.border-navy-100\/80 {
  border-color: rgb(175 195 232 / 0.8);
}

.border-navy-100\/90 {
  border-color: rgb(175 195 232 / 0.9);
}

.border-navy-100\/95 {
  border-color: rgb(175 195 232 / 0.95);
}

.border-navy-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(3 15 37 / var(--tw-border-opacity));
}

.border-navy-1000\/0 {
  border-color: rgb(3 15 37 / 0);
}

.border-navy-1000\/10 {
  border-color: rgb(3 15 37 / 0.1);
}

.border-navy-1000\/100 {
  border-color: rgb(3 15 37 / 1);
}

.border-navy-1000\/20 {
  border-color: rgb(3 15 37 / 0.2);
}

.border-navy-1000\/25 {
  border-color: rgb(3 15 37 / 0.25);
}

.border-navy-1000\/30 {
  border-color: rgb(3 15 37 / 0.3);
}

.border-navy-1000\/40 {
  border-color: rgb(3 15 37 / 0.4);
}

.border-navy-1000\/5 {
  border-color: rgb(3 15 37 / 0.05);
}

.border-navy-1000\/50 {
  border-color: rgb(3 15 37 / 0.5);
}

.border-navy-1000\/60 {
  border-color: rgb(3 15 37 / 0.6);
}

.border-navy-1000\/70 {
  border-color: rgb(3 15 37 / 0.7);
}

.border-navy-1000\/75 {
  border-color: rgb(3 15 37 / 0.75);
}

.border-navy-1000\/80 {
  border-color: rgb(3 15 37 / 0.8);
}

.border-navy-1000\/90 {
  border-color: rgb(3 15 37 / 0.9);
}

.border-navy-1000\/95 {
  border-color: rgb(3 15 37 / 0.95);
}

.border-navy-200 {
  --tw-border-opacity: 1;
  border-color: rgb(135 165 220 / var(--tw-border-opacity));
}

.border-navy-200\/0 {
  border-color: rgb(135 165 220 / 0);
}

.border-navy-200\/10 {
  border-color: rgb(135 165 220 / 0.1);
}

.border-navy-200\/100 {
  border-color: rgb(135 165 220 / 1);
}

.border-navy-200\/20 {
  border-color: rgb(135 165 220 / 0.2);
}

.border-navy-200\/25 {
  border-color: rgb(135 165 220 / 0.25);
}

.border-navy-200\/30 {
  border-color: rgb(135 165 220 / 0.3);
}

.border-navy-200\/40 {
  border-color: rgb(135 165 220 / 0.4);
}

.border-navy-200\/5 {
  border-color: rgb(135 165 220 / 0.05);
}

.border-navy-200\/50 {
  border-color: rgb(135 165 220 / 0.5);
}

.border-navy-200\/60 {
  border-color: rgb(135 165 220 / 0.6);
}

.border-navy-200\/70 {
  border-color: rgb(135 165 220 / 0.7);
}

.border-navy-200\/75 {
  border-color: rgb(135 165 220 / 0.75);
}

.border-navy-200\/80 {
  border-color: rgb(135 165 220 / 0.8);
}

.border-navy-200\/90 {
  border-color: rgb(135 165 220 / 0.9);
}

.border-navy-200\/95 {
  border-color: rgb(135 165 220 / 0.95);
}

.border-navy-300 {
  --tw-border-opacity: 1;
  border-color: rgb(95 135 208 / var(--tw-border-opacity));
}

.border-navy-300\/0 {
  border-color: rgb(95 135 208 / 0);
}

.border-navy-300\/10 {
  border-color: rgb(95 135 208 / 0.1);
}

.border-navy-300\/100 {
  border-color: rgb(95 135 208 / 1);
}

.border-navy-300\/20 {
  border-color: rgb(95 135 208 / 0.2);
}

.border-navy-300\/25 {
  border-color: rgb(95 135 208 / 0.25);
}

.border-navy-300\/30 {
  border-color: rgb(95 135 208 / 0.3);
}

.border-navy-300\/40 {
  border-color: rgb(95 135 208 / 0.4);
}

.border-navy-300\/5 {
  border-color: rgb(95 135 208 / 0.05);
}

.border-navy-300\/50 {
  border-color: rgb(95 135 208 / 0.5);
}

.border-navy-300\/60 {
  border-color: rgb(95 135 208 / 0.6);
}

.border-navy-300\/70 {
  border-color: rgb(95 135 208 / 0.7);
}

.border-navy-300\/75 {
  border-color: rgb(95 135 208 / 0.75);
}

.border-navy-300\/80 {
  border-color: rgb(95 135 208 / 0.8);
}

.border-navy-300\/90 {
  border-color: rgb(95 135 208 / 0.9);
}

.border-navy-300\/95 {
  border-color: rgb(95 135 208 / 0.95);
}

.border-navy-400 {
  --tw-border-opacity: 1;
  border-color: rgb(55 105 197 / var(--tw-border-opacity));
}

.border-navy-400\/0 {
  border-color: rgb(55 105 197 / 0);
}

.border-navy-400\/10 {
  border-color: rgb(55 105 197 / 0.1);
}

.border-navy-400\/100 {
  border-color: rgb(55 105 197 / 1);
}

.border-navy-400\/20 {
  border-color: rgb(55 105 197 / 0.2);
}

.border-navy-400\/25 {
  border-color: rgb(55 105 197 / 0.25);
}

.border-navy-400\/30 {
  border-color: rgb(55 105 197 / 0.3);
}

.border-navy-400\/40 {
  border-color: rgb(55 105 197 / 0.4);
}

.border-navy-400\/5 {
  border-color: rgb(55 105 197 / 0.05);
}

.border-navy-400\/50 {
  border-color: rgb(55 105 197 / 0.5);
}

.border-navy-400\/60 {
  border-color: rgb(55 105 197 / 0.6);
}

.border-navy-400\/70 {
  border-color: rgb(55 105 197 / 0.7);
}

.border-navy-400\/75 {
  border-color: rgb(55 105 197 / 0.75);
}

.border-navy-400\/80 {
  border-color: rgb(55 105 197 / 0.8);
}

.border-navy-400\/90 {
  border-color: rgb(55 105 197 / 0.9);
}

.border-navy-400\/95 {
  border-color: rgb(55 105 197 / 0.95);
}

.border-navy-50 {
  --tw-border-opacity: 1;
  border-color: rgb(207 219 241 / var(--tw-border-opacity));
}

.border-navy-50\/0 {
  border-color: rgb(207 219 241 / 0);
}

.border-navy-50\/10 {
  border-color: rgb(207 219 241 / 0.1);
}

.border-navy-50\/100 {
  border-color: rgb(207 219 241 / 1);
}

.border-navy-50\/20 {
  border-color: rgb(207 219 241 / 0.2);
}

.border-navy-50\/25 {
  border-color: rgb(207 219 241 / 0.25);
}

.border-navy-50\/30 {
  border-color: rgb(207 219 241 / 0.3);
}

.border-navy-50\/40 {
  border-color: rgb(207 219 241 / 0.4);
}

.border-navy-50\/5 {
  border-color: rgb(207 219 241 / 0.05);
}

.border-navy-50\/50 {
  border-color: rgb(207 219 241 / 0.5);
}

.border-navy-50\/60 {
  border-color: rgb(207 219 241 / 0.6);
}

.border-navy-50\/70 {
  border-color: rgb(207 219 241 / 0.7);
}

.border-navy-50\/75 {
  border-color: rgb(207 219 241 / 0.75);
}

.border-navy-50\/80 {
  border-color: rgb(207 219 241 / 0.8);
}

.border-navy-50\/90 {
  border-color: rgb(207 219 241 / 0.9);
}

.border-navy-50\/95 {
  border-color: rgb(207 219 241 / 0.95);
}

.border-navy-500 {
  --tw-border-opacity: 1;
  border-color: rgb(15 75 185 / var(--tw-border-opacity));
}

.border-navy-500\/0 {
  border-color: rgb(15 75 185 / 0);
}

.border-navy-500\/10 {
  border-color: rgb(15 75 185 / 0.1);
}

.border-navy-500\/100 {
  border-color: rgb(15 75 185 / 1);
}

.border-navy-500\/20 {
  border-color: rgb(15 75 185 / 0.2);
}

.border-navy-500\/25 {
  border-color: rgb(15 75 185 / 0.25);
}

.border-navy-500\/30 {
  border-color: rgb(15 75 185 / 0.3);
}

.border-navy-500\/40 {
  border-color: rgb(15 75 185 / 0.4);
}

.border-navy-500\/5 {
  border-color: rgb(15 75 185 / 0.05);
}

.border-navy-500\/50 {
  border-color: rgb(15 75 185 / 0.5);
}

.border-navy-500\/60 {
  border-color: rgb(15 75 185 / 0.6);
}

.border-navy-500\/70 {
  border-color: rgb(15 75 185 / 0.7);
}

.border-navy-500\/75 {
  border-color: rgb(15 75 185 / 0.75);
}

.border-navy-500\/80 {
  border-color: rgb(15 75 185 / 0.8);
}

.border-navy-500\/90 {
  border-color: rgb(15 75 185 / 0.9);
}

.border-navy-500\/95 {
  border-color: rgb(15 75 185 / 0.95);
}

.border-navy-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 63 154 / var(--tw-border-opacity));
}

.border-navy-600\/0 {
  border-color: rgb(13 63 154 / 0);
}

.border-navy-600\/10 {
  border-color: rgb(13 63 154 / 0.1);
}

.border-navy-600\/100 {
  border-color: rgb(13 63 154 / 1);
}

.border-navy-600\/20 {
  border-color: rgb(13 63 154 / 0.2);
}

.border-navy-600\/25 {
  border-color: rgb(13 63 154 / 0.25);
}

.border-navy-600\/30 {
  border-color: rgb(13 63 154 / 0.3);
}

.border-navy-600\/40 {
  border-color: rgb(13 63 154 / 0.4);
}

.border-navy-600\/5 {
  border-color: rgb(13 63 154 / 0.05);
}

.border-navy-600\/50 {
  border-color: rgb(13 63 154 / 0.5);
}

.border-navy-600\/60 {
  border-color: rgb(13 63 154 / 0.6);
}

.border-navy-600\/70 {
  border-color: rgb(13 63 154 / 0.7);
}

.border-navy-600\/75 {
  border-color: rgb(13 63 154 / 0.75);
}

.border-navy-600\/80 {
  border-color: rgb(13 63 154 / 0.8);
}

.border-navy-600\/90 {
  border-color: rgb(13 63 154 / 0.9);
}

.border-navy-600\/95 {
  border-color: rgb(13 63 154 / 0.95);
}

.border-navy-700 {
  --tw-border-opacity: 1;
  border-color: rgb(10 50 123 / var(--tw-border-opacity));
}

.border-navy-700\/0 {
  border-color: rgb(10 50 123 / 0);
}

.border-navy-700\/10 {
  border-color: rgb(10 50 123 / 0.1);
}

.border-navy-700\/100 {
  border-color: rgb(10 50 123 / 1);
}

.border-navy-700\/20 {
  border-color: rgb(10 50 123 / 0.2);
}

.border-navy-700\/25 {
  border-color: rgb(10 50 123 / 0.25);
}

.border-navy-700\/30 {
  border-color: rgb(10 50 123 / 0.3);
}

.border-navy-700\/40 {
  border-color: rgb(10 50 123 / 0.4);
}

.border-navy-700\/5 {
  border-color: rgb(10 50 123 / 0.05);
}

.border-navy-700\/50 {
  border-color: rgb(10 50 123 / 0.5);
}

.border-navy-700\/60 {
  border-color: rgb(10 50 123 / 0.6);
}

.border-navy-700\/70 {
  border-color: rgb(10 50 123 / 0.7);
}

.border-navy-700\/75 {
  border-color: rgb(10 50 123 / 0.75);
}

.border-navy-700\/80 {
  border-color: rgb(10 50 123 / 0.8);
}

.border-navy-700\/90 {
  border-color: rgb(10 50 123 / 0.9);
}

.border-navy-700\/95 {
  border-color: rgb(10 50 123 / 0.95);
}

.border-navy-800 {
  --tw-border-opacity: 1;
  border-color: rgb(8 38 93 / var(--tw-border-opacity));
}

.border-navy-800\/0 {
  border-color: rgb(8 38 93 / 0);
}

.border-navy-800\/10 {
  border-color: rgb(8 38 93 / 0.1);
}

.border-navy-800\/100 {
  border-color: rgb(8 38 93 / 1);
}

.border-navy-800\/20 {
  border-color: rgb(8 38 93 / 0.2);
}

.border-navy-800\/25 {
  border-color: rgb(8 38 93 / 0.25);
}

.border-navy-800\/30 {
  border-color: rgb(8 38 93 / 0.3);
}

.border-navy-800\/40 {
  border-color: rgb(8 38 93 / 0.4);
}

.border-navy-800\/5 {
  border-color: rgb(8 38 93 / 0.05);
}

.border-navy-800\/50 {
  border-color: rgb(8 38 93 / 0.5);
}

.border-navy-800\/60 {
  border-color: rgb(8 38 93 / 0.6);
}

.border-navy-800\/70 {
  border-color: rgb(8 38 93 / 0.7);
}

.border-navy-800\/75 {
  border-color: rgb(8 38 93 / 0.75);
}

.border-navy-800\/80 {
  border-color: rgb(8 38 93 / 0.8);
}

.border-navy-800\/90 {
  border-color: rgb(8 38 93 / 0.9);
}

.border-navy-800\/95 {
  border-color: rgb(8 38 93 / 0.95);
}

.border-navy-900 {
  --tw-border-opacity: 1;
  border-color: rgb(5 25 62 / var(--tw-border-opacity));
}

.border-navy-900\/0 {
  border-color: rgb(5 25 62 / 0);
}

.border-navy-900\/10 {
  border-color: rgb(5 25 62 / 0.1);
}

.border-navy-900\/100 {
  border-color: rgb(5 25 62 / 1);
}

.border-navy-900\/20 {
  border-color: rgb(5 25 62 / 0.2);
}

.border-navy-900\/25 {
  border-color: rgb(5 25 62 / 0.25);
}

.border-navy-900\/30 {
  border-color: rgb(5 25 62 / 0.3);
}

.border-navy-900\/40 {
  border-color: rgb(5 25 62 / 0.4);
}

.border-navy-900\/5 {
  border-color: rgb(5 25 62 / 0.05);
}

.border-navy-900\/50 {
  border-color: rgb(5 25 62 / 0.5);
}

.border-navy-900\/60 {
  border-color: rgb(5 25 62 / 0.6);
}

.border-navy-900\/70 {
  border-color: rgb(5 25 62 / 0.7);
}

.border-navy-900\/75 {
  border-color: rgb(5 25 62 / 0.75);
}

.border-navy-900\/80 {
  border-color: rgb(5 25 62 / 0.8);
}

.border-navy-900\/90 {
  border-color: rgb(5 25 62 / 0.9);
}

.border-navy-900\/95 {
  border-color: rgb(5 25 62 / 0.95);
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 212 197 / var(--tw-border-opacity));
}

.border-orange-100\/0 {
  border-color: rgb(255 212 197 / 0);
}

.border-orange-100\/10 {
  border-color: rgb(255 212 197 / 0.1);
}

.border-orange-100\/100 {
  border-color: rgb(255 212 197 / 1);
}

.border-orange-100\/20 {
  border-color: rgb(255 212 197 / 0.2);
}

.border-orange-100\/25 {
  border-color: rgb(255 212 197 / 0.25);
}

.border-orange-100\/30 {
  border-color: rgb(255 212 197 / 0.3);
}

.border-orange-100\/40 {
  border-color: rgb(255 212 197 / 0.4);
}

.border-orange-100\/5 {
  border-color: rgb(255 212 197 / 0.05);
}

.border-orange-100\/50 {
  border-color: rgb(255 212 197 / 0.5);
}

.border-orange-100\/60 {
  border-color: rgb(255 212 197 / 0.6);
}

.border-orange-100\/70 {
  border-color: rgb(255 212 197 / 0.7);
}

.border-orange-100\/75 {
  border-color: rgb(255 212 197 / 0.75);
}

.border-orange-100\/80 {
  border-color: rgb(255 212 197 / 0.8);
}

.border-orange-100\/90 {
  border-color: rgb(255 212 197 / 0.9);
}

.border-orange-100\/95 {
  border-color: rgb(255 212 197 / 0.95);
}

.border-orange-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(51 25 16 / var(--tw-border-opacity));
}

.border-orange-1000\/0 {
  border-color: rgb(51 25 16 / 0);
}

.border-orange-1000\/10 {
  border-color: rgb(51 25 16 / 0.1);
}

.border-orange-1000\/100 {
  border-color: rgb(51 25 16 / 1);
}

.border-orange-1000\/20 {
  border-color: rgb(51 25 16 / 0.2);
}

.border-orange-1000\/25 {
  border-color: rgb(51 25 16 / 0.25);
}

.border-orange-1000\/30 {
  border-color: rgb(51 25 16 / 0.3);
}

.border-orange-1000\/40 {
  border-color: rgb(51 25 16 / 0.4);
}

.border-orange-1000\/5 {
  border-color: rgb(51 25 16 / 0.05);
}

.border-orange-1000\/50 {
  border-color: rgb(51 25 16 / 0.5);
}

.border-orange-1000\/60 {
  border-color: rgb(51 25 16 / 0.6);
}

.border-orange-1000\/70 {
  border-color: rgb(51 25 16 / 0.7);
}

.border-orange-1000\/75 {
  border-color: rgb(51 25 16 / 0.75);
}

.border-orange-1000\/80 {
  border-color: rgb(51 25 16 / 0.8);
}

.border-orange-1000\/90 {
  border-color: rgb(51 25 16 / 0.9);
}

.border-orange-1000\/95 {
  border-color: rgb(51 25 16 / 0.95);
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 191 168 / var(--tw-border-opacity));
}

.border-orange-200\/0 {
  border-color: rgb(255 191 168 / 0);
}

.border-orange-200\/10 {
  border-color: rgb(255 191 168 / 0.1);
}

.border-orange-200\/100 {
  border-color: rgb(255 191 168 / 1);
}

.border-orange-200\/20 {
  border-color: rgb(255 191 168 / 0.2);
}

.border-orange-200\/25 {
  border-color: rgb(255 191 168 / 0.25);
}

.border-orange-200\/30 {
  border-color: rgb(255 191 168 / 0.3);
}

.border-orange-200\/40 {
  border-color: rgb(255 191 168 / 0.4);
}

.border-orange-200\/5 {
  border-color: rgb(255 191 168 / 0.05);
}

.border-orange-200\/50 {
  border-color: rgb(255 191 168 / 0.5);
}

.border-orange-200\/60 {
  border-color: rgb(255 191 168 / 0.6);
}

.border-orange-200\/70 {
  border-color: rgb(255 191 168 / 0.7);
}

.border-orange-200\/75 {
  border-color: rgb(255 191 168 / 0.75);
}

.border-orange-200\/80 {
  border-color: rgb(255 191 168 / 0.8);
}

.border-orange-200\/90 {
  border-color: rgb(255 191 168 / 0.9);
}

.border-orange-200\/95 {
  border-color: rgb(255 191 168 / 0.95);
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(255 170 138 / var(--tw-border-opacity));
}

.border-orange-300\/0 {
  border-color: rgb(255 170 138 / 0);
}

.border-orange-300\/10 {
  border-color: rgb(255 170 138 / 0.1);
}

.border-orange-300\/100 {
  border-color: rgb(255 170 138 / 1);
}

.border-orange-300\/20 {
  border-color: rgb(255 170 138 / 0.2);
}

.border-orange-300\/25 {
  border-color: rgb(255 170 138 / 0.25);
}

.border-orange-300\/30 {
  border-color: rgb(255 170 138 / 0.3);
}

.border-orange-300\/40 {
  border-color: rgb(255 170 138 / 0.4);
}

.border-orange-300\/5 {
  border-color: rgb(255 170 138 / 0.05);
}

.border-orange-300\/50 {
  border-color: rgb(255 170 138 / 0.5);
}

.border-orange-300\/60 {
  border-color: rgb(255 170 138 / 0.6);
}

.border-orange-300\/70 {
  border-color: rgb(255 170 138 / 0.7);
}

.border-orange-300\/75 {
  border-color: rgb(255 170 138 / 0.75);
}

.border-orange-300\/80 {
  border-color: rgb(255 170 138 / 0.8);
}

.border-orange-300\/90 {
  border-color: rgb(255 170 138 / 0.9);
}

.border-orange-300\/95 {
  border-color: rgb(255 170 138 / 0.95);
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 148 109 / var(--tw-border-opacity));
}

.border-orange-400\/0 {
  border-color: rgb(255 148 109 / 0);
}

.border-orange-400\/10 {
  border-color: rgb(255 148 109 / 0.1);
}

.border-orange-400\/100 {
  border-color: rgb(255 148 109 / 1);
}

.border-orange-400\/20 {
  border-color: rgb(255 148 109 / 0.2);
}

.border-orange-400\/25 {
  border-color: rgb(255 148 109 / 0.25);
}

.border-orange-400\/30 {
  border-color: rgb(255 148 109 / 0.3);
}

.border-orange-400\/40 {
  border-color: rgb(255 148 109 / 0.4);
}

.border-orange-400\/5 {
  border-color: rgb(255 148 109 / 0.05);
}

.border-orange-400\/50 {
  border-color: rgb(255 148 109 / 0.5);
}

.border-orange-400\/60 {
  border-color: rgb(255 148 109 / 0.6);
}

.border-orange-400\/70 {
  border-color: rgb(255 148 109 / 0.7);
}

.border-orange-400\/75 {
  border-color: rgb(255 148 109 / 0.75);
}

.border-orange-400\/80 {
  border-color: rgb(255 148 109 / 0.8);
}

.border-orange-400\/90 {
  border-color: rgb(255 148 109 / 0.9);
}

.border-orange-400\/95 {
  border-color: rgb(255 148 109 / 0.95);
}

.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 229 220 / var(--tw-border-opacity));
}

.border-orange-50\/0 {
  border-color: rgb(255 229 220 / 0);
}

.border-orange-50\/10 {
  border-color: rgb(255 229 220 / 0.1);
}

.border-orange-50\/100 {
  border-color: rgb(255 229 220 / 1);
}

.border-orange-50\/20 {
  border-color: rgb(255 229 220 / 0.2);
}

.border-orange-50\/25 {
  border-color: rgb(255 229 220 / 0.25);
}

.border-orange-50\/30 {
  border-color: rgb(255 229 220 / 0.3);
}

.border-orange-50\/40 {
  border-color: rgb(255 229 220 / 0.4);
}

.border-orange-50\/5 {
  border-color: rgb(255 229 220 / 0.05);
}

.border-orange-50\/50 {
  border-color: rgb(255 229 220 / 0.5);
}

.border-orange-50\/60 {
  border-color: rgb(255 229 220 / 0.6);
}

.border-orange-50\/70 {
  border-color: rgb(255 229 220 / 0.7);
}

.border-orange-50\/75 {
  border-color: rgb(255 229 220 / 0.75);
}

.border-orange-50\/80 {
  border-color: rgb(255 229 220 / 0.8);
}

.border-orange-50\/90 {
  border-color: rgb(255 229 220 / 0.9);
}

.border-orange-50\/95 {
  border-color: rgb(255 229 220 / 0.95);
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 127 80 / var(--tw-border-opacity));
}

.border-orange-500\/0 {
  border-color: rgb(255 127 80 / 0);
}

.border-orange-500\/10 {
  border-color: rgb(255 127 80 / 0.1);
}

.border-orange-500\/100 {
  border-color: rgb(255 127 80 / 1);
}

.border-orange-500\/20 {
  border-color: rgb(255 127 80 / 0.2);
}

.border-orange-500\/25 {
  border-color: rgb(255 127 80 / 0.25);
}

.border-orange-500\/30 {
  border-color: rgb(255 127 80 / 0.3);
}

.border-orange-500\/40 {
  border-color: rgb(255 127 80 / 0.4);
}

.border-orange-500\/5 {
  border-color: rgb(255 127 80 / 0.05);
}

.border-orange-500\/50 {
  border-color: rgb(255 127 80 / 0.5);
}

.border-orange-500\/60 {
  border-color: rgb(255 127 80 / 0.6);
}

.border-orange-500\/70 {
  border-color: rgb(255 127 80 / 0.7);
}

.border-orange-500\/75 {
  border-color: rgb(255 127 80 / 0.75);
}

.border-orange-500\/80 {
  border-color: rgb(255 127 80 / 0.8);
}

.border-orange-500\/90 {
  border-color: rgb(255 127 80 / 0.9);
}

.border-orange-500\/95 {
  border-color: rgb(255 127 80 / 0.95);
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(213 106 67 / var(--tw-border-opacity));
}

.border-orange-600\/0 {
  border-color: rgb(213 106 67 / 0);
}

.border-orange-600\/10 {
  border-color: rgb(213 106 67 / 0.1);
}

.border-orange-600\/100 {
  border-color: rgb(213 106 67 / 1);
}

.border-orange-600\/20 {
  border-color: rgb(213 106 67 / 0.2);
}

.border-orange-600\/25 {
  border-color: rgb(213 106 67 / 0.25);
}

.border-orange-600\/30 {
  border-color: rgb(213 106 67 / 0.3);
}

.border-orange-600\/40 {
  border-color: rgb(213 106 67 / 0.4);
}

.border-orange-600\/5 {
  border-color: rgb(213 106 67 / 0.05);
}

.border-orange-600\/50 {
  border-color: rgb(213 106 67 / 0.5);
}

.border-orange-600\/60 {
  border-color: rgb(213 106 67 / 0.6);
}

.border-orange-600\/70 {
  border-color: rgb(213 106 67 / 0.7);
}

.border-orange-600\/75 {
  border-color: rgb(213 106 67 / 0.75);
}

.border-orange-600\/80 {
  border-color: rgb(213 106 67 / 0.8);
}

.border-orange-600\/90 {
  border-color: rgb(213 106 67 / 0.9);
}

.border-orange-600\/95 {
  border-color: rgb(213 106 67 / 0.95);
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(170 85 53 / var(--tw-border-opacity));
}

.border-orange-700\/0 {
  border-color: rgb(170 85 53 / 0);
}

.border-orange-700\/10 {
  border-color: rgb(170 85 53 / 0.1);
}

.border-orange-700\/100 {
  border-color: rgb(170 85 53 / 1);
}

.border-orange-700\/20 {
  border-color: rgb(170 85 53 / 0.2);
}

.border-orange-700\/25 {
  border-color: rgb(170 85 53 / 0.25);
}

.border-orange-700\/30 {
  border-color: rgb(170 85 53 / 0.3);
}

.border-orange-700\/40 {
  border-color: rgb(170 85 53 / 0.4);
}

.border-orange-700\/5 {
  border-color: rgb(170 85 53 / 0.05);
}

.border-orange-700\/50 {
  border-color: rgb(170 85 53 / 0.5);
}

.border-orange-700\/60 {
  border-color: rgb(170 85 53 / 0.6);
}

.border-orange-700\/70 {
  border-color: rgb(170 85 53 / 0.7);
}

.border-orange-700\/75 {
  border-color: rgb(170 85 53 / 0.75);
}

.border-orange-700\/80 {
  border-color: rgb(170 85 53 / 0.8);
}

.border-orange-700\/90 {
  border-color: rgb(170 85 53 / 0.9);
}

.border-orange-700\/95 {
  border-color: rgb(170 85 53 / 0.95);
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(128 64 40 / var(--tw-border-opacity));
}

.border-orange-800\/0 {
  border-color: rgb(128 64 40 / 0);
}

.border-orange-800\/10 {
  border-color: rgb(128 64 40 / 0.1);
}

.border-orange-800\/100 {
  border-color: rgb(128 64 40 / 1);
}

.border-orange-800\/20 {
  border-color: rgb(128 64 40 / 0.2);
}

.border-orange-800\/25 {
  border-color: rgb(128 64 40 / 0.25);
}

.border-orange-800\/30 {
  border-color: rgb(128 64 40 / 0.3);
}

.border-orange-800\/40 {
  border-color: rgb(128 64 40 / 0.4);
}

.border-orange-800\/5 {
  border-color: rgb(128 64 40 / 0.05);
}

.border-orange-800\/50 {
  border-color: rgb(128 64 40 / 0.5);
}

.border-orange-800\/60 {
  border-color: rgb(128 64 40 / 0.6);
}

.border-orange-800\/70 {
  border-color: rgb(128 64 40 / 0.7);
}

.border-orange-800\/75 {
  border-color: rgb(128 64 40 / 0.75);
}

.border-orange-800\/80 {
  border-color: rgb(128 64 40 / 0.8);
}

.border-orange-800\/90 {
  border-color: rgb(128 64 40 / 0.9);
}

.border-orange-800\/95 {
  border-color: rgb(128 64 40 / 0.95);
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(85 42 27 / var(--tw-border-opacity));
}

.border-orange-900\/0 {
  border-color: rgb(85 42 27 / 0);
}

.border-orange-900\/10 {
  border-color: rgb(85 42 27 / 0.1);
}

.border-orange-900\/100 {
  border-color: rgb(85 42 27 / 1);
}

.border-orange-900\/20 {
  border-color: rgb(85 42 27 / 0.2);
}

.border-orange-900\/25 {
  border-color: rgb(85 42 27 / 0.25);
}

.border-orange-900\/30 {
  border-color: rgb(85 42 27 / 0.3);
}

.border-orange-900\/40 {
  border-color: rgb(85 42 27 / 0.4);
}

.border-orange-900\/5 {
  border-color: rgb(85 42 27 / 0.05);
}

.border-orange-900\/50 {
  border-color: rgb(85 42 27 / 0.5);
}

.border-orange-900\/60 {
  border-color: rgb(85 42 27 / 0.6);
}

.border-orange-900\/70 {
  border-color: rgb(85 42 27 / 0.7);
}

.border-orange-900\/75 {
  border-color: rgb(85 42 27 / 0.75);
}

.border-orange-900\/80 {
  border-color: rgb(85 42 27 / 0.8);
}

.border-orange-900\/90 {
  border-color: rgb(85 42 27 / 0.9);
}

.border-orange-900\/95 {
  border-color: rgb(85 42 27 / 0.95);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(75 220 195 / var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(212 200 237 / var(--tw-border-opacity));
}

.border-purple-100\/0 {
  border-color: rgb(212 200 237 / 0);
}

.border-purple-100\/10 {
  border-color: rgb(212 200 237 / 0.1);
}

.border-purple-100\/100 {
  border-color: rgb(212 200 237 / 1);
}

.border-purple-100\/20 {
  border-color: rgb(212 200 237 / 0.2);
}

.border-purple-100\/25 {
  border-color: rgb(212 200 237 / 0.25);
}

.border-purple-100\/30 {
  border-color: rgb(212 200 237 / 0.3);
}

.border-purple-100\/40 {
  border-color: rgb(212 200 237 / 0.4);
}

.border-purple-100\/5 {
  border-color: rgb(212 200 237 / 0.05);
}

.border-purple-100\/50 {
  border-color: rgb(212 200 237 / 0.5);
}

.border-purple-100\/60 {
  border-color: rgb(212 200 237 / 0.6);
}

.border-purple-100\/70 {
  border-color: rgb(212 200 237 / 0.7);
}

.border-purple-100\/75 {
  border-color: rgb(212 200 237 / 0.75);
}

.border-purple-100\/80 {
  border-color: rgb(212 200 237 / 0.8);
}

.border-purple-100\/90 {
  border-color: rgb(212 200 237 / 0.9);
}

.border-purple-100\/95 {
  border-color: rgb(212 200 237 / 0.95);
}

.border-purple-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(25 18 40 / var(--tw-border-opacity));
}

.border-purple-1000\/0 {
  border-color: rgb(25 18 40 / 0);
}

.border-purple-1000\/10 {
  border-color: rgb(25 18 40 / 0.1);
}

.border-purple-1000\/100 {
  border-color: rgb(25 18 40 / 1);
}

.border-purple-1000\/20 {
  border-color: rgb(25 18 40 / 0.2);
}

.border-purple-1000\/25 {
  border-color: rgb(25 18 40 / 0.25);
}

.border-purple-1000\/30 {
  border-color: rgb(25 18 40 / 0.3);
}

.border-purple-1000\/40 {
  border-color: rgb(25 18 40 / 0.4);
}

.border-purple-1000\/5 {
  border-color: rgb(25 18 40 / 0.05);
}

.border-purple-1000\/50 {
  border-color: rgb(25 18 40 / 0.5);
}

.border-purple-1000\/60 {
  border-color: rgb(25 18 40 / 0.6);
}

.border-purple-1000\/70 {
  border-color: rgb(25 18 40 / 0.7);
}

.border-purple-1000\/75 {
  border-color: rgb(25 18 40 / 0.75);
}

.border-purple-1000\/80 {
  border-color: rgb(25 18 40 / 0.8);
}

.border-purple-1000\/90 {
  border-color: rgb(25 18 40 / 0.9);
}

.border-purple-1000\/95 {
  border-color: rgb(25 18 40 / 0.95);
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(190 173 228 / var(--tw-border-opacity));
}

.border-purple-200\/0 {
  border-color: rgb(190 173 228 / 0);
}

.border-purple-200\/10 {
  border-color: rgb(190 173 228 / 0.1);
}

.border-purple-200\/100 {
  border-color: rgb(190 173 228 / 1);
}

.border-purple-200\/20 {
  border-color: rgb(190 173 228 / 0.2);
}

.border-purple-200\/25 {
  border-color: rgb(190 173 228 / 0.25);
}

.border-purple-200\/30 {
  border-color: rgb(190 173 228 / 0.3);
}

.border-purple-200\/40 {
  border-color: rgb(190 173 228 / 0.4);
}

.border-purple-200\/5 {
  border-color: rgb(190 173 228 / 0.05);
}

.border-purple-200\/50 {
  border-color: rgb(190 173 228 / 0.5);
}

.border-purple-200\/60 {
  border-color: rgb(190 173 228 / 0.6);
}

.border-purple-200\/70 {
  border-color: rgb(190 173 228 / 0.7);
}

.border-purple-200\/75 {
  border-color: rgb(190 173 228 / 0.75);
}

.border-purple-200\/80 {
  border-color: rgb(190 173 228 / 0.8);
}

.border-purple-200\/90 {
  border-color: rgb(190 173 228 / 0.9);
}

.border-purple-200\/95 {
  border-color: rgb(190 173 228 / 0.95);
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(168 145 218 / var(--tw-border-opacity));
}

.border-purple-300\/0 {
  border-color: rgb(168 145 218 / 0);
}

.border-purple-300\/10 {
  border-color: rgb(168 145 218 / 0.1);
}

.border-purple-300\/100 {
  border-color: rgb(168 145 218 / 1);
}

.border-purple-300\/20 {
  border-color: rgb(168 145 218 / 0.2);
}

.border-purple-300\/25 {
  border-color: rgb(168 145 218 / 0.25);
}

.border-purple-300\/30 {
  border-color: rgb(168 145 218 / 0.3);
}

.border-purple-300\/40 {
  border-color: rgb(168 145 218 / 0.4);
}

.border-purple-300\/5 {
  border-color: rgb(168 145 218 / 0.05);
}

.border-purple-300\/50 {
  border-color: rgb(168 145 218 / 0.5);
}

.border-purple-300\/60 {
  border-color: rgb(168 145 218 / 0.6);
}

.border-purple-300\/70 {
  border-color: rgb(168 145 218 / 0.7);
}

.border-purple-300\/75 {
  border-color: rgb(168 145 218 / 0.75);
}

.border-purple-300\/80 {
  border-color: rgb(168 145 218 / 0.8);
}

.border-purple-300\/90 {
  border-color: rgb(168 145 218 / 0.9);
}

.border-purple-300\/95 {
  border-color: rgb(168 145 218 / 0.95);
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(147 118 209 / var(--tw-border-opacity));
}

.border-purple-400\/0 {
  border-color: rgb(147 118 209 / 0);
}

.border-purple-400\/10 {
  border-color: rgb(147 118 209 / 0.1);
}

.border-purple-400\/100 {
  border-color: rgb(147 118 209 / 1);
}

.border-purple-400\/20 {
  border-color: rgb(147 118 209 / 0.2);
}

.border-purple-400\/25 {
  border-color: rgb(147 118 209 / 0.25);
}

.border-purple-400\/30 {
  border-color: rgb(147 118 209 / 0.3);
}

.border-purple-400\/40 {
  border-color: rgb(147 118 209 / 0.4);
}

.border-purple-400\/5 {
  border-color: rgb(147 118 209 / 0.05);
}

.border-purple-400\/50 {
  border-color: rgb(147 118 209 / 0.5);
}

.border-purple-400\/60 {
  border-color: rgb(147 118 209 / 0.6);
}

.border-purple-400\/70 {
  border-color: rgb(147 118 209 / 0.7);
}

.border-purple-400\/75 {
  border-color: rgb(147 118 209 / 0.75);
}

.border-purple-400\/80 {
  border-color: rgb(147 118 209 / 0.8);
}

.border-purple-400\/90 {
  border-color: rgb(147 118 209 / 0.9);
}

.border-purple-400\/95 {
  border-color: rgb(147 118 209 / 0.95);
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(229 222 244 / var(--tw-border-opacity));
}

.border-purple-50\/0 {
  border-color: rgb(229 222 244 / 0);
}

.border-purple-50\/10 {
  border-color: rgb(229 222 244 / 0.1);
}

.border-purple-50\/100 {
  border-color: rgb(229 222 244 / 1);
}

.border-purple-50\/20 {
  border-color: rgb(229 222 244 / 0.2);
}

.border-purple-50\/25 {
  border-color: rgb(229 222 244 / 0.25);
}

.border-purple-50\/30 {
  border-color: rgb(229 222 244 / 0.3);
}

.border-purple-50\/40 {
  border-color: rgb(229 222 244 / 0.4);
}

.border-purple-50\/5 {
  border-color: rgb(229 222 244 / 0.05);
}

.border-purple-50\/50 {
  border-color: rgb(229 222 244 / 0.5);
}

.border-purple-50\/60 {
  border-color: rgb(229 222 244 / 0.6);
}

.border-purple-50\/70 {
  border-color: rgb(229 222 244 / 0.7);
}

.border-purple-50\/75 {
  border-color: rgb(229 222 244 / 0.75);
}

.border-purple-50\/80 {
  border-color: rgb(229 222 244 / 0.8);
}

.border-purple-50\/90 {
  border-color: rgb(229 222 244 / 0.9);
}

.border-purple-50\/95 {
  border-color: rgb(229 222 244 / 0.95);
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(125 90 200 / var(--tw-border-opacity));
}

.border-purple-500\/0 {
  border-color: rgb(125 90 200 / 0);
}

.border-purple-500\/10 {
  border-color: rgb(125 90 200 / 0.1);
}

.border-purple-500\/100 {
  border-color: rgb(125 90 200 / 1);
}

.border-purple-500\/20 {
  border-color: rgb(125 90 200 / 0.2);
}

.border-purple-500\/25 {
  border-color: rgb(125 90 200 / 0.25);
}

.border-purple-500\/30 {
  border-color: rgb(125 90 200 / 0.3);
}

.border-purple-500\/40 {
  border-color: rgb(125 90 200 / 0.4);
}

.border-purple-500\/5 {
  border-color: rgb(125 90 200 / 0.05);
}

.border-purple-500\/50 {
  border-color: rgb(125 90 200 / 0.5);
}

.border-purple-500\/60 {
  border-color: rgb(125 90 200 / 0.6);
}

.border-purple-500\/70 {
  border-color: rgb(125 90 200 / 0.7);
}

.border-purple-500\/75 {
  border-color: rgb(125 90 200 / 0.75);
}

.border-purple-500\/80 {
  border-color: rgb(125 90 200 / 0.8);
}

.border-purple-500\/90 {
  border-color: rgb(125 90 200 / 0.9);
}

.border-purple-500\/95 {
  border-color: rgb(125 90 200 / 0.95);
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(104 75 167 / var(--tw-border-opacity));
}

.border-purple-600\/0 {
  border-color: rgb(104 75 167 / 0);
}

.border-purple-600\/10 {
  border-color: rgb(104 75 167 / 0.1);
}

.border-purple-600\/100 {
  border-color: rgb(104 75 167 / 1);
}

.border-purple-600\/20 {
  border-color: rgb(104 75 167 / 0.2);
}

.border-purple-600\/25 {
  border-color: rgb(104 75 167 / 0.25);
}

.border-purple-600\/30 {
  border-color: rgb(104 75 167 / 0.3);
}

.border-purple-600\/40 {
  border-color: rgb(104 75 167 / 0.4);
}

.border-purple-600\/5 {
  border-color: rgb(104 75 167 / 0.05);
}

.border-purple-600\/50 {
  border-color: rgb(104 75 167 / 0.5);
}

.border-purple-600\/60 {
  border-color: rgb(104 75 167 / 0.6);
}

.border-purple-600\/70 {
  border-color: rgb(104 75 167 / 0.7);
}

.border-purple-600\/75 {
  border-color: rgb(104 75 167 / 0.75);
}

.border-purple-600\/80 {
  border-color: rgb(104 75 167 / 0.8);
}

.border-purple-600\/90 {
  border-color: rgb(104 75 167 / 0.9);
}

.border-purple-600\/95 {
  border-color: rgb(104 75 167 / 0.95);
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(83 60 133 / var(--tw-border-opacity));
}

.border-purple-700\/0 {
  border-color: rgb(83 60 133 / 0);
}

.border-purple-700\/10 {
  border-color: rgb(83 60 133 / 0.1);
}

.border-purple-700\/100 {
  border-color: rgb(83 60 133 / 1);
}

.border-purple-700\/20 {
  border-color: rgb(83 60 133 / 0.2);
}

.border-purple-700\/25 {
  border-color: rgb(83 60 133 / 0.25);
}

.border-purple-700\/30 {
  border-color: rgb(83 60 133 / 0.3);
}

.border-purple-700\/40 {
  border-color: rgb(83 60 133 / 0.4);
}

.border-purple-700\/5 {
  border-color: rgb(83 60 133 / 0.05);
}

.border-purple-700\/50 {
  border-color: rgb(83 60 133 / 0.5);
}

.border-purple-700\/60 {
  border-color: rgb(83 60 133 / 0.6);
}

.border-purple-700\/70 {
  border-color: rgb(83 60 133 / 0.7);
}

.border-purple-700\/75 {
  border-color: rgb(83 60 133 / 0.75);
}

.border-purple-700\/80 {
  border-color: rgb(83 60 133 / 0.8);
}

.border-purple-700\/90 {
  border-color: rgb(83 60 133 / 0.9);
}

.border-purple-700\/95 {
  border-color: rgb(83 60 133 / 0.95);
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 45 100 / var(--tw-border-opacity));
}

.border-purple-800\/0 {
  border-color: rgb(63 45 100 / 0);
}

.border-purple-800\/10 {
  border-color: rgb(63 45 100 / 0.1);
}

.border-purple-800\/100 {
  border-color: rgb(63 45 100 / 1);
}

.border-purple-800\/20 {
  border-color: rgb(63 45 100 / 0.2);
}

.border-purple-800\/25 {
  border-color: rgb(63 45 100 / 0.25);
}

.border-purple-800\/30 {
  border-color: rgb(63 45 100 / 0.3);
}

.border-purple-800\/40 {
  border-color: rgb(63 45 100 / 0.4);
}

.border-purple-800\/5 {
  border-color: rgb(63 45 100 / 0.05);
}

.border-purple-800\/50 {
  border-color: rgb(63 45 100 / 0.5);
}

.border-purple-800\/60 {
  border-color: rgb(63 45 100 / 0.6);
}

.border-purple-800\/70 {
  border-color: rgb(63 45 100 / 0.7);
}

.border-purple-800\/75 {
  border-color: rgb(63 45 100 / 0.75);
}

.border-purple-800\/80 {
  border-color: rgb(63 45 100 / 0.8);
}

.border-purple-800\/90 {
  border-color: rgb(63 45 100 / 0.9);
}

.border-purple-800\/95 {
  border-color: rgb(63 45 100 / 0.95);
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(42 30 67 / var(--tw-border-opacity));
}

.border-purple-900\/0 {
  border-color: rgb(42 30 67 / 0);
}

.border-purple-900\/10 {
  border-color: rgb(42 30 67 / 0.1);
}

.border-purple-900\/100 {
  border-color: rgb(42 30 67 / 1);
}

.border-purple-900\/20 {
  border-color: rgb(42 30 67 / 0.2);
}

.border-purple-900\/25 {
  border-color: rgb(42 30 67 / 0.25);
}

.border-purple-900\/30 {
  border-color: rgb(42 30 67 / 0.3);
}

.border-purple-900\/40 {
  border-color: rgb(42 30 67 / 0.4);
}

.border-purple-900\/5 {
  border-color: rgb(42 30 67 / 0.05);
}

.border-purple-900\/50 {
  border-color: rgb(42 30 67 / 0.5);
}

.border-purple-900\/60 {
  border-color: rgb(42 30 67 / 0.6);
}

.border-purple-900\/70 {
  border-color: rgb(42 30 67 / 0.7);
}

.border-purple-900\/75 {
  border-color: rgb(42 30 67 / 0.75);
}

.border-purple-900\/80 {
  border-color: rgb(42 30 67 / 0.8);
}

.border-purple-900\/90 {
  border-color: rgb(42 30 67 / 0.9);
}

.border-purple-900\/95 {
  border-color: rgb(42 30 67 / 0.95);
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 194 187 / var(--tw-border-opacity));
}

.border-red-100\/0 {
  border-color: rgb(241 194 187 / 0);
}

.border-red-100\/10 {
  border-color: rgb(241 194 187 / 0.1);
}

.border-red-100\/100 {
  border-color: rgb(241 194 187 / 1);
}

.border-red-100\/20 {
  border-color: rgb(241 194 187 / 0.2);
}

.border-red-100\/25 {
  border-color: rgb(241 194 187 / 0.25);
}

.border-red-100\/30 {
  border-color: rgb(241 194 187 / 0.3);
}

.border-red-100\/40 {
  border-color: rgb(241 194 187 / 0.4);
}

.border-red-100\/5 {
  border-color: rgb(241 194 187 / 0.05);
}

.border-red-100\/50 {
  border-color: rgb(241 194 187 / 0.5);
}

.border-red-100\/60 {
  border-color: rgb(241 194 187 / 0.6);
}

.border-red-100\/70 {
  border-color: rgb(241 194 187 / 0.7);
}

.border-red-100\/75 {
  border-color: rgb(241 194 187 / 0.75);
}

.border-red-100\/80 {
  border-color: rgb(241 194 187 / 0.8);
}

.border-red-100\/90 {
  border-color: rgb(241 194 187 / 0.9);
}

.border-red-100\/95 {
  border-color: rgb(241 194 187 / 0.95);
}

.border-red-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(43 15 10 / var(--tw-border-opacity));
}

.border-red-1000\/0 {
  border-color: rgb(43 15 10 / 0);
}

.border-red-1000\/10 {
  border-color: rgb(43 15 10 / 0.1);
}

.border-red-1000\/100 {
  border-color: rgb(43 15 10 / 1);
}

.border-red-1000\/20 {
  border-color: rgb(43 15 10 / 0.2);
}

.border-red-1000\/25 {
  border-color: rgb(43 15 10 / 0.25);
}

.border-red-1000\/30 {
  border-color: rgb(43 15 10 / 0.3);
}

.border-red-1000\/40 {
  border-color: rgb(43 15 10 / 0.4);
}

.border-red-1000\/5 {
  border-color: rgb(43 15 10 / 0.05);
}

.border-red-1000\/50 {
  border-color: rgb(43 15 10 / 0.5);
}

.border-red-1000\/60 {
  border-color: rgb(43 15 10 / 0.6);
}

.border-red-1000\/70 {
  border-color: rgb(43 15 10 / 0.7);
}

.border-red-1000\/75 {
  border-color: rgb(43 15 10 / 0.75);
}

.border-red-1000\/80 {
  border-color: rgb(43 15 10 / 0.8);
}

.border-red-1000\/90 {
  border-color: rgb(43 15 10 / 0.9);
}

.border-red-1000\/95 {
  border-color: rgb(43 15 10 / 0.95);
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(235 164 153 / var(--tw-border-opacity));
}

.border-red-200\/0 {
  border-color: rgb(235 164 153 / 0);
}

.border-red-200\/10 {
  border-color: rgb(235 164 153 / 0.1);
}

.border-red-200\/100 {
  border-color: rgb(235 164 153 / 1);
}

.border-red-200\/20 {
  border-color: rgb(235 164 153 / 0.2);
}

.border-red-200\/25 {
  border-color: rgb(235 164 153 / 0.25);
}

.border-red-200\/30 {
  border-color: rgb(235 164 153 / 0.3);
}

.border-red-200\/40 {
  border-color: rgb(235 164 153 / 0.4);
}

.border-red-200\/5 {
  border-color: rgb(235 164 153 / 0.05);
}

.border-red-200\/50 {
  border-color: rgb(235 164 153 / 0.5);
}

.border-red-200\/60 {
  border-color: rgb(235 164 153 / 0.6);
}

.border-red-200\/70 {
  border-color: rgb(235 164 153 / 0.7);
}

.border-red-200\/75 {
  border-color: rgb(235 164 153 / 0.75);
}

.border-red-200\/80 {
  border-color: rgb(235 164 153 / 0.8);
}

.border-red-200\/90 {
  border-color: rgb(235 164 153 / 0.9);
}

.border-red-200\/95 {
  border-color: rgb(235 164 153 / 0.95);
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(228 134 119 / var(--tw-border-opacity));
}

.border-red-300\/0 {
  border-color: rgb(228 134 119 / 0);
}

.border-red-300\/10 {
  border-color: rgb(228 134 119 / 0.1);
}

.border-red-300\/100 {
  border-color: rgb(228 134 119 / 1);
}

.border-red-300\/20 {
  border-color: rgb(228 134 119 / 0.2);
}

.border-red-300\/25 {
  border-color: rgb(228 134 119 / 0.25);
}

.border-red-300\/30 {
  border-color: rgb(228 134 119 / 0.3);
}

.border-red-300\/40 {
  border-color: rgb(228 134 119 / 0.4);
}

.border-red-300\/5 {
  border-color: rgb(228 134 119 / 0.05);
}

.border-red-300\/50 {
  border-color: rgb(228 134 119 / 0.5);
}

.border-red-300\/60 {
  border-color: rgb(228 134 119 / 0.6);
}

.border-red-300\/70 {
  border-color: rgb(228 134 119 / 0.7);
}

.border-red-300\/75 {
  border-color: rgb(228 134 119 / 0.75);
}

.border-red-300\/80 {
  border-color: rgb(228 134 119 / 0.8);
}

.border-red-300\/90 {
  border-color: rgb(228 134 119 / 0.9);
}

.border-red-300\/95 {
  border-color: rgb(228 134 119 / 0.95);
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(221 103 85 / var(--tw-border-opacity));
}

.border-red-400\/0 {
  border-color: rgb(221 103 85 / 0);
}

.border-red-400\/10 {
  border-color: rgb(221 103 85 / 0.1);
}

.border-red-400\/100 {
  border-color: rgb(221 103 85 / 1);
}

.border-red-400\/20 {
  border-color: rgb(221 103 85 / 0.2);
}

.border-red-400\/25 {
  border-color: rgb(221 103 85 / 0.25);
}

.border-red-400\/30 {
  border-color: rgb(221 103 85 / 0.3);
}

.border-red-400\/40 {
  border-color: rgb(221 103 85 / 0.4);
}

.border-red-400\/5 {
  border-color: rgb(221 103 85 / 0.05);
}

.border-red-400\/50 {
  border-color: rgb(221 103 85 / 0.5);
}

.border-red-400\/60 {
  border-color: rgb(221 103 85 / 0.6);
}

.border-red-400\/70 {
  border-color: rgb(221 103 85 / 0.7);
}

.border-red-400\/75 {
  border-color: rgb(221 103 85 / 0.75);
}

.border-red-400\/80 {
  border-color: rgb(221 103 85 / 0.8);
}

.border-red-400\/90 {
  border-color: rgb(221 103 85 / 0.9);
}

.border-red-400\/95 {
  border-color: rgb(221 103 85 / 0.95);
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 219 214 / var(--tw-border-opacity));
}

.border-red-50\/0 {
  border-color: rgb(247 219 214 / 0);
}

.border-red-50\/10 {
  border-color: rgb(247 219 214 / 0.1);
}

.border-red-50\/100 {
  border-color: rgb(247 219 214 / 1);
}

.border-red-50\/20 {
  border-color: rgb(247 219 214 / 0.2);
}

.border-red-50\/25 {
  border-color: rgb(247 219 214 / 0.25);
}

.border-red-50\/30 {
  border-color: rgb(247 219 214 / 0.3);
}

.border-red-50\/40 {
  border-color: rgb(247 219 214 / 0.4);
}

.border-red-50\/5 {
  border-color: rgb(247 219 214 / 0.05);
}

.border-red-50\/50 {
  border-color: rgb(247 219 214 / 0.5);
}

.border-red-50\/60 {
  border-color: rgb(247 219 214 / 0.6);
}

.border-red-50\/70 {
  border-color: rgb(247 219 214 / 0.7);
}

.border-red-50\/75 {
  border-color: rgb(247 219 214 / 0.75);
}

.border-red-50\/80 {
  border-color: rgb(247 219 214 / 0.8);
}

.border-red-50\/90 {
  border-color: rgb(247 219 214 / 0.9);
}

.border-red-50\/95 {
  border-color: rgb(247 219 214 / 0.95);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(214 73 51 / var(--tw-border-opacity));
}

.border-red-500\/0 {
  border-color: rgb(214 73 51 / 0);
}

.border-red-500\/10 {
  border-color: rgb(214 73 51 / 0.1);
}

.border-red-500\/100 {
  border-color: rgb(214 73 51 / 1);
}

.border-red-500\/20 {
  border-color: rgb(214 73 51 / 0.2);
}

.border-red-500\/25 {
  border-color: rgb(214 73 51 / 0.25);
}

.border-red-500\/30 {
  border-color: rgb(214 73 51 / 0.3);
}

.border-red-500\/40 {
  border-color: rgb(214 73 51 / 0.4);
}

.border-red-500\/5 {
  border-color: rgb(214 73 51 / 0.05);
}

.border-red-500\/50 {
  border-color: rgb(214 73 51 / 0.5);
}

.border-red-500\/60 {
  border-color: rgb(214 73 51 / 0.6);
}

.border-red-500\/70 {
  border-color: rgb(214 73 51 / 0.7);
}

.border-red-500\/75 {
  border-color: rgb(214 73 51 / 0.75);
}

.border-red-500\/80 {
  border-color: rgb(214 73 51 / 0.8);
}

.border-red-500\/90 {
  border-color: rgb(214 73 51 / 0.9);
}

.border-red-500\/95 {
  border-color: rgb(214 73 51 / 0.95);
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(178 61 43 / var(--tw-border-opacity));
}

.border-red-600\/0 {
  border-color: rgb(178 61 43 / 0);
}

.border-red-600\/10 {
  border-color: rgb(178 61 43 / 0.1);
}

.border-red-600\/100 {
  border-color: rgb(178 61 43 / 1);
}

.border-red-600\/20 {
  border-color: rgb(178 61 43 / 0.2);
}

.border-red-600\/25 {
  border-color: rgb(178 61 43 / 0.25);
}

.border-red-600\/30 {
  border-color: rgb(178 61 43 / 0.3);
}

.border-red-600\/40 {
  border-color: rgb(178 61 43 / 0.4);
}

.border-red-600\/5 {
  border-color: rgb(178 61 43 / 0.05);
}

.border-red-600\/50 {
  border-color: rgb(178 61 43 / 0.5);
}

.border-red-600\/60 {
  border-color: rgb(178 61 43 / 0.6);
}

.border-red-600\/70 {
  border-color: rgb(178 61 43 / 0.7);
}

.border-red-600\/75 {
  border-color: rgb(178 61 43 / 0.75);
}

.border-red-600\/80 {
  border-color: rgb(178 61 43 / 0.8);
}

.border-red-600\/90 {
  border-color: rgb(178 61 43 / 0.9);
}

.border-red-600\/95 {
  border-color: rgb(178 61 43 / 0.95);
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(143 49 34 / var(--tw-border-opacity));
}

.border-red-700\/0 {
  border-color: rgb(143 49 34 / 0);
}

.border-red-700\/10 {
  border-color: rgb(143 49 34 / 0.1);
}

.border-red-700\/100 {
  border-color: rgb(143 49 34 / 1);
}

.border-red-700\/20 {
  border-color: rgb(143 49 34 / 0.2);
}

.border-red-700\/25 {
  border-color: rgb(143 49 34 / 0.25);
}

.border-red-700\/30 {
  border-color: rgb(143 49 34 / 0.3);
}

.border-red-700\/40 {
  border-color: rgb(143 49 34 / 0.4);
}

.border-red-700\/5 {
  border-color: rgb(143 49 34 / 0.05);
}

.border-red-700\/50 {
  border-color: rgb(143 49 34 / 0.5);
}

.border-red-700\/60 {
  border-color: rgb(143 49 34 / 0.6);
}

.border-red-700\/70 {
  border-color: rgb(143 49 34 / 0.7);
}

.border-red-700\/75 {
  border-color: rgb(143 49 34 / 0.75);
}

.border-red-700\/80 {
  border-color: rgb(143 49 34 / 0.8);
}

.border-red-700\/90 {
  border-color: rgb(143 49 34 / 0.9);
}

.border-red-700\/95 {
  border-color: rgb(143 49 34 / 0.95);
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 37 26 / var(--tw-border-opacity));
}

.border-red-800\/0 {
  border-color: rgb(107 37 26 / 0);
}

.border-red-800\/10 {
  border-color: rgb(107 37 26 / 0.1);
}

.border-red-800\/100 {
  border-color: rgb(107 37 26 / 1);
}

.border-red-800\/20 {
  border-color: rgb(107 37 26 / 0.2);
}

.border-red-800\/25 {
  border-color: rgb(107 37 26 / 0.25);
}

.border-red-800\/30 {
  border-color: rgb(107 37 26 / 0.3);
}

.border-red-800\/40 {
  border-color: rgb(107 37 26 / 0.4);
}

.border-red-800\/5 {
  border-color: rgb(107 37 26 / 0.05);
}

.border-red-800\/50 {
  border-color: rgb(107 37 26 / 0.5);
}

.border-red-800\/60 {
  border-color: rgb(107 37 26 / 0.6);
}

.border-red-800\/70 {
  border-color: rgb(107 37 26 / 0.7);
}

.border-red-800\/75 {
  border-color: rgb(107 37 26 / 0.75);
}

.border-red-800\/80 {
  border-color: rgb(107 37 26 / 0.8);
}

.border-red-800\/90 {
  border-color: rgb(107 37 26 / 0.9);
}

.border-red-800\/95 {
  border-color: rgb(107 37 26 / 0.95);
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(71 24 17 / var(--tw-border-opacity));
}

.border-red-900\/0 {
  border-color: rgb(71 24 17 / 0);
}

.border-red-900\/10 {
  border-color: rgb(71 24 17 / 0.1);
}

.border-red-900\/100 {
  border-color: rgb(71 24 17 / 1);
}

.border-red-900\/20 {
  border-color: rgb(71 24 17 / 0.2);
}

.border-red-900\/25 {
  border-color: rgb(71 24 17 / 0.25);
}

.border-red-900\/30 {
  border-color: rgb(71 24 17 / 0.3);
}

.border-red-900\/40 {
  border-color: rgb(71 24 17 / 0.4);
}

.border-red-900\/5 {
  border-color: rgb(71 24 17 / 0.05);
}

.border-red-900\/50 {
  border-color: rgb(71 24 17 / 0.5);
}

.border-red-900\/60 {
  border-color: rgb(71 24 17 / 0.6);
}

.border-red-900\/70 {
  border-color: rgb(71 24 17 / 0.7);
}

.border-red-900\/75 {
  border-color: rgb(71 24 17 / 0.75);
}

.border-red-900\/80 {
  border-color: rgb(71 24 17 / 0.8);
}

.border-red-900\/90 {
  border-color: rgb(71 24 17 / 0.9);
}

.border-red-900\/95 {
  border-color: rgb(71 24 17 / 0.95);
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(195 243 235 / var(--tw-border-opacity));
}

.border-teal-100\/0 {
  border-color: rgb(195 243 235 / 0);
}

.border-teal-100\/10 {
  border-color: rgb(195 243 235 / 0.1);
}

.border-teal-100\/100 {
  border-color: rgb(195 243 235 / 1);
}

.border-teal-100\/20 {
  border-color: rgb(195 243 235 / 0.2);
}

.border-teal-100\/25 {
  border-color: rgb(195 243 235 / 0.25);
}

.border-teal-100\/30 {
  border-color: rgb(195 243 235 / 0.3);
}

.border-teal-100\/40 {
  border-color: rgb(195 243 235 / 0.4);
}

.border-teal-100\/5 {
  border-color: rgb(195 243 235 / 0.05);
}

.border-teal-100\/50 {
  border-color: rgb(195 243 235 / 0.5);
}

.border-teal-100\/60 {
  border-color: rgb(195 243 235 / 0.6);
}

.border-teal-100\/70 {
  border-color: rgb(195 243 235 / 0.7);
}

.border-teal-100\/75 {
  border-color: rgb(195 243 235 / 0.75);
}

.border-teal-100\/80 {
  border-color: rgb(195 243 235 / 0.8);
}

.border-teal-100\/90 {
  border-color: rgb(195 243 235 / 0.9);
}

.border-teal-100\/95 {
  border-color: rgb(195 243 235 / 0.95);
}

.border-teal-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(15 44 39 / var(--tw-border-opacity));
}

.border-teal-1000\/0 {
  border-color: rgb(15 44 39 / 0);
}

.border-teal-1000\/10 {
  border-color: rgb(15 44 39 / 0.1);
}

.border-teal-1000\/100 {
  border-color: rgb(15 44 39 / 1);
}

.border-teal-1000\/20 {
  border-color: rgb(15 44 39 / 0.2);
}

.border-teal-1000\/25 {
  border-color: rgb(15 44 39 / 0.25);
}

.border-teal-1000\/30 {
  border-color: rgb(15 44 39 / 0.3);
}

.border-teal-1000\/40 {
  border-color: rgb(15 44 39 / 0.4);
}

.border-teal-1000\/5 {
  border-color: rgb(15 44 39 / 0.05);
}

.border-teal-1000\/50 {
  border-color: rgb(15 44 39 / 0.5);
}

.border-teal-1000\/60 {
  border-color: rgb(15 44 39 / 0.6);
}

.border-teal-1000\/70 {
  border-color: rgb(15 44 39 / 0.7);
}

.border-teal-1000\/75 {
  border-color: rgb(15 44 39 / 0.75);
}

.border-teal-1000\/80 {
  border-color: rgb(15 44 39 / 0.8);
}

.border-teal-1000\/90 {
  border-color: rgb(15 44 39 / 0.9);
}

.border-teal-1000\/95 {
  border-color: rgb(15 44 39 / 0.95);
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 238 225 / var(--tw-border-opacity));
}

.border-teal-200\/0 {
  border-color: rgb(165 238 225 / 0);
}

.border-teal-200\/10 {
  border-color: rgb(165 238 225 / 0.1);
}

.border-teal-200\/100 {
  border-color: rgb(165 238 225 / 1);
}

.border-teal-200\/20 {
  border-color: rgb(165 238 225 / 0.2);
}

.border-teal-200\/25 {
  border-color: rgb(165 238 225 / 0.25);
}

.border-teal-200\/30 {
  border-color: rgb(165 238 225 / 0.3);
}

.border-teal-200\/40 {
  border-color: rgb(165 238 225 / 0.4);
}

.border-teal-200\/5 {
  border-color: rgb(165 238 225 / 0.05);
}

.border-teal-200\/50 {
  border-color: rgb(165 238 225 / 0.5);
}

.border-teal-200\/60 {
  border-color: rgb(165 238 225 / 0.6);
}

.border-teal-200\/70 {
  border-color: rgb(165 238 225 / 0.7);
}

.border-teal-200\/75 {
  border-color: rgb(165 238 225 / 0.75);
}

.border-teal-200\/80 {
  border-color: rgb(165 238 225 / 0.8);
}

.border-teal-200\/90 {
  border-color: rgb(165 238 225 / 0.9);
}

.border-teal-200\/95 {
  border-color: rgb(165 238 225 / 0.95);
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(135 232 215 / var(--tw-border-opacity));
}

.border-teal-300\/0 {
  border-color: rgb(135 232 215 / 0);
}

.border-teal-300\/10 {
  border-color: rgb(135 232 215 / 0.1);
}

.border-teal-300\/100 {
  border-color: rgb(135 232 215 / 1);
}

.border-teal-300\/20 {
  border-color: rgb(135 232 215 / 0.2);
}

.border-teal-300\/25 {
  border-color: rgb(135 232 215 / 0.25);
}

.border-teal-300\/30 {
  border-color: rgb(135 232 215 / 0.3);
}

.border-teal-300\/40 {
  border-color: rgb(135 232 215 / 0.4);
}

.border-teal-300\/5 {
  border-color: rgb(135 232 215 / 0.05);
}

.border-teal-300\/50 {
  border-color: rgb(135 232 215 / 0.5);
}

.border-teal-300\/60 {
  border-color: rgb(135 232 215 / 0.6);
}

.border-teal-300\/70 {
  border-color: rgb(135 232 215 / 0.7);
}

.border-teal-300\/75 {
  border-color: rgb(135 232 215 / 0.75);
}

.border-teal-300\/80 {
  border-color: rgb(135 232 215 / 0.8);
}

.border-teal-300\/90 {
  border-color: rgb(135 232 215 / 0.9);
}

.border-teal-300\/95 {
  border-color: rgb(135 232 215 / 0.95);
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(105 226 205 / var(--tw-border-opacity));
}

.border-teal-400\/0 {
  border-color: rgb(105 226 205 / 0);
}

.border-teal-400\/10 {
  border-color: rgb(105 226 205 / 0.1);
}

.border-teal-400\/100 {
  border-color: rgb(105 226 205 / 1);
}

.border-teal-400\/20 {
  border-color: rgb(105 226 205 / 0.2);
}

.border-teal-400\/25 {
  border-color: rgb(105 226 205 / 0.25);
}

.border-teal-400\/30 {
  border-color: rgb(105 226 205 / 0.3);
}

.border-teal-400\/40 {
  border-color: rgb(105 226 205 / 0.4);
}

.border-teal-400\/5 {
  border-color: rgb(105 226 205 / 0.05);
}

.border-teal-400\/50 {
  border-color: rgb(105 226 205 / 0.5);
}

.border-teal-400\/60 {
  border-color: rgb(105 226 205 / 0.6);
}

.border-teal-400\/70 {
  border-color: rgb(105 226 205 / 0.7);
}

.border-teal-400\/75 {
  border-color: rgb(105 226 205 / 0.75);
}

.border-teal-400\/80 {
  border-color: rgb(105 226 205 / 0.8);
}

.border-teal-400\/90 {
  border-color: rgb(105 226 205 / 0.9);
}

.border-teal-400\/95 {
  border-color: rgb(105 226 205 / 0.95);
}

.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(219 248 243 / var(--tw-border-opacity));
}

.border-teal-50\/0 {
  border-color: rgb(219 248 243 / 0);
}

.border-teal-50\/10 {
  border-color: rgb(219 248 243 / 0.1);
}

.border-teal-50\/100 {
  border-color: rgb(219 248 243 / 1);
}

.border-teal-50\/20 {
  border-color: rgb(219 248 243 / 0.2);
}

.border-teal-50\/25 {
  border-color: rgb(219 248 243 / 0.25);
}

.border-teal-50\/30 {
  border-color: rgb(219 248 243 / 0.3);
}

.border-teal-50\/40 {
  border-color: rgb(219 248 243 / 0.4);
}

.border-teal-50\/5 {
  border-color: rgb(219 248 243 / 0.05);
}

.border-teal-50\/50 {
  border-color: rgb(219 248 243 / 0.5);
}

.border-teal-50\/60 {
  border-color: rgb(219 248 243 / 0.6);
}

.border-teal-50\/70 {
  border-color: rgb(219 248 243 / 0.7);
}

.border-teal-50\/75 {
  border-color: rgb(219 248 243 / 0.75);
}

.border-teal-50\/80 {
  border-color: rgb(219 248 243 / 0.8);
}

.border-teal-50\/90 {
  border-color: rgb(219 248 243 / 0.9);
}

.border-teal-50\/95 {
  border-color: rgb(219 248 243 / 0.95);
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(75 220 195 / var(--tw-border-opacity));
}

.border-teal-500\/0 {
  border-color: rgb(75 220 195 / 0);
}

.border-teal-500\/10 {
  border-color: rgb(75 220 195 / 0.1);
}

.border-teal-500\/100 {
  border-color: rgb(75 220 195 / 1);
}

.border-teal-500\/20 {
  border-color: rgb(75 220 195 / 0.2);
}

.border-teal-500\/25 {
  border-color: rgb(75 220 195 / 0.25);
}

.border-teal-500\/30 {
  border-color: rgb(75 220 195 / 0.3);
}

.border-teal-500\/40 {
  border-color: rgb(75 220 195 / 0.4);
}

.border-teal-500\/5 {
  border-color: rgb(75 220 195 / 0.05);
}

.border-teal-500\/50 {
  border-color: rgb(75 220 195 / 0.5);
}

.border-teal-500\/60 {
  border-color: rgb(75 220 195 / 0.6);
}

.border-teal-500\/70 {
  border-color: rgb(75 220 195 / 0.7);
}

.border-teal-500\/75 {
  border-color: rgb(75 220 195 / 0.75);
}

.border-teal-500\/80 {
  border-color: rgb(75 220 195 / 0.8);
}

.border-teal-500\/90 {
  border-color: rgb(75 220 195 / 0.9);
}

.border-teal-500\/95 {
  border-color: rgb(75 220 195 / 0.95);
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(63 183 163 / var(--tw-border-opacity));
}

.border-teal-600\/0 {
  border-color: rgb(63 183 163 / 0);
}

.border-teal-600\/10 {
  border-color: rgb(63 183 163 / 0.1);
}

.border-teal-600\/100 {
  border-color: rgb(63 183 163 / 1);
}

.border-teal-600\/20 {
  border-color: rgb(63 183 163 / 0.2);
}

.border-teal-600\/25 {
  border-color: rgb(63 183 163 / 0.25);
}

.border-teal-600\/30 {
  border-color: rgb(63 183 163 / 0.3);
}

.border-teal-600\/40 {
  border-color: rgb(63 183 163 / 0.4);
}

.border-teal-600\/5 {
  border-color: rgb(63 183 163 / 0.05);
}

.border-teal-600\/50 {
  border-color: rgb(63 183 163 / 0.5);
}

.border-teal-600\/60 {
  border-color: rgb(63 183 163 / 0.6);
}

.border-teal-600\/70 {
  border-color: rgb(63 183 163 / 0.7);
}

.border-teal-600\/75 {
  border-color: rgb(63 183 163 / 0.75);
}

.border-teal-600\/80 {
  border-color: rgb(63 183 163 / 0.8);
}

.border-teal-600\/90 {
  border-color: rgb(63 183 163 / 0.9);
}

.border-teal-600\/95 {
  border-color: rgb(63 183 163 / 0.95);
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(50 147 130 / var(--tw-border-opacity));
}

.border-teal-700\/0 {
  border-color: rgb(50 147 130 / 0);
}

.border-teal-700\/10 {
  border-color: rgb(50 147 130 / 0.1);
}

.border-teal-700\/100 {
  border-color: rgb(50 147 130 / 1);
}

.border-teal-700\/20 {
  border-color: rgb(50 147 130 / 0.2);
}

.border-teal-700\/25 {
  border-color: rgb(50 147 130 / 0.25);
}

.border-teal-700\/30 {
  border-color: rgb(50 147 130 / 0.3);
}

.border-teal-700\/40 {
  border-color: rgb(50 147 130 / 0.4);
}

.border-teal-700\/5 {
  border-color: rgb(50 147 130 / 0.05);
}

.border-teal-700\/50 {
  border-color: rgb(50 147 130 / 0.5);
}

.border-teal-700\/60 {
  border-color: rgb(50 147 130 / 0.6);
}

.border-teal-700\/70 {
  border-color: rgb(50 147 130 / 0.7);
}

.border-teal-700\/75 {
  border-color: rgb(50 147 130 / 0.75);
}

.border-teal-700\/80 {
  border-color: rgb(50 147 130 / 0.8);
}

.border-teal-700\/90 {
  border-color: rgb(50 147 130 / 0.9);
}

.border-teal-700\/95 {
  border-color: rgb(50 147 130 / 0.95);
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 110 98 / var(--tw-border-opacity));
}

.border-teal-800\/0 {
  border-color: rgb(38 110 98 / 0);
}

.border-teal-800\/10 {
  border-color: rgb(38 110 98 / 0.1);
}

.border-teal-800\/100 {
  border-color: rgb(38 110 98 / 1);
}

.border-teal-800\/20 {
  border-color: rgb(38 110 98 / 0.2);
}

.border-teal-800\/25 {
  border-color: rgb(38 110 98 / 0.25);
}

.border-teal-800\/30 {
  border-color: rgb(38 110 98 / 0.3);
}

.border-teal-800\/40 {
  border-color: rgb(38 110 98 / 0.4);
}

.border-teal-800\/5 {
  border-color: rgb(38 110 98 / 0.05);
}

.border-teal-800\/50 {
  border-color: rgb(38 110 98 / 0.5);
}

.border-teal-800\/60 {
  border-color: rgb(38 110 98 / 0.6);
}

.border-teal-800\/70 {
  border-color: rgb(38 110 98 / 0.7);
}

.border-teal-800\/75 {
  border-color: rgb(38 110 98 / 0.75);
}

.border-teal-800\/80 {
  border-color: rgb(38 110 98 / 0.8);
}

.border-teal-800\/90 {
  border-color: rgb(38 110 98 / 0.9);
}

.border-teal-800\/95 {
  border-color: rgb(38 110 98 / 0.95);
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(25 73 65 / var(--tw-border-opacity));
}

.border-teal-900\/0 {
  border-color: rgb(25 73 65 / 0);
}

.border-teal-900\/10 {
  border-color: rgb(25 73 65 / 0.1);
}

.border-teal-900\/100 {
  border-color: rgb(25 73 65 / 1);
}

.border-teal-900\/20 {
  border-color: rgb(25 73 65 / 0.2);
}

.border-teal-900\/25 {
  border-color: rgb(25 73 65 / 0.25);
}

.border-teal-900\/30 {
  border-color: rgb(25 73 65 / 0.3);
}

.border-teal-900\/40 {
  border-color: rgb(25 73 65 / 0.4);
}

.border-teal-900\/5 {
  border-color: rgb(25 73 65 / 0.05);
}

.border-teal-900\/50 {
  border-color: rgb(25 73 65 / 0.5);
}

.border-teal-900\/60 {
  border-color: rgb(25 73 65 / 0.6);
}

.border-teal-900\/70 {
  border-color: rgb(25 73 65 / 0.7);
}

.border-teal-900\/75 {
  border-color: rgb(25 73 65 / 0.75);
}

.border-teal-900\/80 {
  border-color: rgb(25 73 65 / 0.8);
}

.border-teal-900\/90 {
  border-color: rgb(25 73 65 / 0.9);
}

.border-teal-900\/95 {
  border-color: rgb(25 73 65 / 0.95);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 247 195 / var(--tw-border-opacity));
}

.border-yellow-100\/0 {
  border-color: rgb(254 247 195 / 0);
}

.border-yellow-100\/10 {
  border-color: rgb(254 247 195 / 0.1);
}

.border-yellow-100\/100 {
  border-color: rgb(254 247 195 / 1);
}

.border-yellow-100\/20 {
  border-color: rgb(254 247 195 / 0.2);
}

.border-yellow-100\/25 {
  border-color: rgb(254 247 195 / 0.25);
}

.border-yellow-100\/30 {
  border-color: rgb(254 247 195 / 0.3);
}

.border-yellow-100\/40 {
  border-color: rgb(254 247 195 / 0.4);
}

.border-yellow-100\/5 {
  border-color: rgb(254 247 195 / 0.05);
}

.border-yellow-100\/50 {
  border-color: rgb(254 247 195 / 0.5);
}

.border-yellow-100\/60 {
  border-color: rgb(254 247 195 / 0.6);
}

.border-yellow-100\/70 {
  border-color: rgb(254 247 195 / 0.7);
}

.border-yellow-100\/75 {
  border-color: rgb(254 247 195 / 0.75);
}

.border-yellow-100\/80 {
  border-color: rgb(254 247 195 / 0.8);
}

.border-yellow-100\/90 {
  border-color: rgb(254 247 195 / 0.9);
}

.border-yellow-100\/95 {
  border-color: rgb(254 247 195 / 0.95);
}

.border-yellow-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(51 46 15 / var(--tw-border-opacity));
}

.border-yellow-1000\/0 {
  border-color: rgb(51 46 15 / 0);
}

.border-yellow-1000\/10 {
  border-color: rgb(51 46 15 / 0.1);
}

.border-yellow-1000\/100 {
  border-color: rgb(51 46 15 / 1);
}

.border-yellow-1000\/20 {
  border-color: rgb(51 46 15 / 0.2);
}

.border-yellow-1000\/25 {
  border-color: rgb(51 46 15 / 0.25);
}

.border-yellow-1000\/30 {
  border-color: rgb(51 46 15 / 0.3);
}

.border-yellow-1000\/40 {
  border-color: rgb(51 46 15 / 0.4);
}

.border-yellow-1000\/5 {
  border-color: rgb(51 46 15 / 0.05);
}

.border-yellow-1000\/50 {
  border-color: rgb(51 46 15 / 0.5);
}

.border-yellow-1000\/60 {
  border-color: rgb(51 46 15 / 0.6);
}

.border-yellow-1000\/70 {
  border-color: rgb(51 46 15 / 0.7);
}

.border-yellow-1000\/75 {
  border-color: rgb(51 46 15 / 0.75);
}

.border-yellow-1000\/80 {
  border-color: rgb(51 46 15 / 0.8);
}

.border-yellow-1000\/90 {
  border-color: rgb(51 46 15 / 0.9);
}

.border-yellow-1000\/95 {
  border-color: rgb(51 46 15 / 0.95);
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 166 / var(--tw-border-opacity));
}

.border-yellow-200\/0 {
  border-color: rgb(254 243 166 / 0);
}

.border-yellow-200\/10 {
  border-color: rgb(254 243 166 / 0.1);
}

.border-yellow-200\/100 {
  border-color: rgb(254 243 166 / 1);
}

.border-yellow-200\/20 {
  border-color: rgb(254 243 166 / 0.2);
}

.border-yellow-200\/25 {
  border-color: rgb(254 243 166 / 0.25);
}

.border-yellow-200\/30 {
  border-color: rgb(254 243 166 / 0.3);
}

.border-yellow-200\/40 {
  border-color: rgb(254 243 166 / 0.4);
}

.border-yellow-200\/5 {
  border-color: rgb(254 243 166 / 0.05);
}

.border-yellow-200\/50 {
  border-color: rgb(254 243 166 / 0.5);
}

.border-yellow-200\/60 {
  border-color: rgb(254 243 166 / 0.6);
}

.border-yellow-200\/70 {
  border-color: rgb(254 243 166 / 0.7);
}

.border-yellow-200\/75 {
  border-color: rgb(254 243 166 / 0.75);
}

.border-yellow-200\/80 {
  border-color: rgb(254 243 166 / 0.8);
}

.border-yellow-200\/90 {
  border-color: rgb(254 243 166 / 0.9);
}

.border-yellow-200\/95 {
  border-color: rgb(254 243 166 / 0.95);
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(254 239 136 / var(--tw-border-opacity));
}

.border-yellow-300\/0 {
  border-color: rgb(254 239 136 / 0);
}

.border-yellow-300\/10 {
  border-color: rgb(254 239 136 / 0.1);
}

.border-yellow-300\/100 {
  border-color: rgb(254 239 136 / 1);
}

.border-yellow-300\/20 {
  border-color: rgb(254 239 136 / 0.2);
}

.border-yellow-300\/25 {
  border-color: rgb(254 239 136 / 0.25);
}

.border-yellow-300\/30 {
  border-color: rgb(254 239 136 / 0.3);
}

.border-yellow-300\/40 {
  border-color: rgb(254 239 136 / 0.4);
}

.border-yellow-300\/5 {
  border-color: rgb(254 239 136 / 0.05);
}

.border-yellow-300\/50 {
  border-color: rgb(254 239 136 / 0.5);
}

.border-yellow-300\/60 {
  border-color: rgb(254 239 136 / 0.6);
}

.border-yellow-300\/70 {
  border-color: rgb(254 239 136 / 0.7);
}

.border-yellow-300\/75 {
  border-color: rgb(254 239 136 / 0.75);
}

.border-yellow-300\/80 {
  border-color: rgb(254 239 136 / 0.8);
}

.border-yellow-300\/90 {
  border-color: rgb(254 239 136 / 0.9);
}

.border-yellow-300\/95 {
  border-color: rgb(254 239 136 / 0.95);
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(253 235 106 / var(--tw-border-opacity));
}

.border-yellow-400\/0 {
  border-color: rgb(253 235 106 / 0);
}

.border-yellow-400\/10 {
  border-color: rgb(253 235 106 / 0.1);
}

.border-yellow-400\/100 {
  border-color: rgb(253 235 106 / 1);
}

.border-yellow-400\/20 {
  border-color: rgb(253 235 106 / 0.2);
}

.border-yellow-400\/25 {
  border-color: rgb(253 235 106 / 0.25);
}

.border-yellow-400\/30 {
  border-color: rgb(253 235 106 / 0.3);
}

.border-yellow-400\/40 {
  border-color: rgb(253 235 106 / 0.4);
}

.border-yellow-400\/5 {
  border-color: rgb(253 235 106 / 0.05);
}

.border-yellow-400\/50 {
  border-color: rgb(253 235 106 / 0.5);
}

.border-yellow-400\/60 {
  border-color: rgb(253 235 106 / 0.6);
}

.border-yellow-400\/70 {
  border-color: rgb(253 235 106 / 0.7);
}

.border-yellow-400\/75 {
  border-color: rgb(253 235 106 / 0.75);
}

.border-yellow-400\/80 {
  border-color: rgb(253 235 106 / 0.8);
}

.border-yellow-400\/90 {
  border-color: rgb(253 235 106 / 0.9);
}

.border-yellow-400\/95 {
  border-color: rgb(253 235 106 / 0.95);
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 250 219 / var(--tw-border-opacity));
}

.border-yellow-50\/0 {
  border-color: rgb(255 250 219 / 0);
}

.border-yellow-50\/10 {
  border-color: rgb(255 250 219 / 0.1);
}

.border-yellow-50\/100 {
  border-color: rgb(255 250 219 / 1);
}

.border-yellow-50\/20 {
  border-color: rgb(255 250 219 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(255 250 219 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(255 250 219 / 0.3);
}

.border-yellow-50\/40 {
  border-color: rgb(255 250 219 / 0.4);
}

.border-yellow-50\/5 {
  border-color: rgb(255 250 219 / 0.05);
}

.border-yellow-50\/50 {
  border-color: rgb(255 250 219 / 0.5);
}

.border-yellow-50\/60 {
  border-color: rgb(255 250 219 / 0.6);
}

.border-yellow-50\/70 {
  border-color: rgb(255 250 219 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(255 250 219 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(255 250 219 / 0.8);
}

.border-yellow-50\/90 {
  border-color: rgb(255 250 219 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(255 250 219 / 0.95);
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(253 231 76 / var(--tw-border-opacity));
}

.border-yellow-500\/0 {
  border-color: rgb(253 231 76 / 0);
}

.border-yellow-500\/10 {
  border-color: rgb(253 231 76 / 0.1);
}

.border-yellow-500\/100 {
  border-color: rgb(253 231 76 / 1);
}

.border-yellow-500\/20 {
  border-color: rgb(253 231 76 / 0.2);
}

.border-yellow-500\/25 {
  border-color: rgb(253 231 76 / 0.25);
}

.border-yellow-500\/30 {
  border-color: rgb(253 231 76 / 0.3);
}

.border-yellow-500\/40 {
  border-color: rgb(253 231 76 / 0.4);
}

.border-yellow-500\/5 {
  border-color: rgb(253 231 76 / 0.05);
}

.border-yellow-500\/50 {
  border-color: rgb(253 231 76 / 0.5);
}

.border-yellow-500\/60 {
  border-color: rgb(253 231 76 / 0.6);
}

.border-yellow-500\/70 {
  border-color: rgb(253 231 76 / 0.7);
}

.border-yellow-500\/75 {
  border-color: rgb(253 231 76 / 0.75);
}

.border-yellow-500\/80 {
  border-color: rgb(253 231 76 / 0.8);
}

.border-yellow-500\/90 {
  border-color: rgb(253 231 76 / 0.9);
}

.border-yellow-500\/95 {
  border-color: rgb(253 231 76 / 0.95);
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(211 193 63 / var(--tw-border-opacity));
}

.border-yellow-600\/0 {
  border-color: rgb(211 193 63 / 0);
}

.border-yellow-600\/10 {
  border-color: rgb(211 193 63 / 0.1);
}

.border-yellow-600\/100 {
  border-color: rgb(211 193 63 / 1);
}

.border-yellow-600\/20 {
  border-color: rgb(211 193 63 / 0.2);
}

.border-yellow-600\/25 {
  border-color: rgb(211 193 63 / 0.25);
}

.border-yellow-600\/30 {
  border-color: rgb(211 193 63 / 0.3);
}

.border-yellow-600\/40 {
  border-color: rgb(211 193 63 / 0.4);
}

.border-yellow-600\/5 {
  border-color: rgb(211 193 63 / 0.05);
}

.border-yellow-600\/50 {
  border-color: rgb(211 193 63 / 0.5);
}

.border-yellow-600\/60 {
  border-color: rgb(211 193 63 / 0.6);
}

.border-yellow-600\/70 {
  border-color: rgb(211 193 63 / 0.7);
}

.border-yellow-600\/75 {
  border-color: rgb(211 193 63 / 0.75);
}

.border-yellow-600\/80 {
  border-color: rgb(211 193 63 / 0.8);
}

.border-yellow-600\/90 {
  border-color: rgb(211 193 63 / 0.9);
}

.border-yellow-600\/95 {
  border-color: rgb(211 193 63 / 0.95);
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(169 154 51 / var(--tw-border-opacity));
}

.border-yellow-700\/0 {
  border-color: rgb(169 154 51 / 0);
}

.border-yellow-700\/10 {
  border-color: rgb(169 154 51 / 0.1);
}

.border-yellow-700\/100 {
  border-color: rgb(169 154 51 / 1);
}

.border-yellow-700\/20 {
  border-color: rgb(169 154 51 / 0.2);
}

.border-yellow-700\/25 {
  border-color: rgb(169 154 51 / 0.25);
}

.border-yellow-700\/30 {
  border-color: rgb(169 154 51 / 0.3);
}

.border-yellow-700\/40 {
  border-color: rgb(169 154 51 / 0.4);
}

.border-yellow-700\/5 {
  border-color: rgb(169 154 51 / 0.05);
}

.border-yellow-700\/50 {
  border-color: rgb(169 154 51 / 0.5);
}

.border-yellow-700\/60 {
  border-color: rgb(169 154 51 / 0.6);
}

.border-yellow-700\/70 {
  border-color: rgb(169 154 51 / 0.7);
}

.border-yellow-700\/75 {
  border-color: rgb(169 154 51 / 0.75);
}

.border-yellow-700\/80 {
  border-color: rgb(169 154 51 / 0.8);
}

.border-yellow-700\/90 {
  border-color: rgb(169 154 51 / 0.9);
}

.border-yellow-700\/95 {
  border-color: rgb(169 154 51 / 0.95);
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(127 116 38 / var(--tw-border-opacity));
}

.border-yellow-800\/0 {
  border-color: rgb(127 116 38 / 0);
}

.border-yellow-800\/10 {
  border-color: rgb(127 116 38 / 0.1);
}

.border-yellow-800\/100 {
  border-color: rgb(127 116 38 / 1);
}

.border-yellow-800\/20 {
  border-color: rgb(127 116 38 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(127 116 38 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(127 116 38 / 0.3);
}

.border-yellow-800\/40 {
  border-color: rgb(127 116 38 / 0.4);
}

.border-yellow-800\/5 {
  border-color: rgb(127 116 38 / 0.05);
}

.border-yellow-800\/50 {
  border-color: rgb(127 116 38 / 0.5);
}

.border-yellow-800\/60 {
  border-color: rgb(127 116 38 / 0.6);
}

.border-yellow-800\/70 {
  border-color: rgb(127 116 38 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(127 116 38 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(127 116 38 / 0.8);
}

.border-yellow-800\/90 {
  border-color: rgb(127 116 38 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(127 116 38 / 0.95);
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(84 77 25 / var(--tw-border-opacity));
}

.border-yellow-900\/0 {
  border-color: rgb(84 77 25 / 0);
}

.border-yellow-900\/10 {
  border-color: rgb(84 77 25 / 0.1);
}

.border-yellow-900\/100 {
  border-color: rgb(84 77 25 / 1);
}

.border-yellow-900\/20 {
  border-color: rgb(84 77 25 / 0.2);
}

.border-yellow-900\/25 {
  border-color: rgb(84 77 25 / 0.25);
}

.border-yellow-900\/30 {
  border-color: rgb(84 77 25 / 0.3);
}

.border-yellow-900\/40 {
  border-color: rgb(84 77 25 / 0.4);
}

.border-yellow-900\/5 {
  border-color: rgb(84 77 25 / 0.05);
}

.border-yellow-900\/50 {
  border-color: rgb(84 77 25 / 0.5);
}

.border-yellow-900\/60 {
  border-color: rgb(84 77 25 / 0.6);
}

.border-yellow-900\/70 {
  border-color: rgb(84 77 25 / 0.7);
}

.border-yellow-900\/75 {
  border-color: rgb(84 77 25 / 0.75);
}

.border-yellow-900\/80 {
  border-color: rgb(84 77 25 / 0.8);
}

.border-yellow-900\/90 {
  border-color: rgb(84 77 25 / 0.9);
}

.border-yellow-900\/95 {
  border-color: rgb(84 77 25 / 0.95);
}

.\!bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 222 225 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-100\/0 {
  background-color: rgb(170 222 225 / 0) !important;
}

.\!bg-blue-100\/10 {
  background-color: rgb(170 222 225 / 0.1) !important;
}

.\!bg-blue-100\/100 {
  background-color: rgb(170 222 225 / 1) !important;
}

.\!bg-blue-100\/20 {
  background-color: rgb(170 222 225 / 0.2) !important;
}

.\!bg-blue-100\/25 {
  background-color: rgb(170 222 225 / 0.25) !important;
}

.\!bg-blue-100\/30 {
  background-color: rgb(170 222 225 / 0.3) !important;
}

.\!bg-blue-100\/40 {
  background-color: rgb(170 222 225 / 0.4) !important;
}

.\!bg-blue-100\/5 {
  background-color: rgb(170 222 225 / 0.05) !important;
}

.\!bg-blue-100\/50 {
  background-color: rgb(170 222 225 / 0.5) !important;
}

.\!bg-blue-100\/60 {
  background-color: rgb(170 222 225 / 0.6) !important;
}

.\!bg-blue-100\/70 {
  background-color: rgb(170 222 225 / 0.7) !important;
}

.\!bg-blue-100\/75 {
  background-color: rgb(170 222 225 / 0.75) !important;
}

.\!bg-blue-100\/80 {
  background-color: rgb(170 222 225 / 0.8) !important;
}

.\!bg-blue-100\/90 {
  background-color: rgb(170 222 225 / 0.9) !important;
}

.\!bg-blue-100\/95 {
  background-color: rgb(170 222 225 / 0.95) !important;
}

.\!bg-blue-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 31 33 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-1000\/0 {
  background-color: rgb(0 31 33 / 0) !important;
}

.\!bg-blue-1000\/10 {
  background-color: rgb(0 31 33 / 0.1) !important;
}

.\!bg-blue-1000\/100 {
  background-color: rgb(0 31 33 / 1) !important;
}

.\!bg-blue-1000\/20 {
  background-color: rgb(0 31 33 / 0.2) !important;
}

.\!bg-blue-1000\/25 {
  background-color: rgb(0 31 33 / 0.25) !important;
}

.\!bg-blue-1000\/30 {
  background-color: rgb(0 31 33 / 0.3) !important;
}

.\!bg-blue-1000\/40 {
  background-color: rgb(0 31 33 / 0.4) !important;
}

.\!bg-blue-1000\/5 {
  background-color: rgb(0 31 33 / 0.05) !important;
}

.\!bg-blue-1000\/50 {
  background-color: rgb(0 31 33 / 0.5) !important;
}

.\!bg-blue-1000\/60 {
  background-color: rgb(0 31 33 / 0.6) !important;
}

.\!bg-blue-1000\/70 {
  background-color: rgb(0 31 33 / 0.7) !important;
}

.\!bg-blue-1000\/75 {
  background-color: rgb(0 31 33 / 0.75) !important;
}

.\!bg-blue-1000\/80 {
  background-color: rgb(0 31 33 / 0.8) !important;
}

.\!bg-blue-1000\/90 {
  background-color: rgb(0 31 33 / 0.9) !important;
}

.\!bg-blue-1000\/95 {
  background-color: rgb(0 31 33 / 0.95) !important;
}

.\!bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 205 210 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-200\/0 {
  background-color: rgb(128 205 210 / 0) !important;
}

.\!bg-blue-200\/10 {
  background-color: rgb(128 205 210 / 0.1) !important;
}

.\!bg-blue-200\/100 {
  background-color: rgb(128 205 210 / 1) !important;
}

.\!bg-blue-200\/20 {
  background-color: rgb(128 205 210 / 0.2) !important;
}

.\!bg-blue-200\/25 {
  background-color: rgb(128 205 210 / 0.25) !important;
}

.\!bg-blue-200\/30 {
  background-color: rgb(128 205 210 / 0.3) !important;
}

.\!bg-blue-200\/40 {
  background-color: rgb(128 205 210 / 0.4) !important;
}

.\!bg-blue-200\/5 {
  background-color: rgb(128 205 210 / 0.05) !important;
}

.\!bg-blue-200\/50 {
  background-color: rgb(128 205 210 / 0.5) !important;
}

.\!bg-blue-200\/60 {
  background-color: rgb(128 205 210 / 0.6) !important;
}

.\!bg-blue-200\/70 {
  background-color: rgb(128 205 210 / 0.7) !important;
}

.\!bg-blue-200\/75 {
  background-color: rgb(128 205 210 / 0.75) !important;
}

.\!bg-blue-200\/80 {
  background-color: rgb(128 205 210 / 0.8) !important;
}

.\!bg-blue-200\/90 {
  background-color: rgb(128 205 210 / 0.9) !important;
}

.\!bg-blue-200\/95 {
  background-color: rgb(128 205 210 / 0.95) !important;
}

.\!bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 188 195 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-300\/0 {
  background-color: rgb(85 188 195 / 0) !important;
}

.\!bg-blue-300\/10 {
  background-color: rgb(85 188 195 / 0.1) !important;
}

.\!bg-blue-300\/100 {
  background-color: rgb(85 188 195 / 1) !important;
}

.\!bg-blue-300\/20 {
  background-color: rgb(85 188 195 / 0.2) !important;
}

.\!bg-blue-300\/25 {
  background-color: rgb(85 188 195 / 0.25) !important;
}

.\!bg-blue-300\/30 {
  background-color: rgb(85 188 195 / 0.3) !important;
}

.\!bg-blue-300\/40 {
  background-color: rgb(85 188 195 / 0.4) !important;
}

.\!bg-blue-300\/5 {
  background-color: rgb(85 188 195 / 0.05) !important;
}

.\!bg-blue-300\/50 {
  background-color: rgb(85 188 195 / 0.5) !important;
}

.\!bg-blue-300\/60 {
  background-color: rgb(85 188 195 / 0.6) !important;
}

.\!bg-blue-300\/70 {
  background-color: rgb(85 188 195 / 0.7) !important;
}

.\!bg-blue-300\/75 {
  background-color: rgb(85 188 195 / 0.75) !important;
}

.\!bg-blue-300\/80 {
  background-color: rgb(85 188 195 / 0.8) !important;
}

.\!bg-blue-300\/90 {
  background-color: rgb(85 188 195 / 0.9) !important;
}

.\!bg-blue-300\/95 {
  background-color: rgb(85 188 195 / 0.95) !important;
}

.\!bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 172 180 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-400\/0 {
  background-color: rgb(42 172 180 / 0) !important;
}

.\!bg-blue-400\/10 {
  background-color: rgb(42 172 180 / 0.1) !important;
}

.\!bg-blue-400\/100 {
  background-color: rgb(42 172 180 / 1) !important;
}

.\!bg-blue-400\/20 {
  background-color: rgb(42 172 180 / 0.2) !important;
}

.\!bg-blue-400\/25 {
  background-color: rgb(42 172 180 / 0.25) !important;
}

.\!bg-blue-400\/30 {
  background-color: rgb(42 172 180 / 0.3) !important;
}

.\!bg-blue-400\/40 {
  background-color: rgb(42 172 180 / 0.4) !important;
}

.\!bg-blue-400\/5 {
  background-color: rgb(42 172 180 / 0.05) !important;
}

.\!bg-blue-400\/50 {
  background-color: rgb(42 172 180 / 0.5) !important;
}

.\!bg-blue-400\/60 {
  background-color: rgb(42 172 180 / 0.6) !important;
}

.\!bg-blue-400\/70 {
  background-color: rgb(42 172 180 / 0.7) !important;
}

.\!bg-blue-400\/75 {
  background-color: rgb(42 172 180 / 0.75) !important;
}

.\!bg-blue-400\/80 {
  background-color: rgb(42 172 180 / 0.8) !important;
}

.\!bg-blue-400\/90 {
  background-color: rgb(42 172 180 / 0.9) !important;
}

.\!bg-blue-400\/95 {
  background-color: rgb(42 172 180 / 0.95) !important;
}

.\!bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 235 237 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-50\/0 {
  background-color: rgb(204 235 237 / 0) !important;
}

.\!bg-blue-50\/10 {
  background-color: rgb(204 235 237 / 0.1) !important;
}

.\!bg-blue-50\/100 {
  background-color: rgb(204 235 237 / 1) !important;
}

.\!bg-blue-50\/20 {
  background-color: rgb(204 235 237 / 0.2) !important;
}

.\!bg-blue-50\/25 {
  background-color: rgb(204 235 237 / 0.25) !important;
}

.\!bg-blue-50\/30 {
  background-color: rgb(204 235 237 / 0.3) !important;
}

.\!bg-blue-50\/40 {
  background-color: rgb(204 235 237 / 0.4) !important;
}

.\!bg-blue-50\/5 {
  background-color: rgb(204 235 237 / 0.05) !important;
}

.\!bg-blue-50\/50 {
  background-color: rgb(204 235 237 / 0.5) !important;
}

.\!bg-blue-50\/60 {
  background-color: rgb(204 235 237 / 0.6) !important;
}

.\!bg-blue-50\/70 {
  background-color: rgb(204 235 237 / 0.7) !important;
}

.\!bg-blue-50\/75 {
  background-color: rgb(204 235 237 / 0.75) !important;
}

.\!bg-blue-50\/80 {
  background-color: rgb(204 235 237 / 0.8) !important;
}

.\!bg-blue-50\/90 {
  background-color: rgb(204 235 237 / 0.9) !important;
}

.\!bg-blue-50\/95 {
  background-color: rgb(204 235 237 / 0.95) !important;
}

.\!bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 155 165 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-500\/0 {
  background-color: rgb(0 155 165 / 0) !important;
}

.\!bg-blue-500\/10 {
  background-color: rgb(0 155 165 / 0.1) !important;
}

.\!bg-blue-500\/100 {
  background-color: rgb(0 155 165 / 1) !important;
}

.\!bg-blue-500\/20 {
  background-color: rgb(0 155 165 / 0.2) !important;
}

.\!bg-blue-500\/25 {
  background-color: rgb(0 155 165 / 0.25) !important;
}

.\!bg-blue-500\/30 {
  background-color: rgb(0 155 165 / 0.3) !important;
}

.\!bg-blue-500\/40 {
  background-color: rgb(0 155 165 / 0.4) !important;
}

.\!bg-blue-500\/5 {
  background-color: rgb(0 155 165 / 0.05) !important;
}

.\!bg-blue-500\/50 {
  background-color: rgb(0 155 165 / 0.5) !important;
}

.\!bg-blue-500\/60 {
  background-color: rgb(0 155 165 / 0.6) !important;
}

.\!bg-blue-500\/70 {
  background-color: rgb(0 155 165 / 0.7) !important;
}

.\!bg-blue-500\/75 {
  background-color: rgb(0 155 165 / 0.75) !important;
}

.\!bg-blue-500\/80 {
  background-color: rgb(0 155 165 / 0.8) !important;
}

.\!bg-blue-500\/90 {
  background-color: rgb(0 155 165 / 0.9) !important;
}

.\!bg-blue-500\/95 {
  background-color: rgb(0 155 165 / 0.95) !important;
}

.\!bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 129 138 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-600\/0 {
  background-color: rgb(0 129 138 / 0) !important;
}

.\!bg-blue-600\/10 {
  background-color: rgb(0 129 138 / 0.1) !important;
}

.\!bg-blue-600\/100 {
  background-color: rgb(0 129 138 / 1) !important;
}

.\!bg-blue-600\/20 {
  background-color: rgb(0 129 138 / 0.2) !important;
}

.\!bg-blue-600\/25 {
  background-color: rgb(0 129 138 / 0.25) !important;
}

.\!bg-blue-600\/30 {
  background-color: rgb(0 129 138 / 0.3) !important;
}

.\!bg-blue-600\/40 {
  background-color: rgb(0 129 138 / 0.4) !important;
}

.\!bg-blue-600\/5 {
  background-color: rgb(0 129 138 / 0.05) !important;
}

.\!bg-blue-600\/50 {
  background-color: rgb(0 129 138 / 0.5) !important;
}

.\!bg-blue-600\/60 {
  background-color: rgb(0 129 138 / 0.6) !important;
}

.\!bg-blue-600\/70 {
  background-color: rgb(0 129 138 / 0.7) !important;
}

.\!bg-blue-600\/75 {
  background-color: rgb(0 129 138 / 0.75) !important;
}

.\!bg-blue-600\/80 {
  background-color: rgb(0 129 138 / 0.8) !important;
}

.\!bg-blue-600\/90 {
  background-color: rgb(0 129 138 / 0.9) !important;
}

.\!bg-blue-600\/95 {
  background-color: rgb(0 129 138 / 0.95) !important;
}

.\!bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 103 110 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-700\/0 {
  background-color: rgb(0 103 110 / 0) !important;
}

.\!bg-blue-700\/10 {
  background-color: rgb(0 103 110 / 0.1) !important;
}

.\!bg-blue-700\/100 {
  background-color: rgb(0 103 110 / 1) !important;
}

.\!bg-blue-700\/20 {
  background-color: rgb(0 103 110 / 0.2) !important;
}

.\!bg-blue-700\/25 {
  background-color: rgb(0 103 110 / 0.25) !important;
}

.\!bg-blue-700\/30 {
  background-color: rgb(0 103 110 / 0.3) !important;
}

.\!bg-blue-700\/40 {
  background-color: rgb(0 103 110 / 0.4) !important;
}

.\!bg-blue-700\/5 {
  background-color: rgb(0 103 110 / 0.05) !important;
}

.\!bg-blue-700\/50 {
  background-color: rgb(0 103 110 / 0.5) !important;
}

.\!bg-blue-700\/60 {
  background-color: rgb(0 103 110 / 0.6) !important;
}

.\!bg-blue-700\/70 {
  background-color: rgb(0 103 110 / 0.7) !important;
}

.\!bg-blue-700\/75 {
  background-color: rgb(0 103 110 / 0.75) !important;
}

.\!bg-blue-700\/80 {
  background-color: rgb(0 103 110 / 0.8) !important;
}

.\!bg-blue-700\/90 {
  background-color: rgb(0 103 110 / 0.9) !important;
}

.\!bg-blue-700\/95 {
  background-color: rgb(0 103 110 / 0.95) !important;
}

.\!bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 78 83 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-800\/0 {
  background-color: rgb(0 78 83 / 0) !important;
}

.\!bg-blue-800\/10 {
  background-color: rgb(0 78 83 / 0.1) !important;
}

.\!bg-blue-800\/100 {
  background-color: rgb(0 78 83 / 1) !important;
}

.\!bg-blue-800\/20 {
  background-color: rgb(0 78 83 / 0.2) !important;
}

.\!bg-blue-800\/25 {
  background-color: rgb(0 78 83 / 0.25) !important;
}

.\!bg-blue-800\/30 {
  background-color: rgb(0 78 83 / 0.3) !important;
}

.\!bg-blue-800\/40 {
  background-color: rgb(0 78 83 / 0.4) !important;
}

.\!bg-blue-800\/5 {
  background-color: rgb(0 78 83 / 0.05) !important;
}

.\!bg-blue-800\/50 {
  background-color: rgb(0 78 83 / 0.5) !important;
}

.\!bg-blue-800\/60 {
  background-color: rgb(0 78 83 / 0.6) !important;
}

.\!bg-blue-800\/70 {
  background-color: rgb(0 78 83 / 0.7) !important;
}

.\!bg-blue-800\/75 {
  background-color: rgb(0 78 83 / 0.75) !important;
}

.\!bg-blue-800\/80 {
  background-color: rgb(0 78 83 / 0.8) !important;
}

.\!bg-blue-800\/90 {
  background-color: rgb(0 78 83 / 0.9) !important;
}

.\!bg-blue-800\/95 {
  background-color: rgb(0 78 83 / 0.95) !important;
}

.\!bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 52 55 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-900\/0 {
  background-color: rgb(0 52 55 / 0) !important;
}

.\!bg-blue-900\/10 {
  background-color: rgb(0 52 55 / 0.1) !important;
}

.\!bg-blue-900\/100 {
  background-color: rgb(0 52 55 / 1) !important;
}

.\!bg-blue-900\/20 {
  background-color: rgb(0 52 55 / 0.2) !important;
}

.\!bg-blue-900\/25 {
  background-color: rgb(0 52 55 / 0.25) !important;
}

.\!bg-blue-900\/30 {
  background-color: rgb(0 52 55 / 0.3) !important;
}

.\!bg-blue-900\/40 {
  background-color: rgb(0 52 55 / 0.4) !important;
}

.\!bg-blue-900\/5 {
  background-color: rgb(0 52 55 / 0.05) !important;
}

.\!bg-blue-900\/50 {
  background-color: rgb(0 52 55 / 0.5) !important;
}

.\!bg-blue-900\/60 {
  background-color: rgb(0 52 55 / 0.6) !important;
}

.\!bg-blue-900\/70 {
  background-color: rgb(0 52 55 / 0.7) !important;
}

.\!bg-blue-900\/75 {
  background-color: rgb(0 52 55 / 0.75) !important;
}

.\!bg-blue-900\/80 {
  background-color: rgb(0 52 55 / 0.8) !important;
}

.\!bg-blue-900\/90 {
  background-color: rgb(0 52 55 / 0.9) !important;
}

.\!bg-blue-900\/95 {
  background-color: rgb(0 52 55 / 0.95) !important;
}

.\!bg-cyan-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 226 245 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-100\/0 {
  background-color: rgb(170 226 245 / 0) !important;
}

.\!bg-cyan-100\/10 {
  background-color: rgb(170 226 245 / 0.1) !important;
}

.\!bg-cyan-100\/100 {
  background-color: rgb(170 226 245 / 1) !important;
}

.\!bg-cyan-100\/20 {
  background-color: rgb(170 226 245 / 0.2) !important;
}

.\!bg-cyan-100\/25 {
  background-color: rgb(170 226 245 / 0.25) !important;
}

.\!bg-cyan-100\/30 {
  background-color: rgb(170 226 245 / 0.3) !important;
}

.\!bg-cyan-100\/40 {
  background-color: rgb(170 226 245 / 0.4) !important;
}

.\!bg-cyan-100\/5 {
  background-color: rgb(170 226 245 / 0.05) !important;
}

.\!bg-cyan-100\/50 {
  background-color: rgb(170 226 245 / 0.5) !important;
}

.\!bg-cyan-100\/60 {
  background-color: rgb(170 226 245 / 0.6) !important;
}

.\!bg-cyan-100\/70 {
  background-color: rgb(170 226 245 / 0.7) !important;
}

.\!bg-cyan-100\/75 {
  background-color: rgb(170 226 245 / 0.75) !important;
}

.\!bg-cyan-100\/80 {
  background-color: rgb(170 226 245 / 0.8) !important;
}

.\!bg-cyan-100\/90 {
  background-color: rgb(170 226 245 / 0.9) !important;
}

.\!bg-cyan-100\/95 {
  background-color: rgb(170 226 245 / 0.95) !important;
}

.\!bg-cyan-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 33 45 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-1000\/0 {
  background-color: rgb(0 33 45 / 0) !important;
}

.\!bg-cyan-1000\/10 {
  background-color: rgb(0 33 45 / 0.1) !important;
}

.\!bg-cyan-1000\/100 {
  background-color: rgb(0 33 45 / 1) !important;
}

.\!bg-cyan-1000\/20 {
  background-color: rgb(0 33 45 / 0.2) !important;
}

.\!bg-cyan-1000\/25 {
  background-color: rgb(0 33 45 / 0.25) !important;
}

.\!bg-cyan-1000\/30 {
  background-color: rgb(0 33 45 / 0.3) !important;
}

.\!bg-cyan-1000\/40 {
  background-color: rgb(0 33 45 / 0.4) !important;
}

.\!bg-cyan-1000\/5 {
  background-color: rgb(0 33 45 / 0.05) !important;
}

.\!bg-cyan-1000\/50 {
  background-color: rgb(0 33 45 / 0.5) !important;
}

.\!bg-cyan-1000\/60 {
  background-color: rgb(0 33 45 / 0.6) !important;
}

.\!bg-cyan-1000\/70 {
  background-color: rgb(0 33 45 / 0.7) !important;
}

.\!bg-cyan-1000\/75 {
  background-color: rgb(0 33 45 / 0.75) !important;
}

.\!bg-cyan-1000\/80 {
  background-color: rgb(0 33 45 / 0.8) !important;
}

.\!bg-cyan-1000\/90 {
  background-color: rgb(0 33 45 / 0.9) !important;
}

.\!bg-cyan-1000\/95 {
  background-color: rgb(0 33 45 / 0.95) !important;
}

.\!bg-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 211 240 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-200\/0 {
  background-color: rgb(128 211 240 / 0) !important;
}

.\!bg-cyan-200\/10 {
  background-color: rgb(128 211 240 / 0.1) !important;
}

.\!bg-cyan-200\/100 {
  background-color: rgb(128 211 240 / 1) !important;
}

.\!bg-cyan-200\/20 {
  background-color: rgb(128 211 240 / 0.2) !important;
}

.\!bg-cyan-200\/25 {
  background-color: rgb(128 211 240 / 0.25) !important;
}

.\!bg-cyan-200\/30 {
  background-color: rgb(128 211 240 / 0.3) !important;
}

.\!bg-cyan-200\/40 {
  background-color: rgb(128 211 240 / 0.4) !important;
}

.\!bg-cyan-200\/5 {
  background-color: rgb(128 211 240 / 0.05) !important;
}

.\!bg-cyan-200\/50 {
  background-color: rgb(128 211 240 / 0.5) !important;
}

.\!bg-cyan-200\/60 {
  background-color: rgb(128 211 240 / 0.6) !important;
}

.\!bg-cyan-200\/70 {
  background-color: rgb(128 211 240 / 0.7) !important;
}

.\!bg-cyan-200\/75 {
  background-color: rgb(128 211 240 / 0.75) !important;
}

.\!bg-cyan-200\/80 {
  background-color: rgb(128 211 240 / 0.8) !important;
}

.\!bg-cyan-200\/90 {
  background-color: rgb(128 211 240 / 0.9) !important;
}

.\!bg-cyan-200\/95 {
  background-color: rgb(128 211 240 / 0.95) !important;
}

.\!bg-cyan-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 196 235 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-300\/0 {
  background-color: rgb(85 196 235 / 0) !important;
}

.\!bg-cyan-300\/10 {
  background-color: rgb(85 196 235 / 0.1) !important;
}

.\!bg-cyan-300\/100 {
  background-color: rgb(85 196 235 / 1) !important;
}

.\!bg-cyan-300\/20 {
  background-color: rgb(85 196 235 / 0.2) !important;
}

.\!bg-cyan-300\/25 {
  background-color: rgb(85 196 235 / 0.25) !important;
}

.\!bg-cyan-300\/30 {
  background-color: rgb(85 196 235 / 0.3) !important;
}

.\!bg-cyan-300\/40 {
  background-color: rgb(85 196 235 / 0.4) !important;
}

.\!bg-cyan-300\/5 {
  background-color: rgb(85 196 235 / 0.05) !important;
}

.\!bg-cyan-300\/50 {
  background-color: rgb(85 196 235 / 0.5) !important;
}

.\!bg-cyan-300\/60 {
  background-color: rgb(85 196 235 / 0.6) !important;
}

.\!bg-cyan-300\/70 {
  background-color: rgb(85 196 235 / 0.7) !important;
}

.\!bg-cyan-300\/75 {
  background-color: rgb(85 196 235 / 0.75) !important;
}

.\!bg-cyan-300\/80 {
  background-color: rgb(85 196 235 / 0.8) !important;
}

.\!bg-cyan-300\/90 {
  background-color: rgb(85 196 235 / 0.9) !important;
}

.\!bg-cyan-300\/95 {
  background-color: rgb(85 196 235 / 0.95) !important;
}

.\!bg-cyan-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 182 230 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-400\/0 {
  background-color: rgb(42 182 230 / 0) !important;
}

.\!bg-cyan-400\/10 {
  background-color: rgb(42 182 230 / 0.1) !important;
}

.\!bg-cyan-400\/100 {
  background-color: rgb(42 182 230 / 1) !important;
}

.\!bg-cyan-400\/20 {
  background-color: rgb(42 182 230 / 0.2) !important;
}

.\!bg-cyan-400\/25 {
  background-color: rgb(42 182 230 / 0.25) !important;
}

.\!bg-cyan-400\/30 {
  background-color: rgb(42 182 230 / 0.3) !important;
}

.\!bg-cyan-400\/40 {
  background-color: rgb(42 182 230 / 0.4) !important;
}

.\!bg-cyan-400\/5 {
  background-color: rgb(42 182 230 / 0.05) !important;
}

.\!bg-cyan-400\/50 {
  background-color: rgb(42 182 230 / 0.5) !important;
}

.\!bg-cyan-400\/60 {
  background-color: rgb(42 182 230 / 0.6) !important;
}

.\!bg-cyan-400\/70 {
  background-color: rgb(42 182 230 / 0.7) !important;
}

.\!bg-cyan-400\/75 {
  background-color: rgb(42 182 230 / 0.75) !important;
}

.\!bg-cyan-400\/80 {
  background-color: rgb(42 182 230 / 0.8) !important;
}

.\!bg-cyan-400\/90 {
  background-color: rgb(42 182 230 / 0.9) !important;
}

.\!bg-cyan-400\/95 {
  background-color: rgb(42 182 230 / 0.95) !important;
}

.\!bg-cyan-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 237 249 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-50\/0 {
  background-color: rgb(204 237 249 / 0) !important;
}

.\!bg-cyan-50\/10 {
  background-color: rgb(204 237 249 / 0.1) !important;
}

.\!bg-cyan-50\/100 {
  background-color: rgb(204 237 249 / 1) !important;
}

.\!bg-cyan-50\/20 {
  background-color: rgb(204 237 249 / 0.2) !important;
}

.\!bg-cyan-50\/25 {
  background-color: rgb(204 237 249 / 0.25) !important;
}

.\!bg-cyan-50\/30 {
  background-color: rgb(204 237 249 / 0.3) !important;
}

.\!bg-cyan-50\/40 {
  background-color: rgb(204 237 249 / 0.4) !important;
}

.\!bg-cyan-50\/5 {
  background-color: rgb(204 237 249 / 0.05) !important;
}

.\!bg-cyan-50\/50 {
  background-color: rgb(204 237 249 / 0.5) !important;
}

.\!bg-cyan-50\/60 {
  background-color: rgb(204 237 249 / 0.6) !important;
}

.\!bg-cyan-50\/70 {
  background-color: rgb(204 237 249 / 0.7) !important;
}

.\!bg-cyan-50\/75 {
  background-color: rgb(204 237 249 / 0.75) !important;
}

.\!bg-cyan-50\/80 {
  background-color: rgb(204 237 249 / 0.8) !important;
}

.\!bg-cyan-50\/90 {
  background-color: rgb(204 237 249 / 0.9) !important;
}

.\!bg-cyan-50\/95 {
  background-color: rgb(204 237 249 / 0.95) !important;
}

.\!bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-500\/0 {
  background-color: rgb(0 167 225 / 0) !important;
}

.\!bg-cyan-500\/10 {
  background-color: rgb(0 167 225 / 0.1) !important;
}

.\!bg-cyan-500\/100 {
  background-color: rgb(0 167 225 / 1) !important;
}

.\!bg-cyan-500\/20 {
  background-color: rgb(0 167 225 / 0.2) !important;
}

.\!bg-cyan-500\/25 {
  background-color: rgb(0 167 225 / 0.25) !important;
}

.\!bg-cyan-500\/30 {
  background-color: rgb(0 167 225 / 0.3) !important;
}

.\!bg-cyan-500\/40 {
  background-color: rgb(0 167 225 / 0.4) !important;
}

.\!bg-cyan-500\/5 {
  background-color: rgb(0 167 225 / 0.05) !important;
}

.\!bg-cyan-500\/50 {
  background-color: rgb(0 167 225 / 0.5) !important;
}

.\!bg-cyan-500\/60 {
  background-color: rgb(0 167 225 / 0.6) !important;
}

.\!bg-cyan-500\/70 {
  background-color: rgb(0 167 225 / 0.7) !important;
}

.\!bg-cyan-500\/75 {
  background-color: rgb(0 167 225 / 0.75) !important;
}

.\!bg-cyan-500\/80 {
  background-color: rgb(0 167 225 / 0.8) !important;
}

.\!bg-cyan-500\/90 {
  background-color: rgb(0 167 225 / 0.9) !important;
}

.\!bg-cyan-500\/95 {
  background-color: rgb(0 167 225 / 0.95) !important;
}

.\!bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 139 188 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-600\/0 {
  background-color: rgb(0 139 188 / 0) !important;
}

.\!bg-cyan-600\/10 {
  background-color: rgb(0 139 188 / 0.1) !important;
}

.\!bg-cyan-600\/100 {
  background-color: rgb(0 139 188 / 1) !important;
}

.\!bg-cyan-600\/20 {
  background-color: rgb(0 139 188 / 0.2) !important;
}

.\!bg-cyan-600\/25 {
  background-color: rgb(0 139 188 / 0.25) !important;
}

.\!bg-cyan-600\/30 {
  background-color: rgb(0 139 188 / 0.3) !important;
}

.\!bg-cyan-600\/40 {
  background-color: rgb(0 139 188 / 0.4) !important;
}

.\!bg-cyan-600\/5 {
  background-color: rgb(0 139 188 / 0.05) !important;
}

.\!bg-cyan-600\/50 {
  background-color: rgb(0 139 188 / 0.5) !important;
}

.\!bg-cyan-600\/60 {
  background-color: rgb(0 139 188 / 0.6) !important;
}

.\!bg-cyan-600\/70 {
  background-color: rgb(0 139 188 / 0.7) !important;
}

.\!bg-cyan-600\/75 {
  background-color: rgb(0 139 188 / 0.75) !important;
}

.\!bg-cyan-600\/80 {
  background-color: rgb(0 139 188 / 0.8) !important;
}

.\!bg-cyan-600\/90 {
  background-color: rgb(0 139 188 / 0.9) !important;
}

.\!bg-cyan-600\/95 {
  background-color: rgb(0 139 188 / 0.95) !important;
}

.\!bg-cyan-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 111 150 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-700\/0 {
  background-color: rgb(0 111 150 / 0) !important;
}

.\!bg-cyan-700\/10 {
  background-color: rgb(0 111 150 / 0.1) !important;
}

.\!bg-cyan-700\/100 {
  background-color: rgb(0 111 150 / 1) !important;
}

.\!bg-cyan-700\/20 {
  background-color: rgb(0 111 150 / 0.2) !important;
}

.\!bg-cyan-700\/25 {
  background-color: rgb(0 111 150 / 0.25) !important;
}

.\!bg-cyan-700\/30 {
  background-color: rgb(0 111 150 / 0.3) !important;
}

.\!bg-cyan-700\/40 {
  background-color: rgb(0 111 150 / 0.4) !important;
}

.\!bg-cyan-700\/5 {
  background-color: rgb(0 111 150 / 0.05) !important;
}

.\!bg-cyan-700\/50 {
  background-color: rgb(0 111 150 / 0.5) !important;
}

.\!bg-cyan-700\/60 {
  background-color: rgb(0 111 150 / 0.6) !important;
}

.\!bg-cyan-700\/70 {
  background-color: rgb(0 111 150 / 0.7) !important;
}

.\!bg-cyan-700\/75 {
  background-color: rgb(0 111 150 / 0.75) !important;
}

.\!bg-cyan-700\/80 {
  background-color: rgb(0 111 150 / 0.8) !important;
}

.\!bg-cyan-700\/90 {
  background-color: rgb(0 111 150 / 0.9) !important;
}

.\!bg-cyan-700\/95 {
  background-color: rgb(0 111 150 / 0.95) !important;
}

.\!bg-cyan-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 84 113 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-800\/0 {
  background-color: rgb(0 84 113 / 0) !important;
}

.\!bg-cyan-800\/10 {
  background-color: rgb(0 84 113 / 0.1) !important;
}

.\!bg-cyan-800\/100 {
  background-color: rgb(0 84 113 / 1) !important;
}

.\!bg-cyan-800\/20 {
  background-color: rgb(0 84 113 / 0.2) !important;
}

.\!bg-cyan-800\/25 {
  background-color: rgb(0 84 113 / 0.25) !important;
}

.\!bg-cyan-800\/30 {
  background-color: rgb(0 84 113 / 0.3) !important;
}

.\!bg-cyan-800\/40 {
  background-color: rgb(0 84 113 / 0.4) !important;
}

.\!bg-cyan-800\/5 {
  background-color: rgb(0 84 113 / 0.05) !important;
}

.\!bg-cyan-800\/50 {
  background-color: rgb(0 84 113 / 0.5) !important;
}

.\!bg-cyan-800\/60 {
  background-color: rgb(0 84 113 / 0.6) !important;
}

.\!bg-cyan-800\/70 {
  background-color: rgb(0 84 113 / 0.7) !important;
}

.\!bg-cyan-800\/75 {
  background-color: rgb(0 84 113 / 0.75) !important;
}

.\!bg-cyan-800\/80 {
  background-color: rgb(0 84 113 / 0.8) !important;
}

.\!bg-cyan-800\/90 {
  background-color: rgb(0 84 113 / 0.9) !important;
}

.\!bg-cyan-800\/95 {
  background-color: rgb(0 84 113 / 0.95) !important;
}

.\!bg-cyan-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 56 75 / var(--tw-bg-opacity)) !important;
}

.\!bg-cyan-900\/0 {
  background-color: rgb(0 56 75 / 0) !important;
}

.\!bg-cyan-900\/10 {
  background-color: rgb(0 56 75 / 0.1) !important;
}

.\!bg-cyan-900\/100 {
  background-color: rgb(0 56 75 / 1) !important;
}

.\!bg-cyan-900\/20 {
  background-color: rgb(0 56 75 / 0.2) !important;
}

.\!bg-cyan-900\/25 {
  background-color: rgb(0 56 75 / 0.25) !important;
}

.\!bg-cyan-900\/30 {
  background-color: rgb(0 56 75 / 0.3) !important;
}

.\!bg-cyan-900\/40 {
  background-color: rgb(0 56 75 / 0.4) !important;
}

.\!bg-cyan-900\/5 {
  background-color: rgb(0 56 75 / 0.05) !important;
}

.\!bg-cyan-900\/50 {
  background-color: rgb(0 56 75 / 0.5) !important;
}

.\!bg-cyan-900\/60 {
  background-color: rgb(0 56 75 / 0.6) !important;
}

.\!bg-cyan-900\/70 {
  background-color: rgb(0 56 75 / 0.7) !important;
}

.\!bg-cyan-900\/75 {
  background-color: rgb(0 56 75 / 0.75) !important;
}

.\!bg-cyan-900\/80 {
  background-color: rgb(0 56 75 / 0.8) !important;
}

.\!bg-cyan-900\/90 {
  background-color: rgb(0 56 75 / 0.9) !important;
}

.\!bg-cyan-900\/95 {
  background-color: rgb(0 56 75 / 0.95) !important;
}

.\!bg-forest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 68 79 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100\/0 {
  background-color: rgb(248 248 249 / 0) !important;
}

.\!bg-gray-100\/10 {
  background-color: rgb(248 248 249 / 0.1) !important;
}

.\!bg-gray-100\/100 {
  background-color: rgb(248 248 249 / 1) !important;
}

.\!bg-gray-100\/20 {
  background-color: rgb(248 248 249 / 0.2) !important;
}

.\!bg-gray-100\/25 {
  background-color: rgb(248 248 249 / 0.25) !important;
}

.\!bg-gray-100\/30 {
  background-color: rgb(248 248 249 / 0.3) !important;
}

.\!bg-gray-100\/40 {
  background-color: rgb(248 248 249 / 0.4) !important;
}

.\!bg-gray-100\/5 {
  background-color: rgb(248 248 249 / 0.05) !important;
}

.\!bg-gray-100\/50 {
  background-color: rgb(248 248 249 / 0.5) !important;
}

.\!bg-gray-100\/60 {
  background-color: rgb(248 248 249 / 0.6) !important;
}

.\!bg-gray-100\/70 {
  background-color: rgb(248 248 249 / 0.7) !important;
}

.\!bg-gray-100\/75 {
  background-color: rgb(248 248 249 / 0.75) !important;
}

.\!bg-gray-100\/80 {
  background-color: rgb(248 248 249 / 0.8) !important;
}

.\!bg-gray-100\/90 {
  background-color: rgb(248 248 249 / 0.9) !important;
}

.\!bg-gray-100\/95 {
  background-color: rgb(248 248 249 / 0.95) !important;
}

.\!bg-gray-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 66 81 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-1000\/0 {
  background-color: rgb(44 66 81 / 0) !important;
}

.\!bg-gray-1000\/10 {
  background-color: rgb(44 66 81 / 0.1) !important;
}

.\!bg-gray-1000\/100 {
  background-color: rgb(44 66 81 / 1) !important;
}

.\!bg-gray-1000\/20 {
  background-color: rgb(44 66 81 / 0.2) !important;
}

.\!bg-gray-1000\/25 {
  background-color: rgb(44 66 81 / 0.25) !important;
}

.\!bg-gray-1000\/30 {
  background-color: rgb(44 66 81 / 0.3) !important;
}

.\!bg-gray-1000\/40 {
  background-color: rgb(44 66 81 / 0.4) !important;
}

.\!bg-gray-1000\/5 {
  background-color: rgb(44 66 81 / 0.05) !important;
}

.\!bg-gray-1000\/50 {
  background-color: rgb(44 66 81 / 0.5) !important;
}

.\!bg-gray-1000\/60 {
  background-color: rgb(44 66 81 / 0.6) !important;
}

.\!bg-gray-1000\/70 {
  background-color: rgb(44 66 81 / 0.7) !important;
}

.\!bg-gray-1000\/75 {
  background-color: rgb(44 66 81 / 0.75) !important;
}

.\!bg-gray-1000\/80 {
  background-color: rgb(44 66 81 / 0.8) !important;
}

.\!bg-gray-1000\/90 {
  background-color: rgb(44 66 81 / 0.9) !important;
}

.\!bg-gray-1000\/95 {
  background-color: rgb(44 66 81 / 0.95) !important;
}

.\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 236 238 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-200\/0 {
  background-color: rgb(234 236 238 / 0) !important;
}

.\!bg-gray-200\/10 {
  background-color: rgb(234 236 238 / 0.1) !important;
}

.\!bg-gray-200\/100 {
  background-color: rgb(234 236 238 / 1) !important;
}

.\!bg-gray-200\/20 {
  background-color: rgb(234 236 238 / 0.2) !important;
}

.\!bg-gray-200\/25 {
  background-color: rgb(234 236 238 / 0.25) !important;
}

.\!bg-gray-200\/30 {
  background-color: rgb(234 236 238 / 0.3) !important;
}

.\!bg-gray-200\/40 {
  background-color: rgb(234 236 238 / 0.4) !important;
}

.\!bg-gray-200\/5 {
  background-color: rgb(234 236 238 / 0.05) !important;
}

.\!bg-gray-200\/50 {
  background-color: rgb(234 236 238 / 0.5) !important;
}

.\!bg-gray-200\/60 {
  background-color: rgb(234 236 238 / 0.6) !important;
}

.\!bg-gray-200\/70 {
  background-color: rgb(234 236 238 / 0.7) !important;
}

.\!bg-gray-200\/75 {
  background-color: rgb(234 236 238 / 0.75) !important;
}

.\!bg-gray-200\/80 {
  background-color: rgb(234 236 238 / 0.8) !important;
}

.\!bg-gray-200\/90 {
  background-color: rgb(234 236 238 / 0.9) !important;
}

.\!bg-gray-200\/95 {
  background-color: rgb(234 236 238 / 0.95) !important;
}

.\!bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 230 232 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-300\/0 {
  background-color: rgb(227 230 232 / 0) !important;
}

.\!bg-gray-300\/10 {
  background-color: rgb(227 230 232 / 0.1) !important;
}

.\!bg-gray-300\/100 {
  background-color: rgb(227 230 232 / 1) !important;
}

.\!bg-gray-300\/20 {
  background-color: rgb(227 230 232 / 0.2) !important;
}

.\!bg-gray-300\/25 {
  background-color: rgb(227 230 232 / 0.25) !important;
}

.\!bg-gray-300\/30 {
  background-color: rgb(227 230 232 / 0.3) !important;
}

.\!bg-gray-300\/40 {
  background-color: rgb(227 230 232 / 0.4) !important;
}

.\!bg-gray-300\/5 {
  background-color: rgb(227 230 232 / 0.05) !important;
}

.\!bg-gray-300\/50 {
  background-color: rgb(227 230 232 / 0.5) !important;
}

.\!bg-gray-300\/60 {
  background-color: rgb(227 230 232 / 0.6) !important;
}

.\!bg-gray-300\/70 {
  background-color: rgb(227 230 232 / 0.7) !important;
}

.\!bg-gray-300\/75 {
  background-color: rgb(227 230 232 / 0.75) !important;
}

.\!bg-gray-300\/80 {
  background-color: rgb(227 230 232 / 0.8) !important;
}

.\!bg-gray-300\/90 {
  background-color: rgb(227 230 232 / 0.9) !important;
}

.\!bg-gray-300\/95 {
  background-color: rgb(227 230 232 / 0.95) !important;
}

.\!bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 223 226 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-400\/0 {
  background-color: rgb(220 223 226 / 0) !important;
}

.\!bg-gray-400\/10 {
  background-color: rgb(220 223 226 / 0.1) !important;
}

.\!bg-gray-400\/100 {
  background-color: rgb(220 223 226 / 1) !important;
}

.\!bg-gray-400\/20 {
  background-color: rgb(220 223 226 / 0.2) !important;
}

.\!bg-gray-400\/25 {
  background-color: rgb(220 223 226 / 0.25) !important;
}

.\!bg-gray-400\/30 {
  background-color: rgb(220 223 226 / 0.3) !important;
}

.\!bg-gray-400\/40 {
  background-color: rgb(220 223 226 / 0.4) !important;
}

.\!bg-gray-400\/5 {
  background-color: rgb(220 223 226 / 0.05) !important;
}

.\!bg-gray-400\/50 {
  background-color: rgb(220 223 226 / 0.5) !important;
}

.\!bg-gray-400\/60 {
  background-color: rgb(220 223 226 / 0.6) !important;
}

.\!bg-gray-400\/70 {
  background-color: rgb(220 223 226 / 0.7) !important;
}

.\!bg-gray-400\/75 {
  background-color: rgb(220 223 226 / 0.75) !important;
}

.\!bg-gray-400\/80 {
  background-color: rgb(220 223 226 / 0.8) !important;
}

.\!bg-gray-400\/90 {
  background-color: rgb(220 223 226 / 0.9) !important;
}

.\!bg-gray-400\/95 {
  background-color: rgb(220 223 226 / 0.95) !important;
}

.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-50\/0 {
  background-color: rgb(239 240 241 / 0) !important;
}

.\!bg-gray-50\/10 {
  background-color: rgb(239 240 241 / 0.1) !important;
}

.\!bg-gray-50\/100 {
  background-color: rgb(239 240 241 / 1) !important;
}

.\!bg-gray-50\/20 {
  background-color: rgb(239 240 241 / 0.2) !important;
}

.\!bg-gray-50\/25 {
  background-color: rgb(239 240 241 / 0.25) !important;
}

.\!bg-gray-50\/30 {
  background-color: rgb(239 240 241 / 0.3) !important;
}

.\!bg-gray-50\/40 {
  background-color: rgb(239 240 241 / 0.4) !important;
}

.\!bg-gray-50\/5 {
  background-color: rgb(239 240 241 / 0.05) !important;
}

.\!bg-gray-50\/50 {
  background-color: rgb(239 240 241 / 0.5) !important;
}

.\!bg-gray-50\/60 {
  background-color: rgb(239 240 241 / 0.6) !important;
}

.\!bg-gray-50\/70 {
  background-color: rgb(239 240 241 / 0.7) !important;
}

.\!bg-gray-50\/75 {
  background-color: rgb(239 240 241 / 0.75) !important;
}

.\!bg-gray-50\/80 {
  background-color: rgb(239 240 241 / 0.8) !important;
}

.\!bg-gray-50\/90 {
  background-color: rgb(239 240 241 / 0.9) !important;
}

.\!bg-gray-50\/95 {
  background-color: rgb(239 240 241 / 0.95) !important;
}

.\!bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(213 217 220 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-500\/0 {
  background-color: rgb(213 217 220 / 0) !important;
}

.\!bg-gray-500\/10 {
  background-color: rgb(213 217 220 / 0.1) !important;
}

.\!bg-gray-500\/100 {
  background-color: rgb(213 217 220 / 1) !important;
}

.\!bg-gray-500\/20 {
  background-color: rgb(213 217 220 / 0.2) !important;
}

.\!bg-gray-500\/25 {
  background-color: rgb(213 217 220 / 0.25) !important;
}

.\!bg-gray-500\/30 {
  background-color: rgb(213 217 220 / 0.3) !important;
}

.\!bg-gray-500\/40 {
  background-color: rgb(213 217 220 / 0.4) !important;
}

.\!bg-gray-500\/5 {
  background-color: rgb(213 217 220 / 0.05) !important;
}

.\!bg-gray-500\/50 {
  background-color: rgb(213 217 220 / 0.5) !important;
}

.\!bg-gray-500\/60 {
  background-color: rgb(213 217 220 / 0.6) !important;
}

.\!bg-gray-500\/70 {
  background-color: rgb(213 217 220 / 0.7) !important;
}

.\!bg-gray-500\/75 {
  background-color: rgb(213 217 220 / 0.75) !important;
}

.\!bg-gray-500\/80 {
  background-color: rgb(213 217 220 / 0.8) !important;
}

.\!bg-gray-500\/90 {
  background-color: rgb(213 217 220 / 0.9) !important;
}

.\!bg-gray-500\/95 {
  background-color: rgb(213 217 220 / 0.95) !important;
}

.\!bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 192 197 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-600\/0 {
  background-color: rgb(185 192 197 / 0) !important;
}

.\!bg-gray-600\/10 {
  background-color: rgb(185 192 197 / 0.1) !important;
}

.\!bg-gray-600\/100 {
  background-color: rgb(185 192 197 / 1) !important;
}

.\!bg-gray-600\/20 {
  background-color: rgb(185 192 197 / 0.2) !important;
}

.\!bg-gray-600\/25 {
  background-color: rgb(185 192 197 / 0.25) !important;
}

.\!bg-gray-600\/30 {
  background-color: rgb(185 192 197 / 0.3) !important;
}

.\!bg-gray-600\/40 {
  background-color: rgb(185 192 197 / 0.4) !important;
}

.\!bg-gray-600\/5 {
  background-color: rgb(185 192 197 / 0.05) !important;
}

.\!bg-gray-600\/50 {
  background-color: rgb(185 192 197 / 0.5) !important;
}

.\!bg-gray-600\/60 {
  background-color: rgb(185 192 197 / 0.6) !important;
}

.\!bg-gray-600\/70 {
  background-color: rgb(185 192 197 / 0.7) !important;
}

.\!bg-gray-600\/75 {
  background-color: rgb(185 192 197 / 0.75) !important;
}

.\!bg-gray-600\/80 {
  background-color: rgb(185 192 197 / 0.8) !important;
}

.\!bg-gray-600\/90 {
  background-color: rgb(185 192 197 / 0.9) !important;
}

.\!bg-gray-600\/95 {
  background-color: rgb(185 192 197 / 0.95) !important;
}

.\!bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(150 161 168 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-700\/0 {
  background-color: rgb(150 161 168 / 0) !important;
}

.\!bg-gray-700\/10 {
  background-color: rgb(150 161 168 / 0.1) !important;
}

.\!bg-gray-700\/100 {
  background-color: rgb(150 161 168 / 1) !important;
}

.\!bg-gray-700\/20 {
  background-color: rgb(150 161 168 / 0.2) !important;
}

.\!bg-gray-700\/25 {
  background-color: rgb(150 161 168 / 0.25) !important;
}

.\!bg-gray-700\/30 {
  background-color: rgb(150 161 168 / 0.3) !important;
}

.\!bg-gray-700\/40 {
  background-color: rgb(150 161 168 / 0.4) !important;
}

.\!bg-gray-700\/5 {
  background-color: rgb(150 161 168 / 0.05) !important;
}

.\!bg-gray-700\/50 {
  background-color: rgb(150 161 168 / 0.5) !important;
}

.\!bg-gray-700\/60 {
  background-color: rgb(150 161 168 / 0.6) !important;
}

.\!bg-gray-700\/70 {
  background-color: rgb(150 161 168 / 0.7) !important;
}

.\!bg-gray-700\/75 {
  background-color: rgb(150 161 168 / 0.75) !important;
}

.\!bg-gray-700\/80 {
  background-color: rgb(150 161 168 / 0.8) !important;
}

.\!bg-gray-700\/90 {
  background-color: rgb(150 161 168 / 0.9) !important;
}

.\!bg-gray-700\/95 {
  background-color: rgb(150 161 168 / 0.95) !important;
}

.\!bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(114 129 139 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-800\/0 {
  background-color: rgb(114 129 139 / 0) !important;
}

.\!bg-gray-800\/10 {
  background-color: rgb(114 129 139 / 0.1) !important;
}

.\!bg-gray-800\/100 {
  background-color: rgb(114 129 139 / 1) !important;
}

.\!bg-gray-800\/20 {
  background-color: rgb(114 129 139 / 0.2) !important;
}

.\!bg-gray-800\/25 {
  background-color: rgb(114 129 139 / 0.25) !important;
}

.\!bg-gray-800\/30 {
  background-color: rgb(114 129 139 / 0.3) !important;
}

.\!bg-gray-800\/40 {
  background-color: rgb(114 129 139 / 0.4) !important;
}

.\!bg-gray-800\/5 {
  background-color: rgb(114 129 139 / 0.05) !important;
}

.\!bg-gray-800\/50 {
  background-color: rgb(114 129 139 / 0.5) !important;
}

.\!bg-gray-800\/60 {
  background-color: rgb(114 129 139 / 0.6) !important;
}

.\!bg-gray-800\/70 {
  background-color: rgb(114 129 139 / 0.7) !important;
}

.\!bg-gray-800\/75 {
  background-color: rgb(114 129 139 / 0.75) !important;
}

.\!bg-gray-800\/80 {
  background-color: rgb(114 129 139 / 0.8) !important;
}

.\!bg-gray-800\/90 {
  background-color: rgb(114 129 139 / 0.9) !important;
}

.\!bg-gray-800\/95 {
  background-color: rgb(114 129 139 / 0.95) !important;
}

.\!bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 98 110 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-900\/0 {
  background-color: rgb(79 98 110 / 0) !important;
}

.\!bg-gray-900\/10 {
  background-color: rgb(79 98 110 / 0.1) !important;
}

.\!bg-gray-900\/100 {
  background-color: rgb(79 98 110 / 1) !important;
}

.\!bg-gray-900\/20 {
  background-color: rgb(79 98 110 / 0.2) !important;
}

.\!bg-gray-900\/25 {
  background-color: rgb(79 98 110 / 0.25) !important;
}

.\!bg-gray-900\/30 {
  background-color: rgb(79 98 110 / 0.3) !important;
}

.\!bg-gray-900\/40 {
  background-color: rgb(79 98 110 / 0.4) !important;
}

.\!bg-gray-900\/5 {
  background-color: rgb(79 98 110 / 0.05) !important;
}

.\!bg-gray-900\/50 {
  background-color: rgb(79 98 110 / 0.5) !important;
}

.\!bg-gray-900\/60 {
  background-color: rgb(79 98 110 / 0.6) !important;
}

.\!bg-gray-900\/70 {
  background-color: rgb(79 98 110 / 0.7) !important;
}

.\!bg-gray-900\/75 {
  background-color: rgb(79 98 110 / 0.75) !important;
}

.\!bg-gray-900\/80 {
  background-color: rgb(79 98 110 / 0.8) !important;
}

.\!bg-gray-900\/90 {
  background-color: rgb(79 98 110 / 0.9) !important;
}

.\!bg-gray-900\/95 {
  background-color: rgb(79 98 110 / 0.95) !important;
}

.\!bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(218 245 228 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-100\/0 {
  background-color: rgb(218 245 228 / 0) !important;
}

.\!bg-green-100\/10 {
  background-color: rgb(218 245 228 / 0.1) !important;
}

.\!bg-green-100\/100 {
  background-color: rgb(218 245 228 / 1) !important;
}

.\!bg-green-100\/20 {
  background-color: rgb(218 245 228 / 0.2) !important;
}

.\!bg-green-100\/25 {
  background-color: rgb(218 245 228 / 0.25) !important;
}

.\!bg-green-100\/30 {
  background-color: rgb(218 245 228 / 0.3) !important;
}

.\!bg-green-100\/40 {
  background-color: rgb(218 245 228 / 0.4) !important;
}

.\!bg-green-100\/5 {
  background-color: rgb(218 245 228 / 0.05) !important;
}

.\!bg-green-100\/50 {
  background-color: rgb(218 245 228 / 0.5) !important;
}

.\!bg-green-100\/60 {
  background-color: rgb(218 245 228 / 0.6) !important;
}

.\!bg-green-100\/70 {
  background-color: rgb(218 245 228 / 0.7) !important;
}

.\!bg-green-100\/75 {
  background-color: rgb(218 245 228 / 0.75) !important;
}

.\!bg-green-100\/80 {
  background-color: rgb(218 245 228 / 0.8) !important;
}

.\!bg-green-100\/90 {
  background-color: rgb(218 245 228 / 0.9) !important;
}

.\!bg-green-100\/95 {
  background-color: rgb(218 245 228 / 0.95) !important;
}

.\!bg-green-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 45 35 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-1000\/0 {
  background-color: rgb(29 45 35 / 0) !important;
}

.\!bg-green-1000\/10 {
  background-color: rgb(29 45 35 / 0.1) !important;
}

.\!bg-green-1000\/100 {
  background-color: rgb(29 45 35 / 1) !important;
}

.\!bg-green-1000\/20 {
  background-color: rgb(29 45 35 / 0.2) !important;
}

.\!bg-green-1000\/25 {
  background-color: rgb(29 45 35 / 0.25) !important;
}

.\!bg-green-1000\/30 {
  background-color: rgb(29 45 35 / 0.3) !important;
}

.\!bg-green-1000\/40 {
  background-color: rgb(29 45 35 / 0.4) !important;
}

.\!bg-green-1000\/5 {
  background-color: rgb(29 45 35 / 0.05) !important;
}

.\!bg-green-1000\/50 {
  background-color: rgb(29 45 35 / 0.5) !important;
}

.\!bg-green-1000\/60 {
  background-color: rgb(29 45 35 / 0.6) !important;
}

.\!bg-green-1000\/70 {
  background-color: rgb(29 45 35 / 0.7) !important;
}

.\!bg-green-1000\/75 {
  background-color: rgb(29 45 35 / 0.75) !important;
}

.\!bg-green-1000\/80 {
  background-color: rgb(29 45 35 / 0.8) !important;
}

.\!bg-green-1000\/90 {
  background-color: rgb(29 45 35 / 0.9) !important;
}

.\!bg-green-1000\/95 {
  background-color: rgb(29 45 35 / 0.95) !important;
}

.\!bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(200 240 215 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-200\/0 {
  background-color: rgb(200 240 215 / 0) !important;
}

.\!bg-green-200\/10 {
  background-color: rgb(200 240 215 / 0.1) !important;
}

.\!bg-green-200\/100 {
  background-color: rgb(200 240 215 / 1) !important;
}

.\!bg-green-200\/20 {
  background-color: rgb(200 240 215 / 0.2) !important;
}

.\!bg-green-200\/25 {
  background-color: rgb(200 240 215 / 0.25) !important;
}

.\!bg-green-200\/30 {
  background-color: rgb(200 240 215 / 0.3) !important;
}

.\!bg-green-200\/40 {
  background-color: rgb(200 240 215 / 0.4) !important;
}

.\!bg-green-200\/5 {
  background-color: rgb(200 240 215 / 0.05) !important;
}

.\!bg-green-200\/50 {
  background-color: rgb(200 240 215 / 0.5) !important;
}

.\!bg-green-200\/60 {
  background-color: rgb(200 240 215 / 0.6) !important;
}

.\!bg-green-200\/70 {
  background-color: rgb(200 240 215 / 0.7) !important;
}

.\!bg-green-200\/75 {
  background-color: rgb(200 240 215 / 0.75) !important;
}

.\!bg-green-200\/80 {
  background-color: rgb(200 240 215 / 0.8) !important;
}

.\!bg-green-200\/90 {
  background-color: rgb(200 240 215 / 0.9) !important;
}

.\!bg-green-200\/95 {
  background-color: rgb(200 240 215 / 0.95) !important;
}

.\!bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(182 235 202 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-300\/0 {
  background-color: rgb(182 235 202 / 0) !important;
}

.\!bg-green-300\/10 {
  background-color: rgb(182 235 202 / 0.1) !important;
}

.\!bg-green-300\/100 {
  background-color: rgb(182 235 202 / 1) !important;
}

.\!bg-green-300\/20 {
  background-color: rgb(182 235 202 / 0.2) !important;
}

.\!bg-green-300\/25 {
  background-color: rgb(182 235 202 / 0.25) !important;
}

.\!bg-green-300\/30 {
  background-color: rgb(182 235 202 / 0.3) !important;
}

.\!bg-green-300\/40 {
  background-color: rgb(182 235 202 / 0.4) !important;
}

.\!bg-green-300\/5 {
  background-color: rgb(182 235 202 / 0.05) !important;
}

.\!bg-green-300\/50 {
  background-color: rgb(182 235 202 / 0.5) !important;
}

.\!bg-green-300\/60 {
  background-color: rgb(182 235 202 / 0.6) !important;
}

.\!bg-green-300\/70 {
  background-color: rgb(182 235 202 / 0.7) !important;
}

.\!bg-green-300\/75 {
  background-color: rgb(182 235 202 / 0.75) !important;
}

.\!bg-green-300\/80 {
  background-color: rgb(182 235 202 / 0.8) !important;
}

.\!bg-green-300\/90 {
  background-color: rgb(182 235 202 / 0.9) !important;
}

.\!bg-green-300\/95 {
  background-color: rgb(182 235 202 / 0.95) !important;
}

.\!bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 230 188 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-400\/0 {
  background-color: rgb(163 230 188 / 0) !important;
}

.\!bg-green-400\/10 {
  background-color: rgb(163 230 188 / 0.1) !important;
}

.\!bg-green-400\/100 {
  background-color: rgb(163 230 188 / 1) !important;
}

.\!bg-green-400\/20 {
  background-color: rgb(163 230 188 / 0.2) !important;
}

.\!bg-green-400\/25 {
  background-color: rgb(163 230 188 / 0.25) !important;
}

.\!bg-green-400\/30 {
  background-color: rgb(163 230 188 / 0.3) !important;
}

.\!bg-green-400\/40 {
  background-color: rgb(163 230 188 / 0.4) !important;
}

.\!bg-green-400\/5 {
  background-color: rgb(163 230 188 / 0.05) !important;
}

.\!bg-green-400\/50 {
  background-color: rgb(163 230 188 / 0.5) !important;
}

.\!bg-green-400\/60 {
  background-color: rgb(163 230 188 / 0.6) !important;
}

.\!bg-green-400\/70 {
  background-color: rgb(163 230 188 / 0.7) !important;
}

.\!bg-green-400\/75 {
  background-color: rgb(163 230 188 / 0.75) !important;
}

.\!bg-green-400\/80 {
  background-color: rgb(163 230 188 / 0.8) !important;
}

.\!bg-green-400\/90 {
  background-color: rgb(163 230 188 / 0.9) !important;
}

.\!bg-green-400\/95 {
  background-color: rgb(163 230 188 / 0.95) !important;
}

.\!bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 249 239 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-50\/0 {
  background-color: rgb(233 249 239 / 0) !important;
}

.\!bg-green-50\/10 {
  background-color: rgb(233 249 239 / 0.1) !important;
}

.\!bg-green-50\/100 {
  background-color: rgb(233 249 239 / 1) !important;
}

.\!bg-green-50\/20 {
  background-color: rgb(233 249 239 / 0.2) !important;
}

.\!bg-green-50\/25 {
  background-color: rgb(233 249 239 / 0.25) !important;
}

.\!bg-green-50\/30 {
  background-color: rgb(233 249 239 / 0.3) !important;
}

.\!bg-green-50\/40 {
  background-color: rgb(233 249 239 / 0.4) !important;
}

.\!bg-green-50\/5 {
  background-color: rgb(233 249 239 / 0.05) !important;
}

.\!bg-green-50\/50 {
  background-color: rgb(233 249 239 / 0.5) !important;
}

.\!bg-green-50\/60 {
  background-color: rgb(233 249 239 / 0.6) !important;
}

.\!bg-green-50\/70 {
  background-color: rgb(233 249 239 / 0.7) !important;
}

.\!bg-green-50\/75 {
  background-color: rgb(233 249 239 / 0.75) !important;
}

.\!bg-green-50\/80 {
  background-color: rgb(233 249 239 / 0.8) !important;
}

.\!bg-green-50\/90 {
  background-color: rgb(233 249 239 / 0.9) !important;
}

.\!bg-green-50\/95 {
  background-color: rgb(233 249 239 / 0.95) !important;
}

.\!bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(145 225 175 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-500\/0 {
  background-color: rgb(145 225 175 / 0) !important;
}

.\!bg-green-500\/10 {
  background-color: rgb(145 225 175 / 0.1) !important;
}

.\!bg-green-500\/100 {
  background-color: rgb(145 225 175 / 1) !important;
}

.\!bg-green-500\/20 {
  background-color: rgb(145 225 175 / 0.2) !important;
}

.\!bg-green-500\/25 {
  background-color: rgb(145 225 175 / 0.25) !important;
}

.\!bg-green-500\/30 {
  background-color: rgb(145 225 175 / 0.3) !important;
}

.\!bg-green-500\/40 {
  background-color: rgb(145 225 175 / 0.4) !important;
}

.\!bg-green-500\/5 {
  background-color: rgb(145 225 175 / 0.05) !important;
}

.\!bg-green-500\/50 {
  background-color: rgb(145 225 175 / 0.5) !important;
}

.\!bg-green-500\/60 {
  background-color: rgb(145 225 175 / 0.6) !important;
}

.\!bg-green-500\/70 {
  background-color: rgb(145 225 175 / 0.7) !important;
}

.\!bg-green-500\/75 {
  background-color: rgb(145 225 175 / 0.75) !important;
}

.\!bg-green-500\/80 {
  background-color: rgb(145 225 175 / 0.8) !important;
}

.\!bg-green-500\/90 {
  background-color: rgb(145 225 175 / 0.9) !important;
}

.\!bg-green-500\/95 {
  background-color: rgb(145 225 175 / 0.95) !important;
}

.\!bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(121 188 146 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-600\/0 {
  background-color: rgb(121 188 146 / 0) !important;
}

.\!bg-green-600\/10 {
  background-color: rgb(121 188 146 / 0.1) !important;
}

.\!bg-green-600\/100 {
  background-color: rgb(121 188 146 / 1) !important;
}

.\!bg-green-600\/20 {
  background-color: rgb(121 188 146 / 0.2) !important;
}

.\!bg-green-600\/25 {
  background-color: rgb(121 188 146 / 0.25) !important;
}

.\!bg-green-600\/30 {
  background-color: rgb(121 188 146 / 0.3) !important;
}

.\!bg-green-600\/40 {
  background-color: rgb(121 188 146 / 0.4) !important;
}

.\!bg-green-600\/5 {
  background-color: rgb(121 188 146 / 0.05) !important;
}

.\!bg-green-600\/50 {
  background-color: rgb(121 188 146 / 0.5) !important;
}

.\!bg-green-600\/60 {
  background-color: rgb(121 188 146 / 0.6) !important;
}

.\!bg-green-600\/70 {
  background-color: rgb(121 188 146 / 0.7) !important;
}

.\!bg-green-600\/75 {
  background-color: rgb(121 188 146 / 0.75) !important;
}

.\!bg-green-600\/80 {
  background-color: rgb(121 188 146 / 0.8) !important;
}

.\!bg-green-600\/90 {
  background-color: rgb(121 188 146 / 0.9) !important;
}

.\!bg-green-600\/95 {
  background-color: rgb(121 188 146 / 0.95) !important;
}

.\!bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 150 117 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-700\/0 {
  background-color: rgb(97 150 117 / 0) !important;
}

.\!bg-green-700\/10 {
  background-color: rgb(97 150 117 / 0.1) !important;
}

.\!bg-green-700\/100 {
  background-color: rgb(97 150 117 / 1) !important;
}

.\!bg-green-700\/20 {
  background-color: rgb(97 150 117 / 0.2) !important;
}

.\!bg-green-700\/25 {
  background-color: rgb(97 150 117 / 0.25) !important;
}

.\!bg-green-700\/30 {
  background-color: rgb(97 150 117 / 0.3) !important;
}

.\!bg-green-700\/40 {
  background-color: rgb(97 150 117 / 0.4) !important;
}

.\!bg-green-700\/5 {
  background-color: rgb(97 150 117 / 0.05) !important;
}

.\!bg-green-700\/50 {
  background-color: rgb(97 150 117 / 0.5) !important;
}

.\!bg-green-700\/60 {
  background-color: rgb(97 150 117 / 0.6) !important;
}

.\!bg-green-700\/70 {
  background-color: rgb(97 150 117 / 0.7) !important;
}

.\!bg-green-700\/75 {
  background-color: rgb(97 150 117 / 0.75) !important;
}

.\!bg-green-700\/80 {
  background-color: rgb(97 150 117 / 0.8) !important;
}

.\!bg-green-700\/90 {
  background-color: rgb(97 150 117 / 0.9) !important;
}

.\!bg-green-700\/95 {
  background-color: rgb(97 150 117 / 0.95) !important;
}

.\!bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(73 113 88 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-800\/0 {
  background-color: rgb(73 113 88 / 0) !important;
}

.\!bg-green-800\/10 {
  background-color: rgb(73 113 88 / 0.1) !important;
}

.\!bg-green-800\/100 {
  background-color: rgb(73 113 88 / 1) !important;
}

.\!bg-green-800\/20 {
  background-color: rgb(73 113 88 / 0.2) !important;
}

.\!bg-green-800\/25 {
  background-color: rgb(73 113 88 / 0.25) !important;
}

.\!bg-green-800\/30 {
  background-color: rgb(73 113 88 / 0.3) !important;
}

.\!bg-green-800\/40 {
  background-color: rgb(73 113 88 / 0.4) !important;
}

.\!bg-green-800\/5 {
  background-color: rgb(73 113 88 / 0.05) !important;
}

.\!bg-green-800\/50 {
  background-color: rgb(73 113 88 / 0.5) !important;
}

.\!bg-green-800\/60 {
  background-color: rgb(73 113 88 / 0.6) !important;
}

.\!bg-green-800\/70 {
  background-color: rgb(73 113 88 / 0.7) !important;
}

.\!bg-green-800\/75 {
  background-color: rgb(73 113 88 / 0.75) !important;
}

.\!bg-green-800\/80 {
  background-color: rgb(73 113 88 / 0.8) !important;
}

.\!bg-green-800\/90 {
  background-color: rgb(73 113 88 / 0.9) !important;
}

.\!bg-green-800\/95 {
  background-color: rgb(73 113 88 / 0.95) !important;
}

.\!bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(48 75 58 / var(--tw-bg-opacity)) !important;
}

.\!bg-green-900\/0 {
  background-color: rgb(48 75 58 / 0) !important;
}

.\!bg-green-900\/10 {
  background-color: rgb(48 75 58 / 0.1) !important;
}

.\!bg-green-900\/100 {
  background-color: rgb(48 75 58 / 1) !important;
}

.\!bg-green-900\/20 {
  background-color: rgb(48 75 58 / 0.2) !important;
}

.\!bg-green-900\/25 {
  background-color: rgb(48 75 58 / 0.25) !important;
}

.\!bg-green-900\/30 {
  background-color: rgb(48 75 58 / 0.3) !important;
}

.\!bg-green-900\/40 {
  background-color: rgb(48 75 58 / 0.4) !important;
}

.\!bg-green-900\/5 {
  background-color: rgb(48 75 58 / 0.05) !important;
}

.\!bg-green-900\/50 {
  background-color: rgb(48 75 58 / 0.5) !important;
}

.\!bg-green-900\/60 {
  background-color: rgb(48 75 58 / 0.6) !important;
}

.\!bg-green-900\/70 {
  background-color: rgb(48 75 58 / 0.7) !important;
}

.\!bg-green-900\/75 {
  background-color: rgb(48 75 58 / 0.75) !important;
}

.\!bg-green-900\/80 {
  background-color: rgb(48 75 58 / 0.8) !important;
}

.\!bg-green-900\/90 {
  background-color: rgb(48 75 58 / 0.9) !important;
}

.\!bg-green-900\/95 {
  background-color: rgb(48 75 58 / 0.95) !important;
}

.\!bg-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(175 195 232 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-100\/0 {
  background-color: rgb(175 195 232 / 0) !important;
}

.\!bg-navy-100\/10 {
  background-color: rgb(175 195 232 / 0.1) !important;
}

.\!bg-navy-100\/100 {
  background-color: rgb(175 195 232 / 1) !important;
}

.\!bg-navy-100\/20 {
  background-color: rgb(175 195 232 / 0.2) !important;
}

.\!bg-navy-100\/25 {
  background-color: rgb(175 195 232 / 0.25) !important;
}

.\!bg-navy-100\/30 {
  background-color: rgb(175 195 232 / 0.3) !important;
}

.\!bg-navy-100\/40 {
  background-color: rgb(175 195 232 / 0.4) !important;
}

.\!bg-navy-100\/5 {
  background-color: rgb(175 195 232 / 0.05) !important;
}

.\!bg-navy-100\/50 {
  background-color: rgb(175 195 232 / 0.5) !important;
}

.\!bg-navy-100\/60 {
  background-color: rgb(175 195 232 / 0.6) !important;
}

.\!bg-navy-100\/70 {
  background-color: rgb(175 195 232 / 0.7) !important;
}

.\!bg-navy-100\/75 {
  background-color: rgb(175 195 232 / 0.75) !important;
}

.\!bg-navy-100\/80 {
  background-color: rgb(175 195 232 / 0.8) !important;
}

.\!bg-navy-100\/90 {
  background-color: rgb(175 195 232 / 0.9) !important;
}

.\!bg-navy-100\/95 {
  background-color: rgb(175 195 232 / 0.95) !important;
}

.\!bg-navy-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 15 37 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-1000\/0 {
  background-color: rgb(3 15 37 / 0) !important;
}

.\!bg-navy-1000\/10 {
  background-color: rgb(3 15 37 / 0.1) !important;
}

.\!bg-navy-1000\/100 {
  background-color: rgb(3 15 37 / 1) !important;
}

.\!bg-navy-1000\/20 {
  background-color: rgb(3 15 37 / 0.2) !important;
}

.\!bg-navy-1000\/25 {
  background-color: rgb(3 15 37 / 0.25) !important;
}

.\!bg-navy-1000\/30 {
  background-color: rgb(3 15 37 / 0.3) !important;
}

.\!bg-navy-1000\/40 {
  background-color: rgb(3 15 37 / 0.4) !important;
}

.\!bg-navy-1000\/5 {
  background-color: rgb(3 15 37 / 0.05) !important;
}

.\!bg-navy-1000\/50 {
  background-color: rgb(3 15 37 / 0.5) !important;
}

.\!bg-navy-1000\/60 {
  background-color: rgb(3 15 37 / 0.6) !important;
}

.\!bg-navy-1000\/70 {
  background-color: rgb(3 15 37 / 0.7) !important;
}

.\!bg-navy-1000\/75 {
  background-color: rgb(3 15 37 / 0.75) !important;
}

.\!bg-navy-1000\/80 {
  background-color: rgb(3 15 37 / 0.8) !important;
}

.\!bg-navy-1000\/90 {
  background-color: rgb(3 15 37 / 0.9) !important;
}

.\!bg-navy-1000\/95 {
  background-color: rgb(3 15 37 / 0.95) !important;
}

.\!bg-navy-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 165 220 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-200\/0 {
  background-color: rgb(135 165 220 / 0) !important;
}

.\!bg-navy-200\/10 {
  background-color: rgb(135 165 220 / 0.1) !important;
}

.\!bg-navy-200\/100 {
  background-color: rgb(135 165 220 / 1) !important;
}

.\!bg-navy-200\/20 {
  background-color: rgb(135 165 220 / 0.2) !important;
}

.\!bg-navy-200\/25 {
  background-color: rgb(135 165 220 / 0.25) !important;
}

.\!bg-navy-200\/30 {
  background-color: rgb(135 165 220 / 0.3) !important;
}

.\!bg-navy-200\/40 {
  background-color: rgb(135 165 220 / 0.4) !important;
}

.\!bg-navy-200\/5 {
  background-color: rgb(135 165 220 / 0.05) !important;
}

.\!bg-navy-200\/50 {
  background-color: rgb(135 165 220 / 0.5) !important;
}

.\!bg-navy-200\/60 {
  background-color: rgb(135 165 220 / 0.6) !important;
}

.\!bg-navy-200\/70 {
  background-color: rgb(135 165 220 / 0.7) !important;
}

.\!bg-navy-200\/75 {
  background-color: rgb(135 165 220 / 0.75) !important;
}

.\!bg-navy-200\/80 {
  background-color: rgb(135 165 220 / 0.8) !important;
}

.\!bg-navy-200\/90 {
  background-color: rgb(135 165 220 / 0.9) !important;
}

.\!bg-navy-200\/95 {
  background-color: rgb(135 165 220 / 0.95) !important;
}

.\!bg-navy-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(95 135 208 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-300\/0 {
  background-color: rgb(95 135 208 / 0) !important;
}

.\!bg-navy-300\/10 {
  background-color: rgb(95 135 208 / 0.1) !important;
}

.\!bg-navy-300\/100 {
  background-color: rgb(95 135 208 / 1) !important;
}

.\!bg-navy-300\/20 {
  background-color: rgb(95 135 208 / 0.2) !important;
}

.\!bg-navy-300\/25 {
  background-color: rgb(95 135 208 / 0.25) !important;
}

.\!bg-navy-300\/30 {
  background-color: rgb(95 135 208 / 0.3) !important;
}

.\!bg-navy-300\/40 {
  background-color: rgb(95 135 208 / 0.4) !important;
}

.\!bg-navy-300\/5 {
  background-color: rgb(95 135 208 / 0.05) !important;
}

.\!bg-navy-300\/50 {
  background-color: rgb(95 135 208 / 0.5) !important;
}

.\!bg-navy-300\/60 {
  background-color: rgb(95 135 208 / 0.6) !important;
}

.\!bg-navy-300\/70 {
  background-color: rgb(95 135 208 / 0.7) !important;
}

.\!bg-navy-300\/75 {
  background-color: rgb(95 135 208 / 0.75) !important;
}

.\!bg-navy-300\/80 {
  background-color: rgb(95 135 208 / 0.8) !important;
}

.\!bg-navy-300\/90 {
  background-color: rgb(95 135 208 / 0.9) !important;
}

.\!bg-navy-300\/95 {
  background-color: rgb(95 135 208 / 0.95) !important;
}

.\!bg-navy-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 105 197 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-400\/0 {
  background-color: rgb(55 105 197 / 0) !important;
}

.\!bg-navy-400\/10 {
  background-color: rgb(55 105 197 / 0.1) !important;
}

.\!bg-navy-400\/100 {
  background-color: rgb(55 105 197 / 1) !important;
}

.\!bg-navy-400\/20 {
  background-color: rgb(55 105 197 / 0.2) !important;
}

.\!bg-navy-400\/25 {
  background-color: rgb(55 105 197 / 0.25) !important;
}

.\!bg-navy-400\/30 {
  background-color: rgb(55 105 197 / 0.3) !important;
}

.\!bg-navy-400\/40 {
  background-color: rgb(55 105 197 / 0.4) !important;
}

.\!bg-navy-400\/5 {
  background-color: rgb(55 105 197 / 0.05) !important;
}

.\!bg-navy-400\/50 {
  background-color: rgb(55 105 197 / 0.5) !important;
}

.\!bg-navy-400\/60 {
  background-color: rgb(55 105 197 / 0.6) !important;
}

.\!bg-navy-400\/70 {
  background-color: rgb(55 105 197 / 0.7) !important;
}

.\!bg-navy-400\/75 {
  background-color: rgb(55 105 197 / 0.75) !important;
}

.\!bg-navy-400\/80 {
  background-color: rgb(55 105 197 / 0.8) !important;
}

.\!bg-navy-400\/90 {
  background-color: rgb(55 105 197 / 0.9) !important;
}

.\!bg-navy-400\/95 {
  background-color: rgb(55 105 197 / 0.95) !important;
}

.\!bg-navy-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 219 241 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-50\/0 {
  background-color: rgb(207 219 241 / 0) !important;
}

.\!bg-navy-50\/10 {
  background-color: rgb(207 219 241 / 0.1) !important;
}

.\!bg-navy-50\/100 {
  background-color: rgb(207 219 241 / 1) !important;
}

.\!bg-navy-50\/20 {
  background-color: rgb(207 219 241 / 0.2) !important;
}

.\!bg-navy-50\/25 {
  background-color: rgb(207 219 241 / 0.25) !important;
}

.\!bg-navy-50\/30 {
  background-color: rgb(207 219 241 / 0.3) !important;
}

.\!bg-navy-50\/40 {
  background-color: rgb(207 219 241 / 0.4) !important;
}

.\!bg-navy-50\/5 {
  background-color: rgb(207 219 241 / 0.05) !important;
}

.\!bg-navy-50\/50 {
  background-color: rgb(207 219 241 / 0.5) !important;
}

.\!bg-navy-50\/60 {
  background-color: rgb(207 219 241 / 0.6) !important;
}

.\!bg-navy-50\/70 {
  background-color: rgb(207 219 241 / 0.7) !important;
}

.\!bg-navy-50\/75 {
  background-color: rgb(207 219 241 / 0.75) !important;
}

.\!bg-navy-50\/80 {
  background-color: rgb(207 219 241 / 0.8) !important;
}

.\!bg-navy-50\/90 {
  background-color: rgb(207 219 241 / 0.9) !important;
}

.\!bg-navy-50\/95 {
  background-color: rgb(207 219 241 / 0.95) !important;
}

.\!bg-navy-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 75 185 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-500\/0 {
  background-color: rgb(15 75 185 / 0) !important;
}

.\!bg-navy-500\/10 {
  background-color: rgb(15 75 185 / 0.1) !important;
}

.\!bg-navy-500\/100 {
  background-color: rgb(15 75 185 / 1) !important;
}

.\!bg-navy-500\/20 {
  background-color: rgb(15 75 185 / 0.2) !important;
}

.\!bg-navy-500\/25 {
  background-color: rgb(15 75 185 / 0.25) !important;
}

.\!bg-navy-500\/30 {
  background-color: rgb(15 75 185 / 0.3) !important;
}

.\!bg-navy-500\/40 {
  background-color: rgb(15 75 185 / 0.4) !important;
}

.\!bg-navy-500\/5 {
  background-color: rgb(15 75 185 / 0.05) !important;
}

.\!bg-navy-500\/50 {
  background-color: rgb(15 75 185 / 0.5) !important;
}

.\!bg-navy-500\/60 {
  background-color: rgb(15 75 185 / 0.6) !important;
}

.\!bg-navy-500\/70 {
  background-color: rgb(15 75 185 / 0.7) !important;
}

.\!bg-navy-500\/75 {
  background-color: rgb(15 75 185 / 0.75) !important;
}

.\!bg-navy-500\/80 {
  background-color: rgb(15 75 185 / 0.8) !important;
}

.\!bg-navy-500\/90 {
  background-color: rgb(15 75 185 / 0.9) !important;
}

.\!bg-navy-500\/95 {
  background-color: rgb(15 75 185 / 0.95) !important;
}

.\!bg-navy-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 63 154 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-600\/0 {
  background-color: rgb(13 63 154 / 0) !important;
}

.\!bg-navy-600\/10 {
  background-color: rgb(13 63 154 / 0.1) !important;
}

.\!bg-navy-600\/100 {
  background-color: rgb(13 63 154 / 1) !important;
}

.\!bg-navy-600\/20 {
  background-color: rgb(13 63 154 / 0.2) !important;
}

.\!bg-navy-600\/25 {
  background-color: rgb(13 63 154 / 0.25) !important;
}

.\!bg-navy-600\/30 {
  background-color: rgb(13 63 154 / 0.3) !important;
}

.\!bg-navy-600\/40 {
  background-color: rgb(13 63 154 / 0.4) !important;
}

.\!bg-navy-600\/5 {
  background-color: rgb(13 63 154 / 0.05) !important;
}

.\!bg-navy-600\/50 {
  background-color: rgb(13 63 154 / 0.5) !important;
}

.\!bg-navy-600\/60 {
  background-color: rgb(13 63 154 / 0.6) !important;
}

.\!bg-navy-600\/70 {
  background-color: rgb(13 63 154 / 0.7) !important;
}

.\!bg-navy-600\/75 {
  background-color: rgb(13 63 154 / 0.75) !important;
}

.\!bg-navy-600\/80 {
  background-color: rgb(13 63 154 / 0.8) !important;
}

.\!bg-navy-600\/90 {
  background-color: rgb(13 63 154 / 0.9) !important;
}

.\!bg-navy-600\/95 {
  background-color: rgb(13 63 154 / 0.95) !important;
}

.\!bg-navy-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 50 123 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-700\/0 {
  background-color: rgb(10 50 123 / 0) !important;
}

.\!bg-navy-700\/10 {
  background-color: rgb(10 50 123 / 0.1) !important;
}

.\!bg-navy-700\/100 {
  background-color: rgb(10 50 123 / 1) !important;
}

.\!bg-navy-700\/20 {
  background-color: rgb(10 50 123 / 0.2) !important;
}

.\!bg-navy-700\/25 {
  background-color: rgb(10 50 123 / 0.25) !important;
}

.\!bg-navy-700\/30 {
  background-color: rgb(10 50 123 / 0.3) !important;
}

.\!bg-navy-700\/40 {
  background-color: rgb(10 50 123 / 0.4) !important;
}

.\!bg-navy-700\/5 {
  background-color: rgb(10 50 123 / 0.05) !important;
}

.\!bg-navy-700\/50 {
  background-color: rgb(10 50 123 / 0.5) !important;
}

.\!bg-navy-700\/60 {
  background-color: rgb(10 50 123 / 0.6) !important;
}

.\!bg-navy-700\/70 {
  background-color: rgb(10 50 123 / 0.7) !important;
}

.\!bg-navy-700\/75 {
  background-color: rgb(10 50 123 / 0.75) !important;
}

.\!bg-navy-700\/80 {
  background-color: rgb(10 50 123 / 0.8) !important;
}

.\!bg-navy-700\/90 {
  background-color: rgb(10 50 123 / 0.9) !important;
}

.\!bg-navy-700\/95 {
  background-color: rgb(10 50 123 / 0.95) !important;
}

.\!bg-navy-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 38 93 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-800\/0 {
  background-color: rgb(8 38 93 / 0) !important;
}

.\!bg-navy-800\/10 {
  background-color: rgb(8 38 93 / 0.1) !important;
}

.\!bg-navy-800\/100 {
  background-color: rgb(8 38 93 / 1) !important;
}

.\!bg-navy-800\/20 {
  background-color: rgb(8 38 93 / 0.2) !important;
}

.\!bg-navy-800\/25 {
  background-color: rgb(8 38 93 / 0.25) !important;
}

.\!bg-navy-800\/30 {
  background-color: rgb(8 38 93 / 0.3) !important;
}

.\!bg-navy-800\/40 {
  background-color: rgb(8 38 93 / 0.4) !important;
}

.\!bg-navy-800\/5 {
  background-color: rgb(8 38 93 / 0.05) !important;
}

.\!bg-navy-800\/50 {
  background-color: rgb(8 38 93 / 0.5) !important;
}

.\!bg-navy-800\/60 {
  background-color: rgb(8 38 93 / 0.6) !important;
}

.\!bg-navy-800\/70 {
  background-color: rgb(8 38 93 / 0.7) !important;
}

.\!bg-navy-800\/75 {
  background-color: rgb(8 38 93 / 0.75) !important;
}

.\!bg-navy-800\/80 {
  background-color: rgb(8 38 93 / 0.8) !important;
}

.\!bg-navy-800\/90 {
  background-color: rgb(8 38 93 / 0.9) !important;
}

.\!bg-navy-800\/95 {
  background-color: rgb(8 38 93 / 0.95) !important;
}

.\!bg-navy-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 25 62 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-900\/0 {
  background-color: rgb(5 25 62 / 0) !important;
}

.\!bg-navy-900\/10 {
  background-color: rgb(5 25 62 / 0.1) !important;
}

.\!bg-navy-900\/100 {
  background-color: rgb(5 25 62 / 1) !important;
}

.\!bg-navy-900\/20 {
  background-color: rgb(5 25 62 / 0.2) !important;
}

.\!bg-navy-900\/25 {
  background-color: rgb(5 25 62 / 0.25) !important;
}

.\!bg-navy-900\/30 {
  background-color: rgb(5 25 62 / 0.3) !important;
}

.\!bg-navy-900\/40 {
  background-color: rgb(5 25 62 / 0.4) !important;
}

.\!bg-navy-900\/5 {
  background-color: rgb(5 25 62 / 0.05) !important;
}

.\!bg-navy-900\/50 {
  background-color: rgb(5 25 62 / 0.5) !important;
}

.\!bg-navy-900\/60 {
  background-color: rgb(5 25 62 / 0.6) !important;
}

.\!bg-navy-900\/70 {
  background-color: rgb(5 25 62 / 0.7) !important;
}

.\!bg-navy-900\/75 {
  background-color: rgb(5 25 62 / 0.75) !important;
}

.\!bg-navy-900\/80 {
  background-color: rgb(5 25 62 / 0.8) !important;
}

.\!bg-navy-900\/90 {
  background-color: rgb(5 25 62 / 0.9) !important;
}

.\!bg-navy-900\/95 {
  background-color: rgb(5 25 62 / 0.95) !important;
}

.\!bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 212 197 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-100\/0 {
  background-color: rgb(255 212 197 / 0) !important;
}

.\!bg-orange-100\/10 {
  background-color: rgb(255 212 197 / 0.1) !important;
}

.\!bg-orange-100\/100 {
  background-color: rgb(255 212 197 / 1) !important;
}

.\!bg-orange-100\/20 {
  background-color: rgb(255 212 197 / 0.2) !important;
}

.\!bg-orange-100\/25 {
  background-color: rgb(255 212 197 / 0.25) !important;
}

.\!bg-orange-100\/30 {
  background-color: rgb(255 212 197 / 0.3) !important;
}

.\!bg-orange-100\/40 {
  background-color: rgb(255 212 197 / 0.4) !important;
}

.\!bg-orange-100\/5 {
  background-color: rgb(255 212 197 / 0.05) !important;
}

.\!bg-orange-100\/50 {
  background-color: rgb(255 212 197 / 0.5) !important;
}

.\!bg-orange-100\/60 {
  background-color: rgb(255 212 197 / 0.6) !important;
}

.\!bg-orange-100\/70 {
  background-color: rgb(255 212 197 / 0.7) !important;
}

.\!bg-orange-100\/75 {
  background-color: rgb(255 212 197 / 0.75) !important;
}

.\!bg-orange-100\/80 {
  background-color: rgb(255 212 197 / 0.8) !important;
}

.\!bg-orange-100\/90 {
  background-color: rgb(255 212 197 / 0.9) !important;
}

.\!bg-orange-100\/95 {
  background-color: rgb(255 212 197 / 0.95) !important;
}

.\!bg-orange-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 25 16 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-1000\/0 {
  background-color: rgb(51 25 16 / 0) !important;
}

.\!bg-orange-1000\/10 {
  background-color: rgb(51 25 16 / 0.1) !important;
}

.\!bg-orange-1000\/100 {
  background-color: rgb(51 25 16 / 1) !important;
}

.\!bg-orange-1000\/20 {
  background-color: rgb(51 25 16 / 0.2) !important;
}

.\!bg-orange-1000\/25 {
  background-color: rgb(51 25 16 / 0.25) !important;
}

.\!bg-orange-1000\/30 {
  background-color: rgb(51 25 16 / 0.3) !important;
}

.\!bg-orange-1000\/40 {
  background-color: rgb(51 25 16 / 0.4) !important;
}

.\!bg-orange-1000\/5 {
  background-color: rgb(51 25 16 / 0.05) !important;
}

.\!bg-orange-1000\/50 {
  background-color: rgb(51 25 16 / 0.5) !important;
}

.\!bg-orange-1000\/60 {
  background-color: rgb(51 25 16 / 0.6) !important;
}

.\!bg-orange-1000\/70 {
  background-color: rgb(51 25 16 / 0.7) !important;
}

.\!bg-orange-1000\/75 {
  background-color: rgb(51 25 16 / 0.75) !important;
}

.\!bg-orange-1000\/80 {
  background-color: rgb(51 25 16 / 0.8) !important;
}

.\!bg-orange-1000\/90 {
  background-color: rgb(51 25 16 / 0.9) !important;
}

.\!bg-orange-1000\/95 {
  background-color: rgb(51 25 16 / 0.95) !important;
}

.\!bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 168 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-200\/0 {
  background-color: rgb(255 191 168 / 0) !important;
}

.\!bg-orange-200\/10 {
  background-color: rgb(255 191 168 / 0.1) !important;
}

.\!bg-orange-200\/100 {
  background-color: rgb(255 191 168 / 1) !important;
}

.\!bg-orange-200\/20 {
  background-color: rgb(255 191 168 / 0.2) !important;
}

.\!bg-orange-200\/25 {
  background-color: rgb(255 191 168 / 0.25) !important;
}

.\!bg-orange-200\/30 {
  background-color: rgb(255 191 168 / 0.3) !important;
}

.\!bg-orange-200\/40 {
  background-color: rgb(255 191 168 / 0.4) !important;
}

.\!bg-orange-200\/5 {
  background-color: rgb(255 191 168 / 0.05) !important;
}

.\!bg-orange-200\/50 {
  background-color: rgb(255 191 168 / 0.5) !important;
}

.\!bg-orange-200\/60 {
  background-color: rgb(255 191 168 / 0.6) !important;
}

.\!bg-orange-200\/70 {
  background-color: rgb(255 191 168 / 0.7) !important;
}

.\!bg-orange-200\/75 {
  background-color: rgb(255 191 168 / 0.75) !important;
}

.\!bg-orange-200\/80 {
  background-color: rgb(255 191 168 / 0.8) !important;
}

.\!bg-orange-200\/90 {
  background-color: rgb(255 191 168 / 0.9) !important;
}

.\!bg-orange-200\/95 {
  background-color: rgb(255 191 168 / 0.95) !important;
}

.\!bg-orange-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 170 138 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-300\/0 {
  background-color: rgb(255 170 138 / 0) !important;
}

.\!bg-orange-300\/10 {
  background-color: rgb(255 170 138 / 0.1) !important;
}

.\!bg-orange-300\/100 {
  background-color: rgb(255 170 138 / 1) !important;
}

.\!bg-orange-300\/20 {
  background-color: rgb(255 170 138 / 0.2) !important;
}

.\!bg-orange-300\/25 {
  background-color: rgb(255 170 138 / 0.25) !important;
}

.\!bg-orange-300\/30 {
  background-color: rgb(255 170 138 / 0.3) !important;
}

.\!bg-orange-300\/40 {
  background-color: rgb(255 170 138 / 0.4) !important;
}

.\!bg-orange-300\/5 {
  background-color: rgb(255 170 138 / 0.05) !important;
}

.\!bg-orange-300\/50 {
  background-color: rgb(255 170 138 / 0.5) !important;
}

.\!bg-orange-300\/60 {
  background-color: rgb(255 170 138 / 0.6) !important;
}

.\!bg-orange-300\/70 {
  background-color: rgb(255 170 138 / 0.7) !important;
}

.\!bg-orange-300\/75 {
  background-color: rgb(255 170 138 / 0.75) !important;
}

.\!bg-orange-300\/80 {
  background-color: rgb(255 170 138 / 0.8) !important;
}

.\!bg-orange-300\/90 {
  background-color: rgb(255 170 138 / 0.9) !important;
}

.\!bg-orange-300\/95 {
  background-color: rgb(255 170 138 / 0.95) !important;
}

.\!bg-orange-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 148 109 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-400\/0 {
  background-color: rgb(255 148 109 / 0) !important;
}

.\!bg-orange-400\/10 {
  background-color: rgb(255 148 109 / 0.1) !important;
}

.\!bg-orange-400\/100 {
  background-color: rgb(255 148 109 / 1) !important;
}

.\!bg-orange-400\/20 {
  background-color: rgb(255 148 109 / 0.2) !important;
}

.\!bg-orange-400\/25 {
  background-color: rgb(255 148 109 / 0.25) !important;
}

.\!bg-orange-400\/30 {
  background-color: rgb(255 148 109 / 0.3) !important;
}

.\!bg-orange-400\/40 {
  background-color: rgb(255 148 109 / 0.4) !important;
}

.\!bg-orange-400\/5 {
  background-color: rgb(255 148 109 / 0.05) !important;
}

.\!bg-orange-400\/50 {
  background-color: rgb(255 148 109 / 0.5) !important;
}

.\!bg-orange-400\/60 {
  background-color: rgb(255 148 109 / 0.6) !important;
}

.\!bg-orange-400\/70 {
  background-color: rgb(255 148 109 / 0.7) !important;
}

.\!bg-orange-400\/75 {
  background-color: rgb(255 148 109 / 0.75) !important;
}

.\!bg-orange-400\/80 {
  background-color: rgb(255 148 109 / 0.8) !important;
}

.\!bg-orange-400\/90 {
  background-color: rgb(255 148 109 / 0.9) !important;
}

.\!bg-orange-400\/95 {
  background-color: rgb(255 148 109 / 0.95) !important;
}

.\!bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 229 220 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-50\/0 {
  background-color: rgb(255 229 220 / 0) !important;
}

.\!bg-orange-50\/10 {
  background-color: rgb(255 229 220 / 0.1) !important;
}

.\!bg-orange-50\/100 {
  background-color: rgb(255 229 220 / 1) !important;
}

.\!bg-orange-50\/20 {
  background-color: rgb(255 229 220 / 0.2) !important;
}

.\!bg-orange-50\/25 {
  background-color: rgb(255 229 220 / 0.25) !important;
}

.\!bg-orange-50\/30 {
  background-color: rgb(255 229 220 / 0.3) !important;
}

.\!bg-orange-50\/40 {
  background-color: rgb(255 229 220 / 0.4) !important;
}

.\!bg-orange-50\/5 {
  background-color: rgb(255 229 220 / 0.05) !important;
}

.\!bg-orange-50\/50 {
  background-color: rgb(255 229 220 / 0.5) !important;
}

.\!bg-orange-50\/60 {
  background-color: rgb(255 229 220 / 0.6) !important;
}

.\!bg-orange-50\/70 {
  background-color: rgb(255 229 220 / 0.7) !important;
}

.\!bg-orange-50\/75 {
  background-color: rgb(255 229 220 / 0.75) !important;
}

.\!bg-orange-50\/80 {
  background-color: rgb(255 229 220 / 0.8) !important;
}

.\!bg-orange-50\/90 {
  background-color: rgb(255 229 220 / 0.9) !important;
}

.\!bg-orange-50\/95 {
  background-color: rgb(255 229 220 / 0.95) !important;
}

.\!bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 127 80 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-500\/0 {
  background-color: rgb(255 127 80 / 0) !important;
}

.\!bg-orange-500\/10 {
  background-color: rgb(255 127 80 / 0.1) !important;
}

.\!bg-orange-500\/100 {
  background-color: rgb(255 127 80 / 1) !important;
}

.\!bg-orange-500\/20 {
  background-color: rgb(255 127 80 / 0.2) !important;
}

.\!bg-orange-500\/25 {
  background-color: rgb(255 127 80 / 0.25) !important;
}

.\!bg-orange-500\/30 {
  background-color: rgb(255 127 80 / 0.3) !important;
}

.\!bg-orange-500\/40 {
  background-color: rgb(255 127 80 / 0.4) !important;
}

.\!bg-orange-500\/5 {
  background-color: rgb(255 127 80 / 0.05) !important;
}

.\!bg-orange-500\/50 {
  background-color: rgb(255 127 80 / 0.5) !important;
}

.\!bg-orange-500\/60 {
  background-color: rgb(255 127 80 / 0.6) !important;
}

.\!bg-orange-500\/70 {
  background-color: rgb(255 127 80 / 0.7) !important;
}

.\!bg-orange-500\/75 {
  background-color: rgb(255 127 80 / 0.75) !important;
}

.\!bg-orange-500\/80 {
  background-color: rgb(255 127 80 / 0.8) !important;
}

.\!bg-orange-500\/90 {
  background-color: rgb(255 127 80 / 0.9) !important;
}

.\!bg-orange-500\/95 {
  background-color: rgb(255 127 80 / 0.95) !important;
}

.\!bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(213 106 67 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-600\/0 {
  background-color: rgb(213 106 67 / 0) !important;
}

.\!bg-orange-600\/10 {
  background-color: rgb(213 106 67 / 0.1) !important;
}

.\!bg-orange-600\/100 {
  background-color: rgb(213 106 67 / 1) !important;
}

.\!bg-orange-600\/20 {
  background-color: rgb(213 106 67 / 0.2) !important;
}

.\!bg-orange-600\/25 {
  background-color: rgb(213 106 67 / 0.25) !important;
}

.\!bg-orange-600\/30 {
  background-color: rgb(213 106 67 / 0.3) !important;
}

.\!bg-orange-600\/40 {
  background-color: rgb(213 106 67 / 0.4) !important;
}

.\!bg-orange-600\/5 {
  background-color: rgb(213 106 67 / 0.05) !important;
}

.\!bg-orange-600\/50 {
  background-color: rgb(213 106 67 / 0.5) !important;
}

.\!bg-orange-600\/60 {
  background-color: rgb(213 106 67 / 0.6) !important;
}

.\!bg-orange-600\/70 {
  background-color: rgb(213 106 67 / 0.7) !important;
}

.\!bg-orange-600\/75 {
  background-color: rgb(213 106 67 / 0.75) !important;
}

.\!bg-orange-600\/80 {
  background-color: rgb(213 106 67 / 0.8) !important;
}

.\!bg-orange-600\/90 {
  background-color: rgb(213 106 67 / 0.9) !important;
}

.\!bg-orange-600\/95 {
  background-color: rgb(213 106 67 / 0.95) !important;
}

.\!bg-orange-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 85 53 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-700\/0 {
  background-color: rgb(170 85 53 / 0) !important;
}

.\!bg-orange-700\/10 {
  background-color: rgb(170 85 53 / 0.1) !important;
}

.\!bg-orange-700\/100 {
  background-color: rgb(170 85 53 / 1) !important;
}

.\!bg-orange-700\/20 {
  background-color: rgb(170 85 53 / 0.2) !important;
}

.\!bg-orange-700\/25 {
  background-color: rgb(170 85 53 / 0.25) !important;
}

.\!bg-orange-700\/30 {
  background-color: rgb(170 85 53 / 0.3) !important;
}

.\!bg-orange-700\/40 {
  background-color: rgb(170 85 53 / 0.4) !important;
}

.\!bg-orange-700\/5 {
  background-color: rgb(170 85 53 / 0.05) !important;
}

.\!bg-orange-700\/50 {
  background-color: rgb(170 85 53 / 0.5) !important;
}

.\!bg-orange-700\/60 {
  background-color: rgb(170 85 53 / 0.6) !important;
}

.\!bg-orange-700\/70 {
  background-color: rgb(170 85 53 / 0.7) !important;
}

.\!bg-orange-700\/75 {
  background-color: rgb(170 85 53 / 0.75) !important;
}

.\!bg-orange-700\/80 {
  background-color: rgb(170 85 53 / 0.8) !important;
}

.\!bg-orange-700\/90 {
  background-color: rgb(170 85 53 / 0.9) !important;
}

.\!bg-orange-700\/95 {
  background-color: rgb(170 85 53 / 0.95) !important;
}

.\!bg-orange-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 64 40 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-800\/0 {
  background-color: rgb(128 64 40 / 0) !important;
}

.\!bg-orange-800\/10 {
  background-color: rgb(128 64 40 / 0.1) !important;
}

.\!bg-orange-800\/100 {
  background-color: rgb(128 64 40 / 1) !important;
}

.\!bg-orange-800\/20 {
  background-color: rgb(128 64 40 / 0.2) !important;
}

.\!bg-orange-800\/25 {
  background-color: rgb(128 64 40 / 0.25) !important;
}

.\!bg-orange-800\/30 {
  background-color: rgb(128 64 40 / 0.3) !important;
}

.\!bg-orange-800\/40 {
  background-color: rgb(128 64 40 / 0.4) !important;
}

.\!bg-orange-800\/5 {
  background-color: rgb(128 64 40 / 0.05) !important;
}

.\!bg-orange-800\/50 {
  background-color: rgb(128 64 40 / 0.5) !important;
}

.\!bg-orange-800\/60 {
  background-color: rgb(128 64 40 / 0.6) !important;
}

.\!bg-orange-800\/70 {
  background-color: rgb(128 64 40 / 0.7) !important;
}

.\!bg-orange-800\/75 {
  background-color: rgb(128 64 40 / 0.75) !important;
}

.\!bg-orange-800\/80 {
  background-color: rgb(128 64 40 / 0.8) !important;
}

.\!bg-orange-800\/90 {
  background-color: rgb(128 64 40 / 0.9) !important;
}

.\!bg-orange-800\/95 {
  background-color: rgb(128 64 40 / 0.95) !important;
}

.\!bg-orange-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 42 27 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-900\/0 {
  background-color: rgb(85 42 27 / 0) !important;
}

.\!bg-orange-900\/10 {
  background-color: rgb(85 42 27 / 0.1) !important;
}

.\!bg-orange-900\/100 {
  background-color: rgb(85 42 27 / 1) !important;
}

.\!bg-orange-900\/20 {
  background-color: rgb(85 42 27 / 0.2) !important;
}

.\!bg-orange-900\/25 {
  background-color: rgb(85 42 27 / 0.25) !important;
}

.\!bg-orange-900\/30 {
  background-color: rgb(85 42 27 / 0.3) !important;
}

.\!bg-orange-900\/40 {
  background-color: rgb(85 42 27 / 0.4) !important;
}

.\!bg-orange-900\/5 {
  background-color: rgb(85 42 27 / 0.05) !important;
}

.\!bg-orange-900\/50 {
  background-color: rgb(85 42 27 / 0.5) !important;
}

.\!bg-orange-900\/60 {
  background-color: rgb(85 42 27 / 0.6) !important;
}

.\!bg-orange-900\/70 {
  background-color: rgb(85 42 27 / 0.7) !important;
}

.\!bg-orange-900\/75 {
  background-color: rgb(85 42 27 / 0.75) !important;
}

.\!bg-orange-900\/80 {
  background-color: rgb(85 42 27 / 0.8) !important;
}

.\!bg-orange-900\/90 {
  background-color: rgb(85 42 27 / 0.9) !important;
}

.\!bg-orange-900\/95 {
  background-color: rgb(85 42 27 / 0.95) !important;
}

.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 220 195 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 200 237 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-100\/0 {
  background-color: rgb(212 200 237 / 0) !important;
}

.\!bg-purple-100\/10 {
  background-color: rgb(212 200 237 / 0.1) !important;
}

.\!bg-purple-100\/100 {
  background-color: rgb(212 200 237 / 1) !important;
}

.\!bg-purple-100\/20 {
  background-color: rgb(212 200 237 / 0.2) !important;
}

.\!bg-purple-100\/25 {
  background-color: rgb(212 200 237 / 0.25) !important;
}

.\!bg-purple-100\/30 {
  background-color: rgb(212 200 237 / 0.3) !important;
}

.\!bg-purple-100\/40 {
  background-color: rgb(212 200 237 / 0.4) !important;
}

.\!bg-purple-100\/5 {
  background-color: rgb(212 200 237 / 0.05) !important;
}

.\!bg-purple-100\/50 {
  background-color: rgb(212 200 237 / 0.5) !important;
}

.\!bg-purple-100\/60 {
  background-color: rgb(212 200 237 / 0.6) !important;
}

.\!bg-purple-100\/70 {
  background-color: rgb(212 200 237 / 0.7) !important;
}

.\!bg-purple-100\/75 {
  background-color: rgb(212 200 237 / 0.75) !important;
}

.\!bg-purple-100\/80 {
  background-color: rgb(212 200 237 / 0.8) !important;
}

.\!bg-purple-100\/90 {
  background-color: rgb(212 200 237 / 0.9) !important;
}

.\!bg-purple-100\/95 {
  background-color: rgb(212 200 237 / 0.95) !important;
}

.\!bg-purple-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 18 40 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-1000\/0 {
  background-color: rgb(25 18 40 / 0) !important;
}

.\!bg-purple-1000\/10 {
  background-color: rgb(25 18 40 / 0.1) !important;
}

.\!bg-purple-1000\/100 {
  background-color: rgb(25 18 40 / 1) !important;
}

.\!bg-purple-1000\/20 {
  background-color: rgb(25 18 40 / 0.2) !important;
}

.\!bg-purple-1000\/25 {
  background-color: rgb(25 18 40 / 0.25) !important;
}

.\!bg-purple-1000\/30 {
  background-color: rgb(25 18 40 / 0.3) !important;
}

.\!bg-purple-1000\/40 {
  background-color: rgb(25 18 40 / 0.4) !important;
}

.\!bg-purple-1000\/5 {
  background-color: rgb(25 18 40 / 0.05) !important;
}

.\!bg-purple-1000\/50 {
  background-color: rgb(25 18 40 / 0.5) !important;
}

.\!bg-purple-1000\/60 {
  background-color: rgb(25 18 40 / 0.6) !important;
}

.\!bg-purple-1000\/70 {
  background-color: rgb(25 18 40 / 0.7) !important;
}

.\!bg-purple-1000\/75 {
  background-color: rgb(25 18 40 / 0.75) !important;
}

.\!bg-purple-1000\/80 {
  background-color: rgb(25 18 40 / 0.8) !important;
}

.\!bg-purple-1000\/90 {
  background-color: rgb(25 18 40 / 0.9) !important;
}

.\!bg-purple-1000\/95 {
  background-color: rgb(25 18 40 / 0.95) !important;
}

.\!bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 173 228 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-200\/0 {
  background-color: rgb(190 173 228 / 0) !important;
}

.\!bg-purple-200\/10 {
  background-color: rgb(190 173 228 / 0.1) !important;
}

.\!bg-purple-200\/100 {
  background-color: rgb(190 173 228 / 1) !important;
}

.\!bg-purple-200\/20 {
  background-color: rgb(190 173 228 / 0.2) !important;
}

.\!bg-purple-200\/25 {
  background-color: rgb(190 173 228 / 0.25) !important;
}

.\!bg-purple-200\/30 {
  background-color: rgb(190 173 228 / 0.3) !important;
}

.\!bg-purple-200\/40 {
  background-color: rgb(190 173 228 / 0.4) !important;
}

.\!bg-purple-200\/5 {
  background-color: rgb(190 173 228 / 0.05) !important;
}

.\!bg-purple-200\/50 {
  background-color: rgb(190 173 228 / 0.5) !important;
}

.\!bg-purple-200\/60 {
  background-color: rgb(190 173 228 / 0.6) !important;
}

.\!bg-purple-200\/70 {
  background-color: rgb(190 173 228 / 0.7) !important;
}

.\!bg-purple-200\/75 {
  background-color: rgb(190 173 228 / 0.75) !important;
}

.\!bg-purple-200\/80 {
  background-color: rgb(190 173 228 / 0.8) !important;
}

.\!bg-purple-200\/90 {
  background-color: rgb(190 173 228 / 0.9) !important;
}

.\!bg-purple-200\/95 {
  background-color: rgb(190 173 228 / 0.95) !important;
}

.\!bg-purple-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 145 218 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-300\/0 {
  background-color: rgb(168 145 218 / 0) !important;
}

.\!bg-purple-300\/10 {
  background-color: rgb(168 145 218 / 0.1) !important;
}

.\!bg-purple-300\/100 {
  background-color: rgb(168 145 218 / 1) !important;
}

.\!bg-purple-300\/20 {
  background-color: rgb(168 145 218 / 0.2) !important;
}

.\!bg-purple-300\/25 {
  background-color: rgb(168 145 218 / 0.25) !important;
}

.\!bg-purple-300\/30 {
  background-color: rgb(168 145 218 / 0.3) !important;
}

.\!bg-purple-300\/40 {
  background-color: rgb(168 145 218 / 0.4) !important;
}

.\!bg-purple-300\/5 {
  background-color: rgb(168 145 218 / 0.05) !important;
}

.\!bg-purple-300\/50 {
  background-color: rgb(168 145 218 / 0.5) !important;
}

.\!bg-purple-300\/60 {
  background-color: rgb(168 145 218 / 0.6) !important;
}

.\!bg-purple-300\/70 {
  background-color: rgb(168 145 218 / 0.7) !important;
}

.\!bg-purple-300\/75 {
  background-color: rgb(168 145 218 / 0.75) !important;
}

.\!bg-purple-300\/80 {
  background-color: rgb(168 145 218 / 0.8) !important;
}

.\!bg-purple-300\/90 {
  background-color: rgb(168 145 218 / 0.9) !important;
}

.\!bg-purple-300\/95 {
  background-color: rgb(168 145 218 / 0.95) !important;
}

.\!bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 118 209 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-400\/0 {
  background-color: rgb(147 118 209 / 0) !important;
}

.\!bg-purple-400\/10 {
  background-color: rgb(147 118 209 / 0.1) !important;
}

.\!bg-purple-400\/100 {
  background-color: rgb(147 118 209 / 1) !important;
}

.\!bg-purple-400\/20 {
  background-color: rgb(147 118 209 / 0.2) !important;
}

.\!bg-purple-400\/25 {
  background-color: rgb(147 118 209 / 0.25) !important;
}

.\!bg-purple-400\/30 {
  background-color: rgb(147 118 209 / 0.3) !important;
}

.\!bg-purple-400\/40 {
  background-color: rgb(147 118 209 / 0.4) !important;
}

.\!bg-purple-400\/5 {
  background-color: rgb(147 118 209 / 0.05) !important;
}

.\!bg-purple-400\/50 {
  background-color: rgb(147 118 209 / 0.5) !important;
}

.\!bg-purple-400\/60 {
  background-color: rgb(147 118 209 / 0.6) !important;
}

.\!bg-purple-400\/70 {
  background-color: rgb(147 118 209 / 0.7) !important;
}

.\!bg-purple-400\/75 {
  background-color: rgb(147 118 209 / 0.75) !important;
}

.\!bg-purple-400\/80 {
  background-color: rgb(147 118 209 / 0.8) !important;
}

.\!bg-purple-400\/90 {
  background-color: rgb(147 118 209 / 0.9) !important;
}

.\!bg-purple-400\/95 {
  background-color: rgb(147 118 209 / 0.95) !important;
}

.\!bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 222 244 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-50\/0 {
  background-color: rgb(229 222 244 / 0) !important;
}

.\!bg-purple-50\/10 {
  background-color: rgb(229 222 244 / 0.1) !important;
}

.\!bg-purple-50\/100 {
  background-color: rgb(229 222 244 / 1) !important;
}

.\!bg-purple-50\/20 {
  background-color: rgb(229 222 244 / 0.2) !important;
}

.\!bg-purple-50\/25 {
  background-color: rgb(229 222 244 / 0.25) !important;
}

.\!bg-purple-50\/30 {
  background-color: rgb(229 222 244 / 0.3) !important;
}

.\!bg-purple-50\/40 {
  background-color: rgb(229 222 244 / 0.4) !important;
}

.\!bg-purple-50\/5 {
  background-color: rgb(229 222 244 / 0.05) !important;
}

.\!bg-purple-50\/50 {
  background-color: rgb(229 222 244 / 0.5) !important;
}

.\!bg-purple-50\/60 {
  background-color: rgb(229 222 244 / 0.6) !important;
}

.\!bg-purple-50\/70 {
  background-color: rgb(229 222 244 / 0.7) !important;
}

.\!bg-purple-50\/75 {
  background-color: rgb(229 222 244 / 0.75) !important;
}

.\!bg-purple-50\/80 {
  background-color: rgb(229 222 244 / 0.8) !important;
}

.\!bg-purple-50\/90 {
  background-color: rgb(229 222 244 / 0.9) !important;
}

.\!bg-purple-50\/95 {
  background-color: rgb(229 222 244 / 0.95) !important;
}

.\!bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 90 200 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-500\/0 {
  background-color: rgb(125 90 200 / 0) !important;
}

.\!bg-purple-500\/10 {
  background-color: rgb(125 90 200 / 0.1) !important;
}

.\!bg-purple-500\/100 {
  background-color: rgb(125 90 200 / 1) !important;
}

.\!bg-purple-500\/20 {
  background-color: rgb(125 90 200 / 0.2) !important;
}

.\!bg-purple-500\/25 {
  background-color: rgb(125 90 200 / 0.25) !important;
}

.\!bg-purple-500\/30 {
  background-color: rgb(125 90 200 / 0.3) !important;
}

.\!bg-purple-500\/40 {
  background-color: rgb(125 90 200 / 0.4) !important;
}

.\!bg-purple-500\/5 {
  background-color: rgb(125 90 200 / 0.05) !important;
}

.\!bg-purple-500\/50 {
  background-color: rgb(125 90 200 / 0.5) !important;
}

.\!bg-purple-500\/60 {
  background-color: rgb(125 90 200 / 0.6) !important;
}

.\!bg-purple-500\/70 {
  background-color: rgb(125 90 200 / 0.7) !important;
}

.\!bg-purple-500\/75 {
  background-color: rgb(125 90 200 / 0.75) !important;
}

.\!bg-purple-500\/80 {
  background-color: rgb(125 90 200 / 0.8) !important;
}

.\!bg-purple-500\/90 {
  background-color: rgb(125 90 200 / 0.9) !important;
}

.\!bg-purple-500\/95 {
  background-color: rgb(125 90 200 / 0.95) !important;
}

.\!bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(104 75 167 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-600\/0 {
  background-color: rgb(104 75 167 / 0) !important;
}

.\!bg-purple-600\/10 {
  background-color: rgb(104 75 167 / 0.1) !important;
}

.\!bg-purple-600\/100 {
  background-color: rgb(104 75 167 / 1) !important;
}

.\!bg-purple-600\/20 {
  background-color: rgb(104 75 167 / 0.2) !important;
}

.\!bg-purple-600\/25 {
  background-color: rgb(104 75 167 / 0.25) !important;
}

.\!bg-purple-600\/30 {
  background-color: rgb(104 75 167 / 0.3) !important;
}

.\!bg-purple-600\/40 {
  background-color: rgb(104 75 167 / 0.4) !important;
}

.\!bg-purple-600\/5 {
  background-color: rgb(104 75 167 / 0.05) !important;
}

.\!bg-purple-600\/50 {
  background-color: rgb(104 75 167 / 0.5) !important;
}

.\!bg-purple-600\/60 {
  background-color: rgb(104 75 167 / 0.6) !important;
}

.\!bg-purple-600\/70 {
  background-color: rgb(104 75 167 / 0.7) !important;
}

.\!bg-purple-600\/75 {
  background-color: rgb(104 75 167 / 0.75) !important;
}

.\!bg-purple-600\/80 {
  background-color: rgb(104 75 167 / 0.8) !important;
}

.\!bg-purple-600\/90 {
  background-color: rgb(104 75 167 / 0.9) !important;
}

.\!bg-purple-600\/95 {
  background-color: rgb(104 75 167 / 0.95) !important;
}

.\!bg-purple-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 60 133 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-700\/0 {
  background-color: rgb(83 60 133 / 0) !important;
}

.\!bg-purple-700\/10 {
  background-color: rgb(83 60 133 / 0.1) !important;
}

.\!bg-purple-700\/100 {
  background-color: rgb(83 60 133 / 1) !important;
}

.\!bg-purple-700\/20 {
  background-color: rgb(83 60 133 / 0.2) !important;
}

.\!bg-purple-700\/25 {
  background-color: rgb(83 60 133 / 0.25) !important;
}

.\!bg-purple-700\/30 {
  background-color: rgb(83 60 133 / 0.3) !important;
}

.\!bg-purple-700\/40 {
  background-color: rgb(83 60 133 / 0.4) !important;
}

.\!bg-purple-700\/5 {
  background-color: rgb(83 60 133 / 0.05) !important;
}

.\!bg-purple-700\/50 {
  background-color: rgb(83 60 133 / 0.5) !important;
}

.\!bg-purple-700\/60 {
  background-color: rgb(83 60 133 / 0.6) !important;
}

.\!bg-purple-700\/70 {
  background-color: rgb(83 60 133 / 0.7) !important;
}

.\!bg-purple-700\/75 {
  background-color: rgb(83 60 133 / 0.75) !important;
}

.\!bg-purple-700\/80 {
  background-color: rgb(83 60 133 / 0.8) !important;
}

.\!bg-purple-700\/90 {
  background-color: rgb(83 60 133 / 0.9) !important;
}

.\!bg-purple-700\/95 {
  background-color: rgb(83 60 133 / 0.95) !important;
}

.\!bg-purple-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 45 100 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-800\/0 {
  background-color: rgb(63 45 100 / 0) !important;
}

.\!bg-purple-800\/10 {
  background-color: rgb(63 45 100 / 0.1) !important;
}

.\!bg-purple-800\/100 {
  background-color: rgb(63 45 100 / 1) !important;
}

.\!bg-purple-800\/20 {
  background-color: rgb(63 45 100 / 0.2) !important;
}

.\!bg-purple-800\/25 {
  background-color: rgb(63 45 100 / 0.25) !important;
}

.\!bg-purple-800\/30 {
  background-color: rgb(63 45 100 / 0.3) !important;
}

.\!bg-purple-800\/40 {
  background-color: rgb(63 45 100 / 0.4) !important;
}

.\!bg-purple-800\/5 {
  background-color: rgb(63 45 100 / 0.05) !important;
}

.\!bg-purple-800\/50 {
  background-color: rgb(63 45 100 / 0.5) !important;
}

.\!bg-purple-800\/60 {
  background-color: rgb(63 45 100 / 0.6) !important;
}

.\!bg-purple-800\/70 {
  background-color: rgb(63 45 100 / 0.7) !important;
}

.\!bg-purple-800\/75 {
  background-color: rgb(63 45 100 / 0.75) !important;
}

.\!bg-purple-800\/80 {
  background-color: rgb(63 45 100 / 0.8) !important;
}

.\!bg-purple-800\/90 {
  background-color: rgb(63 45 100 / 0.9) !important;
}

.\!bg-purple-800\/95 {
  background-color: rgb(63 45 100 / 0.95) !important;
}

.\!bg-purple-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 30 67 / var(--tw-bg-opacity)) !important;
}

.\!bg-purple-900\/0 {
  background-color: rgb(42 30 67 / 0) !important;
}

.\!bg-purple-900\/10 {
  background-color: rgb(42 30 67 / 0.1) !important;
}

.\!bg-purple-900\/100 {
  background-color: rgb(42 30 67 / 1) !important;
}

.\!bg-purple-900\/20 {
  background-color: rgb(42 30 67 / 0.2) !important;
}

.\!bg-purple-900\/25 {
  background-color: rgb(42 30 67 / 0.25) !important;
}

.\!bg-purple-900\/30 {
  background-color: rgb(42 30 67 / 0.3) !important;
}

.\!bg-purple-900\/40 {
  background-color: rgb(42 30 67 / 0.4) !important;
}

.\!bg-purple-900\/5 {
  background-color: rgb(42 30 67 / 0.05) !important;
}

.\!bg-purple-900\/50 {
  background-color: rgb(42 30 67 / 0.5) !important;
}

.\!bg-purple-900\/60 {
  background-color: rgb(42 30 67 / 0.6) !important;
}

.\!bg-purple-900\/70 {
  background-color: rgb(42 30 67 / 0.7) !important;
}

.\!bg-purple-900\/75 {
  background-color: rgb(42 30 67 / 0.75) !important;
}

.\!bg-purple-900\/80 {
  background-color: rgb(42 30 67 / 0.8) !important;
}

.\!bg-purple-900\/90 {
  background-color: rgb(42 30 67 / 0.9) !important;
}

.\!bg-purple-900\/95 {
  background-color: rgb(42 30 67 / 0.95) !important;
}

.\!bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 194 187 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-100\/0 {
  background-color: rgb(241 194 187 / 0) !important;
}

.\!bg-red-100\/10 {
  background-color: rgb(241 194 187 / 0.1) !important;
}

.\!bg-red-100\/100 {
  background-color: rgb(241 194 187 / 1) !important;
}

.\!bg-red-100\/20 {
  background-color: rgb(241 194 187 / 0.2) !important;
}

.\!bg-red-100\/25 {
  background-color: rgb(241 194 187 / 0.25) !important;
}

.\!bg-red-100\/30 {
  background-color: rgb(241 194 187 / 0.3) !important;
}

.\!bg-red-100\/40 {
  background-color: rgb(241 194 187 / 0.4) !important;
}

.\!bg-red-100\/5 {
  background-color: rgb(241 194 187 / 0.05) !important;
}

.\!bg-red-100\/50 {
  background-color: rgb(241 194 187 / 0.5) !important;
}

.\!bg-red-100\/60 {
  background-color: rgb(241 194 187 / 0.6) !important;
}

.\!bg-red-100\/70 {
  background-color: rgb(241 194 187 / 0.7) !important;
}

.\!bg-red-100\/75 {
  background-color: rgb(241 194 187 / 0.75) !important;
}

.\!bg-red-100\/80 {
  background-color: rgb(241 194 187 / 0.8) !important;
}

.\!bg-red-100\/90 {
  background-color: rgb(241 194 187 / 0.9) !important;
}

.\!bg-red-100\/95 {
  background-color: rgb(241 194 187 / 0.95) !important;
}

.\!bg-red-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 15 10 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-1000\/0 {
  background-color: rgb(43 15 10 / 0) !important;
}

.\!bg-red-1000\/10 {
  background-color: rgb(43 15 10 / 0.1) !important;
}

.\!bg-red-1000\/100 {
  background-color: rgb(43 15 10 / 1) !important;
}

.\!bg-red-1000\/20 {
  background-color: rgb(43 15 10 / 0.2) !important;
}

.\!bg-red-1000\/25 {
  background-color: rgb(43 15 10 / 0.25) !important;
}

.\!bg-red-1000\/30 {
  background-color: rgb(43 15 10 / 0.3) !important;
}

.\!bg-red-1000\/40 {
  background-color: rgb(43 15 10 / 0.4) !important;
}

.\!bg-red-1000\/5 {
  background-color: rgb(43 15 10 / 0.05) !important;
}

.\!bg-red-1000\/50 {
  background-color: rgb(43 15 10 / 0.5) !important;
}

.\!bg-red-1000\/60 {
  background-color: rgb(43 15 10 / 0.6) !important;
}

.\!bg-red-1000\/70 {
  background-color: rgb(43 15 10 / 0.7) !important;
}

.\!bg-red-1000\/75 {
  background-color: rgb(43 15 10 / 0.75) !important;
}

.\!bg-red-1000\/80 {
  background-color: rgb(43 15 10 / 0.8) !important;
}

.\!bg-red-1000\/90 {
  background-color: rgb(43 15 10 / 0.9) !important;
}

.\!bg-red-1000\/95 {
  background-color: rgb(43 15 10 / 0.95) !important;
}

.\!bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 164 153 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-200\/0 {
  background-color: rgb(235 164 153 / 0) !important;
}

.\!bg-red-200\/10 {
  background-color: rgb(235 164 153 / 0.1) !important;
}

.\!bg-red-200\/100 {
  background-color: rgb(235 164 153 / 1) !important;
}

.\!bg-red-200\/20 {
  background-color: rgb(235 164 153 / 0.2) !important;
}

.\!bg-red-200\/25 {
  background-color: rgb(235 164 153 / 0.25) !important;
}

.\!bg-red-200\/30 {
  background-color: rgb(235 164 153 / 0.3) !important;
}

.\!bg-red-200\/40 {
  background-color: rgb(235 164 153 / 0.4) !important;
}

.\!bg-red-200\/5 {
  background-color: rgb(235 164 153 / 0.05) !important;
}

.\!bg-red-200\/50 {
  background-color: rgb(235 164 153 / 0.5) !important;
}

.\!bg-red-200\/60 {
  background-color: rgb(235 164 153 / 0.6) !important;
}

.\!bg-red-200\/70 {
  background-color: rgb(235 164 153 / 0.7) !important;
}

.\!bg-red-200\/75 {
  background-color: rgb(235 164 153 / 0.75) !important;
}

.\!bg-red-200\/80 {
  background-color: rgb(235 164 153 / 0.8) !important;
}

.\!bg-red-200\/90 {
  background-color: rgb(235 164 153 / 0.9) !important;
}

.\!bg-red-200\/95 {
  background-color: rgb(235 164 153 / 0.95) !important;
}

.\!bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 134 119 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-300\/0 {
  background-color: rgb(228 134 119 / 0) !important;
}

.\!bg-red-300\/10 {
  background-color: rgb(228 134 119 / 0.1) !important;
}

.\!bg-red-300\/100 {
  background-color: rgb(228 134 119 / 1) !important;
}

.\!bg-red-300\/20 {
  background-color: rgb(228 134 119 / 0.2) !important;
}

.\!bg-red-300\/25 {
  background-color: rgb(228 134 119 / 0.25) !important;
}

.\!bg-red-300\/30 {
  background-color: rgb(228 134 119 / 0.3) !important;
}

.\!bg-red-300\/40 {
  background-color: rgb(228 134 119 / 0.4) !important;
}

.\!bg-red-300\/5 {
  background-color: rgb(228 134 119 / 0.05) !important;
}

.\!bg-red-300\/50 {
  background-color: rgb(228 134 119 / 0.5) !important;
}

.\!bg-red-300\/60 {
  background-color: rgb(228 134 119 / 0.6) !important;
}

.\!bg-red-300\/70 {
  background-color: rgb(228 134 119 / 0.7) !important;
}

.\!bg-red-300\/75 {
  background-color: rgb(228 134 119 / 0.75) !important;
}

.\!bg-red-300\/80 {
  background-color: rgb(228 134 119 / 0.8) !important;
}

.\!bg-red-300\/90 {
  background-color: rgb(228 134 119 / 0.9) !important;
}

.\!bg-red-300\/95 {
  background-color: rgb(228 134 119 / 0.95) !important;
}

.\!bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 103 85 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-400\/0 {
  background-color: rgb(221 103 85 / 0) !important;
}

.\!bg-red-400\/10 {
  background-color: rgb(221 103 85 / 0.1) !important;
}

.\!bg-red-400\/100 {
  background-color: rgb(221 103 85 / 1) !important;
}

.\!bg-red-400\/20 {
  background-color: rgb(221 103 85 / 0.2) !important;
}

.\!bg-red-400\/25 {
  background-color: rgb(221 103 85 / 0.25) !important;
}

.\!bg-red-400\/30 {
  background-color: rgb(221 103 85 / 0.3) !important;
}

.\!bg-red-400\/40 {
  background-color: rgb(221 103 85 / 0.4) !important;
}

.\!bg-red-400\/5 {
  background-color: rgb(221 103 85 / 0.05) !important;
}

.\!bg-red-400\/50 {
  background-color: rgb(221 103 85 / 0.5) !important;
}

.\!bg-red-400\/60 {
  background-color: rgb(221 103 85 / 0.6) !important;
}

.\!bg-red-400\/70 {
  background-color: rgb(221 103 85 / 0.7) !important;
}

.\!bg-red-400\/75 {
  background-color: rgb(221 103 85 / 0.75) !important;
}

.\!bg-red-400\/80 {
  background-color: rgb(221 103 85 / 0.8) !important;
}

.\!bg-red-400\/90 {
  background-color: rgb(221 103 85 / 0.9) !important;
}

.\!bg-red-400\/95 {
  background-color: rgb(221 103 85 / 0.95) !important;
}

.\!bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 219 214 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-50\/0 {
  background-color: rgb(247 219 214 / 0) !important;
}

.\!bg-red-50\/10 {
  background-color: rgb(247 219 214 / 0.1) !important;
}

.\!bg-red-50\/100 {
  background-color: rgb(247 219 214 / 1) !important;
}

.\!bg-red-50\/20 {
  background-color: rgb(247 219 214 / 0.2) !important;
}

.\!bg-red-50\/25 {
  background-color: rgb(247 219 214 / 0.25) !important;
}

.\!bg-red-50\/30 {
  background-color: rgb(247 219 214 / 0.3) !important;
}

.\!bg-red-50\/40 {
  background-color: rgb(247 219 214 / 0.4) !important;
}

.\!bg-red-50\/5 {
  background-color: rgb(247 219 214 / 0.05) !important;
}

.\!bg-red-50\/50 {
  background-color: rgb(247 219 214 / 0.5) !important;
}

.\!bg-red-50\/60 {
  background-color: rgb(247 219 214 / 0.6) !important;
}

.\!bg-red-50\/70 {
  background-color: rgb(247 219 214 / 0.7) !important;
}

.\!bg-red-50\/75 {
  background-color: rgb(247 219 214 / 0.75) !important;
}

.\!bg-red-50\/80 {
  background-color: rgb(247 219 214 / 0.8) !important;
}

.\!bg-red-50\/90 {
  background-color: rgb(247 219 214 / 0.9) !important;
}

.\!bg-red-50\/95 {
  background-color: rgb(247 219 214 / 0.95) !important;
}

.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 73 51 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-500\/0 {
  background-color: rgb(214 73 51 / 0) !important;
}

.\!bg-red-500\/10 {
  background-color: rgb(214 73 51 / 0.1) !important;
}

.\!bg-red-500\/100 {
  background-color: rgb(214 73 51 / 1) !important;
}

.\!bg-red-500\/20 {
  background-color: rgb(214 73 51 / 0.2) !important;
}

.\!bg-red-500\/25 {
  background-color: rgb(214 73 51 / 0.25) !important;
}

.\!bg-red-500\/30 {
  background-color: rgb(214 73 51 / 0.3) !important;
}

.\!bg-red-500\/40 {
  background-color: rgb(214 73 51 / 0.4) !important;
}

.\!bg-red-500\/5 {
  background-color: rgb(214 73 51 / 0.05) !important;
}

.\!bg-red-500\/50 {
  background-color: rgb(214 73 51 / 0.5) !important;
}

.\!bg-red-500\/60 {
  background-color: rgb(214 73 51 / 0.6) !important;
}

.\!bg-red-500\/70 {
  background-color: rgb(214 73 51 / 0.7) !important;
}

.\!bg-red-500\/75 {
  background-color: rgb(214 73 51 / 0.75) !important;
}

.\!bg-red-500\/80 {
  background-color: rgb(214 73 51 / 0.8) !important;
}

.\!bg-red-500\/90 {
  background-color: rgb(214 73 51 / 0.9) !important;
}

.\!bg-red-500\/95 {
  background-color: rgb(214 73 51 / 0.95) !important;
}

.\!bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 61 43 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-600\/0 {
  background-color: rgb(178 61 43 / 0) !important;
}

.\!bg-red-600\/10 {
  background-color: rgb(178 61 43 / 0.1) !important;
}

.\!bg-red-600\/100 {
  background-color: rgb(178 61 43 / 1) !important;
}

.\!bg-red-600\/20 {
  background-color: rgb(178 61 43 / 0.2) !important;
}

.\!bg-red-600\/25 {
  background-color: rgb(178 61 43 / 0.25) !important;
}

.\!bg-red-600\/30 {
  background-color: rgb(178 61 43 / 0.3) !important;
}

.\!bg-red-600\/40 {
  background-color: rgb(178 61 43 / 0.4) !important;
}

.\!bg-red-600\/5 {
  background-color: rgb(178 61 43 / 0.05) !important;
}

.\!bg-red-600\/50 {
  background-color: rgb(178 61 43 / 0.5) !important;
}

.\!bg-red-600\/60 {
  background-color: rgb(178 61 43 / 0.6) !important;
}

.\!bg-red-600\/70 {
  background-color: rgb(178 61 43 / 0.7) !important;
}

.\!bg-red-600\/75 {
  background-color: rgb(178 61 43 / 0.75) !important;
}

.\!bg-red-600\/80 {
  background-color: rgb(178 61 43 / 0.8) !important;
}

.\!bg-red-600\/90 {
  background-color: rgb(178 61 43 / 0.9) !important;
}

.\!bg-red-600\/95 {
  background-color: rgb(178 61 43 / 0.95) !important;
}

.\!bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(143 49 34 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-700\/0 {
  background-color: rgb(143 49 34 / 0) !important;
}

.\!bg-red-700\/10 {
  background-color: rgb(143 49 34 / 0.1) !important;
}

.\!bg-red-700\/100 {
  background-color: rgb(143 49 34 / 1) !important;
}

.\!bg-red-700\/20 {
  background-color: rgb(143 49 34 / 0.2) !important;
}

.\!bg-red-700\/25 {
  background-color: rgb(143 49 34 / 0.25) !important;
}

.\!bg-red-700\/30 {
  background-color: rgb(143 49 34 / 0.3) !important;
}

.\!bg-red-700\/40 {
  background-color: rgb(143 49 34 / 0.4) !important;
}

.\!bg-red-700\/5 {
  background-color: rgb(143 49 34 / 0.05) !important;
}

.\!bg-red-700\/50 {
  background-color: rgb(143 49 34 / 0.5) !important;
}

.\!bg-red-700\/60 {
  background-color: rgb(143 49 34 / 0.6) !important;
}

.\!bg-red-700\/70 {
  background-color: rgb(143 49 34 / 0.7) !important;
}

.\!bg-red-700\/75 {
  background-color: rgb(143 49 34 / 0.75) !important;
}

.\!bg-red-700\/80 {
  background-color: rgb(143 49 34 / 0.8) !important;
}

.\!bg-red-700\/90 {
  background-color: rgb(143 49 34 / 0.9) !important;
}

.\!bg-red-700\/95 {
  background-color: rgb(143 49 34 / 0.95) !important;
}

.\!bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 37 26 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-800\/0 {
  background-color: rgb(107 37 26 / 0) !important;
}

.\!bg-red-800\/10 {
  background-color: rgb(107 37 26 / 0.1) !important;
}

.\!bg-red-800\/100 {
  background-color: rgb(107 37 26 / 1) !important;
}

.\!bg-red-800\/20 {
  background-color: rgb(107 37 26 / 0.2) !important;
}

.\!bg-red-800\/25 {
  background-color: rgb(107 37 26 / 0.25) !important;
}

.\!bg-red-800\/30 {
  background-color: rgb(107 37 26 / 0.3) !important;
}

.\!bg-red-800\/40 {
  background-color: rgb(107 37 26 / 0.4) !important;
}

.\!bg-red-800\/5 {
  background-color: rgb(107 37 26 / 0.05) !important;
}

.\!bg-red-800\/50 {
  background-color: rgb(107 37 26 / 0.5) !important;
}

.\!bg-red-800\/60 {
  background-color: rgb(107 37 26 / 0.6) !important;
}

.\!bg-red-800\/70 {
  background-color: rgb(107 37 26 / 0.7) !important;
}

.\!bg-red-800\/75 {
  background-color: rgb(107 37 26 / 0.75) !important;
}

.\!bg-red-800\/80 {
  background-color: rgb(107 37 26 / 0.8) !important;
}

.\!bg-red-800\/90 {
  background-color: rgb(107 37 26 / 0.9) !important;
}

.\!bg-red-800\/95 {
  background-color: rgb(107 37 26 / 0.95) !important;
}

.\!bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 24 17 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-900\/0 {
  background-color: rgb(71 24 17 / 0) !important;
}

.\!bg-red-900\/10 {
  background-color: rgb(71 24 17 / 0.1) !important;
}

.\!bg-red-900\/100 {
  background-color: rgb(71 24 17 / 1) !important;
}

.\!bg-red-900\/20 {
  background-color: rgb(71 24 17 / 0.2) !important;
}

.\!bg-red-900\/25 {
  background-color: rgb(71 24 17 / 0.25) !important;
}

.\!bg-red-900\/30 {
  background-color: rgb(71 24 17 / 0.3) !important;
}

.\!bg-red-900\/40 {
  background-color: rgb(71 24 17 / 0.4) !important;
}

.\!bg-red-900\/5 {
  background-color: rgb(71 24 17 / 0.05) !important;
}

.\!bg-red-900\/50 {
  background-color: rgb(71 24 17 / 0.5) !important;
}

.\!bg-red-900\/60 {
  background-color: rgb(71 24 17 / 0.6) !important;
}

.\!bg-red-900\/70 {
  background-color: rgb(71 24 17 / 0.7) !important;
}

.\!bg-red-900\/75 {
  background-color: rgb(71 24 17 / 0.75) !important;
}

.\!bg-red-900\/80 {
  background-color: rgb(71 24 17 / 0.8) !important;
}

.\!bg-red-900\/90 {
  background-color: rgb(71 24 17 / 0.9) !important;
}

.\!bg-red-900\/95 {
  background-color: rgb(71 24 17 / 0.95) !important;
}

.\!bg-teal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(195 243 235 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-100\/0 {
  background-color: rgb(195 243 235 / 0) !important;
}

.\!bg-teal-100\/10 {
  background-color: rgb(195 243 235 / 0.1) !important;
}

.\!bg-teal-100\/100 {
  background-color: rgb(195 243 235 / 1) !important;
}

.\!bg-teal-100\/20 {
  background-color: rgb(195 243 235 / 0.2) !important;
}

.\!bg-teal-100\/25 {
  background-color: rgb(195 243 235 / 0.25) !important;
}

.\!bg-teal-100\/30 {
  background-color: rgb(195 243 235 / 0.3) !important;
}

.\!bg-teal-100\/40 {
  background-color: rgb(195 243 235 / 0.4) !important;
}

.\!bg-teal-100\/5 {
  background-color: rgb(195 243 235 / 0.05) !important;
}

.\!bg-teal-100\/50 {
  background-color: rgb(195 243 235 / 0.5) !important;
}

.\!bg-teal-100\/60 {
  background-color: rgb(195 243 235 / 0.6) !important;
}

.\!bg-teal-100\/70 {
  background-color: rgb(195 243 235 / 0.7) !important;
}

.\!bg-teal-100\/75 {
  background-color: rgb(195 243 235 / 0.75) !important;
}

.\!bg-teal-100\/80 {
  background-color: rgb(195 243 235 / 0.8) !important;
}

.\!bg-teal-100\/90 {
  background-color: rgb(195 243 235 / 0.9) !important;
}

.\!bg-teal-100\/95 {
  background-color: rgb(195 243 235 / 0.95) !important;
}

.\!bg-teal-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 44 39 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-1000\/0 {
  background-color: rgb(15 44 39 / 0) !important;
}

.\!bg-teal-1000\/10 {
  background-color: rgb(15 44 39 / 0.1) !important;
}

.\!bg-teal-1000\/100 {
  background-color: rgb(15 44 39 / 1) !important;
}

.\!bg-teal-1000\/20 {
  background-color: rgb(15 44 39 / 0.2) !important;
}

.\!bg-teal-1000\/25 {
  background-color: rgb(15 44 39 / 0.25) !important;
}

.\!bg-teal-1000\/30 {
  background-color: rgb(15 44 39 / 0.3) !important;
}

.\!bg-teal-1000\/40 {
  background-color: rgb(15 44 39 / 0.4) !important;
}

.\!bg-teal-1000\/5 {
  background-color: rgb(15 44 39 / 0.05) !important;
}

.\!bg-teal-1000\/50 {
  background-color: rgb(15 44 39 / 0.5) !important;
}

.\!bg-teal-1000\/60 {
  background-color: rgb(15 44 39 / 0.6) !important;
}

.\!bg-teal-1000\/70 {
  background-color: rgb(15 44 39 / 0.7) !important;
}

.\!bg-teal-1000\/75 {
  background-color: rgb(15 44 39 / 0.75) !important;
}

.\!bg-teal-1000\/80 {
  background-color: rgb(15 44 39 / 0.8) !important;
}

.\!bg-teal-1000\/90 {
  background-color: rgb(15 44 39 / 0.9) !important;
}

.\!bg-teal-1000\/95 {
  background-color: rgb(15 44 39 / 0.95) !important;
}

.\!bg-teal-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 238 225 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-200\/0 {
  background-color: rgb(165 238 225 / 0) !important;
}

.\!bg-teal-200\/10 {
  background-color: rgb(165 238 225 / 0.1) !important;
}

.\!bg-teal-200\/100 {
  background-color: rgb(165 238 225 / 1) !important;
}

.\!bg-teal-200\/20 {
  background-color: rgb(165 238 225 / 0.2) !important;
}

.\!bg-teal-200\/25 {
  background-color: rgb(165 238 225 / 0.25) !important;
}

.\!bg-teal-200\/30 {
  background-color: rgb(165 238 225 / 0.3) !important;
}

.\!bg-teal-200\/40 {
  background-color: rgb(165 238 225 / 0.4) !important;
}

.\!bg-teal-200\/5 {
  background-color: rgb(165 238 225 / 0.05) !important;
}

.\!bg-teal-200\/50 {
  background-color: rgb(165 238 225 / 0.5) !important;
}

.\!bg-teal-200\/60 {
  background-color: rgb(165 238 225 / 0.6) !important;
}

.\!bg-teal-200\/70 {
  background-color: rgb(165 238 225 / 0.7) !important;
}

.\!bg-teal-200\/75 {
  background-color: rgb(165 238 225 / 0.75) !important;
}

.\!bg-teal-200\/80 {
  background-color: rgb(165 238 225 / 0.8) !important;
}

.\!bg-teal-200\/90 {
  background-color: rgb(165 238 225 / 0.9) !important;
}

.\!bg-teal-200\/95 {
  background-color: rgb(165 238 225 / 0.95) !important;
}

.\!bg-teal-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 232 215 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-300\/0 {
  background-color: rgb(135 232 215 / 0) !important;
}

.\!bg-teal-300\/10 {
  background-color: rgb(135 232 215 / 0.1) !important;
}

.\!bg-teal-300\/100 {
  background-color: rgb(135 232 215 / 1) !important;
}

.\!bg-teal-300\/20 {
  background-color: rgb(135 232 215 / 0.2) !important;
}

.\!bg-teal-300\/25 {
  background-color: rgb(135 232 215 / 0.25) !important;
}

.\!bg-teal-300\/30 {
  background-color: rgb(135 232 215 / 0.3) !important;
}

.\!bg-teal-300\/40 {
  background-color: rgb(135 232 215 / 0.4) !important;
}

.\!bg-teal-300\/5 {
  background-color: rgb(135 232 215 / 0.05) !important;
}

.\!bg-teal-300\/50 {
  background-color: rgb(135 232 215 / 0.5) !important;
}

.\!bg-teal-300\/60 {
  background-color: rgb(135 232 215 / 0.6) !important;
}

.\!bg-teal-300\/70 {
  background-color: rgb(135 232 215 / 0.7) !important;
}

.\!bg-teal-300\/75 {
  background-color: rgb(135 232 215 / 0.75) !important;
}

.\!bg-teal-300\/80 {
  background-color: rgb(135 232 215 / 0.8) !important;
}

.\!bg-teal-300\/90 {
  background-color: rgb(135 232 215 / 0.9) !important;
}

.\!bg-teal-300\/95 {
  background-color: rgb(135 232 215 / 0.95) !important;
}

.\!bg-teal-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(105 226 205 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-400\/0 {
  background-color: rgb(105 226 205 / 0) !important;
}

.\!bg-teal-400\/10 {
  background-color: rgb(105 226 205 / 0.1) !important;
}

.\!bg-teal-400\/100 {
  background-color: rgb(105 226 205 / 1) !important;
}

.\!bg-teal-400\/20 {
  background-color: rgb(105 226 205 / 0.2) !important;
}

.\!bg-teal-400\/25 {
  background-color: rgb(105 226 205 / 0.25) !important;
}

.\!bg-teal-400\/30 {
  background-color: rgb(105 226 205 / 0.3) !important;
}

.\!bg-teal-400\/40 {
  background-color: rgb(105 226 205 / 0.4) !important;
}

.\!bg-teal-400\/5 {
  background-color: rgb(105 226 205 / 0.05) !important;
}

.\!bg-teal-400\/50 {
  background-color: rgb(105 226 205 / 0.5) !important;
}

.\!bg-teal-400\/60 {
  background-color: rgb(105 226 205 / 0.6) !important;
}

.\!bg-teal-400\/70 {
  background-color: rgb(105 226 205 / 0.7) !important;
}

.\!bg-teal-400\/75 {
  background-color: rgb(105 226 205 / 0.75) !important;
}

.\!bg-teal-400\/80 {
  background-color: rgb(105 226 205 / 0.8) !important;
}

.\!bg-teal-400\/90 {
  background-color: rgb(105 226 205 / 0.9) !important;
}

.\!bg-teal-400\/95 {
  background-color: rgb(105 226 205 / 0.95) !important;
}

.\!bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 248 243 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-50\/0 {
  background-color: rgb(219 248 243 / 0) !important;
}

.\!bg-teal-50\/10 {
  background-color: rgb(219 248 243 / 0.1) !important;
}

.\!bg-teal-50\/100 {
  background-color: rgb(219 248 243 / 1) !important;
}

.\!bg-teal-50\/20 {
  background-color: rgb(219 248 243 / 0.2) !important;
}

.\!bg-teal-50\/25 {
  background-color: rgb(219 248 243 / 0.25) !important;
}

.\!bg-teal-50\/30 {
  background-color: rgb(219 248 243 / 0.3) !important;
}

.\!bg-teal-50\/40 {
  background-color: rgb(219 248 243 / 0.4) !important;
}

.\!bg-teal-50\/5 {
  background-color: rgb(219 248 243 / 0.05) !important;
}

.\!bg-teal-50\/50 {
  background-color: rgb(219 248 243 / 0.5) !important;
}

.\!bg-teal-50\/60 {
  background-color: rgb(219 248 243 / 0.6) !important;
}

.\!bg-teal-50\/70 {
  background-color: rgb(219 248 243 / 0.7) !important;
}

.\!bg-teal-50\/75 {
  background-color: rgb(219 248 243 / 0.75) !important;
}

.\!bg-teal-50\/80 {
  background-color: rgb(219 248 243 / 0.8) !important;
}

.\!bg-teal-50\/90 {
  background-color: rgb(219 248 243 / 0.9) !important;
}

.\!bg-teal-50\/95 {
  background-color: rgb(219 248 243 / 0.95) !important;
}

.\!bg-teal-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 220 195 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-500\/0 {
  background-color: rgb(75 220 195 / 0) !important;
}

.\!bg-teal-500\/10 {
  background-color: rgb(75 220 195 / 0.1) !important;
}

.\!bg-teal-500\/100 {
  background-color: rgb(75 220 195 / 1) !important;
}

.\!bg-teal-500\/20 {
  background-color: rgb(75 220 195 / 0.2) !important;
}

.\!bg-teal-500\/25 {
  background-color: rgb(75 220 195 / 0.25) !important;
}

.\!bg-teal-500\/30 {
  background-color: rgb(75 220 195 / 0.3) !important;
}

.\!bg-teal-500\/40 {
  background-color: rgb(75 220 195 / 0.4) !important;
}

.\!bg-teal-500\/5 {
  background-color: rgb(75 220 195 / 0.05) !important;
}

.\!bg-teal-500\/50 {
  background-color: rgb(75 220 195 / 0.5) !important;
}

.\!bg-teal-500\/60 {
  background-color: rgb(75 220 195 / 0.6) !important;
}

.\!bg-teal-500\/70 {
  background-color: rgb(75 220 195 / 0.7) !important;
}

.\!bg-teal-500\/75 {
  background-color: rgb(75 220 195 / 0.75) !important;
}

.\!bg-teal-500\/80 {
  background-color: rgb(75 220 195 / 0.8) !important;
}

.\!bg-teal-500\/90 {
  background-color: rgb(75 220 195 / 0.9) !important;
}

.\!bg-teal-500\/95 {
  background-color: rgb(75 220 195 / 0.95) !important;
}

.\!bg-teal-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 183 163 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-600\/0 {
  background-color: rgb(63 183 163 / 0) !important;
}

.\!bg-teal-600\/10 {
  background-color: rgb(63 183 163 / 0.1) !important;
}

.\!bg-teal-600\/100 {
  background-color: rgb(63 183 163 / 1) !important;
}

.\!bg-teal-600\/20 {
  background-color: rgb(63 183 163 / 0.2) !important;
}

.\!bg-teal-600\/25 {
  background-color: rgb(63 183 163 / 0.25) !important;
}

.\!bg-teal-600\/30 {
  background-color: rgb(63 183 163 / 0.3) !important;
}

.\!bg-teal-600\/40 {
  background-color: rgb(63 183 163 / 0.4) !important;
}

.\!bg-teal-600\/5 {
  background-color: rgb(63 183 163 / 0.05) !important;
}

.\!bg-teal-600\/50 {
  background-color: rgb(63 183 163 / 0.5) !important;
}

.\!bg-teal-600\/60 {
  background-color: rgb(63 183 163 / 0.6) !important;
}

.\!bg-teal-600\/70 {
  background-color: rgb(63 183 163 / 0.7) !important;
}

.\!bg-teal-600\/75 {
  background-color: rgb(63 183 163 / 0.75) !important;
}

.\!bg-teal-600\/80 {
  background-color: rgb(63 183 163 / 0.8) !important;
}

.\!bg-teal-600\/90 {
  background-color: rgb(63 183 163 / 0.9) !important;
}

.\!bg-teal-600\/95 {
  background-color: rgb(63 183 163 / 0.95) !important;
}

.\!bg-teal-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(50 147 130 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-700\/0 {
  background-color: rgb(50 147 130 / 0) !important;
}

.\!bg-teal-700\/10 {
  background-color: rgb(50 147 130 / 0.1) !important;
}

.\!bg-teal-700\/100 {
  background-color: rgb(50 147 130 / 1) !important;
}

.\!bg-teal-700\/20 {
  background-color: rgb(50 147 130 / 0.2) !important;
}

.\!bg-teal-700\/25 {
  background-color: rgb(50 147 130 / 0.25) !important;
}

.\!bg-teal-700\/30 {
  background-color: rgb(50 147 130 / 0.3) !important;
}

.\!bg-teal-700\/40 {
  background-color: rgb(50 147 130 / 0.4) !important;
}

.\!bg-teal-700\/5 {
  background-color: rgb(50 147 130 / 0.05) !important;
}

.\!bg-teal-700\/50 {
  background-color: rgb(50 147 130 / 0.5) !important;
}

.\!bg-teal-700\/60 {
  background-color: rgb(50 147 130 / 0.6) !important;
}

.\!bg-teal-700\/70 {
  background-color: rgb(50 147 130 / 0.7) !important;
}

.\!bg-teal-700\/75 {
  background-color: rgb(50 147 130 / 0.75) !important;
}

.\!bg-teal-700\/80 {
  background-color: rgb(50 147 130 / 0.8) !important;
}

.\!bg-teal-700\/90 {
  background-color: rgb(50 147 130 / 0.9) !important;
}

.\!bg-teal-700\/95 {
  background-color: rgb(50 147 130 / 0.95) !important;
}

.\!bg-teal-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 110 98 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-800\/0 {
  background-color: rgb(38 110 98 / 0) !important;
}

.\!bg-teal-800\/10 {
  background-color: rgb(38 110 98 / 0.1) !important;
}

.\!bg-teal-800\/100 {
  background-color: rgb(38 110 98 / 1) !important;
}

.\!bg-teal-800\/20 {
  background-color: rgb(38 110 98 / 0.2) !important;
}

.\!bg-teal-800\/25 {
  background-color: rgb(38 110 98 / 0.25) !important;
}

.\!bg-teal-800\/30 {
  background-color: rgb(38 110 98 / 0.3) !important;
}

.\!bg-teal-800\/40 {
  background-color: rgb(38 110 98 / 0.4) !important;
}

.\!bg-teal-800\/5 {
  background-color: rgb(38 110 98 / 0.05) !important;
}

.\!bg-teal-800\/50 {
  background-color: rgb(38 110 98 / 0.5) !important;
}

.\!bg-teal-800\/60 {
  background-color: rgb(38 110 98 / 0.6) !important;
}

.\!bg-teal-800\/70 {
  background-color: rgb(38 110 98 / 0.7) !important;
}

.\!bg-teal-800\/75 {
  background-color: rgb(38 110 98 / 0.75) !important;
}

.\!bg-teal-800\/80 {
  background-color: rgb(38 110 98 / 0.8) !important;
}

.\!bg-teal-800\/90 {
  background-color: rgb(38 110 98 / 0.9) !important;
}

.\!bg-teal-800\/95 {
  background-color: rgb(38 110 98 / 0.95) !important;
}

.\!bg-teal-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 73 65 / var(--tw-bg-opacity)) !important;
}

.\!bg-teal-900\/0 {
  background-color: rgb(25 73 65 / 0) !important;
}

.\!bg-teal-900\/10 {
  background-color: rgb(25 73 65 / 0.1) !important;
}

.\!bg-teal-900\/100 {
  background-color: rgb(25 73 65 / 1) !important;
}

.\!bg-teal-900\/20 {
  background-color: rgb(25 73 65 / 0.2) !important;
}

.\!bg-teal-900\/25 {
  background-color: rgb(25 73 65 / 0.25) !important;
}

.\!bg-teal-900\/30 {
  background-color: rgb(25 73 65 / 0.3) !important;
}

.\!bg-teal-900\/40 {
  background-color: rgb(25 73 65 / 0.4) !important;
}

.\!bg-teal-900\/5 {
  background-color: rgb(25 73 65 / 0.05) !important;
}

.\!bg-teal-900\/50 {
  background-color: rgb(25 73 65 / 0.5) !important;
}

.\!bg-teal-900\/60 {
  background-color: rgb(25 73 65 / 0.6) !important;
}

.\!bg-teal-900\/70 {
  background-color: rgb(25 73 65 / 0.7) !important;
}

.\!bg-teal-900\/75 {
  background-color: rgb(25 73 65 / 0.75) !important;
}

.\!bg-teal-900\/80 {
  background-color: rgb(25 73 65 / 0.8) !important;
}

.\!bg-teal-900\/90 {
  background-color: rgb(25 73 65 / 0.9) !important;
}

.\!bg-teal-900\/95 {
  background-color: rgb(25 73 65 / 0.95) !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 247 195 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-100\/0 {
  background-color: rgb(254 247 195 / 0) !important;
}

.\!bg-yellow-100\/10 {
  background-color: rgb(254 247 195 / 0.1) !important;
}

.\!bg-yellow-100\/100 {
  background-color: rgb(254 247 195 / 1) !important;
}

.\!bg-yellow-100\/20 {
  background-color: rgb(254 247 195 / 0.2) !important;
}

.\!bg-yellow-100\/25 {
  background-color: rgb(254 247 195 / 0.25) !important;
}

.\!bg-yellow-100\/30 {
  background-color: rgb(254 247 195 / 0.3) !important;
}

.\!bg-yellow-100\/40 {
  background-color: rgb(254 247 195 / 0.4) !important;
}

.\!bg-yellow-100\/5 {
  background-color: rgb(254 247 195 / 0.05) !important;
}

.\!bg-yellow-100\/50 {
  background-color: rgb(254 247 195 / 0.5) !important;
}

.\!bg-yellow-100\/60 {
  background-color: rgb(254 247 195 / 0.6) !important;
}

.\!bg-yellow-100\/70 {
  background-color: rgb(254 247 195 / 0.7) !important;
}

.\!bg-yellow-100\/75 {
  background-color: rgb(254 247 195 / 0.75) !important;
}

.\!bg-yellow-100\/80 {
  background-color: rgb(254 247 195 / 0.8) !important;
}

.\!bg-yellow-100\/90 {
  background-color: rgb(254 247 195 / 0.9) !important;
}

.\!bg-yellow-100\/95 {
  background-color: rgb(254 247 195 / 0.95) !important;
}

.\!bg-yellow-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 46 15 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-1000\/0 {
  background-color: rgb(51 46 15 / 0) !important;
}

.\!bg-yellow-1000\/10 {
  background-color: rgb(51 46 15 / 0.1) !important;
}

.\!bg-yellow-1000\/100 {
  background-color: rgb(51 46 15 / 1) !important;
}

.\!bg-yellow-1000\/20 {
  background-color: rgb(51 46 15 / 0.2) !important;
}

.\!bg-yellow-1000\/25 {
  background-color: rgb(51 46 15 / 0.25) !important;
}

.\!bg-yellow-1000\/30 {
  background-color: rgb(51 46 15 / 0.3) !important;
}

.\!bg-yellow-1000\/40 {
  background-color: rgb(51 46 15 / 0.4) !important;
}

.\!bg-yellow-1000\/5 {
  background-color: rgb(51 46 15 / 0.05) !important;
}

.\!bg-yellow-1000\/50 {
  background-color: rgb(51 46 15 / 0.5) !important;
}

.\!bg-yellow-1000\/60 {
  background-color: rgb(51 46 15 / 0.6) !important;
}

.\!bg-yellow-1000\/70 {
  background-color: rgb(51 46 15 / 0.7) !important;
}

.\!bg-yellow-1000\/75 {
  background-color: rgb(51 46 15 / 0.75) !important;
}

.\!bg-yellow-1000\/80 {
  background-color: rgb(51 46 15 / 0.8) !important;
}

.\!bg-yellow-1000\/90 {
  background-color: rgb(51 46 15 / 0.9) !important;
}

.\!bg-yellow-1000\/95 {
  background-color: rgb(51 46 15 / 0.95) !important;
}

.\!bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 166 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-200\/0 {
  background-color: rgb(254 243 166 / 0) !important;
}

.\!bg-yellow-200\/10 {
  background-color: rgb(254 243 166 / 0.1) !important;
}

.\!bg-yellow-200\/100 {
  background-color: rgb(254 243 166 / 1) !important;
}

.\!bg-yellow-200\/20 {
  background-color: rgb(254 243 166 / 0.2) !important;
}

.\!bg-yellow-200\/25 {
  background-color: rgb(254 243 166 / 0.25) !important;
}

.\!bg-yellow-200\/30 {
  background-color: rgb(254 243 166 / 0.3) !important;
}

.\!bg-yellow-200\/40 {
  background-color: rgb(254 243 166 / 0.4) !important;
}

.\!bg-yellow-200\/5 {
  background-color: rgb(254 243 166 / 0.05) !important;
}

.\!bg-yellow-200\/50 {
  background-color: rgb(254 243 166 / 0.5) !important;
}

.\!bg-yellow-200\/60 {
  background-color: rgb(254 243 166 / 0.6) !important;
}

.\!bg-yellow-200\/70 {
  background-color: rgb(254 243 166 / 0.7) !important;
}

.\!bg-yellow-200\/75 {
  background-color: rgb(254 243 166 / 0.75) !important;
}

.\!bg-yellow-200\/80 {
  background-color: rgb(254 243 166 / 0.8) !important;
}

.\!bg-yellow-200\/90 {
  background-color: rgb(254 243 166 / 0.9) !important;
}

.\!bg-yellow-200\/95 {
  background-color: rgb(254 243 166 / 0.95) !important;
}

.\!bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 239 136 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-300\/0 {
  background-color: rgb(254 239 136 / 0) !important;
}

.\!bg-yellow-300\/10 {
  background-color: rgb(254 239 136 / 0.1) !important;
}

.\!bg-yellow-300\/100 {
  background-color: rgb(254 239 136 / 1) !important;
}

.\!bg-yellow-300\/20 {
  background-color: rgb(254 239 136 / 0.2) !important;
}

.\!bg-yellow-300\/25 {
  background-color: rgb(254 239 136 / 0.25) !important;
}

.\!bg-yellow-300\/30 {
  background-color: rgb(254 239 136 / 0.3) !important;
}

.\!bg-yellow-300\/40 {
  background-color: rgb(254 239 136 / 0.4) !important;
}

.\!bg-yellow-300\/5 {
  background-color: rgb(254 239 136 / 0.05) !important;
}

.\!bg-yellow-300\/50 {
  background-color: rgb(254 239 136 / 0.5) !important;
}

.\!bg-yellow-300\/60 {
  background-color: rgb(254 239 136 / 0.6) !important;
}

.\!bg-yellow-300\/70 {
  background-color: rgb(254 239 136 / 0.7) !important;
}

.\!bg-yellow-300\/75 {
  background-color: rgb(254 239 136 / 0.75) !important;
}

.\!bg-yellow-300\/80 {
  background-color: rgb(254 239 136 / 0.8) !important;
}

.\!bg-yellow-300\/90 {
  background-color: rgb(254 239 136 / 0.9) !important;
}

.\!bg-yellow-300\/95 {
  background-color: rgb(254 239 136 / 0.95) !important;
}

.\!bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 235 106 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-400\/0 {
  background-color: rgb(253 235 106 / 0) !important;
}

.\!bg-yellow-400\/10 {
  background-color: rgb(253 235 106 / 0.1) !important;
}

.\!bg-yellow-400\/100 {
  background-color: rgb(253 235 106 / 1) !important;
}

.\!bg-yellow-400\/20 {
  background-color: rgb(253 235 106 / 0.2) !important;
}

.\!bg-yellow-400\/25 {
  background-color: rgb(253 235 106 / 0.25) !important;
}

.\!bg-yellow-400\/30 {
  background-color: rgb(253 235 106 / 0.3) !important;
}

.\!bg-yellow-400\/40 {
  background-color: rgb(253 235 106 / 0.4) !important;
}

.\!bg-yellow-400\/5 {
  background-color: rgb(253 235 106 / 0.05) !important;
}

.\!bg-yellow-400\/50 {
  background-color: rgb(253 235 106 / 0.5) !important;
}

.\!bg-yellow-400\/60 {
  background-color: rgb(253 235 106 / 0.6) !important;
}

.\!bg-yellow-400\/70 {
  background-color: rgb(253 235 106 / 0.7) !important;
}

.\!bg-yellow-400\/75 {
  background-color: rgb(253 235 106 / 0.75) !important;
}

.\!bg-yellow-400\/80 {
  background-color: rgb(253 235 106 / 0.8) !important;
}

.\!bg-yellow-400\/90 {
  background-color: rgb(253 235 106 / 0.9) !important;
}

.\!bg-yellow-400\/95 {
  background-color: rgb(253 235 106 / 0.95) !important;
}

.\!bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 250 219 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-50\/0 {
  background-color: rgb(255 250 219 / 0) !important;
}

.\!bg-yellow-50\/10 {
  background-color: rgb(255 250 219 / 0.1) !important;
}

.\!bg-yellow-50\/100 {
  background-color: rgb(255 250 219 / 1) !important;
}

.\!bg-yellow-50\/20 {
  background-color: rgb(255 250 219 / 0.2) !important;
}

.\!bg-yellow-50\/25 {
  background-color: rgb(255 250 219 / 0.25) !important;
}

.\!bg-yellow-50\/30 {
  background-color: rgb(255 250 219 / 0.3) !important;
}

.\!bg-yellow-50\/40 {
  background-color: rgb(255 250 219 / 0.4) !important;
}

.\!bg-yellow-50\/5 {
  background-color: rgb(255 250 219 / 0.05) !important;
}

.\!bg-yellow-50\/50 {
  background-color: rgb(255 250 219 / 0.5) !important;
}

.\!bg-yellow-50\/60 {
  background-color: rgb(255 250 219 / 0.6) !important;
}

.\!bg-yellow-50\/70 {
  background-color: rgb(255 250 219 / 0.7) !important;
}

.\!bg-yellow-50\/75 {
  background-color: rgb(255 250 219 / 0.75) !important;
}

.\!bg-yellow-50\/80 {
  background-color: rgb(255 250 219 / 0.8) !important;
}

.\!bg-yellow-50\/90 {
  background-color: rgb(255 250 219 / 0.9) !important;
}

.\!bg-yellow-50\/95 {
  background-color: rgb(255 250 219 / 0.95) !important;
}

.\!bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 231 76 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-500\/0 {
  background-color: rgb(253 231 76 / 0) !important;
}

.\!bg-yellow-500\/10 {
  background-color: rgb(253 231 76 / 0.1) !important;
}

.\!bg-yellow-500\/100 {
  background-color: rgb(253 231 76 / 1) !important;
}

.\!bg-yellow-500\/20 {
  background-color: rgb(253 231 76 / 0.2) !important;
}

.\!bg-yellow-500\/25 {
  background-color: rgb(253 231 76 / 0.25) !important;
}

.\!bg-yellow-500\/30 {
  background-color: rgb(253 231 76 / 0.3) !important;
}

.\!bg-yellow-500\/40 {
  background-color: rgb(253 231 76 / 0.4) !important;
}

.\!bg-yellow-500\/5 {
  background-color: rgb(253 231 76 / 0.05) !important;
}

.\!bg-yellow-500\/50 {
  background-color: rgb(253 231 76 / 0.5) !important;
}

.\!bg-yellow-500\/60 {
  background-color: rgb(253 231 76 / 0.6) !important;
}

.\!bg-yellow-500\/70 {
  background-color: rgb(253 231 76 / 0.7) !important;
}

.\!bg-yellow-500\/75 {
  background-color: rgb(253 231 76 / 0.75) !important;
}

.\!bg-yellow-500\/80 {
  background-color: rgb(253 231 76 / 0.8) !important;
}

.\!bg-yellow-500\/90 {
  background-color: rgb(253 231 76 / 0.9) !important;
}

.\!bg-yellow-500\/95 {
  background-color: rgb(253 231 76 / 0.95) !important;
}

.\!bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 193 63 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-600\/0 {
  background-color: rgb(211 193 63 / 0) !important;
}

.\!bg-yellow-600\/10 {
  background-color: rgb(211 193 63 / 0.1) !important;
}

.\!bg-yellow-600\/100 {
  background-color: rgb(211 193 63 / 1) !important;
}

.\!bg-yellow-600\/20 {
  background-color: rgb(211 193 63 / 0.2) !important;
}

.\!bg-yellow-600\/25 {
  background-color: rgb(211 193 63 / 0.25) !important;
}

.\!bg-yellow-600\/30 {
  background-color: rgb(211 193 63 / 0.3) !important;
}

.\!bg-yellow-600\/40 {
  background-color: rgb(211 193 63 / 0.4) !important;
}

.\!bg-yellow-600\/5 {
  background-color: rgb(211 193 63 / 0.05) !important;
}

.\!bg-yellow-600\/50 {
  background-color: rgb(211 193 63 / 0.5) !important;
}

.\!bg-yellow-600\/60 {
  background-color: rgb(211 193 63 / 0.6) !important;
}

.\!bg-yellow-600\/70 {
  background-color: rgb(211 193 63 / 0.7) !important;
}

.\!bg-yellow-600\/75 {
  background-color: rgb(211 193 63 / 0.75) !important;
}

.\!bg-yellow-600\/80 {
  background-color: rgb(211 193 63 / 0.8) !important;
}

.\!bg-yellow-600\/90 {
  background-color: rgb(211 193 63 / 0.9) !important;
}

.\!bg-yellow-600\/95 {
  background-color: rgb(211 193 63 / 0.95) !important;
}

.\!bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(169 154 51 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-700\/0 {
  background-color: rgb(169 154 51 / 0) !important;
}

.\!bg-yellow-700\/10 {
  background-color: rgb(169 154 51 / 0.1) !important;
}

.\!bg-yellow-700\/100 {
  background-color: rgb(169 154 51 / 1) !important;
}

.\!bg-yellow-700\/20 {
  background-color: rgb(169 154 51 / 0.2) !important;
}

.\!bg-yellow-700\/25 {
  background-color: rgb(169 154 51 / 0.25) !important;
}

.\!bg-yellow-700\/30 {
  background-color: rgb(169 154 51 / 0.3) !important;
}

.\!bg-yellow-700\/40 {
  background-color: rgb(169 154 51 / 0.4) !important;
}

.\!bg-yellow-700\/5 {
  background-color: rgb(169 154 51 / 0.05) !important;
}

.\!bg-yellow-700\/50 {
  background-color: rgb(169 154 51 / 0.5) !important;
}

.\!bg-yellow-700\/60 {
  background-color: rgb(169 154 51 / 0.6) !important;
}

.\!bg-yellow-700\/70 {
  background-color: rgb(169 154 51 / 0.7) !important;
}

.\!bg-yellow-700\/75 {
  background-color: rgb(169 154 51 / 0.75) !important;
}

.\!bg-yellow-700\/80 {
  background-color: rgb(169 154 51 / 0.8) !important;
}

.\!bg-yellow-700\/90 {
  background-color: rgb(169 154 51 / 0.9) !important;
}

.\!bg-yellow-700\/95 {
  background-color: rgb(169 154 51 / 0.95) !important;
}

.\!bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 116 38 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-800\/0 {
  background-color: rgb(127 116 38 / 0) !important;
}

.\!bg-yellow-800\/10 {
  background-color: rgb(127 116 38 / 0.1) !important;
}

.\!bg-yellow-800\/100 {
  background-color: rgb(127 116 38 / 1) !important;
}

.\!bg-yellow-800\/20 {
  background-color: rgb(127 116 38 / 0.2) !important;
}

.\!bg-yellow-800\/25 {
  background-color: rgb(127 116 38 / 0.25) !important;
}

.\!bg-yellow-800\/30 {
  background-color: rgb(127 116 38 / 0.3) !important;
}

.\!bg-yellow-800\/40 {
  background-color: rgb(127 116 38 / 0.4) !important;
}

.\!bg-yellow-800\/5 {
  background-color: rgb(127 116 38 / 0.05) !important;
}

.\!bg-yellow-800\/50 {
  background-color: rgb(127 116 38 / 0.5) !important;
}

.\!bg-yellow-800\/60 {
  background-color: rgb(127 116 38 / 0.6) !important;
}

.\!bg-yellow-800\/70 {
  background-color: rgb(127 116 38 / 0.7) !important;
}

.\!bg-yellow-800\/75 {
  background-color: rgb(127 116 38 / 0.75) !important;
}

.\!bg-yellow-800\/80 {
  background-color: rgb(127 116 38 / 0.8) !important;
}

.\!bg-yellow-800\/90 {
  background-color: rgb(127 116 38 / 0.9) !important;
}

.\!bg-yellow-800\/95 {
  background-color: rgb(127 116 38 / 0.95) !important;
}

.\!bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 77 25 / var(--tw-bg-opacity)) !important;
}

.\!bg-yellow-900\/0 {
  background-color: rgb(84 77 25 / 0) !important;
}

.\!bg-yellow-900\/10 {
  background-color: rgb(84 77 25 / 0.1) !important;
}

.\!bg-yellow-900\/100 {
  background-color: rgb(84 77 25 / 1) !important;
}

.\!bg-yellow-900\/20 {
  background-color: rgb(84 77 25 / 0.2) !important;
}

.\!bg-yellow-900\/25 {
  background-color: rgb(84 77 25 / 0.25) !important;
}

.\!bg-yellow-900\/30 {
  background-color: rgb(84 77 25 / 0.3) !important;
}

.\!bg-yellow-900\/40 {
  background-color: rgb(84 77 25 / 0.4) !important;
}

.\!bg-yellow-900\/5 {
  background-color: rgb(84 77 25 / 0.05) !important;
}

.\!bg-yellow-900\/50 {
  background-color: rgb(84 77 25 / 0.5) !important;
}

.\!bg-yellow-900\/60 {
  background-color: rgb(84 77 25 / 0.6) !important;
}

.\!bg-yellow-900\/70 {
  background-color: rgb(84 77 25 / 0.7) !important;
}

.\!bg-yellow-900\/75 {
  background-color: rgb(84 77 25 / 0.75) !important;
}

.\!bg-yellow-900\/80 {
  background-color: rgb(84 77 25 / 0.8) !important;
}

.\!bg-yellow-900\/90 {
  background-color: rgb(84 77 25 / 0.9) !important;
}

.\!bg-yellow-900\/95 {
  background-color: rgb(84 77 25 / 0.95) !important;
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.65\)\] {
  background-color: rgba(0,0,0,0.65);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 165 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(170 222 225 / var(--tw-bg-opacity));
}

.bg-blue-100\/0 {
  background-color: rgb(170 222 225 / 0);
}

.bg-blue-100\/10 {
  background-color: rgb(170 222 225 / 0.1);
}

.bg-blue-100\/100 {
  background-color: rgb(170 222 225 / 1);
}

.bg-blue-100\/20 {
  background-color: rgb(170 222 225 / 0.2);
}

.bg-blue-100\/25 {
  background-color: rgb(170 222 225 / 0.25);
}

.bg-blue-100\/30 {
  background-color: rgb(170 222 225 / 0.3);
}

.bg-blue-100\/40 {
  background-color: rgb(170 222 225 / 0.4);
}

.bg-blue-100\/5 {
  background-color: rgb(170 222 225 / 0.05);
}

.bg-blue-100\/50 {
  background-color: rgb(170 222 225 / 0.5);
}

.bg-blue-100\/60 {
  background-color: rgb(170 222 225 / 0.6);
}

.bg-blue-100\/70 {
  background-color: rgb(170 222 225 / 0.7);
}

.bg-blue-100\/75 {
  background-color: rgb(170 222 225 / 0.75);
}

.bg-blue-100\/80 {
  background-color: rgb(170 222 225 / 0.8);
}

.bg-blue-100\/90 {
  background-color: rgb(170 222 225 / 0.9);
}

.bg-blue-100\/95 {
  background-color: rgb(170 222 225 / 0.95);
}

.bg-blue-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 33 / var(--tw-bg-opacity));
}

.bg-blue-1000\/0 {
  background-color: rgb(0 31 33 / 0);
}

.bg-blue-1000\/10 {
  background-color: rgb(0 31 33 / 0.1);
}

.bg-blue-1000\/100 {
  background-color: rgb(0 31 33 / 1);
}

.bg-blue-1000\/20 {
  background-color: rgb(0 31 33 / 0.2);
}

.bg-blue-1000\/25 {
  background-color: rgb(0 31 33 / 0.25);
}

.bg-blue-1000\/30 {
  background-color: rgb(0 31 33 / 0.3);
}

.bg-blue-1000\/40 {
  background-color: rgb(0 31 33 / 0.4);
}

.bg-blue-1000\/5 {
  background-color: rgb(0 31 33 / 0.05);
}

.bg-blue-1000\/50 {
  background-color: rgb(0 31 33 / 0.5);
}

.bg-blue-1000\/60 {
  background-color: rgb(0 31 33 / 0.6);
}

.bg-blue-1000\/70 {
  background-color: rgb(0 31 33 / 0.7);
}

.bg-blue-1000\/75 {
  background-color: rgb(0 31 33 / 0.75);
}

.bg-blue-1000\/80 {
  background-color: rgb(0 31 33 / 0.8);
}

.bg-blue-1000\/90 {
  background-color: rgb(0 31 33 / 0.9);
}

.bg-blue-1000\/95 {
  background-color: rgb(0 31 33 / 0.95);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 205 210 / var(--tw-bg-opacity));
}

.bg-blue-200\/0 {
  background-color: rgb(128 205 210 / 0);
}

.bg-blue-200\/10 {
  background-color: rgb(128 205 210 / 0.1);
}

.bg-blue-200\/100 {
  background-color: rgb(128 205 210 / 1);
}

.bg-blue-200\/20 {
  background-color: rgb(128 205 210 / 0.2);
}

.bg-blue-200\/25 {
  background-color: rgb(128 205 210 / 0.25);
}

.bg-blue-200\/30 {
  background-color: rgb(128 205 210 / 0.3);
}

.bg-blue-200\/40 {
  background-color: rgb(128 205 210 / 0.4);
}

.bg-blue-200\/5 {
  background-color: rgb(128 205 210 / 0.05);
}

.bg-blue-200\/50 {
  background-color: rgb(128 205 210 / 0.5);
}

.bg-blue-200\/60 {
  background-color: rgb(128 205 210 / 0.6);
}

.bg-blue-200\/70 {
  background-color: rgb(128 205 210 / 0.7);
}

.bg-blue-200\/75 {
  background-color: rgb(128 205 210 / 0.75);
}

.bg-blue-200\/80 {
  background-color: rgb(128 205 210 / 0.8);
}

.bg-blue-200\/90 {
  background-color: rgb(128 205 210 / 0.9);
}

.bg-blue-200\/95 {
  background-color: rgb(128 205 210 / 0.95);
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 188 195 / var(--tw-bg-opacity));
}

.bg-blue-300\/0 {
  background-color: rgb(85 188 195 / 0);
}

.bg-blue-300\/10 {
  background-color: rgb(85 188 195 / 0.1);
}

.bg-blue-300\/100 {
  background-color: rgb(85 188 195 / 1);
}

.bg-blue-300\/20 {
  background-color: rgb(85 188 195 / 0.2);
}

.bg-blue-300\/25 {
  background-color: rgb(85 188 195 / 0.25);
}

.bg-blue-300\/30 {
  background-color: rgb(85 188 195 / 0.3);
}

.bg-blue-300\/40 {
  background-color: rgb(85 188 195 / 0.4);
}

.bg-blue-300\/5 {
  background-color: rgb(85 188 195 / 0.05);
}

.bg-blue-300\/50 {
  background-color: rgb(85 188 195 / 0.5);
}

.bg-blue-300\/60 {
  background-color: rgb(85 188 195 / 0.6);
}

.bg-blue-300\/70 {
  background-color: rgb(85 188 195 / 0.7);
}

.bg-blue-300\/75 {
  background-color: rgb(85 188 195 / 0.75);
}

.bg-blue-300\/80 {
  background-color: rgb(85 188 195 / 0.8);
}

.bg-blue-300\/90 {
  background-color: rgb(85 188 195 / 0.9);
}

.bg-blue-300\/95 {
  background-color: rgb(85 188 195 / 0.95);
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 172 180 / var(--tw-bg-opacity));
}

.bg-blue-400\/0 {
  background-color: rgb(42 172 180 / 0);
}

.bg-blue-400\/10 {
  background-color: rgb(42 172 180 / 0.1);
}

.bg-blue-400\/100 {
  background-color: rgb(42 172 180 / 1);
}

.bg-blue-400\/20 {
  background-color: rgb(42 172 180 / 0.2);
}

.bg-blue-400\/25 {
  background-color: rgb(42 172 180 / 0.25);
}

.bg-blue-400\/30 {
  background-color: rgb(42 172 180 / 0.3);
}

.bg-blue-400\/40 {
  background-color: rgb(42 172 180 / 0.4);
}

.bg-blue-400\/5 {
  background-color: rgb(42 172 180 / 0.05);
}

.bg-blue-400\/50 {
  background-color: rgb(42 172 180 / 0.5);
}

.bg-blue-400\/60 {
  background-color: rgb(42 172 180 / 0.6);
}

.bg-blue-400\/70 {
  background-color: rgb(42 172 180 / 0.7);
}

.bg-blue-400\/75 {
  background-color: rgb(42 172 180 / 0.75);
}

.bg-blue-400\/80 {
  background-color: rgb(42 172 180 / 0.8);
}

.bg-blue-400\/90 {
  background-color: rgb(42 172 180 / 0.9);
}

.bg-blue-400\/95 {
  background-color: rgb(42 172 180 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 237 / var(--tw-bg-opacity));
}

.bg-blue-50\/0 {
  background-color: rgb(204 235 237 / 0);
}

.bg-blue-50\/10 {
  background-color: rgb(204 235 237 / 0.1);
}

.bg-blue-50\/100 {
  background-color: rgb(204 235 237 / 1);
}

.bg-blue-50\/20 {
  background-color: rgb(204 235 237 / 0.2);
}

.bg-blue-50\/25 {
  background-color: rgb(204 235 237 / 0.25);
}

.bg-blue-50\/30 {
  background-color: rgb(204 235 237 / 0.3);
}

.bg-blue-50\/40 {
  background-color: rgb(204 235 237 / 0.4);
}

.bg-blue-50\/5 {
  background-color: rgb(204 235 237 / 0.05);
}

.bg-blue-50\/50 {
  background-color: rgb(204 235 237 / 0.5);
}

.bg-blue-50\/60 {
  background-color: rgb(204 235 237 / 0.6);
}

.bg-blue-50\/70 {
  background-color: rgb(204 235 237 / 0.7);
}

.bg-blue-50\/75 {
  background-color: rgb(204 235 237 / 0.75);
}

.bg-blue-50\/80 {
  background-color: rgb(204 235 237 / 0.8);
}

.bg-blue-50\/90 {
  background-color: rgb(204 235 237 / 0.9);
}

.bg-blue-50\/95 {
  background-color: rgb(204 235 237 / 0.95);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 165 / var(--tw-bg-opacity));
}

.bg-blue-500\/0 {
  background-color: rgb(0 155 165 / 0);
}

.bg-blue-500\/10 {
  background-color: rgb(0 155 165 / 0.1);
}

.bg-blue-500\/100 {
  background-color: rgb(0 155 165 / 1);
}

.bg-blue-500\/20 {
  background-color: rgb(0 155 165 / 0.2);
}

.bg-blue-500\/25 {
  background-color: rgb(0 155 165 / 0.25);
}

.bg-blue-500\/30 {
  background-color: rgb(0 155 165 / 0.3);
}

.bg-blue-500\/40 {
  background-color: rgb(0 155 165 / 0.4);
}

.bg-blue-500\/5 {
  background-color: rgb(0 155 165 / 0.05);
}

.bg-blue-500\/50 {
  background-color: rgb(0 155 165 / 0.5);
}

.bg-blue-500\/60 {
  background-color: rgb(0 155 165 / 0.6);
}

.bg-blue-500\/70 {
  background-color: rgb(0 155 165 / 0.7);
}

.bg-blue-500\/75 {
  background-color: rgb(0 155 165 / 0.75);
}

.bg-blue-500\/80 {
  background-color: rgb(0 155 165 / 0.8);
}

.bg-blue-500\/90 {
  background-color: rgb(0 155 165 / 0.9);
}

.bg-blue-500\/95 {
  background-color: rgb(0 155 165 / 0.95);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 138 / var(--tw-bg-opacity));
}

.bg-blue-600\/0 {
  background-color: rgb(0 129 138 / 0);
}

.bg-blue-600\/10 {
  background-color: rgb(0 129 138 / 0.1);
}

.bg-blue-600\/100 {
  background-color: rgb(0 129 138 / 1);
}

.bg-blue-600\/20 {
  background-color: rgb(0 129 138 / 0.2);
}

.bg-blue-600\/25 {
  background-color: rgb(0 129 138 / 0.25);
}

.bg-blue-600\/30 {
  background-color: rgb(0 129 138 / 0.3);
}

.bg-blue-600\/40 {
  background-color: rgb(0 129 138 / 0.4);
}

.bg-blue-600\/5 {
  background-color: rgb(0 129 138 / 0.05);
}

.bg-blue-600\/50 {
  background-color: rgb(0 129 138 / 0.5);
}

.bg-blue-600\/60 {
  background-color: rgb(0 129 138 / 0.6);
}

.bg-blue-600\/70 {
  background-color: rgb(0 129 138 / 0.7);
}

.bg-blue-600\/75 {
  background-color: rgb(0 129 138 / 0.75);
}

.bg-blue-600\/80 {
  background-color: rgb(0 129 138 / 0.8);
}

.bg-blue-600\/90 {
  background-color: rgb(0 129 138 / 0.9);
}

.bg-blue-600\/95 {
  background-color: rgb(0 129 138 / 0.95);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 110 / var(--tw-bg-opacity));
}

.bg-blue-700\/0 {
  background-color: rgb(0 103 110 / 0);
}

.bg-blue-700\/10 {
  background-color: rgb(0 103 110 / 0.1);
}

.bg-blue-700\/100 {
  background-color: rgb(0 103 110 / 1);
}

.bg-blue-700\/20 {
  background-color: rgb(0 103 110 / 0.2);
}

.bg-blue-700\/25 {
  background-color: rgb(0 103 110 / 0.25);
}

.bg-blue-700\/30 {
  background-color: rgb(0 103 110 / 0.3);
}

.bg-blue-700\/40 {
  background-color: rgb(0 103 110 / 0.4);
}

.bg-blue-700\/5 {
  background-color: rgb(0 103 110 / 0.05);
}

.bg-blue-700\/50 {
  background-color: rgb(0 103 110 / 0.5);
}

.bg-blue-700\/60 {
  background-color: rgb(0 103 110 / 0.6);
}

.bg-blue-700\/70 {
  background-color: rgb(0 103 110 / 0.7);
}

.bg-blue-700\/75 {
  background-color: rgb(0 103 110 / 0.75);
}

.bg-blue-700\/80 {
  background-color: rgb(0 103 110 / 0.8);
}

.bg-blue-700\/90 {
  background-color: rgb(0 103 110 / 0.9);
}

.bg-blue-700\/95 {
  background-color: rgb(0 103 110 / 0.95);
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 83 / var(--tw-bg-opacity));
}

.bg-blue-800\/0 {
  background-color: rgb(0 78 83 / 0);
}

.bg-blue-800\/10 {
  background-color: rgb(0 78 83 / 0.1);
}

.bg-blue-800\/100 {
  background-color: rgb(0 78 83 / 1);
}

.bg-blue-800\/20 {
  background-color: rgb(0 78 83 / 0.2);
}

.bg-blue-800\/25 {
  background-color: rgb(0 78 83 / 0.25);
}

.bg-blue-800\/30 {
  background-color: rgb(0 78 83 / 0.3);
}

.bg-blue-800\/40 {
  background-color: rgb(0 78 83 / 0.4);
}

.bg-blue-800\/5 {
  background-color: rgb(0 78 83 / 0.05);
}

.bg-blue-800\/50 {
  background-color: rgb(0 78 83 / 0.5);
}

.bg-blue-800\/60 {
  background-color: rgb(0 78 83 / 0.6);
}

.bg-blue-800\/70 {
  background-color: rgb(0 78 83 / 0.7);
}

.bg-blue-800\/75 {
  background-color: rgb(0 78 83 / 0.75);
}

.bg-blue-800\/80 {
  background-color: rgb(0 78 83 / 0.8);
}

.bg-blue-800\/90 {
  background-color: rgb(0 78 83 / 0.9);
}

.bg-blue-800\/95 {
  background-color: rgb(0 78 83 / 0.95);
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 55 / var(--tw-bg-opacity));
}

.bg-blue-900\/0 {
  background-color: rgb(0 52 55 / 0);
}

.bg-blue-900\/10 {
  background-color: rgb(0 52 55 / 0.1);
}

.bg-blue-900\/100 {
  background-color: rgb(0 52 55 / 1);
}

.bg-blue-900\/20 {
  background-color: rgb(0 52 55 / 0.2);
}

.bg-blue-900\/25 {
  background-color: rgb(0 52 55 / 0.25);
}

.bg-blue-900\/30 {
  background-color: rgb(0 52 55 / 0.3);
}

.bg-blue-900\/40 {
  background-color: rgb(0 52 55 / 0.4);
}

.bg-blue-900\/5 {
  background-color: rgb(0 52 55 / 0.05);
}

.bg-blue-900\/50 {
  background-color: rgb(0 52 55 / 0.5);
}

.bg-blue-900\/60 {
  background-color: rgb(0 52 55 / 0.6);
}

.bg-blue-900\/70 {
  background-color: rgb(0 52 55 / 0.7);
}

.bg-blue-900\/75 {
  background-color: rgb(0 52 55 / 0.75);
}

.bg-blue-900\/80 {
  background-color: rgb(0 52 55 / 0.8);
}

.bg-blue-900\/90 {
  background-color: rgb(0 52 55 / 0.9);
}

.bg-blue-900\/95 {
  background-color: rgb(0 52 55 / 0.95);
}

.bg-cyan {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity));
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(170 226 245 / var(--tw-bg-opacity));
}

.bg-cyan-100\/0 {
  background-color: rgb(170 226 245 / 0);
}

.bg-cyan-100\/10 {
  background-color: rgb(170 226 245 / 0.1);
}

.bg-cyan-100\/100 {
  background-color: rgb(170 226 245 / 1);
}

.bg-cyan-100\/20 {
  background-color: rgb(170 226 245 / 0.2);
}

.bg-cyan-100\/25 {
  background-color: rgb(170 226 245 / 0.25);
}

.bg-cyan-100\/30 {
  background-color: rgb(170 226 245 / 0.3);
}

.bg-cyan-100\/40 {
  background-color: rgb(170 226 245 / 0.4);
}

.bg-cyan-100\/5 {
  background-color: rgb(170 226 245 / 0.05);
}

.bg-cyan-100\/50 {
  background-color: rgb(170 226 245 / 0.5);
}

.bg-cyan-100\/60 {
  background-color: rgb(170 226 245 / 0.6);
}

.bg-cyan-100\/70 {
  background-color: rgb(170 226 245 / 0.7);
}

.bg-cyan-100\/75 {
  background-color: rgb(170 226 245 / 0.75);
}

.bg-cyan-100\/80 {
  background-color: rgb(170 226 245 / 0.8);
}

.bg-cyan-100\/90 {
  background-color: rgb(170 226 245 / 0.9);
}

.bg-cyan-100\/95 {
  background-color: rgb(170 226 245 / 0.95);
}

.bg-cyan-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 45 / var(--tw-bg-opacity));
}

.bg-cyan-1000\/0 {
  background-color: rgb(0 33 45 / 0);
}

.bg-cyan-1000\/10 {
  background-color: rgb(0 33 45 / 0.1);
}

.bg-cyan-1000\/100 {
  background-color: rgb(0 33 45 / 1);
}

.bg-cyan-1000\/20 {
  background-color: rgb(0 33 45 / 0.2);
}

.bg-cyan-1000\/25 {
  background-color: rgb(0 33 45 / 0.25);
}

.bg-cyan-1000\/30 {
  background-color: rgb(0 33 45 / 0.3);
}

.bg-cyan-1000\/40 {
  background-color: rgb(0 33 45 / 0.4);
}

.bg-cyan-1000\/5 {
  background-color: rgb(0 33 45 / 0.05);
}

.bg-cyan-1000\/50 {
  background-color: rgb(0 33 45 / 0.5);
}

.bg-cyan-1000\/60 {
  background-color: rgb(0 33 45 / 0.6);
}

.bg-cyan-1000\/70 {
  background-color: rgb(0 33 45 / 0.7);
}

.bg-cyan-1000\/75 {
  background-color: rgb(0 33 45 / 0.75);
}

.bg-cyan-1000\/80 {
  background-color: rgb(0 33 45 / 0.8);
}

.bg-cyan-1000\/90 {
  background-color: rgb(0 33 45 / 0.9);
}

.bg-cyan-1000\/95 {
  background-color: rgb(0 33 45 / 0.95);
}

.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 211 240 / var(--tw-bg-opacity));
}

.bg-cyan-200\/0 {
  background-color: rgb(128 211 240 / 0);
}

.bg-cyan-200\/10 {
  background-color: rgb(128 211 240 / 0.1);
}

.bg-cyan-200\/100 {
  background-color: rgb(128 211 240 / 1);
}

.bg-cyan-200\/20 {
  background-color: rgb(128 211 240 / 0.2);
}

.bg-cyan-200\/25 {
  background-color: rgb(128 211 240 / 0.25);
}

.bg-cyan-200\/30 {
  background-color: rgb(128 211 240 / 0.3);
}

.bg-cyan-200\/40 {
  background-color: rgb(128 211 240 / 0.4);
}

.bg-cyan-200\/5 {
  background-color: rgb(128 211 240 / 0.05);
}

.bg-cyan-200\/50 {
  background-color: rgb(128 211 240 / 0.5);
}

.bg-cyan-200\/60 {
  background-color: rgb(128 211 240 / 0.6);
}

.bg-cyan-200\/70 {
  background-color: rgb(128 211 240 / 0.7);
}

.bg-cyan-200\/75 {
  background-color: rgb(128 211 240 / 0.75);
}

.bg-cyan-200\/80 {
  background-color: rgb(128 211 240 / 0.8);
}

.bg-cyan-200\/90 {
  background-color: rgb(128 211 240 / 0.9);
}

.bg-cyan-200\/95 {
  background-color: rgb(128 211 240 / 0.95);
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 196 235 / var(--tw-bg-opacity));
}

.bg-cyan-300\/0 {
  background-color: rgb(85 196 235 / 0);
}

.bg-cyan-300\/10 {
  background-color: rgb(85 196 235 / 0.1);
}

.bg-cyan-300\/100 {
  background-color: rgb(85 196 235 / 1);
}

.bg-cyan-300\/20 {
  background-color: rgb(85 196 235 / 0.2);
}

.bg-cyan-300\/25 {
  background-color: rgb(85 196 235 / 0.25);
}

.bg-cyan-300\/30 {
  background-color: rgb(85 196 235 / 0.3);
}

.bg-cyan-300\/40 {
  background-color: rgb(85 196 235 / 0.4);
}

.bg-cyan-300\/5 {
  background-color: rgb(85 196 235 / 0.05);
}

.bg-cyan-300\/50 {
  background-color: rgb(85 196 235 / 0.5);
}

.bg-cyan-300\/60 {
  background-color: rgb(85 196 235 / 0.6);
}

.bg-cyan-300\/70 {
  background-color: rgb(85 196 235 / 0.7);
}

.bg-cyan-300\/75 {
  background-color: rgb(85 196 235 / 0.75);
}

.bg-cyan-300\/80 {
  background-color: rgb(85 196 235 / 0.8);
}

.bg-cyan-300\/90 {
  background-color: rgb(85 196 235 / 0.9);
}

.bg-cyan-300\/95 {
  background-color: rgb(85 196 235 / 0.95);
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 182 230 / var(--tw-bg-opacity));
}

.bg-cyan-400\/0 {
  background-color: rgb(42 182 230 / 0);
}

.bg-cyan-400\/10 {
  background-color: rgb(42 182 230 / 0.1);
}

.bg-cyan-400\/100 {
  background-color: rgb(42 182 230 / 1);
}

.bg-cyan-400\/20 {
  background-color: rgb(42 182 230 / 0.2);
}

.bg-cyan-400\/25 {
  background-color: rgb(42 182 230 / 0.25);
}

.bg-cyan-400\/30 {
  background-color: rgb(42 182 230 / 0.3);
}

.bg-cyan-400\/40 {
  background-color: rgb(42 182 230 / 0.4);
}

.bg-cyan-400\/5 {
  background-color: rgb(42 182 230 / 0.05);
}

.bg-cyan-400\/50 {
  background-color: rgb(42 182 230 / 0.5);
}

.bg-cyan-400\/60 {
  background-color: rgb(42 182 230 / 0.6);
}

.bg-cyan-400\/70 {
  background-color: rgb(42 182 230 / 0.7);
}

.bg-cyan-400\/75 {
  background-color: rgb(42 182 230 / 0.75);
}

.bg-cyan-400\/80 {
  background-color: rgb(42 182 230 / 0.8);
}

.bg-cyan-400\/90 {
  background-color: rgb(42 182 230 / 0.9);
}

.bg-cyan-400\/95 {
  background-color: rgb(42 182 230 / 0.95);
}

.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 237 249 / var(--tw-bg-opacity));
}

.bg-cyan-50\/0 {
  background-color: rgb(204 237 249 / 0);
}

.bg-cyan-50\/10 {
  background-color: rgb(204 237 249 / 0.1);
}

.bg-cyan-50\/100 {
  background-color: rgb(204 237 249 / 1);
}

.bg-cyan-50\/20 {
  background-color: rgb(204 237 249 / 0.2);
}

.bg-cyan-50\/25 {
  background-color: rgb(204 237 249 / 0.25);
}

.bg-cyan-50\/30 {
  background-color: rgb(204 237 249 / 0.3);
}

.bg-cyan-50\/40 {
  background-color: rgb(204 237 249 / 0.4);
}

.bg-cyan-50\/5 {
  background-color: rgb(204 237 249 / 0.05);
}

.bg-cyan-50\/50 {
  background-color: rgb(204 237 249 / 0.5);
}

.bg-cyan-50\/60 {
  background-color: rgb(204 237 249 / 0.6);
}

.bg-cyan-50\/70 {
  background-color: rgb(204 237 249 / 0.7);
}

.bg-cyan-50\/75 {
  background-color: rgb(204 237 249 / 0.75);
}

.bg-cyan-50\/80 {
  background-color: rgb(204 237 249 / 0.8);
}

.bg-cyan-50\/90 {
  background-color: rgb(204 237 249 / 0.9);
}

.bg-cyan-50\/95 {
  background-color: rgb(204 237 249 / 0.95);
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity));
}

.bg-cyan-500\/0 {
  background-color: rgb(0 167 225 / 0);
}

.bg-cyan-500\/10 {
  background-color: rgb(0 167 225 / 0.1);
}

.bg-cyan-500\/100 {
  background-color: rgb(0 167 225 / 1);
}

.bg-cyan-500\/20 {
  background-color: rgb(0 167 225 / 0.2);
}

.bg-cyan-500\/25 {
  background-color: rgb(0 167 225 / 0.25);
}

.bg-cyan-500\/30 {
  background-color: rgb(0 167 225 / 0.3);
}

.bg-cyan-500\/40 {
  background-color: rgb(0 167 225 / 0.4);
}

.bg-cyan-500\/5 {
  background-color: rgb(0 167 225 / 0.05);
}

.bg-cyan-500\/50 {
  background-color: rgb(0 167 225 / 0.5);
}

.bg-cyan-500\/60 {
  background-color: rgb(0 167 225 / 0.6);
}

.bg-cyan-500\/70 {
  background-color: rgb(0 167 225 / 0.7);
}

.bg-cyan-500\/75 {
  background-color: rgb(0 167 225 / 0.75);
}

.bg-cyan-500\/80 {
  background-color: rgb(0 167 225 / 0.8);
}

.bg-cyan-500\/90 {
  background-color: rgb(0 167 225 / 0.9);
}

.bg-cyan-500\/95 {
  background-color: rgb(0 167 225 / 0.95);
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 139 188 / var(--tw-bg-opacity));
}

.bg-cyan-600\/0 {
  background-color: rgb(0 139 188 / 0);
}

.bg-cyan-600\/10 {
  background-color: rgb(0 139 188 / 0.1);
}

.bg-cyan-600\/100 {
  background-color: rgb(0 139 188 / 1);
}

.bg-cyan-600\/20 {
  background-color: rgb(0 139 188 / 0.2);
}

.bg-cyan-600\/25 {
  background-color: rgb(0 139 188 / 0.25);
}

.bg-cyan-600\/30 {
  background-color: rgb(0 139 188 / 0.3);
}

.bg-cyan-600\/40 {
  background-color: rgb(0 139 188 / 0.4);
}

.bg-cyan-600\/5 {
  background-color: rgb(0 139 188 / 0.05);
}

.bg-cyan-600\/50 {
  background-color: rgb(0 139 188 / 0.5);
}

.bg-cyan-600\/60 {
  background-color: rgb(0 139 188 / 0.6);
}

.bg-cyan-600\/70 {
  background-color: rgb(0 139 188 / 0.7);
}

.bg-cyan-600\/75 {
  background-color: rgb(0 139 188 / 0.75);
}

.bg-cyan-600\/80 {
  background-color: rgb(0 139 188 / 0.8);
}

.bg-cyan-600\/90 {
  background-color: rgb(0 139 188 / 0.9);
}

.bg-cyan-600\/95 {
  background-color: rgb(0 139 188 / 0.95);
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 150 / var(--tw-bg-opacity));
}

.bg-cyan-700\/0 {
  background-color: rgb(0 111 150 / 0);
}

.bg-cyan-700\/10 {
  background-color: rgb(0 111 150 / 0.1);
}

.bg-cyan-700\/100 {
  background-color: rgb(0 111 150 / 1);
}

.bg-cyan-700\/20 {
  background-color: rgb(0 111 150 / 0.2);
}

.bg-cyan-700\/25 {
  background-color: rgb(0 111 150 / 0.25);
}

.bg-cyan-700\/30 {
  background-color: rgb(0 111 150 / 0.3);
}

.bg-cyan-700\/40 {
  background-color: rgb(0 111 150 / 0.4);
}

.bg-cyan-700\/5 {
  background-color: rgb(0 111 150 / 0.05);
}

.bg-cyan-700\/50 {
  background-color: rgb(0 111 150 / 0.5);
}

.bg-cyan-700\/60 {
  background-color: rgb(0 111 150 / 0.6);
}

.bg-cyan-700\/70 {
  background-color: rgb(0 111 150 / 0.7);
}

.bg-cyan-700\/75 {
  background-color: rgb(0 111 150 / 0.75);
}

.bg-cyan-700\/80 {
  background-color: rgb(0 111 150 / 0.8);
}

.bg-cyan-700\/90 {
  background-color: rgb(0 111 150 / 0.9);
}

.bg-cyan-700\/95 {
  background-color: rgb(0 111 150 / 0.95);
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 84 113 / var(--tw-bg-opacity));
}

.bg-cyan-800\/0 {
  background-color: rgb(0 84 113 / 0);
}

.bg-cyan-800\/10 {
  background-color: rgb(0 84 113 / 0.1);
}

.bg-cyan-800\/100 {
  background-color: rgb(0 84 113 / 1);
}

.bg-cyan-800\/20 {
  background-color: rgb(0 84 113 / 0.2);
}

.bg-cyan-800\/25 {
  background-color: rgb(0 84 113 / 0.25);
}

.bg-cyan-800\/30 {
  background-color: rgb(0 84 113 / 0.3);
}

.bg-cyan-800\/40 {
  background-color: rgb(0 84 113 / 0.4);
}

.bg-cyan-800\/5 {
  background-color: rgb(0 84 113 / 0.05);
}

.bg-cyan-800\/50 {
  background-color: rgb(0 84 113 / 0.5);
}

.bg-cyan-800\/60 {
  background-color: rgb(0 84 113 / 0.6);
}

.bg-cyan-800\/70 {
  background-color: rgb(0 84 113 / 0.7);
}

.bg-cyan-800\/75 {
  background-color: rgb(0 84 113 / 0.75);
}

.bg-cyan-800\/80 {
  background-color: rgb(0 84 113 / 0.8);
}

.bg-cyan-800\/90 {
  background-color: rgb(0 84 113 / 0.9);
}

.bg-cyan-800\/95 {
  background-color: rgb(0 84 113 / 0.95);
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 75 / var(--tw-bg-opacity));
}

.bg-cyan-900\/0 {
  background-color: rgb(0 56 75 / 0);
}

.bg-cyan-900\/10 {
  background-color: rgb(0 56 75 / 0.1);
}

.bg-cyan-900\/100 {
  background-color: rgb(0 56 75 / 1);
}

.bg-cyan-900\/20 {
  background-color: rgb(0 56 75 / 0.2);
}

.bg-cyan-900\/25 {
  background-color: rgb(0 56 75 / 0.25);
}

.bg-cyan-900\/30 {
  background-color: rgb(0 56 75 / 0.3);
}

.bg-cyan-900\/40 {
  background-color: rgb(0 56 75 / 0.4);
}

.bg-cyan-900\/5 {
  background-color: rgb(0 56 75 / 0.05);
}

.bg-cyan-900\/50 {
  background-color: rgb(0 56 75 / 0.5);
}

.bg-cyan-900\/60 {
  background-color: rgb(0 56 75 / 0.6);
}

.bg-cyan-900\/70 {
  background-color: rgb(0 56 75 / 0.7);
}

.bg-cyan-900\/75 {
  background-color: rgb(0 56 75 / 0.75);
}

.bg-cyan-900\/80 {
  background-color: rgb(0 56 75 / 0.8);
}

.bg-cyan-900\/90 {
  background-color: rgb(0 56 75 / 0.9);
}

.bg-cyan-900\/95 {
  background-color: rgb(0 56 75 / 0.95);
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(44 66 81 / var(--tw-bg-opacity));
}

.bg-forest {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 79 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(213 217 220 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity));
}

.bg-gray-100\/0 {
  background-color: rgb(248 248 249 / 0);
}

.bg-gray-100\/10 {
  background-color: rgb(248 248 249 / 0.1);
}

.bg-gray-100\/100 {
  background-color: rgb(248 248 249 / 1);
}

.bg-gray-100\/20 {
  background-color: rgb(248 248 249 / 0.2);
}

.bg-gray-100\/25 {
  background-color: rgb(248 248 249 / 0.25);
}

.bg-gray-100\/30 {
  background-color: rgb(248 248 249 / 0.3);
}

.bg-gray-100\/40 {
  background-color: rgb(248 248 249 / 0.4);
}

.bg-gray-100\/5 {
  background-color: rgb(248 248 249 / 0.05);
}

.bg-gray-100\/50 {
  background-color: rgb(248 248 249 / 0.5);
}

.bg-gray-100\/60 {
  background-color: rgb(248 248 249 / 0.6);
}

.bg-gray-100\/70 {
  background-color: rgb(248 248 249 / 0.7);
}

.bg-gray-100\/75 {
  background-color: rgb(248 248 249 / 0.75);
}

.bg-gray-100\/80 {
  background-color: rgb(248 248 249 / 0.8);
}

.bg-gray-100\/90 {
  background-color: rgb(248 248 249 / 0.9);
}

.bg-gray-100\/95 {
  background-color: rgb(248 248 249 / 0.95);
}

.bg-gray-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 66 81 / var(--tw-bg-opacity));
}

.bg-gray-1000\/0 {
  background-color: rgb(44 66 81 / 0);
}

.bg-gray-1000\/10 {
  background-color: rgb(44 66 81 / 0.1);
}

.bg-gray-1000\/100 {
  background-color: rgb(44 66 81 / 1);
}

.bg-gray-1000\/20 {
  background-color: rgb(44 66 81 / 0.2);
}

.bg-gray-1000\/25 {
  background-color: rgb(44 66 81 / 0.25);
}

.bg-gray-1000\/30 {
  background-color: rgb(44 66 81 / 0.3);
}

.bg-gray-1000\/40 {
  background-color: rgb(44 66 81 / 0.4);
}

.bg-gray-1000\/5 {
  background-color: rgb(44 66 81 / 0.05);
}

.bg-gray-1000\/50 {
  background-color: rgb(44 66 81 / 0.5);
}

.bg-gray-1000\/60 {
  background-color: rgb(44 66 81 / 0.6);
}

.bg-gray-1000\/70 {
  background-color: rgb(44 66 81 / 0.7);
}

.bg-gray-1000\/75 {
  background-color: rgb(44 66 81 / 0.75);
}

.bg-gray-1000\/80 {
  background-color: rgb(44 66 81 / 0.8);
}

.bg-gray-1000\/90 {
  background-color: rgb(44 66 81 / 0.9);
}

.bg-gray-1000\/95 {
  background-color: rgb(44 66 81 / 0.95);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 238 / var(--tw-bg-opacity));
}

.bg-gray-200\/0 {
  background-color: rgb(234 236 238 / 0);
}

.bg-gray-200\/10 {
  background-color: rgb(234 236 238 / 0.1);
}

.bg-gray-200\/100 {
  background-color: rgb(234 236 238 / 1);
}

.bg-gray-200\/20 {
  background-color: rgb(234 236 238 / 0.2);
}

.bg-gray-200\/25 {
  background-color: rgb(234 236 238 / 0.25);
}

.bg-gray-200\/30 {
  background-color: rgb(234 236 238 / 0.3);
}

.bg-gray-200\/40 {
  background-color: rgb(234 236 238 / 0.4);
}

.bg-gray-200\/5 {
  background-color: rgb(234 236 238 / 0.05);
}

.bg-gray-200\/50 {
  background-color: rgb(234 236 238 / 0.5);
}

.bg-gray-200\/60 {
  background-color: rgb(234 236 238 / 0.6);
}

.bg-gray-200\/70 {
  background-color: rgb(234 236 238 / 0.7);
}

.bg-gray-200\/75 {
  background-color: rgb(234 236 238 / 0.75);
}

.bg-gray-200\/80 {
  background-color: rgb(234 236 238 / 0.8);
}

.bg-gray-200\/90 {
  background-color: rgb(234 236 238 / 0.9);
}

.bg-gray-200\/95 {
  background-color: rgb(234 236 238 / 0.95);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 230 232 / var(--tw-bg-opacity));
}

.bg-gray-300\/0 {
  background-color: rgb(227 230 232 / 0);
}

.bg-gray-300\/10 {
  background-color: rgb(227 230 232 / 0.1);
}

.bg-gray-300\/100 {
  background-color: rgb(227 230 232 / 1);
}

.bg-gray-300\/20 {
  background-color: rgb(227 230 232 / 0.2);
}

.bg-gray-300\/25 {
  background-color: rgb(227 230 232 / 0.25);
}

.bg-gray-300\/30 {
  background-color: rgb(227 230 232 / 0.3);
}

.bg-gray-300\/40 {
  background-color: rgb(227 230 232 / 0.4);
}

.bg-gray-300\/5 {
  background-color: rgb(227 230 232 / 0.05);
}

.bg-gray-300\/50 {
  background-color: rgb(227 230 232 / 0.5);
}

.bg-gray-300\/60 {
  background-color: rgb(227 230 232 / 0.6);
}

.bg-gray-300\/70 {
  background-color: rgb(227 230 232 / 0.7);
}

.bg-gray-300\/75 {
  background-color: rgb(227 230 232 / 0.75);
}

.bg-gray-300\/80 {
  background-color: rgb(227 230 232 / 0.8);
}

.bg-gray-300\/90 {
  background-color: rgb(227 230 232 / 0.9);
}

.bg-gray-300\/95 {
  background-color: rgb(227 230 232 / 0.95);
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 223 226 / var(--tw-bg-opacity));
}

.bg-gray-400\/0 {
  background-color: rgb(220 223 226 / 0);
}

.bg-gray-400\/10 {
  background-color: rgb(220 223 226 / 0.1);
}

.bg-gray-400\/100 {
  background-color: rgb(220 223 226 / 1);
}

.bg-gray-400\/20 {
  background-color: rgb(220 223 226 / 0.2);
}

.bg-gray-400\/25 {
  background-color: rgb(220 223 226 / 0.25);
}

.bg-gray-400\/30 {
  background-color: rgb(220 223 226 / 0.3);
}

.bg-gray-400\/40 {
  background-color: rgb(220 223 226 / 0.4);
}

.bg-gray-400\/5 {
  background-color: rgb(220 223 226 / 0.05);
}

.bg-gray-400\/50 {
  background-color: rgb(220 223 226 / 0.5);
}

.bg-gray-400\/60 {
  background-color: rgb(220 223 226 / 0.6);
}

.bg-gray-400\/70 {
  background-color: rgb(220 223 226 / 0.7);
}

.bg-gray-400\/75 {
  background-color: rgb(220 223 226 / 0.75);
}

.bg-gray-400\/80 {
  background-color: rgb(220 223 226 / 0.8);
}

.bg-gray-400\/90 {
  background-color: rgb(220 223 226 / 0.9);
}

.bg-gray-400\/95 {
  background-color: rgb(220 223 226 / 0.95);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity));
}

.bg-gray-50\/0 {
  background-color: rgb(239 240 241 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(239 240 241 / 0.1);
}

.bg-gray-50\/100 {
  background-color: rgb(239 240 241 / 1);
}

.bg-gray-50\/20 {
  background-color: rgb(239 240 241 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(239 240 241 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(239 240 241 / 0.3);
}

.bg-gray-50\/40 {
  background-color: rgb(239 240 241 / 0.4);
}

.bg-gray-50\/5 {
  background-color: rgb(239 240 241 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(239 240 241 / 0.5);
}

.bg-gray-50\/60 {
  background-color: rgb(239 240 241 / 0.6);
}

.bg-gray-50\/70 {
  background-color: rgb(239 240 241 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(239 240 241 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(239 240 241 / 0.8);
}

.bg-gray-50\/90 {
  background-color: rgb(239 240 241 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(239 240 241 / 0.95);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 217 220 / var(--tw-bg-opacity));
}

.bg-gray-500\/0 {
  background-color: rgb(213 217 220 / 0);
}

.bg-gray-500\/10 {
  background-color: rgb(213 217 220 / 0.1);
}

.bg-gray-500\/100 {
  background-color: rgb(213 217 220 / 1);
}

.bg-gray-500\/20 {
  background-color: rgb(213 217 220 / 0.2);
}

.bg-gray-500\/25 {
  background-color: rgb(213 217 220 / 0.25);
}

.bg-gray-500\/30 {
  background-color: rgb(213 217 220 / 0.3);
}

.bg-gray-500\/40 {
  background-color: rgb(213 217 220 / 0.4);
}

.bg-gray-500\/5 {
  background-color: rgb(213 217 220 / 0.05);
}

.bg-gray-500\/50 {
  background-color: rgb(213 217 220 / 0.5);
}

.bg-gray-500\/60 {
  background-color: rgb(213 217 220 / 0.6);
}

.bg-gray-500\/70 {
  background-color: rgb(213 217 220 / 0.7);
}

.bg-gray-500\/75 {
  background-color: rgb(213 217 220 / 0.75);
}

.bg-gray-500\/80 {
  background-color: rgb(213 217 220 / 0.8);
}

.bg-gray-500\/90 {
  background-color: rgb(213 217 220 / 0.9);
}

.bg-gray-500\/95 {
  background-color: rgb(213 217 220 / 0.95);
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 192 197 / var(--tw-bg-opacity));
}

.bg-gray-600\/0 {
  background-color: rgb(185 192 197 / 0);
}

.bg-gray-600\/10 {
  background-color: rgb(185 192 197 / 0.1);
}

.bg-gray-600\/100 {
  background-color: rgb(185 192 197 / 1);
}

.bg-gray-600\/20 {
  background-color: rgb(185 192 197 / 0.2);
}

.bg-gray-600\/25 {
  background-color: rgb(185 192 197 / 0.25);
}

.bg-gray-600\/30 {
  background-color: rgb(185 192 197 / 0.3);
}

.bg-gray-600\/40 {
  background-color: rgb(185 192 197 / 0.4);
}

.bg-gray-600\/5 {
  background-color: rgb(185 192 197 / 0.05);
}

.bg-gray-600\/50 {
  background-color: rgb(185 192 197 / 0.5);
}

.bg-gray-600\/60 {
  background-color: rgb(185 192 197 / 0.6);
}

.bg-gray-600\/70 {
  background-color: rgb(185 192 197 / 0.7);
}

.bg-gray-600\/75 {
  background-color: rgb(185 192 197 / 0.75);
}

.bg-gray-600\/80 {
  background-color: rgb(185 192 197 / 0.8);
}

.bg-gray-600\/90 {
  background-color: rgb(185 192 197 / 0.9);
}

.bg-gray-600\/95 {
  background-color: rgb(185 192 197 / 0.95);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(150 161 168 / var(--tw-bg-opacity));
}

.bg-gray-700\/0 {
  background-color: rgb(150 161 168 / 0);
}

.bg-gray-700\/10 {
  background-color: rgb(150 161 168 / 0.1);
}

.bg-gray-700\/100 {
  background-color: rgb(150 161 168 / 1);
}

.bg-gray-700\/20 {
  background-color: rgb(150 161 168 / 0.2);
}

.bg-gray-700\/25 {
  background-color: rgb(150 161 168 / 0.25);
}

.bg-gray-700\/30 {
  background-color: rgb(150 161 168 / 0.3);
}

.bg-gray-700\/40 {
  background-color: rgb(150 161 168 / 0.4);
}

.bg-gray-700\/5 {
  background-color: rgb(150 161 168 / 0.05);
}

.bg-gray-700\/50 {
  background-color: rgb(150 161 168 / 0.5);
}

.bg-gray-700\/60 {
  background-color: rgb(150 161 168 / 0.6);
}

.bg-gray-700\/70 {
  background-color: rgb(150 161 168 / 0.7);
}

.bg-gray-700\/75 {
  background-color: rgb(150 161 168 / 0.75);
}

.bg-gray-700\/80 {
  background-color: rgb(150 161 168 / 0.8);
}

.bg-gray-700\/90 {
  background-color: rgb(150 161 168 / 0.9);
}

.bg-gray-700\/95 {
  background-color: rgb(150 161 168 / 0.95);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 129 139 / var(--tw-bg-opacity));
}

.bg-gray-800\/0 {
  background-color: rgb(114 129 139 / 0);
}

.bg-gray-800\/10 {
  background-color: rgb(114 129 139 / 0.1);
}

.bg-gray-800\/100 {
  background-color: rgb(114 129 139 / 1);
}

.bg-gray-800\/20 {
  background-color: rgb(114 129 139 / 0.2);
}

.bg-gray-800\/25 {
  background-color: rgb(114 129 139 / 0.25);
}

.bg-gray-800\/30 {
  background-color: rgb(114 129 139 / 0.3);
}

.bg-gray-800\/40 {
  background-color: rgb(114 129 139 / 0.4);
}

.bg-gray-800\/5 {
  background-color: rgb(114 129 139 / 0.05);
}

.bg-gray-800\/50 {
  background-color: rgb(114 129 139 / 0.5);
}

.bg-gray-800\/60 {
  background-color: rgb(114 129 139 / 0.6);
}

.bg-gray-800\/70 {
  background-color: rgb(114 129 139 / 0.7);
}

.bg-gray-800\/75 {
  background-color: rgb(114 129 139 / 0.75);
}

.bg-gray-800\/80 {
  background-color: rgb(114 129 139 / 0.8);
}

.bg-gray-800\/90 {
  background-color: rgb(114 129 139 / 0.9);
}

.bg-gray-800\/95 {
  background-color: rgb(114 129 139 / 0.95);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 98 110 / var(--tw-bg-opacity));
}

.bg-gray-900\/0 {
  background-color: rgb(79 98 110 / 0);
}

.bg-gray-900\/10 {
  background-color: rgb(79 98 110 / 0.1);
}

.bg-gray-900\/100 {
  background-color: rgb(79 98 110 / 1);
}

.bg-gray-900\/20 {
  background-color: rgb(79 98 110 / 0.2);
}

.bg-gray-900\/25 {
  background-color: rgb(79 98 110 / 0.25);
}

.bg-gray-900\/30 {
  background-color: rgb(79 98 110 / 0.3);
}

.bg-gray-900\/40 {
  background-color: rgb(79 98 110 / 0.4);
}

.bg-gray-900\/5 {
  background-color: rgb(79 98 110 / 0.05);
}

.bg-gray-900\/50 {
  background-color: rgb(79 98 110 / 0.5);
}

.bg-gray-900\/60 {
  background-color: rgb(79 98 110 / 0.6);
}

.bg-gray-900\/70 {
  background-color: rgb(79 98 110 / 0.7);
}

.bg-gray-900\/75 {
  background-color: rgb(79 98 110 / 0.75);
}

.bg-gray-900\/80 {
  background-color: rgb(79 98 110 / 0.8);
}

.bg-gray-900\/90 {
  background-color: rgb(79 98 110 / 0.9);
}

.bg-gray-900\/95 {
  background-color: rgb(79 98 110 / 0.95);
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(145 225 175 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 245 228 / var(--tw-bg-opacity));
}

.bg-green-100\/0 {
  background-color: rgb(218 245 228 / 0);
}

.bg-green-100\/10 {
  background-color: rgb(218 245 228 / 0.1);
}

.bg-green-100\/100 {
  background-color: rgb(218 245 228 / 1);
}

.bg-green-100\/20 {
  background-color: rgb(218 245 228 / 0.2);
}

.bg-green-100\/25 {
  background-color: rgb(218 245 228 / 0.25);
}

.bg-green-100\/30 {
  background-color: rgb(218 245 228 / 0.3);
}

.bg-green-100\/40 {
  background-color: rgb(218 245 228 / 0.4);
}

.bg-green-100\/5 {
  background-color: rgb(218 245 228 / 0.05);
}

.bg-green-100\/50 {
  background-color: rgb(218 245 228 / 0.5);
}

.bg-green-100\/60 {
  background-color: rgb(218 245 228 / 0.6);
}

.bg-green-100\/70 {
  background-color: rgb(218 245 228 / 0.7);
}

.bg-green-100\/75 {
  background-color: rgb(218 245 228 / 0.75);
}

.bg-green-100\/80 {
  background-color: rgb(218 245 228 / 0.8);
}

.bg-green-100\/90 {
  background-color: rgb(218 245 228 / 0.9);
}

.bg-green-100\/95 {
  background-color: rgb(218 245 228 / 0.95);
}

.bg-green-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 45 35 / var(--tw-bg-opacity));
}

.bg-green-1000\/0 {
  background-color: rgb(29 45 35 / 0);
}

.bg-green-1000\/10 {
  background-color: rgb(29 45 35 / 0.1);
}

.bg-green-1000\/100 {
  background-color: rgb(29 45 35 / 1);
}

.bg-green-1000\/20 {
  background-color: rgb(29 45 35 / 0.2);
}

.bg-green-1000\/25 {
  background-color: rgb(29 45 35 / 0.25);
}

.bg-green-1000\/30 {
  background-color: rgb(29 45 35 / 0.3);
}

.bg-green-1000\/40 {
  background-color: rgb(29 45 35 / 0.4);
}

.bg-green-1000\/5 {
  background-color: rgb(29 45 35 / 0.05);
}

.bg-green-1000\/50 {
  background-color: rgb(29 45 35 / 0.5);
}

.bg-green-1000\/60 {
  background-color: rgb(29 45 35 / 0.6);
}

.bg-green-1000\/70 {
  background-color: rgb(29 45 35 / 0.7);
}

.bg-green-1000\/75 {
  background-color: rgb(29 45 35 / 0.75);
}

.bg-green-1000\/80 {
  background-color: rgb(29 45 35 / 0.8);
}

.bg-green-1000\/90 {
  background-color: rgb(29 45 35 / 0.9);
}

.bg-green-1000\/95 {
  background-color: rgb(29 45 35 / 0.95);
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 240 215 / var(--tw-bg-opacity));
}

.bg-green-200\/0 {
  background-color: rgb(200 240 215 / 0);
}

.bg-green-200\/10 {
  background-color: rgb(200 240 215 / 0.1);
}

.bg-green-200\/100 {
  background-color: rgb(200 240 215 / 1);
}

.bg-green-200\/20 {
  background-color: rgb(200 240 215 / 0.2);
}

.bg-green-200\/25 {
  background-color: rgb(200 240 215 / 0.25);
}

.bg-green-200\/30 {
  background-color: rgb(200 240 215 / 0.3);
}

.bg-green-200\/40 {
  background-color: rgb(200 240 215 / 0.4);
}

.bg-green-200\/5 {
  background-color: rgb(200 240 215 / 0.05);
}

.bg-green-200\/50 {
  background-color: rgb(200 240 215 / 0.5);
}

.bg-green-200\/60 {
  background-color: rgb(200 240 215 / 0.6);
}

.bg-green-200\/70 {
  background-color: rgb(200 240 215 / 0.7);
}

.bg-green-200\/75 {
  background-color: rgb(200 240 215 / 0.75);
}

.bg-green-200\/80 {
  background-color: rgb(200 240 215 / 0.8);
}

.bg-green-200\/90 {
  background-color: rgb(200 240 215 / 0.9);
}

.bg-green-200\/95 {
  background-color: rgb(200 240 215 / 0.95);
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 235 202 / var(--tw-bg-opacity));
}

.bg-green-300\/0 {
  background-color: rgb(182 235 202 / 0);
}

.bg-green-300\/10 {
  background-color: rgb(182 235 202 / 0.1);
}

.bg-green-300\/100 {
  background-color: rgb(182 235 202 / 1);
}

.bg-green-300\/20 {
  background-color: rgb(182 235 202 / 0.2);
}

.bg-green-300\/25 {
  background-color: rgb(182 235 202 / 0.25);
}

.bg-green-300\/30 {
  background-color: rgb(182 235 202 / 0.3);
}

.bg-green-300\/40 {
  background-color: rgb(182 235 202 / 0.4);
}

.bg-green-300\/5 {
  background-color: rgb(182 235 202 / 0.05);
}

.bg-green-300\/50 {
  background-color: rgb(182 235 202 / 0.5);
}

.bg-green-300\/60 {
  background-color: rgb(182 235 202 / 0.6);
}

.bg-green-300\/70 {
  background-color: rgb(182 235 202 / 0.7);
}

.bg-green-300\/75 {
  background-color: rgb(182 235 202 / 0.75);
}

.bg-green-300\/80 {
  background-color: rgb(182 235 202 / 0.8);
}

.bg-green-300\/90 {
  background-color: rgb(182 235 202 / 0.9);
}

.bg-green-300\/95 {
  background-color: rgb(182 235 202 / 0.95);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 188 / var(--tw-bg-opacity));
}

.bg-green-400\/0 {
  background-color: rgb(163 230 188 / 0);
}

.bg-green-400\/10 {
  background-color: rgb(163 230 188 / 0.1);
}

.bg-green-400\/100 {
  background-color: rgb(163 230 188 / 1);
}

.bg-green-400\/20 {
  background-color: rgb(163 230 188 / 0.2);
}

.bg-green-400\/25 {
  background-color: rgb(163 230 188 / 0.25);
}

.bg-green-400\/30 {
  background-color: rgb(163 230 188 / 0.3);
}

.bg-green-400\/40 {
  background-color: rgb(163 230 188 / 0.4);
}

.bg-green-400\/5 {
  background-color: rgb(163 230 188 / 0.05);
}

.bg-green-400\/50 {
  background-color: rgb(163 230 188 / 0.5);
}

.bg-green-400\/60 {
  background-color: rgb(163 230 188 / 0.6);
}

.bg-green-400\/70 {
  background-color: rgb(163 230 188 / 0.7);
}

.bg-green-400\/75 {
  background-color: rgb(163 230 188 / 0.75);
}

.bg-green-400\/80 {
  background-color: rgb(163 230 188 / 0.8);
}

.bg-green-400\/90 {
  background-color: rgb(163 230 188 / 0.9);
}

.bg-green-400\/95 {
  background-color: rgb(163 230 188 / 0.95);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 249 239 / var(--tw-bg-opacity));
}

.bg-green-50\/0 {
  background-color: rgb(233 249 239 / 0);
}

.bg-green-50\/10 {
  background-color: rgb(233 249 239 / 0.1);
}

.bg-green-50\/100 {
  background-color: rgb(233 249 239 / 1);
}

.bg-green-50\/20 {
  background-color: rgb(233 249 239 / 0.2);
}

.bg-green-50\/25 {
  background-color: rgb(233 249 239 / 0.25);
}

.bg-green-50\/30 {
  background-color: rgb(233 249 239 / 0.3);
}

.bg-green-50\/40 {
  background-color: rgb(233 249 239 / 0.4);
}

.bg-green-50\/5 {
  background-color: rgb(233 249 239 / 0.05);
}

.bg-green-50\/50 {
  background-color: rgb(233 249 239 / 0.5);
}

.bg-green-50\/60 {
  background-color: rgb(233 249 239 / 0.6);
}

.bg-green-50\/70 {
  background-color: rgb(233 249 239 / 0.7);
}

.bg-green-50\/75 {
  background-color: rgb(233 249 239 / 0.75);
}

.bg-green-50\/80 {
  background-color: rgb(233 249 239 / 0.8);
}

.bg-green-50\/90 {
  background-color: rgb(233 249 239 / 0.9);
}

.bg-green-50\/95 {
  background-color: rgb(233 249 239 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 225 175 / var(--tw-bg-opacity));
}

.bg-green-500\/0 {
  background-color: rgb(145 225 175 / 0);
}

.bg-green-500\/10 {
  background-color: rgb(145 225 175 / 0.1);
}

.bg-green-500\/100 {
  background-color: rgb(145 225 175 / 1);
}

.bg-green-500\/20 {
  background-color: rgb(145 225 175 / 0.2);
}

.bg-green-500\/25 {
  background-color: rgb(145 225 175 / 0.25);
}

.bg-green-500\/30 {
  background-color: rgb(145 225 175 / 0.3);
}

.bg-green-500\/40 {
  background-color: rgb(145 225 175 / 0.4);
}

.bg-green-500\/5 {
  background-color: rgb(145 225 175 / 0.05);
}

.bg-green-500\/50 {
  background-color: rgb(145 225 175 / 0.5);
}

.bg-green-500\/60 {
  background-color: rgb(145 225 175 / 0.6);
}

.bg-green-500\/70 {
  background-color: rgb(145 225 175 / 0.7);
}

.bg-green-500\/75 {
  background-color: rgb(145 225 175 / 0.75);
}

.bg-green-500\/80 {
  background-color: rgb(145 225 175 / 0.8);
}

.bg-green-500\/90 {
  background-color: rgb(145 225 175 / 0.9);
}

.bg-green-500\/95 {
  background-color: rgb(145 225 175 / 0.95);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(121 188 146 / var(--tw-bg-opacity));
}

.bg-green-600\/0 {
  background-color: rgb(121 188 146 / 0);
}

.bg-green-600\/10 {
  background-color: rgb(121 188 146 / 0.1);
}

.bg-green-600\/100 {
  background-color: rgb(121 188 146 / 1);
}

.bg-green-600\/20 {
  background-color: rgb(121 188 146 / 0.2);
}

.bg-green-600\/25 {
  background-color: rgb(121 188 146 / 0.25);
}

.bg-green-600\/30 {
  background-color: rgb(121 188 146 / 0.3);
}

.bg-green-600\/40 {
  background-color: rgb(121 188 146 / 0.4);
}

.bg-green-600\/5 {
  background-color: rgb(121 188 146 / 0.05);
}

.bg-green-600\/50 {
  background-color: rgb(121 188 146 / 0.5);
}

.bg-green-600\/60 {
  background-color: rgb(121 188 146 / 0.6);
}

.bg-green-600\/70 {
  background-color: rgb(121 188 146 / 0.7);
}

.bg-green-600\/75 {
  background-color: rgb(121 188 146 / 0.75);
}

.bg-green-600\/80 {
  background-color: rgb(121 188 146 / 0.8);
}

.bg-green-600\/90 {
  background-color: rgb(121 188 146 / 0.9);
}

.bg-green-600\/95 {
  background-color: rgb(121 188 146 / 0.95);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 150 117 / var(--tw-bg-opacity));
}

.bg-green-700\/0 {
  background-color: rgb(97 150 117 / 0);
}

.bg-green-700\/10 {
  background-color: rgb(97 150 117 / 0.1);
}

.bg-green-700\/100 {
  background-color: rgb(97 150 117 / 1);
}

.bg-green-700\/20 {
  background-color: rgb(97 150 117 / 0.2);
}

.bg-green-700\/25 {
  background-color: rgb(97 150 117 / 0.25);
}

.bg-green-700\/30 {
  background-color: rgb(97 150 117 / 0.3);
}

.bg-green-700\/40 {
  background-color: rgb(97 150 117 / 0.4);
}

.bg-green-700\/5 {
  background-color: rgb(97 150 117 / 0.05);
}

.bg-green-700\/50 {
  background-color: rgb(97 150 117 / 0.5);
}

.bg-green-700\/60 {
  background-color: rgb(97 150 117 / 0.6);
}

.bg-green-700\/70 {
  background-color: rgb(97 150 117 / 0.7);
}

.bg-green-700\/75 {
  background-color: rgb(97 150 117 / 0.75);
}

.bg-green-700\/80 {
  background-color: rgb(97 150 117 / 0.8);
}

.bg-green-700\/90 {
  background-color: rgb(97 150 117 / 0.9);
}

.bg-green-700\/95 {
  background-color: rgb(97 150 117 / 0.95);
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 113 88 / var(--tw-bg-opacity));
}

.bg-green-800\/0 {
  background-color: rgb(73 113 88 / 0);
}

.bg-green-800\/10 {
  background-color: rgb(73 113 88 / 0.1);
}

.bg-green-800\/100 {
  background-color: rgb(73 113 88 / 1);
}

.bg-green-800\/20 {
  background-color: rgb(73 113 88 / 0.2);
}

.bg-green-800\/25 {
  background-color: rgb(73 113 88 / 0.25);
}

.bg-green-800\/30 {
  background-color: rgb(73 113 88 / 0.3);
}

.bg-green-800\/40 {
  background-color: rgb(73 113 88 / 0.4);
}

.bg-green-800\/5 {
  background-color: rgb(73 113 88 / 0.05);
}

.bg-green-800\/50 {
  background-color: rgb(73 113 88 / 0.5);
}

.bg-green-800\/60 {
  background-color: rgb(73 113 88 / 0.6);
}

.bg-green-800\/70 {
  background-color: rgb(73 113 88 / 0.7);
}

.bg-green-800\/75 {
  background-color: rgb(73 113 88 / 0.75);
}

.bg-green-800\/80 {
  background-color: rgb(73 113 88 / 0.8);
}

.bg-green-800\/90 {
  background-color: rgb(73 113 88 / 0.9);
}

.bg-green-800\/95 {
  background-color: rgb(73 113 88 / 0.95);
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 75 58 / var(--tw-bg-opacity));
}

.bg-green-900\/0 {
  background-color: rgb(48 75 58 / 0);
}

.bg-green-900\/10 {
  background-color: rgb(48 75 58 / 0.1);
}

.bg-green-900\/100 {
  background-color: rgb(48 75 58 / 1);
}

.bg-green-900\/20 {
  background-color: rgb(48 75 58 / 0.2);
}

.bg-green-900\/25 {
  background-color: rgb(48 75 58 / 0.25);
}

.bg-green-900\/30 {
  background-color: rgb(48 75 58 / 0.3);
}

.bg-green-900\/40 {
  background-color: rgb(48 75 58 / 0.4);
}

.bg-green-900\/5 {
  background-color: rgb(48 75 58 / 0.05);
}

.bg-green-900\/50 {
  background-color: rgb(48 75 58 / 0.5);
}

.bg-green-900\/60 {
  background-color: rgb(48 75 58 / 0.6);
}

.bg-green-900\/70 {
  background-color: rgb(48 75 58 / 0.7);
}

.bg-green-900\/75 {
  background-color: rgb(48 75 58 / 0.75);
}

.bg-green-900\/80 {
  background-color: rgb(48 75 58 / 0.8);
}

.bg-green-900\/90 {
  background-color: rgb(48 75 58 / 0.9);
}

.bg-green-900\/95 {
  background-color: rgb(48 75 58 / 0.95);
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity));
}

.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(15 75 185 / var(--tw-bg-opacity));
}

.bg-navy-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(175 195 232 / var(--tw-bg-opacity));
}

.bg-navy-100\/0 {
  background-color: rgb(175 195 232 / 0);
}

.bg-navy-100\/10 {
  background-color: rgb(175 195 232 / 0.1);
}

.bg-navy-100\/100 {
  background-color: rgb(175 195 232 / 1);
}

.bg-navy-100\/20 {
  background-color: rgb(175 195 232 / 0.2);
}

.bg-navy-100\/25 {
  background-color: rgb(175 195 232 / 0.25);
}

.bg-navy-100\/30 {
  background-color: rgb(175 195 232 / 0.3);
}

.bg-navy-100\/40 {
  background-color: rgb(175 195 232 / 0.4);
}

.bg-navy-100\/5 {
  background-color: rgb(175 195 232 / 0.05);
}

.bg-navy-100\/50 {
  background-color: rgb(175 195 232 / 0.5);
}

.bg-navy-100\/60 {
  background-color: rgb(175 195 232 / 0.6);
}

.bg-navy-100\/70 {
  background-color: rgb(175 195 232 / 0.7);
}

.bg-navy-100\/75 {
  background-color: rgb(175 195 232 / 0.75);
}

.bg-navy-100\/80 {
  background-color: rgb(175 195 232 / 0.8);
}

.bg-navy-100\/90 {
  background-color: rgb(175 195 232 / 0.9);
}

.bg-navy-100\/95 {
  background-color: rgb(175 195 232 / 0.95);
}

.bg-navy-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 15 37 / var(--tw-bg-opacity));
}

.bg-navy-1000\/0 {
  background-color: rgb(3 15 37 / 0);
}

.bg-navy-1000\/10 {
  background-color: rgb(3 15 37 / 0.1);
}

.bg-navy-1000\/100 {
  background-color: rgb(3 15 37 / 1);
}

.bg-navy-1000\/20 {
  background-color: rgb(3 15 37 / 0.2);
}

.bg-navy-1000\/25 {
  background-color: rgb(3 15 37 / 0.25);
}

.bg-navy-1000\/30 {
  background-color: rgb(3 15 37 / 0.3);
}

.bg-navy-1000\/40 {
  background-color: rgb(3 15 37 / 0.4);
}

.bg-navy-1000\/5 {
  background-color: rgb(3 15 37 / 0.05);
}

.bg-navy-1000\/50 {
  background-color: rgb(3 15 37 / 0.5);
}

.bg-navy-1000\/60 {
  background-color: rgb(3 15 37 / 0.6);
}

.bg-navy-1000\/70 {
  background-color: rgb(3 15 37 / 0.7);
}

.bg-navy-1000\/75 {
  background-color: rgb(3 15 37 / 0.75);
}

.bg-navy-1000\/80 {
  background-color: rgb(3 15 37 / 0.8);
}

.bg-navy-1000\/90 {
  background-color: rgb(3 15 37 / 0.9);
}

.bg-navy-1000\/95 {
  background-color: rgb(3 15 37 / 0.95);
}

.bg-navy-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 165 220 / var(--tw-bg-opacity));
}

.bg-navy-200\/0 {
  background-color: rgb(135 165 220 / 0);
}

.bg-navy-200\/10 {
  background-color: rgb(135 165 220 / 0.1);
}

.bg-navy-200\/100 {
  background-color: rgb(135 165 220 / 1);
}

.bg-navy-200\/20 {
  background-color: rgb(135 165 220 / 0.2);
}

.bg-navy-200\/25 {
  background-color: rgb(135 165 220 / 0.25);
}

.bg-navy-200\/30 {
  background-color: rgb(135 165 220 / 0.3);
}

.bg-navy-200\/40 {
  background-color: rgb(135 165 220 / 0.4);
}

.bg-navy-200\/5 {
  background-color: rgb(135 165 220 / 0.05);
}

.bg-navy-200\/50 {
  background-color: rgb(135 165 220 / 0.5);
}

.bg-navy-200\/60 {
  background-color: rgb(135 165 220 / 0.6);
}

.bg-navy-200\/70 {
  background-color: rgb(135 165 220 / 0.7);
}

.bg-navy-200\/75 {
  background-color: rgb(135 165 220 / 0.75);
}

.bg-navy-200\/80 {
  background-color: rgb(135 165 220 / 0.8);
}

.bg-navy-200\/90 {
  background-color: rgb(135 165 220 / 0.9);
}

.bg-navy-200\/95 {
  background-color: rgb(135 165 220 / 0.95);
}

.bg-navy-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(95 135 208 / var(--tw-bg-opacity));
}

.bg-navy-300\/0 {
  background-color: rgb(95 135 208 / 0);
}

.bg-navy-300\/10 {
  background-color: rgb(95 135 208 / 0.1);
}

.bg-navy-300\/100 {
  background-color: rgb(95 135 208 / 1);
}

.bg-navy-300\/20 {
  background-color: rgb(95 135 208 / 0.2);
}

.bg-navy-300\/25 {
  background-color: rgb(95 135 208 / 0.25);
}

.bg-navy-300\/30 {
  background-color: rgb(95 135 208 / 0.3);
}

.bg-navy-300\/40 {
  background-color: rgb(95 135 208 / 0.4);
}

.bg-navy-300\/5 {
  background-color: rgb(95 135 208 / 0.05);
}

.bg-navy-300\/50 {
  background-color: rgb(95 135 208 / 0.5);
}

.bg-navy-300\/60 {
  background-color: rgb(95 135 208 / 0.6);
}

.bg-navy-300\/70 {
  background-color: rgb(95 135 208 / 0.7);
}

.bg-navy-300\/75 {
  background-color: rgb(95 135 208 / 0.75);
}

.bg-navy-300\/80 {
  background-color: rgb(95 135 208 / 0.8);
}

.bg-navy-300\/90 {
  background-color: rgb(95 135 208 / 0.9);
}

.bg-navy-300\/95 {
  background-color: rgb(95 135 208 / 0.95);
}

.bg-navy-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 105 197 / var(--tw-bg-opacity));
}

.bg-navy-400\/0 {
  background-color: rgb(55 105 197 / 0);
}

.bg-navy-400\/10 {
  background-color: rgb(55 105 197 / 0.1);
}

.bg-navy-400\/100 {
  background-color: rgb(55 105 197 / 1);
}

.bg-navy-400\/20 {
  background-color: rgb(55 105 197 / 0.2);
}

.bg-navy-400\/25 {
  background-color: rgb(55 105 197 / 0.25);
}

.bg-navy-400\/30 {
  background-color: rgb(55 105 197 / 0.3);
}

.bg-navy-400\/40 {
  background-color: rgb(55 105 197 / 0.4);
}

.bg-navy-400\/5 {
  background-color: rgb(55 105 197 / 0.05);
}

.bg-navy-400\/50 {
  background-color: rgb(55 105 197 / 0.5);
}

.bg-navy-400\/60 {
  background-color: rgb(55 105 197 / 0.6);
}

.bg-navy-400\/70 {
  background-color: rgb(55 105 197 / 0.7);
}

.bg-navy-400\/75 {
  background-color: rgb(55 105 197 / 0.75);
}

.bg-navy-400\/80 {
  background-color: rgb(55 105 197 / 0.8);
}

.bg-navy-400\/90 {
  background-color: rgb(55 105 197 / 0.9);
}

.bg-navy-400\/95 {
  background-color: rgb(55 105 197 / 0.95);
}

.bg-navy-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 219 241 / var(--tw-bg-opacity));
}

.bg-navy-50\/0 {
  background-color: rgb(207 219 241 / 0);
}

.bg-navy-50\/10 {
  background-color: rgb(207 219 241 / 0.1);
}

.bg-navy-50\/100 {
  background-color: rgb(207 219 241 / 1);
}

.bg-navy-50\/20 {
  background-color: rgb(207 219 241 / 0.2);
}

.bg-navy-50\/25 {
  background-color: rgb(207 219 241 / 0.25);
}

.bg-navy-50\/30 {
  background-color: rgb(207 219 241 / 0.3);
}

.bg-navy-50\/40 {
  background-color: rgb(207 219 241 / 0.4);
}

.bg-navy-50\/5 {
  background-color: rgb(207 219 241 / 0.05);
}

.bg-navy-50\/50 {
  background-color: rgb(207 219 241 / 0.5);
}

.bg-navy-50\/60 {
  background-color: rgb(207 219 241 / 0.6);
}

.bg-navy-50\/70 {
  background-color: rgb(207 219 241 / 0.7);
}

.bg-navy-50\/75 {
  background-color: rgb(207 219 241 / 0.75);
}

.bg-navy-50\/80 {
  background-color: rgb(207 219 241 / 0.8);
}

.bg-navy-50\/90 {
  background-color: rgb(207 219 241 / 0.9);
}

.bg-navy-50\/95 {
  background-color: rgb(207 219 241 / 0.95);
}

.bg-navy-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 75 185 / var(--tw-bg-opacity));
}

.bg-navy-500\/0 {
  background-color: rgb(15 75 185 / 0);
}

.bg-navy-500\/10 {
  background-color: rgb(15 75 185 / 0.1);
}

.bg-navy-500\/100 {
  background-color: rgb(15 75 185 / 1);
}

.bg-navy-500\/20 {
  background-color: rgb(15 75 185 / 0.2);
}

.bg-navy-500\/25 {
  background-color: rgb(15 75 185 / 0.25);
}

.bg-navy-500\/30 {
  background-color: rgb(15 75 185 / 0.3);
}

.bg-navy-500\/40 {
  background-color: rgb(15 75 185 / 0.4);
}

.bg-navy-500\/5 {
  background-color: rgb(15 75 185 / 0.05);
}

.bg-navy-500\/50 {
  background-color: rgb(15 75 185 / 0.5);
}

.bg-navy-500\/60 {
  background-color: rgb(15 75 185 / 0.6);
}

.bg-navy-500\/70 {
  background-color: rgb(15 75 185 / 0.7);
}

.bg-navy-500\/75 {
  background-color: rgb(15 75 185 / 0.75);
}

.bg-navy-500\/80 {
  background-color: rgb(15 75 185 / 0.8);
}

.bg-navy-500\/90 {
  background-color: rgb(15 75 185 / 0.9);
}

.bg-navy-500\/95 {
  background-color: rgb(15 75 185 / 0.95);
}

.bg-navy-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 63 154 / var(--tw-bg-opacity));
}

.bg-navy-600\/0 {
  background-color: rgb(13 63 154 / 0);
}

.bg-navy-600\/10 {
  background-color: rgb(13 63 154 / 0.1);
}

.bg-navy-600\/100 {
  background-color: rgb(13 63 154 / 1);
}

.bg-navy-600\/20 {
  background-color: rgb(13 63 154 / 0.2);
}

.bg-navy-600\/25 {
  background-color: rgb(13 63 154 / 0.25);
}

.bg-navy-600\/30 {
  background-color: rgb(13 63 154 / 0.3);
}

.bg-navy-600\/40 {
  background-color: rgb(13 63 154 / 0.4);
}

.bg-navy-600\/5 {
  background-color: rgb(13 63 154 / 0.05);
}

.bg-navy-600\/50 {
  background-color: rgb(13 63 154 / 0.5);
}

.bg-navy-600\/60 {
  background-color: rgb(13 63 154 / 0.6);
}

.bg-navy-600\/70 {
  background-color: rgb(13 63 154 / 0.7);
}

.bg-navy-600\/75 {
  background-color: rgb(13 63 154 / 0.75);
}

.bg-navy-600\/80 {
  background-color: rgb(13 63 154 / 0.8);
}

.bg-navy-600\/90 {
  background-color: rgb(13 63 154 / 0.9);
}

.bg-navy-600\/95 {
  background-color: rgb(13 63 154 / 0.95);
}

.bg-navy-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 50 123 / var(--tw-bg-opacity));
}

.bg-navy-700\/0 {
  background-color: rgb(10 50 123 / 0);
}

.bg-navy-700\/10 {
  background-color: rgb(10 50 123 / 0.1);
}

.bg-navy-700\/100 {
  background-color: rgb(10 50 123 / 1);
}

.bg-navy-700\/20 {
  background-color: rgb(10 50 123 / 0.2);
}

.bg-navy-700\/25 {
  background-color: rgb(10 50 123 / 0.25);
}

.bg-navy-700\/30 {
  background-color: rgb(10 50 123 / 0.3);
}

.bg-navy-700\/40 {
  background-color: rgb(10 50 123 / 0.4);
}

.bg-navy-700\/5 {
  background-color: rgb(10 50 123 / 0.05);
}

.bg-navy-700\/50 {
  background-color: rgb(10 50 123 / 0.5);
}

.bg-navy-700\/60 {
  background-color: rgb(10 50 123 / 0.6);
}

.bg-navy-700\/70 {
  background-color: rgb(10 50 123 / 0.7);
}

.bg-navy-700\/75 {
  background-color: rgb(10 50 123 / 0.75);
}

.bg-navy-700\/80 {
  background-color: rgb(10 50 123 / 0.8);
}

.bg-navy-700\/90 {
  background-color: rgb(10 50 123 / 0.9);
}

.bg-navy-700\/95 {
  background-color: rgb(10 50 123 / 0.95);
}

.bg-navy-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 38 93 / var(--tw-bg-opacity));
}

.bg-navy-800\/0 {
  background-color: rgb(8 38 93 / 0);
}

.bg-navy-800\/10 {
  background-color: rgb(8 38 93 / 0.1);
}

.bg-navy-800\/100 {
  background-color: rgb(8 38 93 / 1);
}

.bg-navy-800\/20 {
  background-color: rgb(8 38 93 / 0.2);
}

.bg-navy-800\/25 {
  background-color: rgb(8 38 93 / 0.25);
}

.bg-navy-800\/30 {
  background-color: rgb(8 38 93 / 0.3);
}

.bg-navy-800\/40 {
  background-color: rgb(8 38 93 / 0.4);
}

.bg-navy-800\/5 {
  background-color: rgb(8 38 93 / 0.05);
}

.bg-navy-800\/50 {
  background-color: rgb(8 38 93 / 0.5);
}

.bg-navy-800\/60 {
  background-color: rgb(8 38 93 / 0.6);
}

.bg-navy-800\/70 {
  background-color: rgb(8 38 93 / 0.7);
}

.bg-navy-800\/75 {
  background-color: rgb(8 38 93 / 0.75);
}

.bg-navy-800\/80 {
  background-color: rgb(8 38 93 / 0.8);
}

.bg-navy-800\/90 {
  background-color: rgb(8 38 93 / 0.9);
}

.bg-navy-800\/95 {
  background-color: rgb(8 38 93 / 0.95);
}

.bg-navy-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 25 62 / var(--tw-bg-opacity));
}

.bg-navy-900\/0 {
  background-color: rgb(5 25 62 / 0);
}

.bg-navy-900\/10 {
  background-color: rgb(5 25 62 / 0.1);
}

.bg-navy-900\/100 {
  background-color: rgb(5 25 62 / 1);
}

.bg-navy-900\/20 {
  background-color: rgb(5 25 62 / 0.2);
}

.bg-navy-900\/25 {
  background-color: rgb(5 25 62 / 0.25);
}

.bg-navy-900\/30 {
  background-color: rgb(5 25 62 / 0.3);
}

.bg-navy-900\/40 {
  background-color: rgb(5 25 62 / 0.4);
}

.bg-navy-900\/5 {
  background-color: rgb(5 25 62 / 0.05);
}

.bg-navy-900\/50 {
  background-color: rgb(5 25 62 / 0.5);
}

.bg-navy-900\/60 {
  background-color: rgb(5 25 62 / 0.6);
}

.bg-navy-900\/70 {
  background-color: rgb(5 25 62 / 0.7);
}

.bg-navy-900\/75 {
  background-color: rgb(5 25 62 / 0.75);
}

.bg-navy-900\/80 {
  background-color: rgb(5 25 62 / 0.8);
}

.bg-navy-900\/90 {
  background-color: rgb(5 25 62 / 0.9);
}

.bg-navy-900\/95 {
  background-color: rgb(5 25 62 / 0.95);
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 127 80 / var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 197 / var(--tw-bg-opacity));
}

.bg-orange-100\/0 {
  background-color: rgb(255 212 197 / 0);
}

.bg-orange-100\/10 {
  background-color: rgb(255 212 197 / 0.1);
}

.bg-orange-100\/100 {
  background-color: rgb(255 212 197 / 1);
}

.bg-orange-100\/20 {
  background-color: rgb(255 212 197 / 0.2);
}

.bg-orange-100\/25 {
  background-color: rgb(255 212 197 / 0.25);
}

.bg-orange-100\/30 {
  background-color: rgb(255 212 197 / 0.3);
}

.bg-orange-100\/40 {
  background-color: rgb(255 212 197 / 0.4);
}

.bg-orange-100\/5 {
  background-color: rgb(255 212 197 / 0.05);
}

.bg-orange-100\/50 {
  background-color: rgb(255 212 197 / 0.5);
}

.bg-orange-100\/60 {
  background-color: rgb(255 212 197 / 0.6);
}

.bg-orange-100\/70 {
  background-color: rgb(255 212 197 / 0.7);
}

.bg-orange-100\/75 {
  background-color: rgb(255 212 197 / 0.75);
}

.bg-orange-100\/80 {
  background-color: rgb(255 212 197 / 0.8);
}

.bg-orange-100\/90 {
  background-color: rgb(255 212 197 / 0.9);
}

.bg-orange-100\/95 {
  background-color: rgb(255 212 197 / 0.95);
}

.bg-orange-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 25 16 / var(--tw-bg-opacity));
}

.bg-orange-1000\/0 {
  background-color: rgb(51 25 16 / 0);
}

.bg-orange-1000\/10 {
  background-color: rgb(51 25 16 / 0.1);
}

.bg-orange-1000\/100 {
  background-color: rgb(51 25 16 / 1);
}

.bg-orange-1000\/20 {
  background-color: rgb(51 25 16 / 0.2);
}

.bg-orange-1000\/25 {
  background-color: rgb(51 25 16 / 0.25);
}

.bg-orange-1000\/30 {
  background-color: rgb(51 25 16 / 0.3);
}

.bg-orange-1000\/40 {
  background-color: rgb(51 25 16 / 0.4);
}

.bg-orange-1000\/5 {
  background-color: rgb(51 25 16 / 0.05);
}

.bg-orange-1000\/50 {
  background-color: rgb(51 25 16 / 0.5);
}

.bg-orange-1000\/60 {
  background-color: rgb(51 25 16 / 0.6);
}

.bg-orange-1000\/70 {
  background-color: rgb(51 25 16 / 0.7);
}

.bg-orange-1000\/75 {
  background-color: rgb(51 25 16 / 0.75);
}

.bg-orange-1000\/80 {
  background-color: rgb(51 25 16 / 0.8);
}

.bg-orange-1000\/90 {
  background-color: rgb(51 25 16 / 0.9);
}

.bg-orange-1000\/95 {
  background-color: rgb(51 25 16 / 0.95);
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 168 / var(--tw-bg-opacity));
}

.bg-orange-200\/0 {
  background-color: rgb(255 191 168 / 0);
}

.bg-orange-200\/10 {
  background-color: rgb(255 191 168 / 0.1);
}

.bg-orange-200\/100 {
  background-color: rgb(255 191 168 / 1);
}

.bg-orange-200\/20 {
  background-color: rgb(255 191 168 / 0.2);
}

.bg-orange-200\/25 {
  background-color: rgb(255 191 168 / 0.25);
}

.bg-orange-200\/30 {
  background-color: rgb(255 191 168 / 0.3);
}

.bg-orange-200\/40 {
  background-color: rgb(255 191 168 / 0.4);
}

.bg-orange-200\/5 {
  background-color: rgb(255 191 168 / 0.05);
}

.bg-orange-200\/50 {
  background-color: rgb(255 191 168 / 0.5);
}

.bg-orange-200\/60 {
  background-color: rgb(255 191 168 / 0.6);
}

.bg-orange-200\/70 {
  background-color: rgb(255 191 168 / 0.7);
}

.bg-orange-200\/75 {
  background-color: rgb(255 191 168 / 0.75);
}

.bg-orange-200\/80 {
  background-color: rgb(255 191 168 / 0.8);
}

.bg-orange-200\/90 {
  background-color: rgb(255 191 168 / 0.9);
}

.bg-orange-200\/95 {
  background-color: rgb(255 191 168 / 0.95);
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 138 / var(--tw-bg-opacity));
}

.bg-orange-300\/0 {
  background-color: rgb(255 170 138 / 0);
}

.bg-orange-300\/10 {
  background-color: rgb(255 170 138 / 0.1);
}

.bg-orange-300\/100 {
  background-color: rgb(255 170 138 / 1);
}

.bg-orange-300\/20 {
  background-color: rgb(255 170 138 / 0.2);
}

.bg-orange-300\/25 {
  background-color: rgb(255 170 138 / 0.25);
}

.bg-orange-300\/30 {
  background-color: rgb(255 170 138 / 0.3);
}

.bg-orange-300\/40 {
  background-color: rgb(255 170 138 / 0.4);
}

.bg-orange-300\/5 {
  background-color: rgb(255 170 138 / 0.05);
}

.bg-orange-300\/50 {
  background-color: rgb(255 170 138 / 0.5);
}

.bg-orange-300\/60 {
  background-color: rgb(255 170 138 / 0.6);
}

.bg-orange-300\/70 {
  background-color: rgb(255 170 138 / 0.7);
}

.bg-orange-300\/75 {
  background-color: rgb(255 170 138 / 0.75);
}

.bg-orange-300\/80 {
  background-color: rgb(255 170 138 / 0.8);
}

.bg-orange-300\/90 {
  background-color: rgb(255 170 138 / 0.9);
}

.bg-orange-300\/95 {
  background-color: rgb(255 170 138 / 0.95);
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 148 109 / var(--tw-bg-opacity));
}

.bg-orange-400\/0 {
  background-color: rgb(255 148 109 / 0);
}

.bg-orange-400\/10 {
  background-color: rgb(255 148 109 / 0.1);
}

.bg-orange-400\/100 {
  background-color: rgb(255 148 109 / 1);
}

.bg-orange-400\/20 {
  background-color: rgb(255 148 109 / 0.2);
}

.bg-orange-400\/25 {
  background-color: rgb(255 148 109 / 0.25);
}

.bg-orange-400\/30 {
  background-color: rgb(255 148 109 / 0.3);
}

.bg-orange-400\/40 {
  background-color: rgb(255 148 109 / 0.4);
}

.bg-orange-400\/5 {
  background-color: rgb(255 148 109 / 0.05);
}

.bg-orange-400\/50 {
  background-color: rgb(255 148 109 / 0.5);
}

.bg-orange-400\/60 {
  background-color: rgb(255 148 109 / 0.6);
}

.bg-orange-400\/70 {
  background-color: rgb(255 148 109 / 0.7);
}

.bg-orange-400\/75 {
  background-color: rgb(255 148 109 / 0.75);
}

.bg-orange-400\/80 {
  background-color: rgb(255 148 109 / 0.8);
}

.bg-orange-400\/90 {
  background-color: rgb(255 148 109 / 0.9);
}

.bg-orange-400\/95 {
  background-color: rgb(255 148 109 / 0.95);
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 220 / var(--tw-bg-opacity));
}

.bg-orange-50\/0 {
  background-color: rgb(255 229 220 / 0);
}

.bg-orange-50\/10 {
  background-color: rgb(255 229 220 / 0.1);
}

.bg-orange-50\/100 {
  background-color: rgb(255 229 220 / 1);
}

.bg-orange-50\/20 {
  background-color: rgb(255 229 220 / 0.2);
}

.bg-orange-50\/25 {
  background-color: rgb(255 229 220 / 0.25);
}

.bg-orange-50\/30 {
  background-color: rgb(255 229 220 / 0.3);
}

.bg-orange-50\/40 {
  background-color: rgb(255 229 220 / 0.4);
}

.bg-orange-50\/5 {
  background-color: rgb(255 229 220 / 0.05);
}

.bg-orange-50\/50 {
  background-color: rgb(255 229 220 / 0.5);
}

.bg-orange-50\/60 {
  background-color: rgb(255 229 220 / 0.6);
}

.bg-orange-50\/70 {
  background-color: rgb(255 229 220 / 0.7);
}

.bg-orange-50\/75 {
  background-color: rgb(255 229 220 / 0.75);
}

.bg-orange-50\/80 {
  background-color: rgb(255 229 220 / 0.8);
}

.bg-orange-50\/90 {
  background-color: rgb(255 229 220 / 0.9);
}

.bg-orange-50\/95 {
  background-color: rgb(255 229 220 / 0.95);
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 127 80 / var(--tw-bg-opacity));
}

.bg-orange-500\/0 {
  background-color: rgb(255 127 80 / 0);
}

.bg-orange-500\/10 {
  background-color: rgb(255 127 80 / 0.1);
}

.bg-orange-500\/100 {
  background-color: rgb(255 127 80 / 1);
}

.bg-orange-500\/20 {
  background-color: rgb(255 127 80 / 0.2);
}

.bg-orange-500\/25 {
  background-color: rgb(255 127 80 / 0.25);
}

.bg-orange-500\/30 {
  background-color: rgb(255 127 80 / 0.3);
}

.bg-orange-500\/40 {
  background-color: rgb(255 127 80 / 0.4);
}

.bg-orange-500\/5 {
  background-color: rgb(255 127 80 / 0.05);
}

.bg-orange-500\/50 {
  background-color: rgb(255 127 80 / 0.5);
}

.bg-orange-500\/60 {
  background-color: rgb(255 127 80 / 0.6);
}

.bg-orange-500\/70 {
  background-color: rgb(255 127 80 / 0.7);
}

.bg-orange-500\/75 {
  background-color: rgb(255 127 80 / 0.75);
}

.bg-orange-500\/80 {
  background-color: rgb(255 127 80 / 0.8);
}

.bg-orange-500\/90 {
  background-color: rgb(255 127 80 / 0.9);
}

.bg-orange-500\/95 {
  background-color: rgb(255 127 80 / 0.95);
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 106 67 / var(--tw-bg-opacity));
}

.bg-orange-600\/0 {
  background-color: rgb(213 106 67 / 0);
}

.bg-orange-600\/10 {
  background-color: rgb(213 106 67 / 0.1);
}

.bg-orange-600\/100 {
  background-color: rgb(213 106 67 / 1);
}

.bg-orange-600\/20 {
  background-color: rgb(213 106 67 / 0.2);
}

.bg-orange-600\/25 {
  background-color: rgb(213 106 67 / 0.25);
}

.bg-orange-600\/30 {
  background-color: rgb(213 106 67 / 0.3);
}

.bg-orange-600\/40 {
  background-color: rgb(213 106 67 / 0.4);
}

.bg-orange-600\/5 {
  background-color: rgb(213 106 67 / 0.05);
}

.bg-orange-600\/50 {
  background-color: rgb(213 106 67 / 0.5);
}

.bg-orange-600\/60 {
  background-color: rgb(213 106 67 / 0.6);
}

.bg-orange-600\/70 {
  background-color: rgb(213 106 67 / 0.7);
}

.bg-orange-600\/75 {
  background-color: rgb(213 106 67 / 0.75);
}

.bg-orange-600\/80 {
  background-color: rgb(213 106 67 / 0.8);
}

.bg-orange-600\/90 {
  background-color: rgb(213 106 67 / 0.9);
}

.bg-orange-600\/95 {
  background-color: rgb(213 106 67 / 0.95);
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(170 85 53 / var(--tw-bg-opacity));
}

.bg-orange-700\/0 {
  background-color: rgb(170 85 53 / 0);
}

.bg-orange-700\/10 {
  background-color: rgb(170 85 53 / 0.1);
}

.bg-orange-700\/100 {
  background-color: rgb(170 85 53 / 1);
}

.bg-orange-700\/20 {
  background-color: rgb(170 85 53 / 0.2);
}

.bg-orange-700\/25 {
  background-color: rgb(170 85 53 / 0.25);
}

.bg-orange-700\/30 {
  background-color: rgb(170 85 53 / 0.3);
}

.bg-orange-700\/40 {
  background-color: rgb(170 85 53 / 0.4);
}

.bg-orange-700\/5 {
  background-color: rgb(170 85 53 / 0.05);
}

.bg-orange-700\/50 {
  background-color: rgb(170 85 53 / 0.5);
}

.bg-orange-700\/60 {
  background-color: rgb(170 85 53 / 0.6);
}

.bg-orange-700\/70 {
  background-color: rgb(170 85 53 / 0.7);
}

.bg-orange-700\/75 {
  background-color: rgb(170 85 53 / 0.75);
}

.bg-orange-700\/80 {
  background-color: rgb(170 85 53 / 0.8);
}

.bg-orange-700\/90 {
  background-color: rgb(170 85 53 / 0.9);
}

.bg-orange-700\/95 {
  background-color: rgb(170 85 53 / 0.95);
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 64 40 / var(--tw-bg-opacity));
}

.bg-orange-800\/0 {
  background-color: rgb(128 64 40 / 0);
}

.bg-orange-800\/10 {
  background-color: rgb(128 64 40 / 0.1);
}

.bg-orange-800\/100 {
  background-color: rgb(128 64 40 / 1);
}

.bg-orange-800\/20 {
  background-color: rgb(128 64 40 / 0.2);
}

.bg-orange-800\/25 {
  background-color: rgb(128 64 40 / 0.25);
}

.bg-orange-800\/30 {
  background-color: rgb(128 64 40 / 0.3);
}

.bg-orange-800\/40 {
  background-color: rgb(128 64 40 / 0.4);
}

.bg-orange-800\/5 {
  background-color: rgb(128 64 40 / 0.05);
}

.bg-orange-800\/50 {
  background-color: rgb(128 64 40 / 0.5);
}

.bg-orange-800\/60 {
  background-color: rgb(128 64 40 / 0.6);
}

.bg-orange-800\/70 {
  background-color: rgb(128 64 40 / 0.7);
}

.bg-orange-800\/75 {
  background-color: rgb(128 64 40 / 0.75);
}

.bg-orange-800\/80 {
  background-color: rgb(128 64 40 / 0.8);
}

.bg-orange-800\/90 {
  background-color: rgb(128 64 40 / 0.9);
}

.bg-orange-800\/95 {
  background-color: rgb(128 64 40 / 0.95);
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 42 27 / var(--tw-bg-opacity));
}

.bg-orange-900\/0 {
  background-color: rgb(85 42 27 / 0);
}

.bg-orange-900\/10 {
  background-color: rgb(85 42 27 / 0.1);
}

.bg-orange-900\/100 {
  background-color: rgb(85 42 27 / 1);
}

.bg-orange-900\/20 {
  background-color: rgb(85 42 27 / 0.2);
}

.bg-orange-900\/25 {
  background-color: rgb(85 42 27 / 0.25);
}

.bg-orange-900\/30 {
  background-color: rgb(85 42 27 / 0.3);
}

.bg-orange-900\/40 {
  background-color: rgb(85 42 27 / 0.4);
}

.bg-orange-900\/5 {
  background-color: rgb(85 42 27 / 0.05);
}

.bg-orange-900\/50 {
  background-color: rgb(85 42 27 / 0.5);
}

.bg-orange-900\/60 {
  background-color: rgb(85 42 27 / 0.6);
}

.bg-orange-900\/70 {
  background-color: rgb(85 42 27 / 0.7);
}

.bg-orange-900\/75 {
  background-color: rgb(85 42 27 / 0.75);
}

.bg-orange-900\/80 {
  background-color: rgb(85 42 27 / 0.8);
}

.bg-orange-900\/90 {
  background-color: rgb(85 42 27 / 0.9);
}

.bg-orange-900\/95 {
  background-color: rgb(85 42 27 / 0.95);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(75 220 195 / var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(125 90 200 / var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 200 237 / var(--tw-bg-opacity));
}

.bg-purple-100\/0 {
  background-color: rgb(212 200 237 / 0);
}

.bg-purple-100\/10 {
  background-color: rgb(212 200 237 / 0.1);
}

.bg-purple-100\/100 {
  background-color: rgb(212 200 237 / 1);
}

.bg-purple-100\/20 {
  background-color: rgb(212 200 237 / 0.2);
}

.bg-purple-100\/25 {
  background-color: rgb(212 200 237 / 0.25);
}

.bg-purple-100\/30 {
  background-color: rgb(212 200 237 / 0.3);
}

.bg-purple-100\/40 {
  background-color: rgb(212 200 237 / 0.4);
}

.bg-purple-100\/5 {
  background-color: rgb(212 200 237 / 0.05);
}

.bg-purple-100\/50 {
  background-color: rgb(212 200 237 / 0.5);
}

.bg-purple-100\/60 {
  background-color: rgb(212 200 237 / 0.6);
}

.bg-purple-100\/70 {
  background-color: rgb(212 200 237 / 0.7);
}

.bg-purple-100\/75 {
  background-color: rgb(212 200 237 / 0.75);
}

.bg-purple-100\/80 {
  background-color: rgb(212 200 237 / 0.8);
}

.bg-purple-100\/90 {
  background-color: rgb(212 200 237 / 0.9);
}

.bg-purple-100\/95 {
  background-color: rgb(212 200 237 / 0.95);
}

.bg-purple-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 18 40 / var(--tw-bg-opacity));
}

.bg-purple-1000\/0 {
  background-color: rgb(25 18 40 / 0);
}

.bg-purple-1000\/10 {
  background-color: rgb(25 18 40 / 0.1);
}

.bg-purple-1000\/100 {
  background-color: rgb(25 18 40 / 1);
}

.bg-purple-1000\/20 {
  background-color: rgb(25 18 40 / 0.2);
}

.bg-purple-1000\/25 {
  background-color: rgb(25 18 40 / 0.25);
}

.bg-purple-1000\/30 {
  background-color: rgb(25 18 40 / 0.3);
}

.bg-purple-1000\/40 {
  background-color: rgb(25 18 40 / 0.4);
}

.bg-purple-1000\/5 {
  background-color: rgb(25 18 40 / 0.05);
}

.bg-purple-1000\/50 {
  background-color: rgb(25 18 40 / 0.5);
}

.bg-purple-1000\/60 {
  background-color: rgb(25 18 40 / 0.6);
}

.bg-purple-1000\/70 {
  background-color: rgb(25 18 40 / 0.7);
}

.bg-purple-1000\/75 {
  background-color: rgb(25 18 40 / 0.75);
}

.bg-purple-1000\/80 {
  background-color: rgb(25 18 40 / 0.8);
}

.bg-purple-1000\/90 {
  background-color: rgb(25 18 40 / 0.9);
}

.bg-purple-1000\/95 {
  background-color: rgb(25 18 40 / 0.95);
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 173 228 / var(--tw-bg-opacity));
}

.bg-purple-200\/0 {
  background-color: rgb(190 173 228 / 0);
}

.bg-purple-200\/10 {
  background-color: rgb(190 173 228 / 0.1);
}

.bg-purple-200\/100 {
  background-color: rgb(190 173 228 / 1);
}

.bg-purple-200\/20 {
  background-color: rgb(190 173 228 / 0.2);
}

.bg-purple-200\/25 {
  background-color: rgb(190 173 228 / 0.25);
}

.bg-purple-200\/30 {
  background-color: rgb(190 173 228 / 0.3);
}

.bg-purple-200\/40 {
  background-color: rgb(190 173 228 / 0.4);
}

.bg-purple-200\/5 {
  background-color: rgb(190 173 228 / 0.05);
}

.bg-purple-200\/50 {
  background-color: rgb(190 173 228 / 0.5);
}

.bg-purple-200\/60 {
  background-color: rgb(190 173 228 / 0.6);
}

.bg-purple-200\/70 {
  background-color: rgb(190 173 228 / 0.7);
}

.bg-purple-200\/75 {
  background-color: rgb(190 173 228 / 0.75);
}

.bg-purple-200\/80 {
  background-color: rgb(190 173 228 / 0.8);
}

.bg-purple-200\/90 {
  background-color: rgb(190 173 228 / 0.9);
}

.bg-purple-200\/95 {
  background-color: rgb(190 173 228 / 0.95);
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 145 218 / var(--tw-bg-opacity));
}

.bg-purple-300\/0 {
  background-color: rgb(168 145 218 / 0);
}

.bg-purple-300\/10 {
  background-color: rgb(168 145 218 / 0.1);
}

.bg-purple-300\/100 {
  background-color: rgb(168 145 218 / 1);
}

.bg-purple-300\/20 {
  background-color: rgb(168 145 218 / 0.2);
}

.bg-purple-300\/25 {
  background-color: rgb(168 145 218 / 0.25);
}

.bg-purple-300\/30 {
  background-color: rgb(168 145 218 / 0.3);
}

.bg-purple-300\/40 {
  background-color: rgb(168 145 218 / 0.4);
}

.bg-purple-300\/5 {
  background-color: rgb(168 145 218 / 0.05);
}

.bg-purple-300\/50 {
  background-color: rgb(168 145 218 / 0.5);
}

.bg-purple-300\/60 {
  background-color: rgb(168 145 218 / 0.6);
}

.bg-purple-300\/70 {
  background-color: rgb(168 145 218 / 0.7);
}

.bg-purple-300\/75 {
  background-color: rgb(168 145 218 / 0.75);
}

.bg-purple-300\/80 {
  background-color: rgb(168 145 218 / 0.8);
}

.bg-purple-300\/90 {
  background-color: rgb(168 145 218 / 0.9);
}

.bg-purple-300\/95 {
  background-color: rgb(168 145 218 / 0.95);
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 118 209 / var(--tw-bg-opacity));
}

.bg-purple-400\/0 {
  background-color: rgb(147 118 209 / 0);
}

.bg-purple-400\/10 {
  background-color: rgb(147 118 209 / 0.1);
}

.bg-purple-400\/100 {
  background-color: rgb(147 118 209 / 1);
}

.bg-purple-400\/20 {
  background-color: rgb(147 118 209 / 0.2);
}

.bg-purple-400\/25 {
  background-color: rgb(147 118 209 / 0.25);
}

.bg-purple-400\/30 {
  background-color: rgb(147 118 209 / 0.3);
}

.bg-purple-400\/40 {
  background-color: rgb(147 118 209 / 0.4);
}

.bg-purple-400\/5 {
  background-color: rgb(147 118 209 / 0.05);
}

.bg-purple-400\/50 {
  background-color: rgb(147 118 209 / 0.5);
}

.bg-purple-400\/60 {
  background-color: rgb(147 118 209 / 0.6);
}

.bg-purple-400\/70 {
  background-color: rgb(147 118 209 / 0.7);
}

.bg-purple-400\/75 {
  background-color: rgb(147 118 209 / 0.75);
}

.bg-purple-400\/80 {
  background-color: rgb(147 118 209 / 0.8);
}

.bg-purple-400\/90 {
  background-color: rgb(147 118 209 / 0.9);
}

.bg-purple-400\/95 {
  background-color: rgb(147 118 209 / 0.95);
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 222 244 / var(--tw-bg-opacity));
}

.bg-purple-50\/0 {
  background-color: rgb(229 222 244 / 0);
}

.bg-purple-50\/10 {
  background-color: rgb(229 222 244 / 0.1);
}

.bg-purple-50\/100 {
  background-color: rgb(229 222 244 / 1);
}

.bg-purple-50\/20 {
  background-color: rgb(229 222 244 / 0.2);
}

.bg-purple-50\/25 {
  background-color: rgb(229 222 244 / 0.25);
}

.bg-purple-50\/30 {
  background-color: rgb(229 222 244 / 0.3);
}

.bg-purple-50\/40 {
  background-color: rgb(229 222 244 / 0.4);
}

.bg-purple-50\/5 {
  background-color: rgb(229 222 244 / 0.05);
}

.bg-purple-50\/50 {
  background-color: rgb(229 222 244 / 0.5);
}

.bg-purple-50\/60 {
  background-color: rgb(229 222 244 / 0.6);
}

.bg-purple-50\/70 {
  background-color: rgb(229 222 244 / 0.7);
}

.bg-purple-50\/75 {
  background-color: rgb(229 222 244 / 0.75);
}

.bg-purple-50\/80 {
  background-color: rgb(229 222 244 / 0.8);
}

.bg-purple-50\/90 {
  background-color: rgb(229 222 244 / 0.9);
}

.bg-purple-50\/95 {
  background-color: rgb(229 222 244 / 0.95);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 90 200 / var(--tw-bg-opacity));
}

.bg-purple-500\/0 {
  background-color: rgb(125 90 200 / 0);
}

.bg-purple-500\/10 {
  background-color: rgb(125 90 200 / 0.1);
}

.bg-purple-500\/100 {
  background-color: rgb(125 90 200 / 1);
}

.bg-purple-500\/20 {
  background-color: rgb(125 90 200 / 0.2);
}

.bg-purple-500\/25 {
  background-color: rgb(125 90 200 / 0.25);
}

.bg-purple-500\/30 {
  background-color: rgb(125 90 200 / 0.3);
}

.bg-purple-500\/40 {
  background-color: rgb(125 90 200 / 0.4);
}

.bg-purple-500\/5 {
  background-color: rgb(125 90 200 / 0.05);
}

.bg-purple-500\/50 {
  background-color: rgb(125 90 200 / 0.5);
}

.bg-purple-500\/60 {
  background-color: rgb(125 90 200 / 0.6);
}

.bg-purple-500\/70 {
  background-color: rgb(125 90 200 / 0.7);
}

.bg-purple-500\/75 {
  background-color: rgb(125 90 200 / 0.75);
}

.bg-purple-500\/80 {
  background-color: rgb(125 90 200 / 0.8);
}

.bg-purple-500\/90 {
  background-color: rgb(125 90 200 / 0.9);
}

.bg-purple-500\/95 {
  background-color: rgb(125 90 200 / 0.95);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(104 75 167 / var(--tw-bg-opacity));
}

.bg-purple-600\/0 {
  background-color: rgb(104 75 167 / 0);
}

.bg-purple-600\/10 {
  background-color: rgb(104 75 167 / 0.1);
}

.bg-purple-600\/100 {
  background-color: rgb(104 75 167 / 1);
}

.bg-purple-600\/20 {
  background-color: rgb(104 75 167 / 0.2);
}

.bg-purple-600\/25 {
  background-color: rgb(104 75 167 / 0.25);
}

.bg-purple-600\/30 {
  background-color: rgb(104 75 167 / 0.3);
}

.bg-purple-600\/40 {
  background-color: rgb(104 75 167 / 0.4);
}

.bg-purple-600\/5 {
  background-color: rgb(104 75 167 / 0.05);
}

.bg-purple-600\/50 {
  background-color: rgb(104 75 167 / 0.5);
}

.bg-purple-600\/60 {
  background-color: rgb(104 75 167 / 0.6);
}

.bg-purple-600\/70 {
  background-color: rgb(104 75 167 / 0.7);
}

.bg-purple-600\/75 {
  background-color: rgb(104 75 167 / 0.75);
}

.bg-purple-600\/80 {
  background-color: rgb(104 75 167 / 0.8);
}

.bg-purple-600\/90 {
  background-color: rgb(104 75 167 / 0.9);
}

.bg-purple-600\/95 {
  background-color: rgb(104 75 167 / 0.95);
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(83 60 133 / var(--tw-bg-opacity));
}

.bg-purple-700\/0 {
  background-color: rgb(83 60 133 / 0);
}

.bg-purple-700\/10 {
  background-color: rgb(83 60 133 / 0.1);
}

.bg-purple-700\/100 {
  background-color: rgb(83 60 133 / 1);
}

.bg-purple-700\/20 {
  background-color: rgb(83 60 133 / 0.2);
}

.bg-purple-700\/25 {
  background-color: rgb(83 60 133 / 0.25);
}

.bg-purple-700\/30 {
  background-color: rgb(83 60 133 / 0.3);
}

.bg-purple-700\/40 {
  background-color: rgb(83 60 133 / 0.4);
}

.bg-purple-700\/5 {
  background-color: rgb(83 60 133 / 0.05);
}

.bg-purple-700\/50 {
  background-color: rgb(83 60 133 / 0.5);
}

.bg-purple-700\/60 {
  background-color: rgb(83 60 133 / 0.6);
}

.bg-purple-700\/70 {
  background-color: rgb(83 60 133 / 0.7);
}

.bg-purple-700\/75 {
  background-color: rgb(83 60 133 / 0.75);
}

.bg-purple-700\/80 {
  background-color: rgb(83 60 133 / 0.8);
}

.bg-purple-700\/90 {
  background-color: rgb(83 60 133 / 0.9);
}

.bg-purple-700\/95 {
  background-color: rgb(83 60 133 / 0.95);
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 45 100 / var(--tw-bg-opacity));
}

.bg-purple-800\/0 {
  background-color: rgb(63 45 100 / 0);
}

.bg-purple-800\/10 {
  background-color: rgb(63 45 100 / 0.1);
}

.bg-purple-800\/100 {
  background-color: rgb(63 45 100 / 1);
}

.bg-purple-800\/20 {
  background-color: rgb(63 45 100 / 0.2);
}

.bg-purple-800\/25 {
  background-color: rgb(63 45 100 / 0.25);
}

.bg-purple-800\/30 {
  background-color: rgb(63 45 100 / 0.3);
}

.bg-purple-800\/40 {
  background-color: rgb(63 45 100 / 0.4);
}

.bg-purple-800\/5 {
  background-color: rgb(63 45 100 / 0.05);
}

.bg-purple-800\/50 {
  background-color: rgb(63 45 100 / 0.5);
}

.bg-purple-800\/60 {
  background-color: rgb(63 45 100 / 0.6);
}

.bg-purple-800\/70 {
  background-color: rgb(63 45 100 / 0.7);
}

.bg-purple-800\/75 {
  background-color: rgb(63 45 100 / 0.75);
}

.bg-purple-800\/80 {
  background-color: rgb(63 45 100 / 0.8);
}

.bg-purple-800\/90 {
  background-color: rgb(63 45 100 / 0.9);
}

.bg-purple-800\/95 {
  background-color: rgb(63 45 100 / 0.95);
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 30 67 / var(--tw-bg-opacity));
}

.bg-purple-900\/0 {
  background-color: rgb(42 30 67 / 0);
}

.bg-purple-900\/10 {
  background-color: rgb(42 30 67 / 0.1);
}

.bg-purple-900\/100 {
  background-color: rgb(42 30 67 / 1);
}

.bg-purple-900\/20 {
  background-color: rgb(42 30 67 / 0.2);
}

.bg-purple-900\/25 {
  background-color: rgb(42 30 67 / 0.25);
}

.bg-purple-900\/30 {
  background-color: rgb(42 30 67 / 0.3);
}

.bg-purple-900\/40 {
  background-color: rgb(42 30 67 / 0.4);
}

.bg-purple-900\/5 {
  background-color: rgb(42 30 67 / 0.05);
}

.bg-purple-900\/50 {
  background-color: rgb(42 30 67 / 0.5);
}

.bg-purple-900\/60 {
  background-color: rgb(42 30 67 / 0.6);
}

.bg-purple-900\/70 {
  background-color: rgb(42 30 67 / 0.7);
}

.bg-purple-900\/75 {
  background-color: rgb(42 30 67 / 0.75);
}

.bg-purple-900\/80 {
  background-color: rgb(42 30 67 / 0.8);
}

.bg-purple-900\/90 {
  background-color: rgb(42 30 67 / 0.9);
}

.bg-purple-900\/95 {
  background-color: rgb(42 30 67 / 0.95);
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(214 73 51 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 194 187 / var(--tw-bg-opacity));
}

.bg-red-100\/0 {
  background-color: rgb(241 194 187 / 0);
}

.bg-red-100\/10 {
  background-color: rgb(241 194 187 / 0.1);
}

.bg-red-100\/100 {
  background-color: rgb(241 194 187 / 1);
}

.bg-red-100\/20 {
  background-color: rgb(241 194 187 / 0.2);
}

.bg-red-100\/25 {
  background-color: rgb(241 194 187 / 0.25);
}

.bg-red-100\/30 {
  background-color: rgb(241 194 187 / 0.3);
}

.bg-red-100\/40 {
  background-color: rgb(241 194 187 / 0.4);
}

.bg-red-100\/5 {
  background-color: rgb(241 194 187 / 0.05);
}

.bg-red-100\/50 {
  background-color: rgb(241 194 187 / 0.5);
}

.bg-red-100\/60 {
  background-color: rgb(241 194 187 / 0.6);
}

.bg-red-100\/70 {
  background-color: rgb(241 194 187 / 0.7);
}

.bg-red-100\/75 {
  background-color: rgb(241 194 187 / 0.75);
}

.bg-red-100\/80 {
  background-color: rgb(241 194 187 / 0.8);
}

.bg-red-100\/90 {
  background-color: rgb(241 194 187 / 0.9);
}

.bg-red-100\/95 {
  background-color: rgb(241 194 187 / 0.95);
}

.bg-red-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 15 10 / var(--tw-bg-opacity));
}

.bg-red-1000\/0 {
  background-color: rgb(43 15 10 / 0);
}

.bg-red-1000\/10 {
  background-color: rgb(43 15 10 / 0.1);
}

.bg-red-1000\/100 {
  background-color: rgb(43 15 10 / 1);
}

.bg-red-1000\/20 {
  background-color: rgb(43 15 10 / 0.2);
}

.bg-red-1000\/25 {
  background-color: rgb(43 15 10 / 0.25);
}

.bg-red-1000\/30 {
  background-color: rgb(43 15 10 / 0.3);
}

.bg-red-1000\/40 {
  background-color: rgb(43 15 10 / 0.4);
}

.bg-red-1000\/5 {
  background-color: rgb(43 15 10 / 0.05);
}

.bg-red-1000\/50 {
  background-color: rgb(43 15 10 / 0.5);
}

.bg-red-1000\/60 {
  background-color: rgb(43 15 10 / 0.6);
}

.bg-red-1000\/70 {
  background-color: rgb(43 15 10 / 0.7);
}

.bg-red-1000\/75 {
  background-color: rgb(43 15 10 / 0.75);
}

.bg-red-1000\/80 {
  background-color: rgb(43 15 10 / 0.8);
}

.bg-red-1000\/90 {
  background-color: rgb(43 15 10 / 0.9);
}

.bg-red-1000\/95 {
  background-color: rgb(43 15 10 / 0.95);
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 164 153 / var(--tw-bg-opacity));
}

.bg-red-200\/0 {
  background-color: rgb(235 164 153 / 0);
}

.bg-red-200\/10 {
  background-color: rgb(235 164 153 / 0.1);
}

.bg-red-200\/100 {
  background-color: rgb(235 164 153 / 1);
}

.bg-red-200\/20 {
  background-color: rgb(235 164 153 / 0.2);
}

.bg-red-200\/25 {
  background-color: rgb(235 164 153 / 0.25);
}

.bg-red-200\/30 {
  background-color: rgb(235 164 153 / 0.3);
}

.bg-red-200\/40 {
  background-color: rgb(235 164 153 / 0.4);
}

.bg-red-200\/5 {
  background-color: rgb(235 164 153 / 0.05);
}

.bg-red-200\/50 {
  background-color: rgb(235 164 153 / 0.5);
}

.bg-red-200\/60 {
  background-color: rgb(235 164 153 / 0.6);
}

.bg-red-200\/70 {
  background-color: rgb(235 164 153 / 0.7);
}

.bg-red-200\/75 {
  background-color: rgb(235 164 153 / 0.75);
}

.bg-red-200\/80 {
  background-color: rgb(235 164 153 / 0.8);
}

.bg-red-200\/90 {
  background-color: rgb(235 164 153 / 0.9);
}

.bg-red-200\/95 {
  background-color: rgb(235 164 153 / 0.95);
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 134 119 / var(--tw-bg-opacity));
}

.bg-red-300\/0 {
  background-color: rgb(228 134 119 / 0);
}

.bg-red-300\/10 {
  background-color: rgb(228 134 119 / 0.1);
}

.bg-red-300\/100 {
  background-color: rgb(228 134 119 / 1);
}

.bg-red-300\/20 {
  background-color: rgb(228 134 119 / 0.2);
}

.bg-red-300\/25 {
  background-color: rgb(228 134 119 / 0.25);
}

.bg-red-300\/30 {
  background-color: rgb(228 134 119 / 0.3);
}

.bg-red-300\/40 {
  background-color: rgb(228 134 119 / 0.4);
}

.bg-red-300\/5 {
  background-color: rgb(228 134 119 / 0.05);
}

.bg-red-300\/50 {
  background-color: rgb(228 134 119 / 0.5);
}

.bg-red-300\/60 {
  background-color: rgb(228 134 119 / 0.6);
}

.bg-red-300\/70 {
  background-color: rgb(228 134 119 / 0.7);
}

.bg-red-300\/75 {
  background-color: rgb(228 134 119 / 0.75);
}

.bg-red-300\/80 {
  background-color: rgb(228 134 119 / 0.8);
}

.bg-red-300\/90 {
  background-color: rgb(228 134 119 / 0.9);
}

.bg-red-300\/95 {
  background-color: rgb(228 134 119 / 0.95);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 103 85 / var(--tw-bg-opacity));
}

.bg-red-400\/0 {
  background-color: rgb(221 103 85 / 0);
}

.bg-red-400\/10 {
  background-color: rgb(221 103 85 / 0.1);
}

.bg-red-400\/100 {
  background-color: rgb(221 103 85 / 1);
}

.bg-red-400\/20 {
  background-color: rgb(221 103 85 / 0.2);
}

.bg-red-400\/25 {
  background-color: rgb(221 103 85 / 0.25);
}

.bg-red-400\/30 {
  background-color: rgb(221 103 85 / 0.3);
}

.bg-red-400\/40 {
  background-color: rgb(221 103 85 / 0.4);
}

.bg-red-400\/5 {
  background-color: rgb(221 103 85 / 0.05);
}

.bg-red-400\/50 {
  background-color: rgb(221 103 85 / 0.5);
}

.bg-red-400\/60 {
  background-color: rgb(221 103 85 / 0.6);
}

.bg-red-400\/70 {
  background-color: rgb(221 103 85 / 0.7);
}

.bg-red-400\/75 {
  background-color: rgb(221 103 85 / 0.75);
}

.bg-red-400\/80 {
  background-color: rgb(221 103 85 / 0.8);
}

.bg-red-400\/90 {
  background-color: rgb(221 103 85 / 0.9);
}

.bg-red-400\/95 {
  background-color: rgb(221 103 85 / 0.95);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 219 214 / var(--tw-bg-opacity));
}

.bg-red-50\/0 {
  background-color: rgb(247 219 214 / 0);
}

.bg-red-50\/10 {
  background-color: rgb(247 219 214 / 0.1);
}

.bg-red-50\/100 {
  background-color: rgb(247 219 214 / 1);
}

.bg-red-50\/20 {
  background-color: rgb(247 219 214 / 0.2);
}

.bg-red-50\/25 {
  background-color: rgb(247 219 214 / 0.25);
}

.bg-red-50\/30 {
  background-color: rgb(247 219 214 / 0.3);
}

.bg-red-50\/40 {
  background-color: rgb(247 219 214 / 0.4);
}

.bg-red-50\/5 {
  background-color: rgb(247 219 214 / 0.05);
}

.bg-red-50\/50 {
  background-color: rgb(247 219 214 / 0.5);
}

.bg-red-50\/60 {
  background-color: rgb(247 219 214 / 0.6);
}

.bg-red-50\/70 {
  background-color: rgb(247 219 214 / 0.7);
}

.bg-red-50\/75 {
  background-color: rgb(247 219 214 / 0.75);
}

.bg-red-50\/80 {
  background-color: rgb(247 219 214 / 0.8);
}

.bg-red-50\/90 {
  background-color: rgb(247 219 214 / 0.9);
}

.bg-red-50\/95 {
  background-color: rgb(247 219 214 / 0.95);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 73 51 / var(--tw-bg-opacity));
}

.bg-red-500\/0 {
  background-color: rgb(214 73 51 / 0);
}

.bg-red-500\/10 {
  background-color: rgb(214 73 51 / 0.1);
}

.bg-red-500\/100 {
  background-color: rgb(214 73 51 / 1);
}

.bg-red-500\/20 {
  background-color: rgb(214 73 51 / 0.2);
}

.bg-red-500\/25 {
  background-color: rgb(214 73 51 / 0.25);
}

.bg-red-500\/30 {
  background-color: rgb(214 73 51 / 0.3);
}

.bg-red-500\/40 {
  background-color: rgb(214 73 51 / 0.4);
}

.bg-red-500\/5 {
  background-color: rgb(214 73 51 / 0.05);
}

.bg-red-500\/50 {
  background-color: rgb(214 73 51 / 0.5);
}

.bg-red-500\/60 {
  background-color: rgb(214 73 51 / 0.6);
}

.bg-red-500\/70 {
  background-color: rgb(214 73 51 / 0.7);
}

.bg-red-500\/75 {
  background-color: rgb(214 73 51 / 0.75);
}

.bg-red-500\/80 {
  background-color: rgb(214 73 51 / 0.8);
}

.bg-red-500\/90 {
  background-color: rgb(214 73 51 / 0.9);
}

.bg-red-500\/95 {
  background-color: rgb(214 73 51 / 0.95);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 61 43 / var(--tw-bg-opacity));
}

.bg-red-600\/0 {
  background-color: rgb(178 61 43 / 0);
}

.bg-red-600\/10 {
  background-color: rgb(178 61 43 / 0.1);
}

.bg-red-600\/100 {
  background-color: rgb(178 61 43 / 1);
}

.bg-red-600\/20 {
  background-color: rgb(178 61 43 / 0.2);
}

.bg-red-600\/25 {
  background-color: rgb(178 61 43 / 0.25);
}

.bg-red-600\/30 {
  background-color: rgb(178 61 43 / 0.3);
}

.bg-red-600\/40 {
  background-color: rgb(178 61 43 / 0.4);
}

.bg-red-600\/5 {
  background-color: rgb(178 61 43 / 0.05);
}

.bg-red-600\/50 {
  background-color: rgb(178 61 43 / 0.5);
}

.bg-red-600\/60 {
  background-color: rgb(178 61 43 / 0.6);
}

.bg-red-600\/70 {
  background-color: rgb(178 61 43 / 0.7);
}

.bg-red-600\/75 {
  background-color: rgb(178 61 43 / 0.75);
}

.bg-red-600\/80 {
  background-color: rgb(178 61 43 / 0.8);
}

.bg-red-600\/90 {
  background-color: rgb(178 61 43 / 0.9);
}

.bg-red-600\/95 {
  background-color: rgb(178 61 43 / 0.95);
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(143 49 34 / var(--tw-bg-opacity));
}

.bg-red-700\/0 {
  background-color: rgb(143 49 34 / 0);
}

.bg-red-700\/10 {
  background-color: rgb(143 49 34 / 0.1);
}

.bg-red-700\/100 {
  background-color: rgb(143 49 34 / 1);
}

.bg-red-700\/20 {
  background-color: rgb(143 49 34 / 0.2);
}

.bg-red-700\/25 {
  background-color: rgb(143 49 34 / 0.25);
}

.bg-red-700\/30 {
  background-color: rgb(143 49 34 / 0.3);
}

.bg-red-700\/40 {
  background-color: rgb(143 49 34 / 0.4);
}

.bg-red-700\/5 {
  background-color: rgb(143 49 34 / 0.05);
}

.bg-red-700\/50 {
  background-color: rgb(143 49 34 / 0.5);
}

.bg-red-700\/60 {
  background-color: rgb(143 49 34 / 0.6);
}

.bg-red-700\/70 {
  background-color: rgb(143 49 34 / 0.7);
}

.bg-red-700\/75 {
  background-color: rgb(143 49 34 / 0.75);
}

.bg-red-700\/80 {
  background-color: rgb(143 49 34 / 0.8);
}

.bg-red-700\/90 {
  background-color: rgb(143 49 34 / 0.9);
}

.bg-red-700\/95 {
  background-color: rgb(143 49 34 / 0.95);
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 37 26 / var(--tw-bg-opacity));
}

.bg-red-800\/0 {
  background-color: rgb(107 37 26 / 0);
}

.bg-red-800\/10 {
  background-color: rgb(107 37 26 / 0.1);
}

.bg-red-800\/100 {
  background-color: rgb(107 37 26 / 1);
}

.bg-red-800\/20 {
  background-color: rgb(107 37 26 / 0.2);
}

.bg-red-800\/25 {
  background-color: rgb(107 37 26 / 0.25);
}

.bg-red-800\/30 {
  background-color: rgb(107 37 26 / 0.3);
}

.bg-red-800\/40 {
  background-color: rgb(107 37 26 / 0.4);
}

.bg-red-800\/5 {
  background-color: rgb(107 37 26 / 0.05);
}

.bg-red-800\/50 {
  background-color: rgb(107 37 26 / 0.5);
}

.bg-red-800\/60 {
  background-color: rgb(107 37 26 / 0.6);
}

.bg-red-800\/70 {
  background-color: rgb(107 37 26 / 0.7);
}

.bg-red-800\/75 {
  background-color: rgb(107 37 26 / 0.75);
}

.bg-red-800\/80 {
  background-color: rgb(107 37 26 / 0.8);
}

.bg-red-800\/90 {
  background-color: rgb(107 37 26 / 0.9);
}

.bg-red-800\/95 {
  background-color: rgb(107 37 26 / 0.95);
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 24 17 / var(--tw-bg-opacity));
}

.bg-red-900\/0 {
  background-color: rgb(71 24 17 / 0);
}

.bg-red-900\/10 {
  background-color: rgb(71 24 17 / 0.1);
}

.bg-red-900\/100 {
  background-color: rgb(71 24 17 / 1);
}

.bg-red-900\/20 {
  background-color: rgb(71 24 17 / 0.2);
}

.bg-red-900\/25 {
  background-color: rgb(71 24 17 / 0.25);
}

.bg-red-900\/30 {
  background-color: rgb(71 24 17 / 0.3);
}

.bg-red-900\/40 {
  background-color: rgb(71 24 17 / 0.4);
}

.bg-red-900\/5 {
  background-color: rgb(71 24 17 / 0.05);
}

.bg-red-900\/50 {
  background-color: rgb(71 24 17 / 0.5);
}

.bg-red-900\/60 {
  background-color: rgb(71 24 17 / 0.6);
}

.bg-red-900\/70 {
  background-color: rgb(71 24 17 / 0.7);
}

.bg-red-900\/75 {
  background-color: rgb(71 24 17 / 0.75);
}

.bg-red-900\/80 {
  background-color: rgb(71 24 17 / 0.8);
}

.bg-red-900\/90 {
  background-color: rgb(71 24 17 / 0.9);
}

.bg-red-900\/95 {
  background-color: rgb(71 24 17 / 0.95);
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(15 75 185 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(75 220 195 / var(--tw-bg-opacity));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 243 235 / var(--tw-bg-opacity));
}

.bg-teal-100\/0 {
  background-color: rgb(195 243 235 / 0);
}

.bg-teal-100\/10 {
  background-color: rgb(195 243 235 / 0.1);
}

.bg-teal-100\/100 {
  background-color: rgb(195 243 235 / 1);
}

.bg-teal-100\/20 {
  background-color: rgb(195 243 235 / 0.2);
}

.bg-teal-100\/25 {
  background-color: rgb(195 243 235 / 0.25);
}

.bg-teal-100\/30 {
  background-color: rgb(195 243 235 / 0.3);
}

.bg-teal-100\/40 {
  background-color: rgb(195 243 235 / 0.4);
}

.bg-teal-100\/5 {
  background-color: rgb(195 243 235 / 0.05);
}

.bg-teal-100\/50 {
  background-color: rgb(195 243 235 / 0.5);
}

.bg-teal-100\/60 {
  background-color: rgb(195 243 235 / 0.6);
}

.bg-teal-100\/70 {
  background-color: rgb(195 243 235 / 0.7);
}

.bg-teal-100\/75 {
  background-color: rgb(195 243 235 / 0.75);
}

.bg-teal-100\/80 {
  background-color: rgb(195 243 235 / 0.8);
}

.bg-teal-100\/90 {
  background-color: rgb(195 243 235 / 0.9);
}

.bg-teal-100\/95 {
  background-color: rgb(195 243 235 / 0.95);
}

.bg-teal-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 44 39 / var(--tw-bg-opacity));
}

.bg-teal-1000\/0 {
  background-color: rgb(15 44 39 / 0);
}

.bg-teal-1000\/10 {
  background-color: rgb(15 44 39 / 0.1);
}

.bg-teal-1000\/100 {
  background-color: rgb(15 44 39 / 1);
}

.bg-teal-1000\/20 {
  background-color: rgb(15 44 39 / 0.2);
}

.bg-teal-1000\/25 {
  background-color: rgb(15 44 39 / 0.25);
}

.bg-teal-1000\/30 {
  background-color: rgb(15 44 39 / 0.3);
}

.bg-teal-1000\/40 {
  background-color: rgb(15 44 39 / 0.4);
}

.bg-teal-1000\/5 {
  background-color: rgb(15 44 39 / 0.05);
}

.bg-teal-1000\/50 {
  background-color: rgb(15 44 39 / 0.5);
}

.bg-teal-1000\/60 {
  background-color: rgb(15 44 39 / 0.6);
}

.bg-teal-1000\/70 {
  background-color: rgb(15 44 39 / 0.7);
}

.bg-teal-1000\/75 {
  background-color: rgb(15 44 39 / 0.75);
}

.bg-teal-1000\/80 {
  background-color: rgb(15 44 39 / 0.8);
}

.bg-teal-1000\/90 {
  background-color: rgb(15 44 39 / 0.9);
}

.bg-teal-1000\/95 {
  background-color: rgb(15 44 39 / 0.95);
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 238 225 / var(--tw-bg-opacity));
}

.bg-teal-200\/0 {
  background-color: rgb(165 238 225 / 0);
}

.bg-teal-200\/10 {
  background-color: rgb(165 238 225 / 0.1);
}

.bg-teal-200\/100 {
  background-color: rgb(165 238 225 / 1);
}

.bg-teal-200\/20 {
  background-color: rgb(165 238 225 / 0.2);
}

.bg-teal-200\/25 {
  background-color: rgb(165 238 225 / 0.25);
}

.bg-teal-200\/30 {
  background-color: rgb(165 238 225 / 0.3);
}

.bg-teal-200\/40 {
  background-color: rgb(165 238 225 / 0.4);
}

.bg-teal-200\/5 {
  background-color: rgb(165 238 225 / 0.05);
}

.bg-teal-200\/50 {
  background-color: rgb(165 238 225 / 0.5);
}

.bg-teal-200\/60 {
  background-color: rgb(165 238 225 / 0.6);
}

.bg-teal-200\/70 {
  background-color: rgb(165 238 225 / 0.7);
}

.bg-teal-200\/75 {
  background-color: rgb(165 238 225 / 0.75);
}

.bg-teal-200\/80 {
  background-color: rgb(165 238 225 / 0.8);
}

.bg-teal-200\/90 {
  background-color: rgb(165 238 225 / 0.9);
}

.bg-teal-200\/95 {
  background-color: rgb(165 238 225 / 0.95);
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 232 215 / var(--tw-bg-opacity));
}

.bg-teal-300\/0 {
  background-color: rgb(135 232 215 / 0);
}

.bg-teal-300\/10 {
  background-color: rgb(135 232 215 / 0.1);
}

.bg-teal-300\/100 {
  background-color: rgb(135 232 215 / 1);
}

.bg-teal-300\/20 {
  background-color: rgb(135 232 215 / 0.2);
}

.bg-teal-300\/25 {
  background-color: rgb(135 232 215 / 0.25);
}

.bg-teal-300\/30 {
  background-color: rgb(135 232 215 / 0.3);
}

.bg-teal-300\/40 {
  background-color: rgb(135 232 215 / 0.4);
}

.bg-teal-300\/5 {
  background-color: rgb(135 232 215 / 0.05);
}

.bg-teal-300\/50 {
  background-color: rgb(135 232 215 / 0.5);
}

.bg-teal-300\/60 {
  background-color: rgb(135 232 215 / 0.6);
}

.bg-teal-300\/70 {
  background-color: rgb(135 232 215 / 0.7);
}

.bg-teal-300\/75 {
  background-color: rgb(135 232 215 / 0.75);
}

.bg-teal-300\/80 {
  background-color: rgb(135 232 215 / 0.8);
}

.bg-teal-300\/90 {
  background-color: rgb(135 232 215 / 0.9);
}

.bg-teal-300\/95 {
  background-color: rgb(135 232 215 / 0.95);
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(105 226 205 / var(--tw-bg-opacity));
}

.bg-teal-400\/0 {
  background-color: rgb(105 226 205 / 0);
}

.bg-teal-400\/10 {
  background-color: rgb(105 226 205 / 0.1);
}

.bg-teal-400\/100 {
  background-color: rgb(105 226 205 / 1);
}

.bg-teal-400\/20 {
  background-color: rgb(105 226 205 / 0.2);
}

.bg-teal-400\/25 {
  background-color: rgb(105 226 205 / 0.25);
}

.bg-teal-400\/30 {
  background-color: rgb(105 226 205 / 0.3);
}

.bg-teal-400\/40 {
  background-color: rgb(105 226 205 / 0.4);
}

.bg-teal-400\/5 {
  background-color: rgb(105 226 205 / 0.05);
}

.bg-teal-400\/50 {
  background-color: rgb(105 226 205 / 0.5);
}

.bg-teal-400\/60 {
  background-color: rgb(105 226 205 / 0.6);
}

.bg-teal-400\/70 {
  background-color: rgb(105 226 205 / 0.7);
}

.bg-teal-400\/75 {
  background-color: rgb(105 226 205 / 0.75);
}

.bg-teal-400\/80 {
  background-color: rgb(105 226 205 / 0.8);
}

.bg-teal-400\/90 {
  background-color: rgb(105 226 205 / 0.9);
}

.bg-teal-400\/95 {
  background-color: rgb(105 226 205 / 0.95);
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 248 243 / var(--tw-bg-opacity));
}

.bg-teal-50\/0 {
  background-color: rgb(219 248 243 / 0);
}

.bg-teal-50\/10 {
  background-color: rgb(219 248 243 / 0.1);
}

.bg-teal-50\/100 {
  background-color: rgb(219 248 243 / 1);
}

.bg-teal-50\/20 {
  background-color: rgb(219 248 243 / 0.2);
}

.bg-teal-50\/25 {
  background-color: rgb(219 248 243 / 0.25);
}

.bg-teal-50\/30 {
  background-color: rgb(219 248 243 / 0.3);
}

.bg-teal-50\/40 {
  background-color: rgb(219 248 243 / 0.4);
}

.bg-teal-50\/5 {
  background-color: rgb(219 248 243 / 0.05);
}

.bg-teal-50\/50 {
  background-color: rgb(219 248 243 / 0.5);
}

.bg-teal-50\/60 {
  background-color: rgb(219 248 243 / 0.6);
}

.bg-teal-50\/70 {
  background-color: rgb(219 248 243 / 0.7);
}

.bg-teal-50\/75 {
  background-color: rgb(219 248 243 / 0.75);
}

.bg-teal-50\/80 {
  background-color: rgb(219 248 243 / 0.8);
}

.bg-teal-50\/90 {
  background-color: rgb(219 248 243 / 0.9);
}

.bg-teal-50\/95 {
  background-color: rgb(219 248 243 / 0.95);
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 220 195 / var(--tw-bg-opacity));
}

.bg-teal-500\/0 {
  background-color: rgb(75 220 195 / 0);
}

.bg-teal-500\/10 {
  background-color: rgb(75 220 195 / 0.1);
}

.bg-teal-500\/100 {
  background-color: rgb(75 220 195 / 1);
}

.bg-teal-500\/20 {
  background-color: rgb(75 220 195 / 0.2);
}

.bg-teal-500\/25 {
  background-color: rgb(75 220 195 / 0.25);
}

.bg-teal-500\/30 {
  background-color: rgb(75 220 195 / 0.3);
}

.bg-teal-500\/40 {
  background-color: rgb(75 220 195 / 0.4);
}

.bg-teal-500\/5 {
  background-color: rgb(75 220 195 / 0.05);
}

.bg-teal-500\/50 {
  background-color: rgb(75 220 195 / 0.5);
}

.bg-teal-500\/60 {
  background-color: rgb(75 220 195 / 0.6);
}

.bg-teal-500\/70 {
  background-color: rgb(75 220 195 / 0.7);
}

.bg-teal-500\/75 {
  background-color: rgb(75 220 195 / 0.75);
}

.bg-teal-500\/80 {
  background-color: rgb(75 220 195 / 0.8);
}

.bg-teal-500\/90 {
  background-color: rgb(75 220 195 / 0.9);
}

.bg-teal-500\/95 {
  background-color: rgb(75 220 195 / 0.95);
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 183 163 / var(--tw-bg-opacity));
}

.bg-teal-600\/0 {
  background-color: rgb(63 183 163 / 0);
}

.bg-teal-600\/10 {
  background-color: rgb(63 183 163 / 0.1);
}

.bg-teal-600\/100 {
  background-color: rgb(63 183 163 / 1);
}

.bg-teal-600\/20 {
  background-color: rgb(63 183 163 / 0.2);
}

.bg-teal-600\/25 {
  background-color: rgb(63 183 163 / 0.25);
}

.bg-teal-600\/30 {
  background-color: rgb(63 183 163 / 0.3);
}

.bg-teal-600\/40 {
  background-color: rgb(63 183 163 / 0.4);
}

.bg-teal-600\/5 {
  background-color: rgb(63 183 163 / 0.05);
}

.bg-teal-600\/50 {
  background-color: rgb(63 183 163 / 0.5);
}

.bg-teal-600\/60 {
  background-color: rgb(63 183 163 / 0.6);
}

.bg-teal-600\/70 {
  background-color: rgb(63 183 163 / 0.7);
}

.bg-teal-600\/75 {
  background-color: rgb(63 183 163 / 0.75);
}

.bg-teal-600\/80 {
  background-color: rgb(63 183 163 / 0.8);
}

.bg-teal-600\/90 {
  background-color: rgb(63 183 163 / 0.9);
}

.bg-teal-600\/95 {
  background-color: rgb(63 183 163 / 0.95);
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(50 147 130 / var(--tw-bg-opacity));
}

.bg-teal-700\/0 {
  background-color: rgb(50 147 130 / 0);
}

.bg-teal-700\/10 {
  background-color: rgb(50 147 130 / 0.1);
}

.bg-teal-700\/100 {
  background-color: rgb(50 147 130 / 1);
}

.bg-teal-700\/20 {
  background-color: rgb(50 147 130 / 0.2);
}

.bg-teal-700\/25 {
  background-color: rgb(50 147 130 / 0.25);
}

.bg-teal-700\/30 {
  background-color: rgb(50 147 130 / 0.3);
}

.bg-teal-700\/40 {
  background-color: rgb(50 147 130 / 0.4);
}

.bg-teal-700\/5 {
  background-color: rgb(50 147 130 / 0.05);
}

.bg-teal-700\/50 {
  background-color: rgb(50 147 130 / 0.5);
}

.bg-teal-700\/60 {
  background-color: rgb(50 147 130 / 0.6);
}

.bg-teal-700\/70 {
  background-color: rgb(50 147 130 / 0.7);
}

.bg-teal-700\/75 {
  background-color: rgb(50 147 130 / 0.75);
}

.bg-teal-700\/80 {
  background-color: rgb(50 147 130 / 0.8);
}

.bg-teal-700\/90 {
  background-color: rgb(50 147 130 / 0.9);
}

.bg-teal-700\/95 {
  background-color: rgb(50 147 130 / 0.95);
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 110 98 / var(--tw-bg-opacity));
}

.bg-teal-800\/0 {
  background-color: rgb(38 110 98 / 0);
}

.bg-teal-800\/10 {
  background-color: rgb(38 110 98 / 0.1);
}

.bg-teal-800\/100 {
  background-color: rgb(38 110 98 / 1);
}

.bg-teal-800\/20 {
  background-color: rgb(38 110 98 / 0.2);
}

.bg-teal-800\/25 {
  background-color: rgb(38 110 98 / 0.25);
}

.bg-teal-800\/30 {
  background-color: rgb(38 110 98 / 0.3);
}

.bg-teal-800\/40 {
  background-color: rgb(38 110 98 / 0.4);
}

.bg-teal-800\/5 {
  background-color: rgb(38 110 98 / 0.05);
}

.bg-teal-800\/50 {
  background-color: rgb(38 110 98 / 0.5);
}

.bg-teal-800\/60 {
  background-color: rgb(38 110 98 / 0.6);
}

.bg-teal-800\/70 {
  background-color: rgb(38 110 98 / 0.7);
}

.bg-teal-800\/75 {
  background-color: rgb(38 110 98 / 0.75);
}

.bg-teal-800\/80 {
  background-color: rgb(38 110 98 / 0.8);
}

.bg-teal-800\/90 {
  background-color: rgb(38 110 98 / 0.9);
}

.bg-teal-800\/95 {
  background-color: rgb(38 110 98 / 0.95);
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 73 65 / var(--tw-bg-opacity));
}

.bg-teal-900\/0 {
  background-color: rgb(25 73 65 / 0);
}

.bg-teal-900\/10 {
  background-color: rgb(25 73 65 / 0.1);
}

.bg-teal-900\/100 {
  background-color: rgb(25 73 65 / 1);
}

.bg-teal-900\/20 {
  background-color: rgb(25 73 65 / 0.2);
}

.bg-teal-900\/25 {
  background-color: rgb(25 73 65 / 0.25);
}

.bg-teal-900\/30 {
  background-color: rgb(25 73 65 / 0.3);
}

.bg-teal-900\/40 {
  background-color: rgb(25 73 65 / 0.4);
}

.bg-teal-900\/5 {
  background-color: rgb(25 73 65 / 0.05);
}

.bg-teal-900\/50 {
  background-color: rgb(25 73 65 / 0.5);
}

.bg-teal-900\/60 {
  background-color: rgb(25 73 65 / 0.6);
}

.bg-teal-900\/70 {
  background-color: rgb(25 73 65 / 0.7);
}

.bg-teal-900\/75 {
  background-color: rgb(25 73 65 / 0.75);
}

.bg-teal-900\/80 {
  background-color: rgb(25 73 65 / 0.8);
}

.bg-teal-900\/90 {
  background-color: rgb(25 73 65 / 0.9);
}

.bg-teal-900\/95 {
  background-color: rgb(25 73 65 / 0.95);
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(253 231 76 / var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 195 / var(--tw-bg-opacity));
}

.bg-yellow-100\/0 {
  background-color: rgb(254 247 195 / 0);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 247 195 / 0.1);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 247 195 / 1);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 247 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 247 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 247 195 / 0.3);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 247 195 / 0.4);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 247 195 / 0.05);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 247 195 / 0.5);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 247 195 / 0.6);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 247 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 247 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 247 195 / 0.8);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 247 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 247 195 / 0.95);
}

.bg-yellow-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 46 15 / var(--tw-bg-opacity));
}

.bg-yellow-1000\/0 {
  background-color: rgb(51 46 15 / 0);
}

.bg-yellow-1000\/10 {
  background-color: rgb(51 46 15 / 0.1);
}

.bg-yellow-1000\/100 {
  background-color: rgb(51 46 15 / 1);
}

.bg-yellow-1000\/20 {
  background-color: rgb(51 46 15 / 0.2);
}

.bg-yellow-1000\/25 {
  background-color: rgb(51 46 15 / 0.25);
}

.bg-yellow-1000\/30 {
  background-color: rgb(51 46 15 / 0.3);
}

.bg-yellow-1000\/40 {
  background-color: rgb(51 46 15 / 0.4);
}

.bg-yellow-1000\/5 {
  background-color: rgb(51 46 15 / 0.05);
}

.bg-yellow-1000\/50 {
  background-color: rgb(51 46 15 / 0.5);
}

.bg-yellow-1000\/60 {
  background-color: rgb(51 46 15 / 0.6);
}

.bg-yellow-1000\/70 {
  background-color: rgb(51 46 15 / 0.7);
}

.bg-yellow-1000\/75 {
  background-color: rgb(51 46 15 / 0.75);
}

.bg-yellow-1000\/80 {
  background-color: rgb(51 46 15 / 0.8);
}

.bg-yellow-1000\/90 {
  background-color: rgb(51 46 15 / 0.9);
}

.bg-yellow-1000\/95 {
  background-color: rgb(51 46 15 / 0.95);
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 166 / var(--tw-bg-opacity));
}

.bg-yellow-200\/0 {
  background-color: rgb(254 243 166 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 243 166 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 243 166 / 1);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 243 166 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 243 166 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 243 166 / 0.3);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 243 166 / 0.4);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 243 166 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 243 166 / 0.5);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 243 166 / 0.6);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 243 166 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 243 166 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 243 166 / 0.8);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 243 166 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 243 166 / 0.95);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 239 136 / var(--tw-bg-opacity));
}

.bg-yellow-300\/0 {
  background-color: rgb(254 239 136 / 0);
}

.bg-yellow-300\/10 {
  background-color: rgb(254 239 136 / 0.1);
}

.bg-yellow-300\/100 {
  background-color: rgb(254 239 136 / 1);
}

.bg-yellow-300\/20 {
  background-color: rgb(254 239 136 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(254 239 136 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(254 239 136 / 0.3);
}

.bg-yellow-300\/40 {
  background-color: rgb(254 239 136 / 0.4);
}

.bg-yellow-300\/5 {
  background-color: rgb(254 239 136 / 0.05);
}

.bg-yellow-300\/50 {
  background-color: rgb(254 239 136 / 0.5);
}

.bg-yellow-300\/60 {
  background-color: rgb(254 239 136 / 0.6);
}

.bg-yellow-300\/70 {
  background-color: rgb(254 239 136 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(254 239 136 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(254 239 136 / 0.8);
}

.bg-yellow-300\/90 {
  background-color: rgb(254 239 136 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(254 239 136 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 235 106 / var(--tw-bg-opacity));
}

.bg-yellow-400\/0 {
  background-color: rgb(253 235 106 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(253 235 106 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(253 235 106 / 1);
}

.bg-yellow-400\/20 {
  background-color: rgb(253 235 106 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(253 235 106 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(253 235 106 / 0.3);
}

.bg-yellow-400\/40 {
  background-color: rgb(253 235 106 / 0.4);
}

.bg-yellow-400\/5 {
  background-color: rgb(253 235 106 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(253 235 106 / 0.5);
}

.bg-yellow-400\/60 {
  background-color: rgb(253 235 106 / 0.6);
}

.bg-yellow-400\/70 {
  background-color: rgb(253 235 106 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(253 235 106 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(253 235 106 / 0.8);
}

.bg-yellow-400\/90 {
  background-color: rgb(253 235 106 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(253 235 106 / 0.95);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 219 / var(--tw-bg-opacity));
}

.bg-yellow-50\/0 {
  background-color: rgb(255 250 219 / 0);
}

.bg-yellow-50\/10 {
  background-color: rgb(255 250 219 / 0.1);
}

.bg-yellow-50\/100 {
  background-color: rgb(255 250 219 / 1);
}

.bg-yellow-50\/20 {
  background-color: rgb(255 250 219 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(255 250 219 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(255 250 219 / 0.3);
}

.bg-yellow-50\/40 {
  background-color: rgb(255 250 219 / 0.4);
}

.bg-yellow-50\/5 {
  background-color: rgb(255 250 219 / 0.05);
}

.bg-yellow-50\/50 {
  background-color: rgb(255 250 219 / 0.5);
}

.bg-yellow-50\/60 {
  background-color: rgb(255 250 219 / 0.6);
}

.bg-yellow-50\/70 {
  background-color: rgb(255 250 219 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(255 250 219 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(255 250 219 / 0.8);
}

.bg-yellow-50\/90 {
  background-color: rgb(255 250 219 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(255 250 219 / 0.95);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 231 76 / var(--tw-bg-opacity));
}

.bg-yellow-500\/0 {
  background-color: rgb(253 231 76 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(253 231 76 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(253 231 76 / 1);
}

.bg-yellow-500\/20 {
  background-color: rgb(253 231 76 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(253 231 76 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(253 231 76 / 0.3);
}

.bg-yellow-500\/40 {
  background-color: rgb(253 231 76 / 0.4);
}

.bg-yellow-500\/5 {
  background-color: rgb(253 231 76 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(253 231 76 / 0.5);
}

.bg-yellow-500\/60 {
  background-color: rgb(253 231 76 / 0.6);
}

.bg-yellow-500\/70 {
  background-color: rgb(253 231 76 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(253 231 76 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(253 231 76 / 0.8);
}

.bg-yellow-500\/90 {
  background-color: rgb(253 231 76 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(253 231 76 / 0.95);
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 193 63 / var(--tw-bg-opacity));
}

.bg-yellow-600\/0 {
  background-color: rgb(211 193 63 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(211 193 63 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(211 193 63 / 1);
}

.bg-yellow-600\/20 {
  background-color: rgb(211 193 63 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(211 193 63 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(211 193 63 / 0.3);
}

.bg-yellow-600\/40 {
  background-color: rgb(211 193 63 / 0.4);
}

.bg-yellow-600\/5 {
  background-color: rgb(211 193 63 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(211 193 63 / 0.5);
}

.bg-yellow-600\/60 {
  background-color: rgb(211 193 63 / 0.6);
}

.bg-yellow-600\/70 {
  background-color: rgb(211 193 63 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(211 193 63 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(211 193 63 / 0.8);
}

.bg-yellow-600\/90 {
  background-color: rgb(211 193 63 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(211 193 63 / 0.95);
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 154 51 / var(--tw-bg-opacity));
}

.bg-yellow-700\/0 {
  background-color: rgb(169 154 51 / 0);
}

.bg-yellow-700\/10 {
  background-color: rgb(169 154 51 / 0.1);
}

.bg-yellow-700\/100 {
  background-color: rgb(169 154 51 / 1);
}

.bg-yellow-700\/20 {
  background-color: rgb(169 154 51 / 0.2);
}

.bg-yellow-700\/25 {
  background-color: rgb(169 154 51 / 0.25);
}

.bg-yellow-700\/30 {
  background-color: rgb(169 154 51 / 0.3);
}

.bg-yellow-700\/40 {
  background-color: rgb(169 154 51 / 0.4);
}

.bg-yellow-700\/5 {
  background-color: rgb(169 154 51 / 0.05);
}

.bg-yellow-700\/50 {
  background-color: rgb(169 154 51 / 0.5);
}

.bg-yellow-700\/60 {
  background-color: rgb(169 154 51 / 0.6);
}

.bg-yellow-700\/70 {
  background-color: rgb(169 154 51 / 0.7);
}

.bg-yellow-700\/75 {
  background-color: rgb(169 154 51 / 0.75);
}

.bg-yellow-700\/80 {
  background-color: rgb(169 154 51 / 0.8);
}

.bg-yellow-700\/90 {
  background-color: rgb(169 154 51 / 0.9);
}

.bg-yellow-700\/95 {
  background-color: rgb(169 154 51 / 0.95);
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 116 38 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0 {
  background-color: rgb(127 116 38 / 0);
}

.bg-yellow-800\/10 {
  background-color: rgb(127 116 38 / 0.1);
}

.bg-yellow-800\/100 {
  background-color: rgb(127 116 38 / 1);
}

.bg-yellow-800\/20 {
  background-color: rgb(127 116 38 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(127 116 38 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(127 116 38 / 0.3);
}

.bg-yellow-800\/40 {
  background-color: rgb(127 116 38 / 0.4);
}

.bg-yellow-800\/5 {
  background-color: rgb(127 116 38 / 0.05);
}

.bg-yellow-800\/50 {
  background-color: rgb(127 116 38 / 0.5);
}

.bg-yellow-800\/60 {
  background-color: rgb(127 116 38 / 0.6);
}

.bg-yellow-800\/70 {
  background-color: rgb(127 116 38 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(127 116 38 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(127 116 38 / 0.8);
}

.bg-yellow-800\/90 {
  background-color: rgb(127 116 38 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(127 116 38 / 0.95);
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 77 25 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0 {
  background-color: rgb(84 77 25 / 0);
}

.bg-yellow-900\/10 {
  background-color: rgb(84 77 25 / 0.1);
}

.bg-yellow-900\/100 {
  background-color: rgb(84 77 25 / 1);
}

.bg-yellow-900\/20 {
  background-color: rgb(84 77 25 / 0.2);
}

.bg-yellow-900\/25 {
  background-color: rgb(84 77 25 / 0.25);
}

.bg-yellow-900\/30 {
  background-color: rgb(84 77 25 / 0.3);
}

.bg-yellow-900\/40 {
  background-color: rgb(84 77 25 / 0.4);
}

.bg-yellow-900\/5 {
  background-color: rgb(84 77 25 / 0.05);
}

.bg-yellow-900\/50 {
  background-color: rgb(84 77 25 / 0.5);
}

.bg-yellow-900\/60 {
  background-color: rgb(84 77 25 / 0.6);
}

.bg-yellow-900\/70 {
  background-color: rgb(84 77 25 / 0.7);
}

.bg-yellow-900\/75 {
  background-color: rgb(84 77 25 / 0.75);
}

.bg-yellow-900\/80 {
  background-color: rgb(84 77 25 / 0.8);
}

.bg-yellow-900\/90 {
  background-color: rgb(84 77 25 / 0.9);
}

.bg-yellow-900\/95 {
  background-color: rgb(84 77 25 / 0.95);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-gradient-from: rgba(0,0,0,0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[rgba\(0\2c 0\2c 0\2c 0\)\] {
  --tw-gradient-to: rgba(0,0,0,0) var(--tw-gradient-to-position);
}

.\!fill-blue-100 {
  fill: #aadee1 !important;
}

.\!fill-blue-100\/0 {
  fill: rgb(170 222 225 / 0) !important;
}

.\!fill-blue-100\/10 {
  fill: rgb(170 222 225 / 0.1) !important;
}

.\!fill-blue-100\/100 {
  fill: rgb(170 222 225 / 1) !important;
}

.\!fill-blue-100\/20 {
  fill: rgb(170 222 225 / 0.2) !important;
}

.\!fill-blue-100\/25 {
  fill: rgb(170 222 225 / 0.25) !important;
}

.\!fill-blue-100\/30 {
  fill: rgb(170 222 225 / 0.3) !important;
}

.\!fill-blue-100\/40 {
  fill: rgb(170 222 225 / 0.4) !important;
}

.\!fill-blue-100\/5 {
  fill: rgb(170 222 225 / 0.05) !important;
}

.\!fill-blue-100\/50 {
  fill: rgb(170 222 225 / 0.5) !important;
}

.\!fill-blue-100\/60 {
  fill: rgb(170 222 225 / 0.6) !important;
}

.\!fill-blue-100\/70 {
  fill: rgb(170 222 225 / 0.7) !important;
}

.\!fill-blue-100\/75 {
  fill: rgb(170 222 225 / 0.75) !important;
}

.\!fill-blue-100\/80 {
  fill: rgb(170 222 225 / 0.8) !important;
}

.\!fill-blue-100\/90 {
  fill: rgb(170 222 225 / 0.9) !important;
}

.\!fill-blue-100\/95 {
  fill: rgb(170 222 225 / 0.95) !important;
}

.\!fill-blue-1000 {
  fill: #001f21 !important;
}

.\!fill-blue-1000\/0 {
  fill: rgb(0 31 33 / 0) !important;
}

.\!fill-blue-1000\/10 {
  fill: rgb(0 31 33 / 0.1) !important;
}

.\!fill-blue-1000\/100 {
  fill: rgb(0 31 33 / 1) !important;
}

.\!fill-blue-1000\/20 {
  fill: rgb(0 31 33 / 0.2) !important;
}

.\!fill-blue-1000\/25 {
  fill: rgb(0 31 33 / 0.25) !important;
}

.\!fill-blue-1000\/30 {
  fill: rgb(0 31 33 / 0.3) !important;
}

.\!fill-blue-1000\/40 {
  fill: rgb(0 31 33 / 0.4) !important;
}

.\!fill-blue-1000\/5 {
  fill: rgb(0 31 33 / 0.05) !important;
}

.\!fill-blue-1000\/50 {
  fill: rgb(0 31 33 / 0.5) !important;
}

.\!fill-blue-1000\/60 {
  fill: rgb(0 31 33 / 0.6) !important;
}

.\!fill-blue-1000\/70 {
  fill: rgb(0 31 33 / 0.7) !important;
}

.\!fill-blue-1000\/75 {
  fill: rgb(0 31 33 / 0.75) !important;
}

.\!fill-blue-1000\/80 {
  fill: rgb(0 31 33 / 0.8) !important;
}

.\!fill-blue-1000\/90 {
  fill: rgb(0 31 33 / 0.9) !important;
}

.\!fill-blue-1000\/95 {
  fill: rgb(0 31 33 / 0.95) !important;
}

.\!fill-blue-200 {
  fill: #80cdd2 !important;
}

.\!fill-blue-200\/0 {
  fill: rgb(128 205 210 / 0) !important;
}

.\!fill-blue-200\/10 {
  fill: rgb(128 205 210 / 0.1) !important;
}

.\!fill-blue-200\/100 {
  fill: rgb(128 205 210 / 1) !important;
}

.\!fill-blue-200\/20 {
  fill: rgb(128 205 210 / 0.2) !important;
}

.\!fill-blue-200\/25 {
  fill: rgb(128 205 210 / 0.25) !important;
}

.\!fill-blue-200\/30 {
  fill: rgb(128 205 210 / 0.3) !important;
}

.\!fill-blue-200\/40 {
  fill: rgb(128 205 210 / 0.4) !important;
}

.\!fill-blue-200\/5 {
  fill: rgb(128 205 210 / 0.05) !important;
}

.\!fill-blue-200\/50 {
  fill: rgb(128 205 210 / 0.5) !important;
}

.\!fill-blue-200\/60 {
  fill: rgb(128 205 210 / 0.6) !important;
}

.\!fill-blue-200\/70 {
  fill: rgb(128 205 210 / 0.7) !important;
}

.\!fill-blue-200\/75 {
  fill: rgb(128 205 210 / 0.75) !important;
}

.\!fill-blue-200\/80 {
  fill: rgb(128 205 210 / 0.8) !important;
}

.\!fill-blue-200\/90 {
  fill: rgb(128 205 210 / 0.9) !important;
}

.\!fill-blue-200\/95 {
  fill: rgb(128 205 210 / 0.95) !important;
}

.\!fill-blue-300 {
  fill: #55bcc3 !important;
}

.\!fill-blue-300\/0 {
  fill: rgb(85 188 195 / 0) !important;
}

.\!fill-blue-300\/10 {
  fill: rgb(85 188 195 / 0.1) !important;
}

.\!fill-blue-300\/100 {
  fill: rgb(85 188 195 / 1) !important;
}

.\!fill-blue-300\/20 {
  fill: rgb(85 188 195 / 0.2) !important;
}

.\!fill-blue-300\/25 {
  fill: rgb(85 188 195 / 0.25) !important;
}

.\!fill-blue-300\/30 {
  fill: rgb(85 188 195 / 0.3) !important;
}

.\!fill-blue-300\/40 {
  fill: rgb(85 188 195 / 0.4) !important;
}

.\!fill-blue-300\/5 {
  fill: rgb(85 188 195 / 0.05) !important;
}

.\!fill-blue-300\/50 {
  fill: rgb(85 188 195 / 0.5) !important;
}

.\!fill-blue-300\/60 {
  fill: rgb(85 188 195 / 0.6) !important;
}

.\!fill-blue-300\/70 {
  fill: rgb(85 188 195 / 0.7) !important;
}

.\!fill-blue-300\/75 {
  fill: rgb(85 188 195 / 0.75) !important;
}

.\!fill-blue-300\/80 {
  fill: rgb(85 188 195 / 0.8) !important;
}

.\!fill-blue-300\/90 {
  fill: rgb(85 188 195 / 0.9) !important;
}

.\!fill-blue-300\/95 {
  fill: rgb(85 188 195 / 0.95) !important;
}

.\!fill-blue-400 {
  fill: #2aacb4 !important;
}

.\!fill-blue-400\/0 {
  fill: rgb(42 172 180 / 0) !important;
}

.\!fill-blue-400\/10 {
  fill: rgb(42 172 180 / 0.1) !important;
}

.\!fill-blue-400\/100 {
  fill: rgb(42 172 180 / 1) !important;
}

.\!fill-blue-400\/20 {
  fill: rgb(42 172 180 / 0.2) !important;
}

.\!fill-blue-400\/25 {
  fill: rgb(42 172 180 / 0.25) !important;
}

.\!fill-blue-400\/30 {
  fill: rgb(42 172 180 / 0.3) !important;
}

.\!fill-blue-400\/40 {
  fill: rgb(42 172 180 / 0.4) !important;
}

.\!fill-blue-400\/5 {
  fill: rgb(42 172 180 / 0.05) !important;
}

.\!fill-blue-400\/50 {
  fill: rgb(42 172 180 / 0.5) !important;
}

.\!fill-blue-400\/60 {
  fill: rgb(42 172 180 / 0.6) !important;
}

.\!fill-blue-400\/70 {
  fill: rgb(42 172 180 / 0.7) !important;
}

.\!fill-blue-400\/75 {
  fill: rgb(42 172 180 / 0.75) !important;
}

.\!fill-blue-400\/80 {
  fill: rgb(42 172 180 / 0.8) !important;
}

.\!fill-blue-400\/90 {
  fill: rgb(42 172 180 / 0.9) !important;
}

.\!fill-blue-400\/95 {
  fill: rgb(42 172 180 / 0.95) !important;
}

.\!fill-blue-50 {
  fill: #ccebed !important;
}

.\!fill-blue-50\/0 {
  fill: rgb(204 235 237 / 0) !important;
}

.\!fill-blue-50\/10 {
  fill: rgb(204 235 237 / 0.1) !important;
}

.\!fill-blue-50\/100 {
  fill: rgb(204 235 237 / 1) !important;
}

.\!fill-blue-50\/20 {
  fill: rgb(204 235 237 / 0.2) !important;
}

.\!fill-blue-50\/25 {
  fill: rgb(204 235 237 / 0.25) !important;
}

.\!fill-blue-50\/30 {
  fill: rgb(204 235 237 / 0.3) !important;
}

.\!fill-blue-50\/40 {
  fill: rgb(204 235 237 / 0.4) !important;
}

.\!fill-blue-50\/5 {
  fill: rgb(204 235 237 / 0.05) !important;
}

.\!fill-blue-50\/50 {
  fill: rgb(204 235 237 / 0.5) !important;
}

.\!fill-blue-50\/60 {
  fill: rgb(204 235 237 / 0.6) !important;
}

.\!fill-blue-50\/70 {
  fill: rgb(204 235 237 / 0.7) !important;
}

.\!fill-blue-50\/75 {
  fill: rgb(204 235 237 / 0.75) !important;
}

.\!fill-blue-50\/80 {
  fill: rgb(204 235 237 / 0.8) !important;
}

.\!fill-blue-50\/90 {
  fill: rgb(204 235 237 / 0.9) !important;
}

.\!fill-blue-50\/95 {
  fill: rgb(204 235 237 / 0.95) !important;
}

.\!fill-blue-500 {
  fill: #009ba5 !important;
}

.\!fill-blue-500\/0 {
  fill: rgb(0 155 165 / 0) !important;
}

.\!fill-blue-500\/10 {
  fill: rgb(0 155 165 / 0.1) !important;
}

.\!fill-blue-500\/100 {
  fill: rgb(0 155 165 / 1) !important;
}

.\!fill-blue-500\/20 {
  fill: rgb(0 155 165 / 0.2) !important;
}

.\!fill-blue-500\/25 {
  fill: rgb(0 155 165 / 0.25) !important;
}

.\!fill-blue-500\/30 {
  fill: rgb(0 155 165 / 0.3) !important;
}

.\!fill-blue-500\/40 {
  fill: rgb(0 155 165 / 0.4) !important;
}

.\!fill-blue-500\/5 {
  fill: rgb(0 155 165 / 0.05) !important;
}

.\!fill-blue-500\/50 {
  fill: rgb(0 155 165 / 0.5) !important;
}

.\!fill-blue-500\/60 {
  fill: rgb(0 155 165 / 0.6) !important;
}

.\!fill-blue-500\/70 {
  fill: rgb(0 155 165 / 0.7) !important;
}

.\!fill-blue-500\/75 {
  fill: rgb(0 155 165 / 0.75) !important;
}

.\!fill-blue-500\/80 {
  fill: rgb(0 155 165 / 0.8) !important;
}

.\!fill-blue-500\/90 {
  fill: rgb(0 155 165 / 0.9) !important;
}

.\!fill-blue-500\/95 {
  fill: rgb(0 155 165 / 0.95) !important;
}

.\!fill-blue-600 {
  fill: #00818a !important;
}

.\!fill-blue-600\/0 {
  fill: rgb(0 129 138 / 0) !important;
}

.\!fill-blue-600\/10 {
  fill: rgb(0 129 138 / 0.1) !important;
}

.\!fill-blue-600\/100 {
  fill: rgb(0 129 138 / 1) !important;
}

.\!fill-blue-600\/20 {
  fill: rgb(0 129 138 / 0.2) !important;
}

.\!fill-blue-600\/25 {
  fill: rgb(0 129 138 / 0.25) !important;
}

.\!fill-blue-600\/30 {
  fill: rgb(0 129 138 / 0.3) !important;
}

.\!fill-blue-600\/40 {
  fill: rgb(0 129 138 / 0.4) !important;
}

.\!fill-blue-600\/5 {
  fill: rgb(0 129 138 / 0.05) !important;
}

.\!fill-blue-600\/50 {
  fill: rgb(0 129 138 / 0.5) !important;
}

.\!fill-blue-600\/60 {
  fill: rgb(0 129 138 / 0.6) !important;
}

.\!fill-blue-600\/70 {
  fill: rgb(0 129 138 / 0.7) !important;
}

.\!fill-blue-600\/75 {
  fill: rgb(0 129 138 / 0.75) !important;
}

.\!fill-blue-600\/80 {
  fill: rgb(0 129 138 / 0.8) !important;
}

.\!fill-blue-600\/90 {
  fill: rgb(0 129 138 / 0.9) !important;
}

.\!fill-blue-600\/95 {
  fill: rgb(0 129 138 / 0.95) !important;
}

.\!fill-blue-700 {
  fill: #00676e !important;
}

.\!fill-blue-700\/0 {
  fill: rgb(0 103 110 / 0) !important;
}

.\!fill-blue-700\/10 {
  fill: rgb(0 103 110 / 0.1) !important;
}

.\!fill-blue-700\/100 {
  fill: rgb(0 103 110 / 1) !important;
}

.\!fill-blue-700\/20 {
  fill: rgb(0 103 110 / 0.2) !important;
}

.\!fill-blue-700\/25 {
  fill: rgb(0 103 110 / 0.25) !important;
}

.\!fill-blue-700\/30 {
  fill: rgb(0 103 110 / 0.3) !important;
}

.\!fill-blue-700\/40 {
  fill: rgb(0 103 110 / 0.4) !important;
}

.\!fill-blue-700\/5 {
  fill: rgb(0 103 110 / 0.05) !important;
}

.\!fill-blue-700\/50 {
  fill: rgb(0 103 110 / 0.5) !important;
}

.\!fill-blue-700\/60 {
  fill: rgb(0 103 110 / 0.6) !important;
}

.\!fill-blue-700\/70 {
  fill: rgb(0 103 110 / 0.7) !important;
}

.\!fill-blue-700\/75 {
  fill: rgb(0 103 110 / 0.75) !important;
}

.\!fill-blue-700\/80 {
  fill: rgb(0 103 110 / 0.8) !important;
}

.\!fill-blue-700\/90 {
  fill: rgb(0 103 110 / 0.9) !important;
}

.\!fill-blue-700\/95 {
  fill: rgb(0 103 110 / 0.95) !important;
}

.\!fill-blue-800 {
  fill: #004e53 !important;
}

.\!fill-blue-800\/0 {
  fill: rgb(0 78 83 / 0) !important;
}

.\!fill-blue-800\/10 {
  fill: rgb(0 78 83 / 0.1) !important;
}

.\!fill-blue-800\/100 {
  fill: rgb(0 78 83 / 1) !important;
}

.\!fill-blue-800\/20 {
  fill: rgb(0 78 83 / 0.2) !important;
}

.\!fill-blue-800\/25 {
  fill: rgb(0 78 83 / 0.25) !important;
}

.\!fill-blue-800\/30 {
  fill: rgb(0 78 83 / 0.3) !important;
}

.\!fill-blue-800\/40 {
  fill: rgb(0 78 83 / 0.4) !important;
}

.\!fill-blue-800\/5 {
  fill: rgb(0 78 83 / 0.05) !important;
}

.\!fill-blue-800\/50 {
  fill: rgb(0 78 83 / 0.5) !important;
}

.\!fill-blue-800\/60 {
  fill: rgb(0 78 83 / 0.6) !important;
}

.\!fill-blue-800\/70 {
  fill: rgb(0 78 83 / 0.7) !important;
}

.\!fill-blue-800\/75 {
  fill: rgb(0 78 83 / 0.75) !important;
}

.\!fill-blue-800\/80 {
  fill: rgb(0 78 83 / 0.8) !important;
}

.\!fill-blue-800\/90 {
  fill: rgb(0 78 83 / 0.9) !important;
}

.\!fill-blue-800\/95 {
  fill: rgb(0 78 83 / 0.95) !important;
}

.\!fill-blue-900 {
  fill: #003437 !important;
}

.\!fill-blue-900\/0 {
  fill: rgb(0 52 55 / 0) !important;
}

.\!fill-blue-900\/10 {
  fill: rgb(0 52 55 / 0.1) !important;
}

.\!fill-blue-900\/100 {
  fill: rgb(0 52 55 / 1) !important;
}

.\!fill-blue-900\/20 {
  fill: rgb(0 52 55 / 0.2) !important;
}

.\!fill-blue-900\/25 {
  fill: rgb(0 52 55 / 0.25) !important;
}

.\!fill-blue-900\/30 {
  fill: rgb(0 52 55 / 0.3) !important;
}

.\!fill-blue-900\/40 {
  fill: rgb(0 52 55 / 0.4) !important;
}

.\!fill-blue-900\/5 {
  fill: rgb(0 52 55 / 0.05) !important;
}

.\!fill-blue-900\/50 {
  fill: rgb(0 52 55 / 0.5) !important;
}

.\!fill-blue-900\/60 {
  fill: rgb(0 52 55 / 0.6) !important;
}

.\!fill-blue-900\/70 {
  fill: rgb(0 52 55 / 0.7) !important;
}

.\!fill-blue-900\/75 {
  fill: rgb(0 52 55 / 0.75) !important;
}

.\!fill-blue-900\/80 {
  fill: rgb(0 52 55 / 0.8) !important;
}

.\!fill-blue-900\/90 {
  fill: rgb(0 52 55 / 0.9) !important;
}

.\!fill-blue-900\/95 {
  fill: rgb(0 52 55 / 0.95) !important;
}

.\!fill-cyan-100 {
  fill: #aae2f5 !important;
}

.\!fill-cyan-100\/0 {
  fill: rgb(170 226 245 / 0) !important;
}

.\!fill-cyan-100\/10 {
  fill: rgb(170 226 245 / 0.1) !important;
}

.\!fill-cyan-100\/100 {
  fill: rgb(170 226 245 / 1) !important;
}

.\!fill-cyan-100\/20 {
  fill: rgb(170 226 245 / 0.2) !important;
}

.\!fill-cyan-100\/25 {
  fill: rgb(170 226 245 / 0.25) !important;
}

.\!fill-cyan-100\/30 {
  fill: rgb(170 226 245 / 0.3) !important;
}

.\!fill-cyan-100\/40 {
  fill: rgb(170 226 245 / 0.4) !important;
}

.\!fill-cyan-100\/5 {
  fill: rgb(170 226 245 / 0.05) !important;
}

.\!fill-cyan-100\/50 {
  fill: rgb(170 226 245 / 0.5) !important;
}

.\!fill-cyan-100\/60 {
  fill: rgb(170 226 245 / 0.6) !important;
}

.\!fill-cyan-100\/70 {
  fill: rgb(170 226 245 / 0.7) !important;
}

.\!fill-cyan-100\/75 {
  fill: rgb(170 226 245 / 0.75) !important;
}

.\!fill-cyan-100\/80 {
  fill: rgb(170 226 245 / 0.8) !important;
}

.\!fill-cyan-100\/90 {
  fill: rgb(170 226 245 / 0.9) !important;
}

.\!fill-cyan-100\/95 {
  fill: rgb(170 226 245 / 0.95) !important;
}

.\!fill-cyan-1000 {
  fill: #00212d !important;
}

.\!fill-cyan-1000\/0 {
  fill: rgb(0 33 45 / 0) !important;
}

.\!fill-cyan-1000\/10 {
  fill: rgb(0 33 45 / 0.1) !important;
}

.\!fill-cyan-1000\/100 {
  fill: rgb(0 33 45 / 1) !important;
}

.\!fill-cyan-1000\/20 {
  fill: rgb(0 33 45 / 0.2) !important;
}

.\!fill-cyan-1000\/25 {
  fill: rgb(0 33 45 / 0.25) !important;
}

.\!fill-cyan-1000\/30 {
  fill: rgb(0 33 45 / 0.3) !important;
}

.\!fill-cyan-1000\/40 {
  fill: rgb(0 33 45 / 0.4) !important;
}

.\!fill-cyan-1000\/5 {
  fill: rgb(0 33 45 / 0.05) !important;
}

.\!fill-cyan-1000\/50 {
  fill: rgb(0 33 45 / 0.5) !important;
}

.\!fill-cyan-1000\/60 {
  fill: rgb(0 33 45 / 0.6) !important;
}

.\!fill-cyan-1000\/70 {
  fill: rgb(0 33 45 / 0.7) !important;
}

.\!fill-cyan-1000\/75 {
  fill: rgb(0 33 45 / 0.75) !important;
}

.\!fill-cyan-1000\/80 {
  fill: rgb(0 33 45 / 0.8) !important;
}

.\!fill-cyan-1000\/90 {
  fill: rgb(0 33 45 / 0.9) !important;
}

.\!fill-cyan-1000\/95 {
  fill: rgb(0 33 45 / 0.95) !important;
}

.\!fill-cyan-200 {
  fill: #80d3f0 !important;
}

.\!fill-cyan-200\/0 {
  fill: rgb(128 211 240 / 0) !important;
}

.\!fill-cyan-200\/10 {
  fill: rgb(128 211 240 / 0.1) !important;
}

.\!fill-cyan-200\/100 {
  fill: rgb(128 211 240 / 1) !important;
}

.\!fill-cyan-200\/20 {
  fill: rgb(128 211 240 / 0.2) !important;
}

.\!fill-cyan-200\/25 {
  fill: rgb(128 211 240 / 0.25) !important;
}

.\!fill-cyan-200\/30 {
  fill: rgb(128 211 240 / 0.3) !important;
}

.\!fill-cyan-200\/40 {
  fill: rgb(128 211 240 / 0.4) !important;
}

.\!fill-cyan-200\/5 {
  fill: rgb(128 211 240 / 0.05) !important;
}

.\!fill-cyan-200\/50 {
  fill: rgb(128 211 240 / 0.5) !important;
}

.\!fill-cyan-200\/60 {
  fill: rgb(128 211 240 / 0.6) !important;
}

.\!fill-cyan-200\/70 {
  fill: rgb(128 211 240 / 0.7) !important;
}

.\!fill-cyan-200\/75 {
  fill: rgb(128 211 240 / 0.75) !important;
}

.\!fill-cyan-200\/80 {
  fill: rgb(128 211 240 / 0.8) !important;
}

.\!fill-cyan-200\/90 {
  fill: rgb(128 211 240 / 0.9) !important;
}

.\!fill-cyan-200\/95 {
  fill: rgb(128 211 240 / 0.95) !important;
}

.\!fill-cyan-300 {
  fill: #55c4eb !important;
}

.\!fill-cyan-300\/0 {
  fill: rgb(85 196 235 / 0) !important;
}

.\!fill-cyan-300\/10 {
  fill: rgb(85 196 235 / 0.1) !important;
}

.\!fill-cyan-300\/100 {
  fill: rgb(85 196 235 / 1) !important;
}

.\!fill-cyan-300\/20 {
  fill: rgb(85 196 235 / 0.2) !important;
}

.\!fill-cyan-300\/25 {
  fill: rgb(85 196 235 / 0.25) !important;
}

.\!fill-cyan-300\/30 {
  fill: rgb(85 196 235 / 0.3) !important;
}

.\!fill-cyan-300\/40 {
  fill: rgb(85 196 235 / 0.4) !important;
}

.\!fill-cyan-300\/5 {
  fill: rgb(85 196 235 / 0.05) !important;
}

.\!fill-cyan-300\/50 {
  fill: rgb(85 196 235 / 0.5) !important;
}

.\!fill-cyan-300\/60 {
  fill: rgb(85 196 235 / 0.6) !important;
}

.\!fill-cyan-300\/70 {
  fill: rgb(85 196 235 / 0.7) !important;
}

.\!fill-cyan-300\/75 {
  fill: rgb(85 196 235 / 0.75) !important;
}

.\!fill-cyan-300\/80 {
  fill: rgb(85 196 235 / 0.8) !important;
}

.\!fill-cyan-300\/90 {
  fill: rgb(85 196 235 / 0.9) !important;
}

.\!fill-cyan-300\/95 {
  fill: rgb(85 196 235 / 0.95) !important;
}

.\!fill-cyan-400 {
  fill: #2ab6e6 !important;
}

.\!fill-cyan-400\/0 {
  fill: rgb(42 182 230 / 0) !important;
}

.\!fill-cyan-400\/10 {
  fill: rgb(42 182 230 / 0.1) !important;
}

.\!fill-cyan-400\/100 {
  fill: rgb(42 182 230 / 1) !important;
}

.\!fill-cyan-400\/20 {
  fill: rgb(42 182 230 / 0.2) !important;
}

.\!fill-cyan-400\/25 {
  fill: rgb(42 182 230 / 0.25) !important;
}

.\!fill-cyan-400\/30 {
  fill: rgb(42 182 230 / 0.3) !important;
}

.\!fill-cyan-400\/40 {
  fill: rgb(42 182 230 / 0.4) !important;
}

.\!fill-cyan-400\/5 {
  fill: rgb(42 182 230 / 0.05) !important;
}

.\!fill-cyan-400\/50 {
  fill: rgb(42 182 230 / 0.5) !important;
}

.\!fill-cyan-400\/60 {
  fill: rgb(42 182 230 / 0.6) !important;
}

.\!fill-cyan-400\/70 {
  fill: rgb(42 182 230 / 0.7) !important;
}

.\!fill-cyan-400\/75 {
  fill: rgb(42 182 230 / 0.75) !important;
}

.\!fill-cyan-400\/80 {
  fill: rgb(42 182 230 / 0.8) !important;
}

.\!fill-cyan-400\/90 {
  fill: rgb(42 182 230 / 0.9) !important;
}

.\!fill-cyan-400\/95 {
  fill: rgb(42 182 230 / 0.95) !important;
}

.\!fill-cyan-50 {
  fill: #ccedf9 !important;
}

.\!fill-cyan-50\/0 {
  fill: rgb(204 237 249 / 0) !important;
}

.\!fill-cyan-50\/10 {
  fill: rgb(204 237 249 / 0.1) !important;
}

.\!fill-cyan-50\/100 {
  fill: rgb(204 237 249 / 1) !important;
}

.\!fill-cyan-50\/20 {
  fill: rgb(204 237 249 / 0.2) !important;
}

.\!fill-cyan-50\/25 {
  fill: rgb(204 237 249 / 0.25) !important;
}

.\!fill-cyan-50\/30 {
  fill: rgb(204 237 249 / 0.3) !important;
}

.\!fill-cyan-50\/40 {
  fill: rgb(204 237 249 / 0.4) !important;
}

.\!fill-cyan-50\/5 {
  fill: rgb(204 237 249 / 0.05) !important;
}

.\!fill-cyan-50\/50 {
  fill: rgb(204 237 249 / 0.5) !important;
}

.\!fill-cyan-50\/60 {
  fill: rgb(204 237 249 / 0.6) !important;
}

.\!fill-cyan-50\/70 {
  fill: rgb(204 237 249 / 0.7) !important;
}

.\!fill-cyan-50\/75 {
  fill: rgb(204 237 249 / 0.75) !important;
}

.\!fill-cyan-50\/80 {
  fill: rgb(204 237 249 / 0.8) !important;
}

.\!fill-cyan-50\/90 {
  fill: rgb(204 237 249 / 0.9) !important;
}

.\!fill-cyan-50\/95 {
  fill: rgb(204 237 249 / 0.95) !important;
}

.\!fill-cyan-500 {
  fill: #00a7e1 !important;
}

.\!fill-cyan-500\/0 {
  fill: rgb(0 167 225 / 0) !important;
}

.\!fill-cyan-500\/10 {
  fill: rgb(0 167 225 / 0.1) !important;
}

.\!fill-cyan-500\/100 {
  fill: rgb(0 167 225 / 1) !important;
}

.\!fill-cyan-500\/20 {
  fill: rgb(0 167 225 / 0.2) !important;
}

.\!fill-cyan-500\/25 {
  fill: rgb(0 167 225 / 0.25) !important;
}

.\!fill-cyan-500\/30 {
  fill: rgb(0 167 225 / 0.3) !important;
}

.\!fill-cyan-500\/40 {
  fill: rgb(0 167 225 / 0.4) !important;
}

.\!fill-cyan-500\/5 {
  fill: rgb(0 167 225 / 0.05) !important;
}

.\!fill-cyan-500\/50 {
  fill: rgb(0 167 225 / 0.5) !important;
}

.\!fill-cyan-500\/60 {
  fill: rgb(0 167 225 / 0.6) !important;
}

.\!fill-cyan-500\/70 {
  fill: rgb(0 167 225 / 0.7) !important;
}

.\!fill-cyan-500\/75 {
  fill: rgb(0 167 225 / 0.75) !important;
}

.\!fill-cyan-500\/80 {
  fill: rgb(0 167 225 / 0.8) !important;
}

.\!fill-cyan-500\/90 {
  fill: rgb(0 167 225 / 0.9) !important;
}

.\!fill-cyan-500\/95 {
  fill: rgb(0 167 225 / 0.95) !important;
}

.\!fill-cyan-600 {
  fill: #008bbc !important;
}

.\!fill-cyan-600\/0 {
  fill: rgb(0 139 188 / 0) !important;
}

.\!fill-cyan-600\/10 {
  fill: rgb(0 139 188 / 0.1) !important;
}

.\!fill-cyan-600\/100 {
  fill: rgb(0 139 188 / 1) !important;
}

.\!fill-cyan-600\/20 {
  fill: rgb(0 139 188 / 0.2) !important;
}

.\!fill-cyan-600\/25 {
  fill: rgb(0 139 188 / 0.25) !important;
}

.\!fill-cyan-600\/30 {
  fill: rgb(0 139 188 / 0.3) !important;
}

.\!fill-cyan-600\/40 {
  fill: rgb(0 139 188 / 0.4) !important;
}

.\!fill-cyan-600\/5 {
  fill: rgb(0 139 188 / 0.05) !important;
}

.\!fill-cyan-600\/50 {
  fill: rgb(0 139 188 / 0.5) !important;
}

.\!fill-cyan-600\/60 {
  fill: rgb(0 139 188 / 0.6) !important;
}

.\!fill-cyan-600\/70 {
  fill: rgb(0 139 188 / 0.7) !important;
}

.\!fill-cyan-600\/75 {
  fill: rgb(0 139 188 / 0.75) !important;
}

.\!fill-cyan-600\/80 {
  fill: rgb(0 139 188 / 0.8) !important;
}

.\!fill-cyan-600\/90 {
  fill: rgb(0 139 188 / 0.9) !important;
}

.\!fill-cyan-600\/95 {
  fill: rgb(0 139 188 / 0.95) !important;
}

.\!fill-cyan-700 {
  fill: #006f96 !important;
}

.\!fill-cyan-700\/0 {
  fill: rgb(0 111 150 / 0) !important;
}

.\!fill-cyan-700\/10 {
  fill: rgb(0 111 150 / 0.1) !important;
}

.\!fill-cyan-700\/100 {
  fill: rgb(0 111 150 / 1) !important;
}

.\!fill-cyan-700\/20 {
  fill: rgb(0 111 150 / 0.2) !important;
}

.\!fill-cyan-700\/25 {
  fill: rgb(0 111 150 / 0.25) !important;
}

.\!fill-cyan-700\/30 {
  fill: rgb(0 111 150 / 0.3) !important;
}

.\!fill-cyan-700\/40 {
  fill: rgb(0 111 150 / 0.4) !important;
}

.\!fill-cyan-700\/5 {
  fill: rgb(0 111 150 / 0.05) !important;
}

.\!fill-cyan-700\/50 {
  fill: rgb(0 111 150 / 0.5) !important;
}

.\!fill-cyan-700\/60 {
  fill: rgb(0 111 150 / 0.6) !important;
}

.\!fill-cyan-700\/70 {
  fill: rgb(0 111 150 / 0.7) !important;
}

.\!fill-cyan-700\/75 {
  fill: rgb(0 111 150 / 0.75) !important;
}

.\!fill-cyan-700\/80 {
  fill: rgb(0 111 150 / 0.8) !important;
}

.\!fill-cyan-700\/90 {
  fill: rgb(0 111 150 / 0.9) !important;
}

.\!fill-cyan-700\/95 {
  fill: rgb(0 111 150 / 0.95) !important;
}

.\!fill-cyan-800 {
  fill: #005471 !important;
}

.\!fill-cyan-800\/0 {
  fill: rgb(0 84 113 / 0) !important;
}

.\!fill-cyan-800\/10 {
  fill: rgb(0 84 113 / 0.1) !important;
}

.\!fill-cyan-800\/100 {
  fill: rgb(0 84 113 / 1) !important;
}

.\!fill-cyan-800\/20 {
  fill: rgb(0 84 113 / 0.2) !important;
}

.\!fill-cyan-800\/25 {
  fill: rgb(0 84 113 / 0.25) !important;
}

.\!fill-cyan-800\/30 {
  fill: rgb(0 84 113 / 0.3) !important;
}

.\!fill-cyan-800\/40 {
  fill: rgb(0 84 113 / 0.4) !important;
}

.\!fill-cyan-800\/5 {
  fill: rgb(0 84 113 / 0.05) !important;
}

.\!fill-cyan-800\/50 {
  fill: rgb(0 84 113 / 0.5) !important;
}

.\!fill-cyan-800\/60 {
  fill: rgb(0 84 113 / 0.6) !important;
}

.\!fill-cyan-800\/70 {
  fill: rgb(0 84 113 / 0.7) !important;
}

.\!fill-cyan-800\/75 {
  fill: rgb(0 84 113 / 0.75) !important;
}

.\!fill-cyan-800\/80 {
  fill: rgb(0 84 113 / 0.8) !important;
}

.\!fill-cyan-800\/90 {
  fill: rgb(0 84 113 / 0.9) !important;
}

.\!fill-cyan-800\/95 {
  fill: rgb(0 84 113 / 0.95) !important;
}

.\!fill-cyan-900 {
  fill: #00384b !important;
}

.\!fill-cyan-900\/0 {
  fill: rgb(0 56 75 / 0) !important;
}

.\!fill-cyan-900\/10 {
  fill: rgb(0 56 75 / 0.1) !important;
}

.\!fill-cyan-900\/100 {
  fill: rgb(0 56 75 / 1) !important;
}

.\!fill-cyan-900\/20 {
  fill: rgb(0 56 75 / 0.2) !important;
}

.\!fill-cyan-900\/25 {
  fill: rgb(0 56 75 / 0.25) !important;
}

.\!fill-cyan-900\/30 {
  fill: rgb(0 56 75 / 0.3) !important;
}

.\!fill-cyan-900\/40 {
  fill: rgb(0 56 75 / 0.4) !important;
}

.\!fill-cyan-900\/5 {
  fill: rgb(0 56 75 / 0.05) !important;
}

.\!fill-cyan-900\/50 {
  fill: rgb(0 56 75 / 0.5) !important;
}

.\!fill-cyan-900\/60 {
  fill: rgb(0 56 75 / 0.6) !important;
}

.\!fill-cyan-900\/70 {
  fill: rgb(0 56 75 / 0.7) !important;
}

.\!fill-cyan-900\/75 {
  fill: rgb(0 56 75 / 0.75) !important;
}

.\!fill-cyan-900\/80 {
  fill: rgb(0 56 75 / 0.8) !important;
}

.\!fill-cyan-900\/90 {
  fill: rgb(0 56 75 / 0.9) !important;
}

.\!fill-cyan-900\/95 {
  fill: rgb(0 56 75 / 0.95) !important;
}

.\!fill-gray-100 {
  fill: #f8f8f9 !important;
}

.\!fill-gray-100\/0 {
  fill: rgb(248 248 249 / 0) !important;
}

.\!fill-gray-100\/10 {
  fill: rgb(248 248 249 / 0.1) !important;
}

.\!fill-gray-100\/100 {
  fill: rgb(248 248 249 / 1) !important;
}

.\!fill-gray-100\/20 {
  fill: rgb(248 248 249 / 0.2) !important;
}

.\!fill-gray-100\/25 {
  fill: rgb(248 248 249 / 0.25) !important;
}

.\!fill-gray-100\/30 {
  fill: rgb(248 248 249 / 0.3) !important;
}

.\!fill-gray-100\/40 {
  fill: rgb(248 248 249 / 0.4) !important;
}

.\!fill-gray-100\/5 {
  fill: rgb(248 248 249 / 0.05) !important;
}

.\!fill-gray-100\/50 {
  fill: rgb(248 248 249 / 0.5) !important;
}

.\!fill-gray-100\/60 {
  fill: rgb(248 248 249 / 0.6) !important;
}

.\!fill-gray-100\/70 {
  fill: rgb(248 248 249 / 0.7) !important;
}

.\!fill-gray-100\/75 {
  fill: rgb(248 248 249 / 0.75) !important;
}

.\!fill-gray-100\/80 {
  fill: rgb(248 248 249 / 0.8) !important;
}

.\!fill-gray-100\/90 {
  fill: rgb(248 248 249 / 0.9) !important;
}

.\!fill-gray-100\/95 {
  fill: rgb(248 248 249 / 0.95) !important;
}

.\!fill-gray-1000 {
  fill: #2c4251 !important;
}

.\!fill-gray-1000\/0 {
  fill: rgb(44 66 81 / 0) !important;
}

.\!fill-gray-1000\/10 {
  fill: rgb(44 66 81 / 0.1) !important;
}

.\!fill-gray-1000\/100 {
  fill: rgb(44 66 81 / 1) !important;
}

.\!fill-gray-1000\/20 {
  fill: rgb(44 66 81 / 0.2) !important;
}

.\!fill-gray-1000\/25 {
  fill: rgb(44 66 81 / 0.25) !important;
}

.\!fill-gray-1000\/30 {
  fill: rgb(44 66 81 / 0.3) !important;
}

.\!fill-gray-1000\/40 {
  fill: rgb(44 66 81 / 0.4) !important;
}

.\!fill-gray-1000\/5 {
  fill: rgb(44 66 81 / 0.05) !important;
}

.\!fill-gray-1000\/50 {
  fill: rgb(44 66 81 / 0.5) !important;
}

.\!fill-gray-1000\/60 {
  fill: rgb(44 66 81 / 0.6) !important;
}

.\!fill-gray-1000\/70 {
  fill: rgb(44 66 81 / 0.7) !important;
}

.\!fill-gray-1000\/75 {
  fill: rgb(44 66 81 / 0.75) !important;
}

.\!fill-gray-1000\/80 {
  fill: rgb(44 66 81 / 0.8) !important;
}

.\!fill-gray-1000\/90 {
  fill: rgb(44 66 81 / 0.9) !important;
}

.\!fill-gray-1000\/95 {
  fill: rgb(44 66 81 / 0.95) !important;
}

.\!fill-gray-200 {
  fill: #eaecee !important;
}

.\!fill-gray-200\/0 {
  fill: rgb(234 236 238 / 0) !important;
}

.\!fill-gray-200\/10 {
  fill: rgb(234 236 238 / 0.1) !important;
}

.\!fill-gray-200\/100 {
  fill: rgb(234 236 238 / 1) !important;
}

.\!fill-gray-200\/20 {
  fill: rgb(234 236 238 / 0.2) !important;
}

.\!fill-gray-200\/25 {
  fill: rgb(234 236 238 / 0.25) !important;
}

.\!fill-gray-200\/30 {
  fill: rgb(234 236 238 / 0.3) !important;
}

.\!fill-gray-200\/40 {
  fill: rgb(234 236 238 / 0.4) !important;
}

.\!fill-gray-200\/5 {
  fill: rgb(234 236 238 / 0.05) !important;
}

.\!fill-gray-200\/50 {
  fill: rgb(234 236 238 / 0.5) !important;
}

.\!fill-gray-200\/60 {
  fill: rgb(234 236 238 / 0.6) !important;
}

.\!fill-gray-200\/70 {
  fill: rgb(234 236 238 / 0.7) !important;
}

.\!fill-gray-200\/75 {
  fill: rgb(234 236 238 / 0.75) !important;
}

.\!fill-gray-200\/80 {
  fill: rgb(234 236 238 / 0.8) !important;
}

.\!fill-gray-200\/90 {
  fill: rgb(234 236 238 / 0.9) !important;
}

.\!fill-gray-200\/95 {
  fill: rgb(234 236 238 / 0.95) !important;
}

.\!fill-gray-300 {
  fill: #e3e6e8 !important;
}

.\!fill-gray-300\/0 {
  fill: rgb(227 230 232 / 0) !important;
}

.\!fill-gray-300\/10 {
  fill: rgb(227 230 232 / 0.1) !important;
}

.\!fill-gray-300\/100 {
  fill: rgb(227 230 232 / 1) !important;
}

.\!fill-gray-300\/20 {
  fill: rgb(227 230 232 / 0.2) !important;
}

.\!fill-gray-300\/25 {
  fill: rgb(227 230 232 / 0.25) !important;
}

.\!fill-gray-300\/30 {
  fill: rgb(227 230 232 / 0.3) !important;
}

.\!fill-gray-300\/40 {
  fill: rgb(227 230 232 / 0.4) !important;
}

.\!fill-gray-300\/5 {
  fill: rgb(227 230 232 / 0.05) !important;
}

.\!fill-gray-300\/50 {
  fill: rgb(227 230 232 / 0.5) !important;
}

.\!fill-gray-300\/60 {
  fill: rgb(227 230 232 / 0.6) !important;
}

.\!fill-gray-300\/70 {
  fill: rgb(227 230 232 / 0.7) !important;
}

.\!fill-gray-300\/75 {
  fill: rgb(227 230 232 / 0.75) !important;
}

.\!fill-gray-300\/80 {
  fill: rgb(227 230 232 / 0.8) !important;
}

.\!fill-gray-300\/90 {
  fill: rgb(227 230 232 / 0.9) !important;
}

.\!fill-gray-300\/95 {
  fill: rgb(227 230 232 / 0.95) !important;
}

.\!fill-gray-400 {
  fill: #dcdfe2 !important;
}

.\!fill-gray-400\/0 {
  fill: rgb(220 223 226 / 0) !important;
}

.\!fill-gray-400\/10 {
  fill: rgb(220 223 226 / 0.1) !important;
}

.\!fill-gray-400\/100 {
  fill: rgb(220 223 226 / 1) !important;
}

.\!fill-gray-400\/20 {
  fill: rgb(220 223 226 / 0.2) !important;
}

.\!fill-gray-400\/25 {
  fill: rgb(220 223 226 / 0.25) !important;
}

.\!fill-gray-400\/30 {
  fill: rgb(220 223 226 / 0.3) !important;
}

.\!fill-gray-400\/40 {
  fill: rgb(220 223 226 / 0.4) !important;
}

.\!fill-gray-400\/5 {
  fill: rgb(220 223 226 / 0.05) !important;
}

.\!fill-gray-400\/50 {
  fill: rgb(220 223 226 / 0.5) !important;
}

.\!fill-gray-400\/60 {
  fill: rgb(220 223 226 / 0.6) !important;
}

.\!fill-gray-400\/70 {
  fill: rgb(220 223 226 / 0.7) !important;
}

.\!fill-gray-400\/75 {
  fill: rgb(220 223 226 / 0.75) !important;
}

.\!fill-gray-400\/80 {
  fill: rgb(220 223 226 / 0.8) !important;
}

.\!fill-gray-400\/90 {
  fill: rgb(220 223 226 / 0.9) !important;
}

.\!fill-gray-400\/95 {
  fill: rgb(220 223 226 / 0.95) !important;
}

.\!fill-gray-50 {
  fill: #eff0f1 !important;
}

.\!fill-gray-50\/0 {
  fill: rgb(239 240 241 / 0) !important;
}

.\!fill-gray-50\/10 {
  fill: rgb(239 240 241 / 0.1) !important;
}

.\!fill-gray-50\/100 {
  fill: rgb(239 240 241 / 1) !important;
}

.\!fill-gray-50\/20 {
  fill: rgb(239 240 241 / 0.2) !important;
}

.\!fill-gray-50\/25 {
  fill: rgb(239 240 241 / 0.25) !important;
}

.\!fill-gray-50\/30 {
  fill: rgb(239 240 241 / 0.3) !important;
}

.\!fill-gray-50\/40 {
  fill: rgb(239 240 241 / 0.4) !important;
}

.\!fill-gray-50\/5 {
  fill: rgb(239 240 241 / 0.05) !important;
}

.\!fill-gray-50\/50 {
  fill: rgb(239 240 241 / 0.5) !important;
}

.\!fill-gray-50\/60 {
  fill: rgb(239 240 241 / 0.6) !important;
}

.\!fill-gray-50\/70 {
  fill: rgb(239 240 241 / 0.7) !important;
}

.\!fill-gray-50\/75 {
  fill: rgb(239 240 241 / 0.75) !important;
}

.\!fill-gray-50\/80 {
  fill: rgb(239 240 241 / 0.8) !important;
}

.\!fill-gray-50\/90 {
  fill: rgb(239 240 241 / 0.9) !important;
}

.\!fill-gray-50\/95 {
  fill: rgb(239 240 241 / 0.95) !important;
}

.\!fill-gray-500 {
  fill: #d5d9dc !important;
}

.\!fill-gray-500\/0 {
  fill: rgb(213 217 220 / 0) !important;
}

.\!fill-gray-500\/10 {
  fill: rgb(213 217 220 / 0.1) !important;
}

.\!fill-gray-500\/100 {
  fill: rgb(213 217 220 / 1) !important;
}

.\!fill-gray-500\/20 {
  fill: rgb(213 217 220 / 0.2) !important;
}

.\!fill-gray-500\/25 {
  fill: rgb(213 217 220 / 0.25) !important;
}

.\!fill-gray-500\/30 {
  fill: rgb(213 217 220 / 0.3) !important;
}

.\!fill-gray-500\/40 {
  fill: rgb(213 217 220 / 0.4) !important;
}

.\!fill-gray-500\/5 {
  fill: rgb(213 217 220 / 0.05) !important;
}

.\!fill-gray-500\/50 {
  fill: rgb(213 217 220 / 0.5) !important;
}

.\!fill-gray-500\/60 {
  fill: rgb(213 217 220 / 0.6) !important;
}

.\!fill-gray-500\/70 {
  fill: rgb(213 217 220 / 0.7) !important;
}

.\!fill-gray-500\/75 {
  fill: rgb(213 217 220 / 0.75) !important;
}

.\!fill-gray-500\/80 {
  fill: rgb(213 217 220 / 0.8) !important;
}

.\!fill-gray-500\/90 {
  fill: rgb(213 217 220 / 0.9) !important;
}

.\!fill-gray-500\/95 {
  fill: rgb(213 217 220 / 0.95) !important;
}

.\!fill-gray-600 {
  fill: #b9c0c5 !important;
}

.\!fill-gray-600\/0 {
  fill: rgb(185 192 197 / 0) !important;
}

.\!fill-gray-600\/10 {
  fill: rgb(185 192 197 / 0.1) !important;
}

.\!fill-gray-600\/100 {
  fill: rgb(185 192 197 / 1) !important;
}

.\!fill-gray-600\/20 {
  fill: rgb(185 192 197 / 0.2) !important;
}

.\!fill-gray-600\/25 {
  fill: rgb(185 192 197 / 0.25) !important;
}

.\!fill-gray-600\/30 {
  fill: rgb(185 192 197 / 0.3) !important;
}

.\!fill-gray-600\/40 {
  fill: rgb(185 192 197 / 0.4) !important;
}

.\!fill-gray-600\/5 {
  fill: rgb(185 192 197 / 0.05) !important;
}

.\!fill-gray-600\/50 {
  fill: rgb(185 192 197 / 0.5) !important;
}

.\!fill-gray-600\/60 {
  fill: rgb(185 192 197 / 0.6) !important;
}

.\!fill-gray-600\/70 {
  fill: rgb(185 192 197 / 0.7) !important;
}

.\!fill-gray-600\/75 {
  fill: rgb(185 192 197 / 0.75) !important;
}

.\!fill-gray-600\/80 {
  fill: rgb(185 192 197 / 0.8) !important;
}

.\!fill-gray-600\/90 {
  fill: rgb(185 192 197 / 0.9) !important;
}

.\!fill-gray-600\/95 {
  fill: rgb(185 192 197 / 0.95) !important;
}

.\!fill-gray-700 {
  fill: #96a1a8 !important;
}

.\!fill-gray-700\/0 {
  fill: rgb(150 161 168 / 0) !important;
}

.\!fill-gray-700\/10 {
  fill: rgb(150 161 168 / 0.1) !important;
}

.\!fill-gray-700\/100 {
  fill: rgb(150 161 168 / 1) !important;
}

.\!fill-gray-700\/20 {
  fill: rgb(150 161 168 / 0.2) !important;
}

.\!fill-gray-700\/25 {
  fill: rgb(150 161 168 / 0.25) !important;
}

.\!fill-gray-700\/30 {
  fill: rgb(150 161 168 / 0.3) !important;
}

.\!fill-gray-700\/40 {
  fill: rgb(150 161 168 / 0.4) !important;
}

.\!fill-gray-700\/5 {
  fill: rgb(150 161 168 / 0.05) !important;
}

.\!fill-gray-700\/50 {
  fill: rgb(150 161 168 / 0.5) !important;
}

.\!fill-gray-700\/60 {
  fill: rgb(150 161 168 / 0.6) !important;
}

.\!fill-gray-700\/70 {
  fill: rgb(150 161 168 / 0.7) !important;
}

.\!fill-gray-700\/75 {
  fill: rgb(150 161 168 / 0.75) !important;
}

.\!fill-gray-700\/80 {
  fill: rgb(150 161 168 / 0.8) !important;
}

.\!fill-gray-700\/90 {
  fill: rgb(150 161 168 / 0.9) !important;
}

.\!fill-gray-700\/95 {
  fill: rgb(150 161 168 / 0.95) !important;
}

.\!fill-gray-800 {
  fill: #72818b !important;
}

.\!fill-gray-800\/0 {
  fill: rgb(114 129 139 / 0) !important;
}

.\!fill-gray-800\/10 {
  fill: rgb(114 129 139 / 0.1) !important;
}

.\!fill-gray-800\/100 {
  fill: rgb(114 129 139 / 1) !important;
}

.\!fill-gray-800\/20 {
  fill: rgb(114 129 139 / 0.2) !important;
}

.\!fill-gray-800\/25 {
  fill: rgb(114 129 139 / 0.25) !important;
}

.\!fill-gray-800\/30 {
  fill: rgb(114 129 139 / 0.3) !important;
}

.\!fill-gray-800\/40 {
  fill: rgb(114 129 139 / 0.4) !important;
}

.\!fill-gray-800\/5 {
  fill: rgb(114 129 139 / 0.05) !important;
}

.\!fill-gray-800\/50 {
  fill: rgb(114 129 139 / 0.5) !important;
}

.\!fill-gray-800\/60 {
  fill: rgb(114 129 139 / 0.6) !important;
}

.\!fill-gray-800\/70 {
  fill: rgb(114 129 139 / 0.7) !important;
}

.\!fill-gray-800\/75 {
  fill: rgb(114 129 139 / 0.75) !important;
}

.\!fill-gray-800\/80 {
  fill: rgb(114 129 139 / 0.8) !important;
}

.\!fill-gray-800\/90 {
  fill: rgb(114 129 139 / 0.9) !important;
}

.\!fill-gray-800\/95 {
  fill: rgb(114 129 139 / 0.95) !important;
}

.\!fill-gray-900 {
  fill: #4f626e !important;
}

.\!fill-gray-900\/0 {
  fill: rgb(79 98 110 / 0) !important;
}

.\!fill-gray-900\/10 {
  fill: rgb(79 98 110 / 0.1) !important;
}

.\!fill-gray-900\/100 {
  fill: rgb(79 98 110 / 1) !important;
}

.\!fill-gray-900\/20 {
  fill: rgb(79 98 110 / 0.2) !important;
}

.\!fill-gray-900\/25 {
  fill: rgb(79 98 110 / 0.25) !important;
}

.\!fill-gray-900\/30 {
  fill: rgb(79 98 110 / 0.3) !important;
}

.\!fill-gray-900\/40 {
  fill: rgb(79 98 110 / 0.4) !important;
}

.\!fill-gray-900\/5 {
  fill: rgb(79 98 110 / 0.05) !important;
}

.\!fill-gray-900\/50 {
  fill: rgb(79 98 110 / 0.5) !important;
}

.\!fill-gray-900\/60 {
  fill: rgb(79 98 110 / 0.6) !important;
}

.\!fill-gray-900\/70 {
  fill: rgb(79 98 110 / 0.7) !important;
}

.\!fill-gray-900\/75 {
  fill: rgb(79 98 110 / 0.75) !important;
}

.\!fill-gray-900\/80 {
  fill: rgb(79 98 110 / 0.8) !important;
}

.\!fill-gray-900\/90 {
  fill: rgb(79 98 110 / 0.9) !important;
}

.\!fill-gray-900\/95 {
  fill: rgb(79 98 110 / 0.95) !important;
}

.\!fill-green-100 {
  fill: #daf5e4 !important;
}

.\!fill-green-100\/0 {
  fill: rgb(218 245 228 / 0) !important;
}

.\!fill-green-100\/10 {
  fill: rgb(218 245 228 / 0.1) !important;
}

.\!fill-green-100\/100 {
  fill: rgb(218 245 228 / 1) !important;
}

.\!fill-green-100\/20 {
  fill: rgb(218 245 228 / 0.2) !important;
}

.\!fill-green-100\/25 {
  fill: rgb(218 245 228 / 0.25) !important;
}

.\!fill-green-100\/30 {
  fill: rgb(218 245 228 / 0.3) !important;
}

.\!fill-green-100\/40 {
  fill: rgb(218 245 228 / 0.4) !important;
}

.\!fill-green-100\/5 {
  fill: rgb(218 245 228 / 0.05) !important;
}

.\!fill-green-100\/50 {
  fill: rgb(218 245 228 / 0.5) !important;
}

.\!fill-green-100\/60 {
  fill: rgb(218 245 228 / 0.6) !important;
}

.\!fill-green-100\/70 {
  fill: rgb(218 245 228 / 0.7) !important;
}

.\!fill-green-100\/75 {
  fill: rgb(218 245 228 / 0.75) !important;
}

.\!fill-green-100\/80 {
  fill: rgb(218 245 228 / 0.8) !important;
}

.\!fill-green-100\/90 {
  fill: rgb(218 245 228 / 0.9) !important;
}

.\!fill-green-100\/95 {
  fill: rgb(218 245 228 / 0.95) !important;
}

.\!fill-green-1000 {
  fill: #1d2d23 !important;
}

.\!fill-green-1000\/0 {
  fill: rgb(29 45 35 / 0) !important;
}

.\!fill-green-1000\/10 {
  fill: rgb(29 45 35 / 0.1) !important;
}

.\!fill-green-1000\/100 {
  fill: rgb(29 45 35 / 1) !important;
}

.\!fill-green-1000\/20 {
  fill: rgb(29 45 35 / 0.2) !important;
}

.\!fill-green-1000\/25 {
  fill: rgb(29 45 35 / 0.25) !important;
}

.\!fill-green-1000\/30 {
  fill: rgb(29 45 35 / 0.3) !important;
}

.\!fill-green-1000\/40 {
  fill: rgb(29 45 35 / 0.4) !important;
}

.\!fill-green-1000\/5 {
  fill: rgb(29 45 35 / 0.05) !important;
}

.\!fill-green-1000\/50 {
  fill: rgb(29 45 35 / 0.5) !important;
}

.\!fill-green-1000\/60 {
  fill: rgb(29 45 35 / 0.6) !important;
}

.\!fill-green-1000\/70 {
  fill: rgb(29 45 35 / 0.7) !important;
}

.\!fill-green-1000\/75 {
  fill: rgb(29 45 35 / 0.75) !important;
}

.\!fill-green-1000\/80 {
  fill: rgb(29 45 35 / 0.8) !important;
}

.\!fill-green-1000\/90 {
  fill: rgb(29 45 35 / 0.9) !important;
}

.\!fill-green-1000\/95 {
  fill: rgb(29 45 35 / 0.95) !important;
}

.\!fill-green-200 {
  fill: #c8f0d7 !important;
}

.\!fill-green-200\/0 {
  fill: rgb(200 240 215 / 0) !important;
}

.\!fill-green-200\/10 {
  fill: rgb(200 240 215 / 0.1) !important;
}

.\!fill-green-200\/100 {
  fill: rgb(200 240 215 / 1) !important;
}

.\!fill-green-200\/20 {
  fill: rgb(200 240 215 / 0.2) !important;
}

.\!fill-green-200\/25 {
  fill: rgb(200 240 215 / 0.25) !important;
}

.\!fill-green-200\/30 {
  fill: rgb(200 240 215 / 0.3) !important;
}

.\!fill-green-200\/40 {
  fill: rgb(200 240 215 / 0.4) !important;
}

.\!fill-green-200\/5 {
  fill: rgb(200 240 215 / 0.05) !important;
}

.\!fill-green-200\/50 {
  fill: rgb(200 240 215 / 0.5) !important;
}

.\!fill-green-200\/60 {
  fill: rgb(200 240 215 / 0.6) !important;
}

.\!fill-green-200\/70 {
  fill: rgb(200 240 215 / 0.7) !important;
}

.\!fill-green-200\/75 {
  fill: rgb(200 240 215 / 0.75) !important;
}

.\!fill-green-200\/80 {
  fill: rgb(200 240 215 / 0.8) !important;
}

.\!fill-green-200\/90 {
  fill: rgb(200 240 215 / 0.9) !important;
}

.\!fill-green-200\/95 {
  fill: rgb(200 240 215 / 0.95) !important;
}

.\!fill-green-300 {
  fill: #b6ebca !important;
}

.\!fill-green-300\/0 {
  fill: rgb(182 235 202 / 0) !important;
}

.\!fill-green-300\/10 {
  fill: rgb(182 235 202 / 0.1) !important;
}

.\!fill-green-300\/100 {
  fill: rgb(182 235 202 / 1) !important;
}

.\!fill-green-300\/20 {
  fill: rgb(182 235 202 / 0.2) !important;
}

.\!fill-green-300\/25 {
  fill: rgb(182 235 202 / 0.25) !important;
}

.\!fill-green-300\/30 {
  fill: rgb(182 235 202 / 0.3) !important;
}

.\!fill-green-300\/40 {
  fill: rgb(182 235 202 / 0.4) !important;
}

.\!fill-green-300\/5 {
  fill: rgb(182 235 202 / 0.05) !important;
}

.\!fill-green-300\/50 {
  fill: rgb(182 235 202 / 0.5) !important;
}

.\!fill-green-300\/60 {
  fill: rgb(182 235 202 / 0.6) !important;
}

.\!fill-green-300\/70 {
  fill: rgb(182 235 202 / 0.7) !important;
}

.\!fill-green-300\/75 {
  fill: rgb(182 235 202 / 0.75) !important;
}

.\!fill-green-300\/80 {
  fill: rgb(182 235 202 / 0.8) !important;
}

.\!fill-green-300\/90 {
  fill: rgb(182 235 202 / 0.9) !important;
}

.\!fill-green-300\/95 {
  fill: rgb(182 235 202 / 0.95) !important;
}

.\!fill-green-400 {
  fill: #a3e6bc !important;
}

.\!fill-green-400\/0 {
  fill: rgb(163 230 188 / 0) !important;
}

.\!fill-green-400\/10 {
  fill: rgb(163 230 188 / 0.1) !important;
}

.\!fill-green-400\/100 {
  fill: rgb(163 230 188 / 1) !important;
}

.\!fill-green-400\/20 {
  fill: rgb(163 230 188 / 0.2) !important;
}

.\!fill-green-400\/25 {
  fill: rgb(163 230 188 / 0.25) !important;
}

.\!fill-green-400\/30 {
  fill: rgb(163 230 188 / 0.3) !important;
}

.\!fill-green-400\/40 {
  fill: rgb(163 230 188 / 0.4) !important;
}

.\!fill-green-400\/5 {
  fill: rgb(163 230 188 / 0.05) !important;
}

.\!fill-green-400\/50 {
  fill: rgb(163 230 188 / 0.5) !important;
}

.\!fill-green-400\/60 {
  fill: rgb(163 230 188 / 0.6) !important;
}

.\!fill-green-400\/70 {
  fill: rgb(163 230 188 / 0.7) !important;
}

.\!fill-green-400\/75 {
  fill: rgb(163 230 188 / 0.75) !important;
}

.\!fill-green-400\/80 {
  fill: rgb(163 230 188 / 0.8) !important;
}

.\!fill-green-400\/90 {
  fill: rgb(163 230 188 / 0.9) !important;
}

.\!fill-green-400\/95 {
  fill: rgb(163 230 188 / 0.95) !important;
}

.\!fill-green-50 {
  fill: #e9f9ef !important;
}

.\!fill-green-50\/0 {
  fill: rgb(233 249 239 / 0) !important;
}

.\!fill-green-50\/10 {
  fill: rgb(233 249 239 / 0.1) !important;
}

.\!fill-green-50\/100 {
  fill: rgb(233 249 239 / 1) !important;
}

.\!fill-green-50\/20 {
  fill: rgb(233 249 239 / 0.2) !important;
}

.\!fill-green-50\/25 {
  fill: rgb(233 249 239 / 0.25) !important;
}

.\!fill-green-50\/30 {
  fill: rgb(233 249 239 / 0.3) !important;
}

.\!fill-green-50\/40 {
  fill: rgb(233 249 239 / 0.4) !important;
}

.\!fill-green-50\/5 {
  fill: rgb(233 249 239 / 0.05) !important;
}

.\!fill-green-50\/50 {
  fill: rgb(233 249 239 / 0.5) !important;
}

.\!fill-green-50\/60 {
  fill: rgb(233 249 239 / 0.6) !important;
}

.\!fill-green-50\/70 {
  fill: rgb(233 249 239 / 0.7) !important;
}

.\!fill-green-50\/75 {
  fill: rgb(233 249 239 / 0.75) !important;
}

.\!fill-green-50\/80 {
  fill: rgb(233 249 239 / 0.8) !important;
}

.\!fill-green-50\/90 {
  fill: rgb(233 249 239 / 0.9) !important;
}

.\!fill-green-50\/95 {
  fill: rgb(233 249 239 / 0.95) !important;
}

.\!fill-green-500 {
  fill: #91e1af !important;
}

.\!fill-green-500\/0 {
  fill: rgb(145 225 175 / 0) !important;
}

.\!fill-green-500\/10 {
  fill: rgb(145 225 175 / 0.1) !important;
}

.\!fill-green-500\/100 {
  fill: rgb(145 225 175 / 1) !important;
}

.\!fill-green-500\/20 {
  fill: rgb(145 225 175 / 0.2) !important;
}

.\!fill-green-500\/25 {
  fill: rgb(145 225 175 / 0.25) !important;
}

.\!fill-green-500\/30 {
  fill: rgb(145 225 175 / 0.3) !important;
}

.\!fill-green-500\/40 {
  fill: rgb(145 225 175 / 0.4) !important;
}

.\!fill-green-500\/5 {
  fill: rgb(145 225 175 / 0.05) !important;
}

.\!fill-green-500\/50 {
  fill: rgb(145 225 175 / 0.5) !important;
}

.\!fill-green-500\/60 {
  fill: rgb(145 225 175 / 0.6) !important;
}

.\!fill-green-500\/70 {
  fill: rgb(145 225 175 / 0.7) !important;
}

.\!fill-green-500\/75 {
  fill: rgb(145 225 175 / 0.75) !important;
}

.\!fill-green-500\/80 {
  fill: rgb(145 225 175 / 0.8) !important;
}

.\!fill-green-500\/90 {
  fill: rgb(145 225 175 / 0.9) !important;
}

.\!fill-green-500\/95 {
  fill: rgb(145 225 175 / 0.95) !important;
}

.\!fill-green-600 {
  fill: #79bc92 !important;
}

.\!fill-green-600\/0 {
  fill: rgb(121 188 146 / 0) !important;
}

.\!fill-green-600\/10 {
  fill: rgb(121 188 146 / 0.1) !important;
}

.\!fill-green-600\/100 {
  fill: rgb(121 188 146 / 1) !important;
}

.\!fill-green-600\/20 {
  fill: rgb(121 188 146 / 0.2) !important;
}

.\!fill-green-600\/25 {
  fill: rgb(121 188 146 / 0.25) !important;
}

.\!fill-green-600\/30 {
  fill: rgb(121 188 146 / 0.3) !important;
}

.\!fill-green-600\/40 {
  fill: rgb(121 188 146 / 0.4) !important;
}

.\!fill-green-600\/5 {
  fill: rgb(121 188 146 / 0.05) !important;
}

.\!fill-green-600\/50 {
  fill: rgb(121 188 146 / 0.5) !important;
}

.\!fill-green-600\/60 {
  fill: rgb(121 188 146 / 0.6) !important;
}

.\!fill-green-600\/70 {
  fill: rgb(121 188 146 / 0.7) !important;
}

.\!fill-green-600\/75 {
  fill: rgb(121 188 146 / 0.75) !important;
}

.\!fill-green-600\/80 {
  fill: rgb(121 188 146 / 0.8) !important;
}

.\!fill-green-600\/90 {
  fill: rgb(121 188 146 / 0.9) !important;
}

.\!fill-green-600\/95 {
  fill: rgb(121 188 146 / 0.95) !important;
}

.\!fill-green-700 {
  fill: #619675 !important;
}

.\!fill-green-700\/0 {
  fill: rgb(97 150 117 / 0) !important;
}

.\!fill-green-700\/10 {
  fill: rgb(97 150 117 / 0.1) !important;
}

.\!fill-green-700\/100 {
  fill: rgb(97 150 117 / 1) !important;
}

.\!fill-green-700\/20 {
  fill: rgb(97 150 117 / 0.2) !important;
}

.\!fill-green-700\/25 {
  fill: rgb(97 150 117 / 0.25) !important;
}

.\!fill-green-700\/30 {
  fill: rgb(97 150 117 / 0.3) !important;
}

.\!fill-green-700\/40 {
  fill: rgb(97 150 117 / 0.4) !important;
}

.\!fill-green-700\/5 {
  fill: rgb(97 150 117 / 0.05) !important;
}

.\!fill-green-700\/50 {
  fill: rgb(97 150 117 / 0.5) !important;
}

.\!fill-green-700\/60 {
  fill: rgb(97 150 117 / 0.6) !important;
}

.\!fill-green-700\/70 {
  fill: rgb(97 150 117 / 0.7) !important;
}

.\!fill-green-700\/75 {
  fill: rgb(97 150 117 / 0.75) !important;
}

.\!fill-green-700\/80 {
  fill: rgb(97 150 117 / 0.8) !important;
}

.\!fill-green-700\/90 {
  fill: rgb(97 150 117 / 0.9) !important;
}

.\!fill-green-700\/95 {
  fill: rgb(97 150 117 / 0.95) !important;
}

.\!fill-green-800 {
  fill: #497158 !important;
}

.\!fill-green-800\/0 {
  fill: rgb(73 113 88 / 0) !important;
}

.\!fill-green-800\/10 {
  fill: rgb(73 113 88 / 0.1) !important;
}

.\!fill-green-800\/100 {
  fill: rgb(73 113 88 / 1) !important;
}

.\!fill-green-800\/20 {
  fill: rgb(73 113 88 / 0.2) !important;
}

.\!fill-green-800\/25 {
  fill: rgb(73 113 88 / 0.25) !important;
}

.\!fill-green-800\/30 {
  fill: rgb(73 113 88 / 0.3) !important;
}

.\!fill-green-800\/40 {
  fill: rgb(73 113 88 / 0.4) !important;
}

.\!fill-green-800\/5 {
  fill: rgb(73 113 88 / 0.05) !important;
}

.\!fill-green-800\/50 {
  fill: rgb(73 113 88 / 0.5) !important;
}

.\!fill-green-800\/60 {
  fill: rgb(73 113 88 / 0.6) !important;
}

.\!fill-green-800\/70 {
  fill: rgb(73 113 88 / 0.7) !important;
}

.\!fill-green-800\/75 {
  fill: rgb(73 113 88 / 0.75) !important;
}

.\!fill-green-800\/80 {
  fill: rgb(73 113 88 / 0.8) !important;
}

.\!fill-green-800\/90 {
  fill: rgb(73 113 88 / 0.9) !important;
}

.\!fill-green-800\/95 {
  fill: rgb(73 113 88 / 0.95) !important;
}

.\!fill-green-900 {
  fill: #304b3a !important;
}

.\!fill-green-900\/0 {
  fill: rgb(48 75 58 / 0) !important;
}

.\!fill-green-900\/10 {
  fill: rgb(48 75 58 / 0.1) !important;
}

.\!fill-green-900\/100 {
  fill: rgb(48 75 58 / 1) !important;
}

.\!fill-green-900\/20 {
  fill: rgb(48 75 58 / 0.2) !important;
}

.\!fill-green-900\/25 {
  fill: rgb(48 75 58 / 0.25) !important;
}

.\!fill-green-900\/30 {
  fill: rgb(48 75 58 / 0.3) !important;
}

.\!fill-green-900\/40 {
  fill: rgb(48 75 58 / 0.4) !important;
}

.\!fill-green-900\/5 {
  fill: rgb(48 75 58 / 0.05) !important;
}

.\!fill-green-900\/50 {
  fill: rgb(48 75 58 / 0.5) !important;
}

.\!fill-green-900\/60 {
  fill: rgb(48 75 58 / 0.6) !important;
}

.\!fill-green-900\/70 {
  fill: rgb(48 75 58 / 0.7) !important;
}

.\!fill-green-900\/75 {
  fill: rgb(48 75 58 / 0.75) !important;
}

.\!fill-green-900\/80 {
  fill: rgb(48 75 58 / 0.8) !important;
}

.\!fill-green-900\/90 {
  fill: rgb(48 75 58 / 0.9) !important;
}

.\!fill-green-900\/95 {
  fill: rgb(48 75 58 / 0.95) !important;
}

.\!fill-navy-100 {
  fill: #afc3e8 !important;
}

.\!fill-navy-100\/0 {
  fill: rgb(175 195 232 / 0) !important;
}

.\!fill-navy-100\/10 {
  fill: rgb(175 195 232 / 0.1) !important;
}

.\!fill-navy-100\/100 {
  fill: rgb(175 195 232 / 1) !important;
}

.\!fill-navy-100\/20 {
  fill: rgb(175 195 232 / 0.2) !important;
}

.\!fill-navy-100\/25 {
  fill: rgb(175 195 232 / 0.25) !important;
}

.\!fill-navy-100\/30 {
  fill: rgb(175 195 232 / 0.3) !important;
}

.\!fill-navy-100\/40 {
  fill: rgb(175 195 232 / 0.4) !important;
}

.\!fill-navy-100\/5 {
  fill: rgb(175 195 232 / 0.05) !important;
}

.\!fill-navy-100\/50 {
  fill: rgb(175 195 232 / 0.5) !important;
}

.\!fill-navy-100\/60 {
  fill: rgb(175 195 232 / 0.6) !important;
}

.\!fill-navy-100\/70 {
  fill: rgb(175 195 232 / 0.7) !important;
}

.\!fill-navy-100\/75 {
  fill: rgb(175 195 232 / 0.75) !important;
}

.\!fill-navy-100\/80 {
  fill: rgb(175 195 232 / 0.8) !important;
}

.\!fill-navy-100\/90 {
  fill: rgb(175 195 232 / 0.9) !important;
}

.\!fill-navy-100\/95 {
  fill: rgb(175 195 232 / 0.95) !important;
}

.\!fill-navy-1000 {
  fill: #030f25 !important;
}

.\!fill-navy-1000\/0 {
  fill: rgb(3 15 37 / 0) !important;
}

.\!fill-navy-1000\/10 {
  fill: rgb(3 15 37 / 0.1) !important;
}

.\!fill-navy-1000\/100 {
  fill: rgb(3 15 37 / 1) !important;
}

.\!fill-navy-1000\/20 {
  fill: rgb(3 15 37 / 0.2) !important;
}

.\!fill-navy-1000\/25 {
  fill: rgb(3 15 37 / 0.25) !important;
}

.\!fill-navy-1000\/30 {
  fill: rgb(3 15 37 / 0.3) !important;
}

.\!fill-navy-1000\/40 {
  fill: rgb(3 15 37 / 0.4) !important;
}

.\!fill-navy-1000\/5 {
  fill: rgb(3 15 37 / 0.05) !important;
}

.\!fill-navy-1000\/50 {
  fill: rgb(3 15 37 / 0.5) !important;
}

.\!fill-navy-1000\/60 {
  fill: rgb(3 15 37 / 0.6) !important;
}

.\!fill-navy-1000\/70 {
  fill: rgb(3 15 37 / 0.7) !important;
}

.\!fill-navy-1000\/75 {
  fill: rgb(3 15 37 / 0.75) !important;
}

.\!fill-navy-1000\/80 {
  fill: rgb(3 15 37 / 0.8) !important;
}

.\!fill-navy-1000\/90 {
  fill: rgb(3 15 37 / 0.9) !important;
}

.\!fill-navy-1000\/95 {
  fill: rgb(3 15 37 / 0.95) !important;
}

.\!fill-navy-200 {
  fill: #87a5dc !important;
}

.\!fill-navy-200\/0 {
  fill: rgb(135 165 220 / 0) !important;
}

.\!fill-navy-200\/10 {
  fill: rgb(135 165 220 / 0.1) !important;
}

.\!fill-navy-200\/100 {
  fill: rgb(135 165 220 / 1) !important;
}

.\!fill-navy-200\/20 {
  fill: rgb(135 165 220 / 0.2) !important;
}

.\!fill-navy-200\/25 {
  fill: rgb(135 165 220 / 0.25) !important;
}

.\!fill-navy-200\/30 {
  fill: rgb(135 165 220 / 0.3) !important;
}

.\!fill-navy-200\/40 {
  fill: rgb(135 165 220 / 0.4) !important;
}

.\!fill-navy-200\/5 {
  fill: rgb(135 165 220 / 0.05) !important;
}

.\!fill-navy-200\/50 {
  fill: rgb(135 165 220 / 0.5) !important;
}

.\!fill-navy-200\/60 {
  fill: rgb(135 165 220 / 0.6) !important;
}

.\!fill-navy-200\/70 {
  fill: rgb(135 165 220 / 0.7) !important;
}

.\!fill-navy-200\/75 {
  fill: rgb(135 165 220 / 0.75) !important;
}

.\!fill-navy-200\/80 {
  fill: rgb(135 165 220 / 0.8) !important;
}

.\!fill-navy-200\/90 {
  fill: rgb(135 165 220 / 0.9) !important;
}

.\!fill-navy-200\/95 {
  fill: rgb(135 165 220 / 0.95) !important;
}

.\!fill-navy-300 {
  fill: #5f87d0 !important;
}

.\!fill-navy-300\/0 {
  fill: rgb(95 135 208 / 0) !important;
}

.\!fill-navy-300\/10 {
  fill: rgb(95 135 208 / 0.1) !important;
}

.\!fill-navy-300\/100 {
  fill: rgb(95 135 208 / 1) !important;
}

.\!fill-navy-300\/20 {
  fill: rgb(95 135 208 / 0.2) !important;
}

.\!fill-navy-300\/25 {
  fill: rgb(95 135 208 / 0.25) !important;
}

.\!fill-navy-300\/30 {
  fill: rgb(95 135 208 / 0.3) !important;
}

.\!fill-navy-300\/40 {
  fill: rgb(95 135 208 / 0.4) !important;
}

.\!fill-navy-300\/5 {
  fill: rgb(95 135 208 / 0.05) !important;
}

.\!fill-navy-300\/50 {
  fill: rgb(95 135 208 / 0.5) !important;
}

.\!fill-navy-300\/60 {
  fill: rgb(95 135 208 / 0.6) !important;
}

.\!fill-navy-300\/70 {
  fill: rgb(95 135 208 / 0.7) !important;
}

.\!fill-navy-300\/75 {
  fill: rgb(95 135 208 / 0.75) !important;
}

.\!fill-navy-300\/80 {
  fill: rgb(95 135 208 / 0.8) !important;
}

.\!fill-navy-300\/90 {
  fill: rgb(95 135 208 / 0.9) !important;
}

.\!fill-navy-300\/95 {
  fill: rgb(95 135 208 / 0.95) !important;
}

.\!fill-navy-400 {
  fill: #3769c5 !important;
}

.\!fill-navy-400\/0 {
  fill: rgb(55 105 197 / 0) !important;
}

.\!fill-navy-400\/10 {
  fill: rgb(55 105 197 / 0.1) !important;
}

.\!fill-navy-400\/100 {
  fill: rgb(55 105 197 / 1) !important;
}

.\!fill-navy-400\/20 {
  fill: rgb(55 105 197 / 0.2) !important;
}

.\!fill-navy-400\/25 {
  fill: rgb(55 105 197 / 0.25) !important;
}

.\!fill-navy-400\/30 {
  fill: rgb(55 105 197 / 0.3) !important;
}

.\!fill-navy-400\/40 {
  fill: rgb(55 105 197 / 0.4) !important;
}

.\!fill-navy-400\/5 {
  fill: rgb(55 105 197 / 0.05) !important;
}

.\!fill-navy-400\/50 {
  fill: rgb(55 105 197 / 0.5) !important;
}

.\!fill-navy-400\/60 {
  fill: rgb(55 105 197 / 0.6) !important;
}

.\!fill-navy-400\/70 {
  fill: rgb(55 105 197 / 0.7) !important;
}

.\!fill-navy-400\/75 {
  fill: rgb(55 105 197 / 0.75) !important;
}

.\!fill-navy-400\/80 {
  fill: rgb(55 105 197 / 0.8) !important;
}

.\!fill-navy-400\/90 {
  fill: rgb(55 105 197 / 0.9) !important;
}

.\!fill-navy-400\/95 {
  fill: rgb(55 105 197 / 0.95) !important;
}

.\!fill-navy-50 {
  fill: #cfdbf1 !important;
}

.\!fill-navy-50\/0 {
  fill: rgb(207 219 241 / 0) !important;
}

.\!fill-navy-50\/10 {
  fill: rgb(207 219 241 / 0.1) !important;
}

.\!fill-navy-50\/100 {
  fill: rgb(207 219 241 / 1) !important;
}

.\!fill-navy-50\/20 {
  fill: rgb(207 219 241 / 0.2) !important;
}

.\!fill-navy-50\/25 {
  fill: rgb(207 219 241 / 0.25) !important;
}

.\!fill-navy-50\/30 {
  fill: rgb(207 219 241 / 0.3) !important;
}

.\!fill-navy-50\/40 {
  fill: rgb(207 219 241 / 0.4) !important;
}

.\!fill-navy-50\/5 {
  fill: rgb(207 219 241 / 0.05) !important;
}

.\!fill-navy-50\/50 {
  fill: rgb(207 219 241 / 0.5) !important;
}

.\!fill-navy-50\/60 {
  fill: rgb(207 219 241 / 0.6) !important;
}

.\!fill-navy-50\/70 {
  fill: rgb(207 219 241 / 0.7) !important;
}

.\!fill-navy-50\/75 {
  fill: rgb(207 219 241 / 0.75) !important;
}

.\!fill-navy-50\/80 {
  fill: rgb(207 219 241 / 0.8) !important;
}

.\!fill-navy-50\/90 {
  fill: rgb(207 219 241 / 0.9) !important;
}

.\!fill-navy-50\/95 {
  fill: rgb(207 219 241 / 0.95) !important;
}

.\!fill-navy-500 {
  fill: #0f4bb9 !important;
}

.\!fill-navy-500\/0 {
  fill: rgb(15 75 185 / 0) !important;
}

.\!fill-navy-500\/10 {
  fill: rgb(15 75 185 / 0.1) !important;
}

.\!fill-navy-500\/100 {
  fill: rgb(15 75 185 / 1) !important;
}

.\!fill-navy-500\/20 {
  fill: rgb(15 75 185 / 0.2) !important;
}

.\!fill-navy-500\/25 {
  fill: rgb(15 75 185 / 0.25) !important;
}

.\!fill-navy-500\/30 {
  fill: rgb(15 75 185 / 0.3) !important;
}

.\!fill-navy-500\/40 {
  fill: rgb(15 75 185 / 0.4) !important;
}

.\!fill-navy-500\/5 {
  fill: rgb(15 75 185 / 0.05) !important;
}

.\!fill-navy-500\/50 {
  fill: rgb(15 75 185 / 0.5) !important;
}

.\!fill-navy-500\/60 {
  fill: rgb(15 75 185 / 0.6) !important;
}

.\!fill-navy-500\/70 {
  fill: rgb(15 75 185 / 0.7) !important;
}

.\!fill-navy-500\/75 {
  fill: rgb(15 75 185 / 0.75) !important;
}

.\!fill-navy-500\/80 {
  fill: rgb(15 75 185 / 0.8) !important;
}

.\!fill-navy-500\/90 {
  fill: rgb(15 75 185 / 0.9) !important;
}

.\!fill-navy-500\/95 {
  fill: rgb(15 75 185 / 0.95) !important;
}

.\!fill-navy-600 {
  fill: #0d3f9a !important;
}

.\!fill-navy-600\/0 {
  fill: rgb(13 63 154 / 0) !important;
}

.\!fill-navy-600\/10 {
  fill: rgb(13 63 154 / 0.1) !important;
}

.\!fill-navy-600\/100 {
  fill: rgb(13 63 154 / 1) !important;
}

.\!fill-navy-600\/20 {
  fill: rgb(13 63 154 / 0.2) !important;
}

.\!fill-navy-600\/25 {
  fill: rgb(13 63 154 / 0.25) !important;
}

.\!fill-navy-600\/30 {
  fill: rgb(13 63 154 / 0.3) !important;
}

.\!fill-navy-600\/40 {
  fill: rgb(13 63 154 / 0.4) !important;
}

.\!fill-navy-600\/5 {
  fill: rgb(13 63 154 / 0.05) !important;
}

.\!fill-navy-600\/50 {
  fill: rgb(13 63 154 / 0.5) !important;
}

.\!fill-navy-600\/60 {
  fill: rgb(13 63 154 / 0.6) !important;
}

.\!fill-navy-600\/70 {
  fill: rgb(13 63 154 / 0.7) !important;
}

.\!fill-navy-600\/75 {
  fill: rgb(13 63 154 / 0.75) !important;
}

.\!fill-navy-600\/80 {
  fill: rgb(13 63 154 / 0.8) !important;
}

.\!fill-navy-600\/90 {
  fill: rgb(13 63 154 / 0.9) !important;
}

.\!fill-navy-600\/95 {
  fill: rgb(13 63 154 / 0.95) !important;
}

.\!fill-navy-700 {
  fill: #0a327b !important;
}

.\!fill-navy-700\/0 {
  fill: rgb(10 50 123 / 0) !important;
}

.\!fill-navy-700\/10 {
  fill: rgb(10 50 123 / 0.1) !important;
}

.\!fill-navy-700\/100 {
  fill: rgb(10 50 123 / 1) !important;
}

.\!fill-navy-700\/20 {
  fill: rgb(10 50 123 / 0.2) !important;
}

.\!fill-navy-700\/25 {
  fill: rgb(10 50 123 / 0.25) !important;
}

.\!fill-navy-700\/30 {
  fill: rgb(10 50 123 / 0.3) !important;
}

.\!fill-navy-700\/40 {
  fill: rgb(10 50 123 / 0.4) !important;
}

.\!fill-navy-700\/5 {
  fill: rgb(10 50 123 / 0.05) !important;
}

.\!fill-navy-700\/50 {
  fill: rgb(10 50 123 / 0.5) !important;
}

.\!fill-navy-700\/60 {
  fill: rgb(10 50 123 / 0.6) !important;
}

.\!fill-navy-700\/70 {
  fill: rgb(10 50 123 / 0.7) !important;
}

.\!fill-navy-700\/75 {
  fill: rgb(10 50 123 / 0.75) !important;
}

.\!fill-navy-700\/80 {
  fill: rgb(10 50 123 / 0.8) !important;
}

.\!fill-navy-700\/90 {
  fill: rgb(10 50 123 / 0.9) !important;
}

.\!fill-navy-700\/95 {
  fill: rgb(10 50 123 / 0.95) !important;
}

.\!fill-navy-800 {
  fill: #08265d !important;
}

.\!fill-navy-800\/0 {
  fill: rgb(8 38 93 / 0) !important;
}

.\!fill-navy-800\/10 {
  fill: rgb(8 38 93 / 0.1) !important;
}

.\!fill-navy-800\/100 {
  fill: rgb(8 38 93 / 1) !important;
}

.\!fill-navy-800\/20 {
  fill: rgb(8 38 93 / 0.2) !important;
}

.\!fill-navy-800\/25 {
  fill: rgb(8 38 93 / 0.25) !important;
}

.\!fill-navy-800\/30 {
  fill: rgb(8 38 93 / 0.3) !important;
}

.\!fill-navy-800\/40 {
  fill: rgb(8 38 93 / 0.4) !important;
}

.\!fill-navy-800\/5 {
  fill: rgb(8 38 93 / 0.05) !important;
}

.\!fill-navy-800\/50 {
  fill: rgb(8 38 93 / 0.5) !important;
}

.\!fill-navy-800\/60 {
  fill: rgb(8 38 93 / 0.6) !important;
}

.\!fill-navy-800\/70 {
  fill: rgb(8 38 93 / 0.7) !important;
}

.\!fill-navy-800\/75 {
  fill: rgb(8 38 93 / 0.75) !important;
}

.\!fill-navy-800\/80 {
  fill: rgb(8 38 93 / 0.8) !important;
}

.\!fill-navy-800\/90 {
  fill: rgb(8 38 93 / 0.9) !important;
}

.\!fill-navy-800\/95 {
  fill: rgb(8 38 93 / 0.95) !important;
}

.\!fill-navy-900 {
  fill: #05193e !important;
}

.\!fill-navy-900\/0 {
  fill: rgb(5 25 62 / 0) !important;
}

.\!fill-navy-900\/10 {
  fill: rgb(5 25 62 / 0.1) !important;
}

.\!fill-navy-900\/100 {
  fill: rgb(5 25 62 / 1) !important;
}

.\!fill-navy-900\/20 {
  fill: rgb(5 25 62 / 0.2) !important;
}

.\!fill-navy-900\/25 {
  fill: rgb(5 25 62 / 0.25) !important;
}

.\!fill-navy-900\/30 {
  fill: rgb(5 25 62 / 0.3) !important;
}

.\!fill-navy-900\/40 {
  fill: rgb(5 25 62 / 0.4) !important;
}

.\!fill-navy-900\/5 {
  fill: rgb(5 25 62 / 0.05) !important;
}

.\!fill-navy-900\/50 {
  fill: rgb(5 25 62 / 0.5) !important;
}

.\!fill-navy-900\/60 {
  fill: rgb(5 25 62 / 0.6) !important;
}

.\!fill-navy-900\/70 {
  fill: rgb(5 25 62 / 0.7) !important;
}

.\!fill-navy-900\/75 {
  fill: rgb(5 25 62 / 0.75) !important;
}

.\!fill-navy-900\/80 {
  fill: rgb(5 25 62 / 0.8) !important;
}

.\!fill-navy-900\/90 {
  fill: rgb(5 25 62 / 0.9) !important;
}

.\!fill-navy-900\/95 {
  fill: rgb(5 25 62 / 0.95) !important;
}

.\!fill-orange-100 {
  fill: #ffd4c5 !important;
}

.\!fill-orange-100\/0 {
  fill: rgb(255 212 197 / 0) !important;
}

.\!fill-orange-100\/10 {
  fill: rgb(255 212 197 / 0.1) !important;
}

.\!fill-orange-100\/100 {
  fill: rgb(255 212 197 / 1) !important;
}

.\!fill-orange-100\/20 {
  fill: rgb(255 212 197 / 0.2) !important;
}

.\!fill-orange-100\/25 {
  fill: rgb(255 212 197 / 0.25) !important;
}

.\!fill-orange-100\/30 {
  fill: rgb(255 212 197 / 0.3) !important;
}

.\!fill-orange-100\/40 {
  fill: rgb(255 212 197 / 0.4) !important;
}

.\!fill-orange-100\/5 {
  fill: rgb(255 212 197 / 0.05) !important;
}

.\!fill-orange-100\/50 {
  fill: rgb(255 212 197 / 0.5) !important;
}

.\!fill-orange-100\/60 {
  fill: rgb(255 212 197 / 0.6) !important;
}

.\!fill-orange-100\/70 {
  fill: rgb(255 212 197 / 0.7) !important;
}

.\!fill-orange-100\/75 {
  fill: rgb(255 212 197 / 0.75) !important;
}

.\!fill-orange-100\/80 {
  fill: rgb(255 212 197 / 0.8) !important;
}

.\!fill-orange-100\/90 {
  fill: rgb(255 212 197 / 0.9) !important;
}

.\!fill-orange-100\/95 {
  fill: rgb(255 212 197 / 0.95) !important;
}

.\!fill-orange-1000 {
  fill: #331910 !important;
}

.\!fill-orange-1000\/0 {
  fill: rgb(51 25 16 / 0) !important;
}

.\!fill-orange-1000\/10 {
  fill: rgb(51 25 16 / 0.1) !important;
}

.\!fill-orange-1000\/100 {
  fill: rgb(51 25 16 / 1) !important;
}

.\!fill-orange-1000\/20 {
  fill: rgb(51 25 16 / 0.2) !important;
}

.\!fill-orange-1000\/25 {
  fill: rgb(51 25 16 / 0.25) !important;
}

.\!fill-orange-1000\/30 {
  fill: rgb(51 25 16 / 0.3) !important;
}

.\!fill-orange-1000\/40 {
  fill: rgb(51 25 16 / 0.4) !important;
}

.\!fill-orange-1000\/5 {
  fill: rgb(51 25 16 / 0.05) !important;
}

.\!fill-orange-1000\/50 {
  fill: rgb(51 25 16 / 0.5) !important;
}

.\!fill-orange-1000\/60 {
  fill: rgb(51 25 16 / 0.6) !important;
}

.\!fill-orange-1000\/70 {
  fill: rgb(51 25 16 / 0.7) !important;
}

.\!fill-orange-1000\/75 {
  fill: rgb(51 25 16 / 0.75) !important;
}

.\!fill-orange-1000\/80 {
  fill: rgb(51 25 16 / 0.8) !important;
}

.\!fill-orange-1000\/90 {
  fill: rgb(51 25 16 / 0.9) !important;
}

.\!fill-orange-1000\/95 {
  fill: rgb(51 25 16 / 0.95) !important;
}

.\!fill-orange-200 {
  fill: #ffbfa8 !important;
}

.\!fill-orange-200\/0 {
  fill: rgb(255 191 168 / 0) !important;
}

.\!fill-orange-200\/10 {
  fill: rgb(255 191 168 / 0.1) !important;
}

.\!fill-orange-200\/100 {
  fill: rgb(255 191 168 / 1) !important;
}

.\!fill-orange-200\/20 {
  fill: rgb(255 191 168 / 0.2) !important;
}

.\!fill-orange-200\/25 {
  fill: rgb(255 191 168 / 0.25) !important;
}

.\!fill-orange-200\/30 {
  fill: rgb(255 191 168 / 0.3) !important;
}

.\!fill-orange-200\/40 {
  fill: rgb(255 191 168 / 0.4) !important;
}

.\!fill-orange-200\/5 {
  fill: rgb(255 191 168 / 0.05) !important;
}

.\!fill-orange-200\/50 {
  fill: rgb(255 191 168 / 0.5) !important;
}

.\!fill-orange-200\/60 {
  fill: rgb(255 191 168 / 0.6) !important;
}

.\!fill-orange-200\/70 {
  fill: rgb(255 191 168 / 0.7) !important;
}

.\!fill-orange-200\/75 {
  fill: rgb(255 191 168 / 0.75) !important;
}

.\!fill-orange-200\/80 {
  fill: rgb(255 191 168 / 0.8) !important;
}

.\!fill-orange-200\/90 {
  fill: rgb(255 191 168 / 0.9) !important;
}

.\!fill-orange-200\/95 {
  fill: rgb(255 191 168 / 0.95) !important;
}

.\!fill-orange-300 {
  fill: #ffaa8a !important;
}

.\!fill-orange-300\/0 {
  fill: rgb(255 170 138 / 0) !important;
}

.\!fill-orange-300\/10 {
  fill: rgb(255 170 138 / 0.1) !important;
}

.\!fill-orange-300\/100 {
  fill: rgb(255 170 138 / 1) !important;
}

.\!fill-orange-300\/20 {
  fill: rgb(255 170 138 / 0.2) !important;
}

.\!fill-orange-300\/25 {
  fill: rgb(255 170 138 / 0.25) !important;
}

.\!fill-orange-300\/30 {
  fill: rgb(255 170 138 / 0.3) !important;
}

.\!fill-orange-300\/40 {
  fill: rgb(255 170 138 / 0.4) !important;
}

.\!fill-orange-300\/5 {
  fill: rgb(255 170 138 / 0.05) !important;
}

.\!fill-orange-300\/50 {
  fill: rgb(255 170 138 / 0.5) !important;
}

.\!fill-orange-300\/60 {
  fill: rgb(255 170 138 / 0.6) !important;
}

.\!fill-orange-300\/70 {
  fill: rgb(255 170 138 / 0.7) !important;
}

.\!fill-orange-300\/75 {
  fill: rgb(255 170 138 / 0.75) !important;
}

.\!fill-orange-300\/80 {
  fill: rgb(255 170 138 / 0.8) !important;
}

.\!fill-orange-300\/90 {
  fill: rgb(255 170 138 / 0.9) !important;
}

.\!fill-orange-300\/95 {
  fill: rgb(255 170 138 / 0.95) !important;
}

.\!fill-orange-400 {
  fill: #ff946d !important;
}

.\!fill-orange-400\/0 {
  fill: rgb(255 148 109 / 0) !important;
}

.\!fill-orange-400\/10 {
  fill: rgb(255 148 109 / 0.1) !important;
}

.\!fill-orange-400\/100 {
  fill: rgb(255 148 109 / 1) !important;
}

.\!fill-orange-400\/20 {
  fill: rgb(255 148 109 / 0.2) !important;
}

.\!fill-orange-400\/25 {
  fill: rgb(255 148 109 / 0.25) !important;
}

.\!fill-orange-400\/30 {
  fill: rgb(255 148 109 / 0.3) !important;
}

.\!fill-orange-400\/40 {
  fill: rgb(255 148 109 / 0.4) !important;
}

.\!fill-orange-400\/5 {
  fill: rgb(255 148 109 / 0.05) !important;
}

.\!fill-orange-400\/50 {
  fill: rgb(255 148 109 / 0.5) !important;
}

.\!fill-orange-400\/60 {
  fill: rgb(255 148 109 / 0.6) !important;
}

.\!fill-orange-400\/70 {
  fill: rgb(255 148 109 / 0.7) !important;
}

.\!fill-orange-400\/75 {
  fill: rgb(255 148 109 / 0.75) !important;
}

.\!fill-orange-400\/80 {
  fill: rgb(255 148 109 / 0.8) !important;
}

.\!fill-orange-400\/90 {
  fill: rgb(255 148 109 / 0.9) !important;
}

.\!fill-orange-400\/95 {
  fill: rgb(255 148 109 / 0.95) !important;
}

.\!fill-orange-50 {
  fill: #ffe5dc !important;
}

.\!fill-orange-50\/0 {
  fill: rgb(255 229 220 / 0) !important;
}

.\!fill-orange-50\/10 {
  fill: rgb(255 229 220 / 0.1) !important;
}

.\!fill-orange-50\/100 {
  fill: rgb(255 229 220 / 1) !important;
}

.\!fill-orange-50\/20 {
  fill: rgb(255 229 220 / 0.2) !important;
}

.\!fill-orange-50\/25 {
  fill: rgb(255 229 220 / 0.25) !important;
}

.\!fill-orange-50\/30 {
  fill: rgb(255 229 220 / 0.3) !important;
}

.\!fill-orange-50\/40 {
  fill: rgb(255 229 220 / 0.4) !important;
}

.\!fill-orange-50\/5 {
  fill: rgb(255 229 220 / 0.05) !important;
}

.\!fill-orange-50\/50 {
  fill: rgb(255 229 220 / 0.5) !important;
}

.\!fill-orange-50\/60 {
  fill: rgb(255 229 220 / 0.6) !important;
}

.\!fill-orange-50\/70 {
  fill: rgb(255 229 220 / 0.7) !important;
}

.\!fill-orange-50\/75 {
  fill: rgb(255 229 220 / 0.75) !important;
}

.\!fill-orange-50\/80 {
  fill: rgb(255 229 220 / 0.8) !important;
}

.\!fill-orange-50\/90 {
  fill: rgb(255 229 220 / 0.9) !important;
}

.\!fill-orange-50\/95 {
  fill: rgb(255 229 220 / 0.95) !important;
}

.\!fill-orange-500 {
  fill: #ff7f50 !important;
}

.\!fill-orange-500\/0 {
  fill: rgb(255 127 80 / 0) !important;
}

.\!fill-orange-500\/10 {
  fill: rgb(255 127 80 / 0.1) !important;
}

.\!fill-orange-500\/100 {
  fill: rgb(255 127 80 / 1) !important;
}

.\!fill-orange-500\/20 {
  fill: rgb(255 127 80 / 0.2) !important;
}

.\!fill-orange-500\/25 {
  fill: rgb(255 127 80 / 0.25) !important;
}

.\!fill-orange-500\/30 {
  fill: rgb(255 127 80 / 0.3) !important;
}

.\!fill-orange-500\/40 {
  fill: rgb(255 127 80 / 0.4) !important;
}

.\!fill-orange-500\/5 {
  fill: rgb(255 127 80 / 0.05) !important;
}

.\!fill-orange-500\/50 {
  fill: rgb(255 127 80 / 0.5) !important;
}

.\!fill-orange-500\/60 {
  fill: rgb(255 127 80 / 0.6) !important;
}

.\!fill-orange-500\/70 {
  fill: rgb(255 127 80 / 0.7) !important;
}

.\!fill-orange-500\/75 {
  fill: rgb(255 127 80 / 0.75) !important;
}

.\!fill-orange-500\/80 {
  fill: rgb(255 127 80 / 0.8) !important;
}

.\!fill-orange-500\/90 {
  fill: rgb(255 127 80 / 0.9) !important;
}

.\!fill-orange-500\/95 {
  fill: rgb(255 127 80 / 0.95) !important;
}

.\!fill-orange-600 {
  fill: #d56a43 !important;
}

.\!fill-orange-600\/0 {
  fill: rgb(213 106 67 / 0) !important;
}

.\!fill-orange-600\/10 {
  fill: rgb(213 106 67 / 0.1) !important;
}

.\!fill-orange-600\/100 {
  fill: rgb(213 106 67 / 1) !important;
}

.\!fill-orange-600\/20 {
  fill: rgb(213 106 67 / 0.2) !important;
}

.\!fill-orange-600\/25 {
  fill: rgb(213 106 67 / 0.25) !important;
}

.\!fill-orange-600\/30 {
  fill: rgb(213 106 67 / 0.3) !important;
}

.\!fill-orange-600\/40 {
  fill: rgb(213 106 67 / 0.4) !important;
}

.\!fill-orange-600\/5 {
  fill: rgb(213 106 67 / 0.05) !important;
}

.\!fill-orange-600\/50 {
  fill: rgb(213 106 67 / 0.5) !important;
}

.\!fill-orange-600\/60 {
  fill: rgb(213 106 67 / 0.6) !important;
}

.\!fill-orange-600\/70 {
  fill: rgb(213 106 67 / 0.7) !important;
}

.\!fill-orange-600\/75 {
  fill: rgb(213 106 67 / 0.75) !important;
}

.\!fill-orange-600\/80 {
  fill: rgb(213 106 67 / 0.8) !important;
}

.\!fill-orange-600\/90 {
  fill: rgb(213 106 67 / 0.9) !important;
}

.\!fill-orange-600\/95 {
  fill: rgb(213 106 67 / 0.95) !important;
}

.\!fill-orange-700 {
  fill: #aa5535 !important;
}

.\!fill-orange-700\/0 {
  fill: rgb(170 85 53 / 0) !important;
}

.\!fill-orange-700\/10 {
  fill: rgb(170 85 53 / 0.1) !important;
}

.\!fill-orange-700\/100 {
  fill: rgb(170 85 53 / 1) !important;
}

.\!fill-orange-700\/20 {
  fill: rgb(170 85 53 / 0.2) !important;
}

.\!fill-orange-700\/25 {
  fill: rgb(170 85 53 / 0.25) !important;
}

.\!fill-orange-700\/30 {
  fill: rgb(170 85 53 / 0.3) !important;
}

.\!fill-orange-700\/40 {
  fill: rgb(170 85 53 / 0.4) !important;
}

.\!fill-orange-700\/5 {
  fill: rgb(170 85 53 / 0.05) !important;
}

.\!fill-orange-700\/50 {
  fill: rgb(170 85 53 / 0.5) !important;
}

.\!fill-orange-700\/60 {
  fill: rgb(170 85 53 / 0.6) !important;
}

.\!fill-orange-700\/70 {
  fill: rgb(170 85 53 / 0.7) !important;
}

.\!fill-orange-700\/75 {
  fill: rgb(170 85 53 / 0.75) !important;
}

.\!fill-orange-700\/80 {
  fill: rgb(170 85 53 / 0.8) !important;
}

.\!fill-orange-700\/90 {
  fill: rgb(170 85 53 / 0.9) !important;
}

.\!fill-orange-700\/95 {
  fill: rgb(170 85 53 / 0.95) !important;
}

.\!fill-orange-800 {
  fill: #804028 !important;
}

.\!fill-orange-800\/0 {
  fill: rgb(128 64 40 / 0) !important;
}

.\!fill-orange-800\/10 {
  fill: rgb(128 64 40 / 0.1) !important;
}

.\!fill-orange-800\/100 {
  fill: rgb(128 64 40 / 1) !important;
}

.\!fill-orange-800\/20 {
  fill: rgb(128 64 40 / 0.2) !important;
}

.\!fill-orange-800\/25 {
  fill: rgb(128 64 40 / 0.25) !important;
}

.\!fill-orange-800\/30 {
  fill: rgb(128 64 40 / 0.3) !important;
}

.\!fill-orange-800\/40 {
  fill: rgb(128 64 40 / 0.4) !important;
}

.\!fill-orange-800\/5 {
  fill: rgb(128 64 40 / 0.05) !important;
}

.\!fill-orange-800\/50 {
  fill: rgb(128 64 40 / 0.5) !important;
}

.\!fill-orange-800\/60 {
  fill: rgb(128 64 40 / 0.6) !important;
}

.\!fill-orange-800\/70 {
  fill: rgb(128 64 40 / 0.7) !important;
}

.\!fill-orange-800\/75 {
  fill: rgb(128 64 40 / 0.75) !important;
}

.\!fill-orange-800\/80 {
  fill: rgb(128 64 40 / 0.8) !important;
}

.\!fill-orange-800\/90 {
  fill: rgb(128 64 40 / 0.9) !important;
}

.\!fill-orange-800\/95 {
  fill: rgb(128 64 40 / 0.95) !important;
}

.\!fill-orange-900 {
  fill: #552a1b !important;
}

.\!fill-orange-900\/0 {
  fill: rgb(85 42 27 / 0) !important;
}

.\!fill-orange-900\/10 {
  fill: rgb(85 42 27 / 0.1) !important;
}

.\!fill-orange-900\/100 {
  fill: rgb(85 42 27 / 1) !important;
}

.\!fill-orange-900\/20 {
  fill: rgb(85 42 27 / 0.2) !important;
}

.\!fill-orange-900\/25 {
  fill: rgb(85 42 27 / 0.25) !important;
}

.\!fill-orange-900\/30 {
  fill: rgb(85 42 27 / 0.3) !important;
}

.\!fill-orange-900\/40 {
  fill: rgb(85 42 27 / 0.4) !important;
}

.\!fill-orange-900\/5 {
  fill: rgb(85 42 27 / 0.05) !important;
}

.\!fill-orange-900\/50 {
  fill: rgb(85 42 27 / 0.5) !important;
}

.\!fill-orange-900\/60 {
  fill: rgb(85 42 27 / 0.6) !important;
}

.\!fill-orange-900\/70 {
  fill: rgb(85 42 27 / 0.7) !important;
}

.\!fill-orange-900\/75 {
  fill: rgb(85 42 27 / 0.75) !important;
}

.\!fill-orange-900\/80 {
  fill: rgb(85 42 27 / 0.8) !important;
}

.\!fill-orange-900\/90 {
  fill: rgb(85 42 27 / 0.9) !important;
}

.\!fill-orange-900\/95 {
  fill: rgb(85 42 27 / 0.95) !important;
}

.\!fill-purple-100 {
  fill: #d4c8ed !important;
}

.\!fill-purple-100\/0 {
  fill: rgb(212 200 237 / 0) !important;
}

.\!fill-purple-100\/10 {
  fill: rgb(212 200 237 / 0.1) !important;
}

.\!fill-purple-100\/100 {
  fill: rgb(212 200 237 / 1) !important;
}

.\!fill-purple-100\/20 {
  fill: rgb(212 200 237 / 0.2) !important;
}

.\!fill-purple-100\/25 {
  fill: rgb(212 200 237 / 0.25) !important;
}

.\!fill-purple-100\/30 {
  fill: rgb(212 200 237 / 0.3) !important;
}

.\!fill-purple-100\/40 {
  fill: rgb(212 200 237 / 0.4) !important;
}

.\!fill-purple-100\/5 {
  fill: rgb(212 200 237 / 0.05) !important;
}

.\!fill-purple-100\/50 {
  fill: rgb(212 200 237 / 0.5) !important;
}

.\!fill-purple-100\/60 {
  fill: rgb(212 200 237 / 0.6) !important;
}

.\!fill-purple-100\/70 {
  fill: rgb(212 200 237 / 0.7) !important;
}

.\!fill-purple-100\/75 {
  fill: rgb(212 200 237 / 0.75) !important;
}

.\!fill-purple-100\/80 {
  fill: rgb(212 200 237 / 0.8) !important;
}

.\!fill-purple-100\/90 {
  fill: rgb(212 200 237 / 0.9) !important;
}

.\!fill-purple-100\/95 {
  fill: rgb(212 200 237 / 0.95) !important;
}

.\!fill-purple-1000 {
  fill: #191228 !important;
}

.\!fill-purple-1000\/0 {
  fill: rgb(25 18 40 / 0) !important;
}

.\!fill-purple-1000\/10 {
  fill: rgb(25 18 40 / 0.1) !important;
}

.\!fill-purple-1000\/100 {
  fill: rgb(25 18 40 / 1) !important;
}

.\!fill-purple-1000\/20 {
  fill: rgb(25 18 40 / 0.2) !important;
}

.\!fill-purple-1000\/25 {
  fill: rgb(25 18 40 / 0.25) !important;
}

.\!fill-purple-1000\/30 {
  fill: rgb(25 18 40 / 0.3) !important;
}

.\!fill-purple-1000\/40 {
  fill: rgb(25 18 40 / 0.4) !important;
}

.\!fill-purple-1000\/5 {
  fill: rgb(25 18 40 / 0.05) !important;
}

.\!fill-purple-1000\/50 {
  fill: rgb(25 18 40 / 0.5) !important;
}

.\!fill-purple-1000\/60 {
  fill: rgb(25 18 40 / 0.6) !important;
}

.\!fill-purple-1000\/70 {
  fill: rgb(25 18 40 / 0.7) !important;
}

.\!fill-purple-1000\/75 {
  fill: rgb(25 18 40 / 0.75) !important;
}

.\!fill-purple-1000\/80 {
  fill: rgb(25 18 40 / 0.8) !important;
}

.\!fill-purple-1000\/90 {
  fill: rgb(25 18 40 / 0.9) !important;
}

.\!fill-purple-1000\/95 {
  fill: rgb(25 18 40 / 0.95) !important;
}

.\!fill-purple-200 {
  fill: #beade4 !important;
}

.\!fill-purple-200\/0 {
  fill: rgb(190 173 228 / 0) !important;
}

.\!fill-purple-200\/10 {
  fill: rgb(190 173 228 / 0.1) !important;
}

.\!fill-purple-200\/100 {
  fill: rgb(190 173 228 / 1) !important;
}

.\!fill-purple-200\/20 {
  fill: rgb(190 173 228 / 0.2) !important;
}

.\!fill-purple-200\/25 {
  fill: rgb(190 173 228 / 0.25) !important;
}

.\!fill-purple-200\/30 {
  fill: rgb(190 173 228 / 0.3) !important;
}

.\!fill-purple-200\/40 {
  fill: rgb(190 173 228 / 0.4) !important;
}

.\!fill-purple-200\/5 {
  fill: rgb(190 173 228 / 0.05) !important;
}

.\!fill-purple-200\/50 {
  fill: rgb(190 173 228 / 0.5) !important;
}

.\!fill-purple-200\/60 {
  fill: rgb(190 173 228 / 0.6) !important;
}

.\!fill-purple-200\/70 {
  fill: rgb(190 173 228 / 0.7) !important;
}

.\!fill-purple-200\/75 {
  fill: rgb(190 173 228 / 0.75) !important;
}

.\!fill-purple-200\/80 {
  fill: rgb(190 173 228 / 0.8) !important;
}

.\!fill-purple-200\/90 {
  fill: rgb(190 173 228 / 0.9) !important;
}

.\!fill-purple-200\/95 {
  fill: rgb(190 173 228 / 0.95) !important;
}

.\!fill-purple-300 {
  fill: #a891da !important;
}

.\!fill-purple-300\/0 {
  fill: rgb(168 145 218 / 0) !important;
}

.\!fill-purple-300\/10 {
  fill: rgb(168 145 218 / 0.1) !important;
}

.\!fill-purple-300\/100 {
  fill: rgb(168 145 218 / 1) !important;
}

.\!fill-purple-300\/20 {
  fill: rgb(168 145 218 / 0.2) !important;
}

.\!fill-purple-300\/25 {
  fill: rgb(168 145 218 / 0.25) !important;
}

.\!fill-purple-300\/30 {
  fill: rgb(168 145 218 / 0.3) !important;
}

.\!fill-purple-300\/40 {
  fill: rgb(168 145 218 / 0.4) !important;
}

.\!fill-purple-300\/5 {
  fill: rgb(168 145 218 / 0.05) !important;
}

.\!fill-purple-300\/50 {
  fill: rgb(168 145 218 / 0.5) !important;
}

.\!fill-purple-300\/60 {
  fill: rgb(168 145 218 / 0.6) !important;
}

.\!fill-purple-300\/70 {
  fill: rgb(168 145 218 / 0.7) !important;
}

.\!fill-purple-300\/75 {
  fill: rgb(168 145 218 / 0.75) !important;
}

.\!fill-purple-300\/80 {
  fill: rgb(168 145 218 / 0.8) !important;
}

.\!fill-purple-300\/90 {
  fill: rgb(168 145 218 / 0.9) !important;
}

.\!fill-purple-300\/95 {
  fill: rgb(168 145 218 / 0.95) !important;
}

.\!fill-purple-400 {
  fill: #9376d1 !important;
}

.\!fill-purple-400\/0 {
  fill: rgb(147 118 209 / 0) !important;
}

.\!fill-purple-400\/10 {
  fill: rgb(147 118 209 / 0.1) !important;
}

.\!fill-purple-400\/100 {
  fill: rgb(147 118 209 / 1) !important;
}

.\!fill-purple-400\/20 {
  fill: rgb(147 118 209 / 0.2) !important;
}

.\!fill-purple-400\/25 {
  fill: rgb(147 118 209 / 0.25) !important;
}

.\!fill-purple-400\/30 {
  fill: rgb(147 118 209 / 0.3) !important;
}

.\!fill-purple-400\/40 {
  fill: rgb(147 118 209 / 0.4) !important;
}

.\!fill-purple-400\/5 {
  fill: rgb(147 118 209 / 0.05) !important;
}

.\!fill-purple-400\/50 {
  fill: rgb(147 118 209 / 0.5) !important;
}

.\!fill-purple-400\/60 {
  fill: rgb(147 118 209 / 0.6) !important;
}

.\!fill-purple-400\/70 {
  fill: rgb(147 118 209 / 0.7) !important;
}

.\!fill-purple-400\/75 {
  fill: rgb(147 118 209 / 0.75) !important;
}

.\!fill-purple-400\/80 {
  fill: rgb(147 118 209 / 0.8) !important;
}

.\!fill-purple-400\/90 {
  fill: rgb(147 118 209 / 0.9) !important;
}

.\!fill-purple-400\/95 {
  fill: rgb(147 118 209 / 0.95) !important;
}

.\!fill-purple-50 {
  fill: #e5def4 !important;
}

.\!fill-purple-50\/0 {
  fill: rgb(229 222 244 / 0) !important;
}

.\!fill-purple-50\/10 {
  fill: rgb(229 222 244 / 0.1) !important;
}

.\!fill-purple-50\/100 {
  fill: rgb(229 222 244 / 1) !important;
}

.\!fill-purple-50\/20 {
  fill: rgb(229 222 244 / 0.2) !important;
}

.\!fill-purple-50\/25 {
  fill: rgb(229 222 244 / 0.25) !important;
}

.\!fill-purple-50\/30 {
  fill: rgb(229 222 244 / 0.3) !important;
}

.\!fill-purple-50\/40 {
  fill: rgb(229 222 244 / 0.4) !important;
}

.\!fill-purple-50\/5 {
  fill: rgb(229 222 244 / 0.05) !important;
}

.\!fill-purple-50\/50 {
  fill: rgb(229 222 244 / 0.5) !important;
}

.\!fill-purple-50\/60 {
  fill: rgb(229 222 244 / 0.6) !important;
}

.\!fill-purple-50\/70 {
  fill: rgb(229 222 244 / 0.7) !important;
}

.\!fill-purple-50\/75 {
  fill: rgb(229 222 244 / 0.75) !important;
}

.\!fill-purple-50\/80 {
  fill: rgb(229 222 244 / 0.8) !important;
}

.\!fill-purple-50\/90 {
  fill: rgb(229 222 244 / 0.9) !important;
}

.\!fill-purple-50\/95 {
  fill: rgb(229 222 244 / 0.95) !important;
}

.\!fill-purple-500 {
  fill: #7d5ac8 !important;
}

.\!fill-purple-500\/0 {
  fill: rgb(125 90 200 / 0) !important;
}

.\!fill-purple-500\/10 {
  fill: rgb(125 90 200 / 0.1) !important;
}

.\!fill-purple-500\/100 {
  fill: rgb(125 90 200 / 1) !important;
}

.\!fill-purple-500\/20 {
  fill: rgb(125 90 200 / 0.2) !important;
}

.\!fill-purple-500\/25 {
  fill: rgb(125 90 200 / 0.25) !important;
}

.\!fill-purple-500\/30 {
  fill: rgb(125 90 200 / 0.3) !important;
}

.\!fill-purple-500\/40 {
  fill: rgb(125 90 200 / 0.4) !important;
}

.\!fill-purple-500\/5 {
  fill: rgb(125 90 200 / 0.05) !important;
}

.\!fill-purple-500\/50 {
  fill: rgb(125 90 200 / 0.5) !important;
}

.\!fill-purple-500\/60 {
  fill: rgb(125 90 200 / 0.6) !important;
}

.\!fill-purple-500\/70 {
  fill: rgb(125 90 200 / 0.7) !important;
}

.\!fill-purple-500\/75 {
  fill: rgb(125 90 200 / 0.75) !important;
}

.\!fill-purple-500\/80 {
  fill: rgb(125 90 200 / 0.8) !important;
}

.\!fill-purple-500\/90 {
  fill: rgb(125 90 200 / 0.9) !important;
}

.\!fill-purple-500\/95 {
  fill: rgb(125 90 200 / 0.95) !important;
}

.\!fill-purple-600 {
  fill: #684ba7 !important;
}

.\!fill-purple-600\/0 {
  fill: rgb(104 75 167 / 0) !important;
}

.\!fill-purple-600\/10 {
  fill: rgb(104 75 167 / 0.1) !important;
}

.\!fill-purple-600\/100 {
  fill: rgb(104 75 167 / 1) !important;
}

.\!fill-purple-600\/20 {
  fill: rgb(104 75 167 / 0.2) !important;
}

.\!fill-purple-600\/25 {
  fill: rgb(104 75 167 / 0.25) !important;
}

.\!fill-purple-600\/30 {
  fill: rgb(104 75 167 / 0.3) !important;
}

.\!fill-purple-600\/40 {
  fill: rgb(104 75 167 / 0.4) !important;
}

.\!fill-purple-600\/5 {
  fill: rgb(104 75 167 / 0.05) !important;
}

.\!fill-purple-600\/50 {
  fill: rgb(104 75 167 / 0.5) !important;
}

.\!fill-purple-600\/60 {
  fill: rgb(104 75 167 / 0.6) !important;
}

.\!fill-purple-600\/70 {
  fill: rgb(104 75 167 / 0.7) !important;
}

.\!fill-purple-600\/75 {
  fill: rgb(104 75 167 / 0.75) !important;
}

.\!fill-purple-600\/80 {
  fill: rgb(104 75 167 / 0.8) !important;
}

.\!fill-purple-600\/90 {
  fill: rgb(104 75 167 / 0.9) !important;
}

.\!fill-purple-600\/95 {
  fill: rgb(104 75 167 / 0.95) !important;
}

.\!fill-purple-700 {
  fill: #533c85 !important;
}

.\!fill-purple-700\/0 {
  fill: rgb(83 60 133 / 0) !important;
}

.\!fill-purple-700\/10 {
  fill: rgb(83 60 133 / 0.1) !important;
}

.\!fill-purple-700\/100 {
  fill: rgb(83 60 133 / 1) !important;
}

.\!fill-purple-700\/20 {
  fill: rgb(83 60 133 / 0.2) !important;
}

.\!fill-purple-700\/25 {
  fill: rgb(83 60 133 / 0.25) !important;
}

.\!fill-purple-700\/30 {
  fill: rgb(83 60 133 / 0.3) !important;
}

.\!fill-purple-700\/40 {
  fill: rgb(83 60 133 / 0.4) !important;
}

.\!fill-purple-700\/5 {
  fill: rgb(83 60 133 / 0.05) !important;
}

.\!fill-purple-700\/50 {
  fill: rgb(83 60 133 / 0.5) !important;
}

.\!fill-purple-700\/60 {
  fill: rgb(83 60 133 / 0.6) !important;
}

.\!fill-purple-700\/70 {
  fill: rgb(83 60 133 / 0.7) !important;
}

.\!fill-purple-700\/75 {
  fill: rgb(83 60 133 / 0.75) !important;
}

.\!fill-purple-700\/80 {
  fill: rgb(83 60 133 / 0.8) !important;
}

.\!fill-purple-700\/90 {
  fill: rgb(83 60 133 / 0.9) !important;
}

.\!fill-purple-700\/95 {
  fill: rgb(83 60 133 / 0.95) !important;
}

.\!fill-purple-800 {
  fill: #3f2d64 !important;
}

.\!fill-purple-800\/0 {
  fill: rgb(63 45 100 / 0) !important;
}

.\!fill-purple-800\/10 {
  fill: rgb(63 45 100 / 0.1) !important;
}

.\!fill-purple-800\/100 {
  fill: rgb(63 45 100 / 1) !important;
}

.\!fill-purple-800\/20 {
  fill: rgb(63 45 100 / 0.2) !important;
}

.\!fill-purple-800\/25 {
  fill: rgb(63 45 100 / 0.25) !important;
}

.\!fill-purple-800\/30 {
  fill: rgb(63 45 100 / 0.3) !important;
}

.\!fill-purple-800\/40 {
  fill: rgb(63 45 100 / 0.4) !important;
}

.\!fill-purple-800\/5 {
  fill: rgb(63 45 100 / 0.05) !important;
}

.\!fill-purple-800\/50 {
  fill: rgb(63 45 100 / 0.5) !important;
}

.\!fill-purple-800\/60 {
  fill: rgb(63 45 100 / 0.6) !important;
}

.\!fill-purple-800\/70 {
  fill: rgb(63 45 100 / 0.7) !important;
}

.\!fill-purple-800\/75 {
  fill: rgb(63 45 100 / 0.75) !important;
}

.\!fill-purple-800\/80 {
  fill: rgb(63 45 100 / 0.8) !important;
}

.\!fill-purple-800\/90 {
  fill: rgb(63 45 100 / 0.9) !important;
}

.\!fill-purple-800\/95 {
  fill: rgb(63 45 100 / 0.95) !important;
}

.\!fill-purple-900 {
  fill: #2a1e43 !important;
}

.\!fill-purple-900\/0 {
  fill: rgb(42 30 67 / 0) !important;
}

.\!fill-purple-900\/10 {
  fill: rgb(42 30 67 / 0.1) !important;
}

.\!fill-purple-900\/100 {
  fill: rgb(42 30 67 / 1) !important;
}

.\!fill-purple-900\/20 {
  fill: rgb(42 30 67 / 0.2) !important;
}

.\!fill-purple-900\/25 {
  fill: rgb(42 30 67 / 0.25) !important;
}

.\!fill-purple-900\/30 {
  fill: rgb(42 30 67 / 0.3) !important;
}

.\!fill-purple-900\/40 {
  fill: rgb(42 30 67 / 0.4) !important;
}

.\!fill-purple-900\/5 {
  fill: rgb(42 30 67 / 0.05) !important;
}

.\!fill-purple-900\/50 {
  fill: rgb(42 30 67 / 0.5) !important;
}

.\!fill-purple-900\/60 {
  fill: rgb(42 30 67 / 0.6) !important;
}

.\!fill-purple-900\/70 {
  fill: rgb(42 30 67 / 0.7) !important;
}

.\!fill-purple-900\/75 {
  fill: rgb(42 30 67 / 0.75) !important;
}

.\!fill-purple-900\/80 {
  fill: rgb(42 30 67 / 0.8) !important;
}

.\!fill-purple-900\/90 {
  fill: rgb(42 30 67 / 0.9) !important;
}

.\!fill-purple-900\/95 {
  fill: rgb(42 30 67 / 0.95) !important;
}

.\!fill-red-100 {
  fill: #f1c2bb !important;
}

.\!fill-red-100\/0 {
  fill: rgb(241 194 187 / 0) !important;
}

.\!fill-red-100\/10 {
  fill: rgb(241 194 187 / 0.1) !important;
}

.\!fill-red-100\/100 {
  fill: rgb(241 194 187 / 1) !important;
}

.\!fill-red-100\/20 {
  fill: rgb(241 194 187 / 0.2) !important;
}

.\!fill-red-100\/25 {
  fill: rgb(241 194 187 / 0.25) !important;
}

.\!fill-red-100\/30 {
  fill: rgb(241 194 187 / 0.3) !important;
}

.\!fill-red-100\/40 {
  fill: rgb(241 194 187 / 0.4) !important;
}

.\!fill-red-100\/5 {
  fill: rgb(241 194 187 / 0.05) !important;
}

.\!fill-red-100\/50 {
  fill: rgb(241 194 187 / 0.5) !important;
}

.\!fill-red-100\/60 {
  fill: rgb(241 194 187 / 0.6) !important;
}

.\!fill-red-100\/70 {
  fill: rgb(241 194 187 / 0.7) !important;
}

.\!fill-red-100\/75 {
  fill: rgb(241 194 187 / 0.75) !important;
}

.\!fill-red-100\/80 {
  fill: rgb(241 194 187 / 0.8) !important;
}

.\!fill-red-100\/90 {
  fill: rgb(241 194 187 / 0.9) !important;
}

.\!fill-red-100\/95 {
  fill: rgb(241 194 187 / 0.95) !important;
}

.\!fill-red-1000 {
  fill: #2b0f0a !important;
}

.\!fill-red-1000\/0 {
  fill: rgb(43 15 10 / 0) !important;
}

.\!fill-red-1000\/10 {
  fill: rgb(43 15 10 / 0.1) !important;
}

.\!fill-red-1000\/100 {
  fill: rgb(43 15 10 / 1) !important;
}

.\!fill-red-1000\/20 {
  fill: rgb(43 15 10 / 0.2) !important;
}

.\!fill-red-1000\/25 {
  fill: rgb(43 15 10 / 0.25) !important;
}

.\!fill-red-1000\/30 {
  fill: rgb(43 15 10 / 0.3) !important;
}

.\!fill-red-1000\/40 {
  fill: rgb(43 15 10 / 0.4) !important;
}

.\!fill-red-1000\/5 {
  fill: rgb(43 15 10 / 0.05) !important;
}

.\!fill-red-1000\/50 {
  fill: rgb(43 15 10 / 0.5) !important;
}

.\!fill-red-1000\/60 {
  fill: rgb(43 15 10 / 0.6) !important;
}

.\!fill-red-1000\/70 {
  fill: rgb(43 15 10 / 0.7) !important;
}

.\!fill-red-1000\/75 {
  fill: rgb(43 15 10 / 0.75) !important;
}

.\!fill-red-1000\/80 {
  fill: rgb(43 15 10 / 0.8) !important;
}

.\!fill-red-1000\/90 {
  fill: rgb(43 15 10 / 0.9) !important;
}

.\!fill-red-1000\/95 {
  fill: rgb(43 15 10 / 0.95) !important;
}

.\!fill-red-200 {
  fill: #eba499 !important;
}

.\!fill-red-200\/0 {
  fill: rgb(235 164 153 / 0) !important;
}

.\!fill-red-200\/10 {
  fill: rgb(235 164 153 / 0.1) !important;
}

.\!fill-red-200\/100 {
  fill: rgb(235 164 153 / 1) !important;
}

.\!fill-red-200\/20 {
  fill: rgb(235 164 153 / 0.2) !important;
}

.\!fill-red-200\/25 {
  fill: rgb(235 164 153 / 0.25) !important;
}

.\!fill-red-200\/30 {
  fill: rgb(235 164 153 / 0.3) !important;
}

.\!fill-red-200\/40 {
  fill: rgb(235 164 153 / 0.4) !important;
}

.\!fill-red-200\/5 {
  fill: rgb(235 164 153 / 0.05) !important;
}

.\!fill-red-200\/50 {
  fill: rgb(235 164 153 / 0.5) !important;
}

.\!fill-red-200\/60 {
  fill: rgb(235 164 153 / 0.6) !important;
}

.\!fill-red-200\/70 {
  fill: rgb(235 164 153 / 0.7) !important;
}

.\!fill-red-200\/75 {
  fill: rgb(235 164 153 / 0.75) !important;
}

.\!fill-red-200\/80 {
  fill: rgb(235 164 153 / 0.8) !important;
}

.\!fill-red-200\/90 {
  fill: rgb(235 164 153 / 0.9) !important;
}

.\!fill-red-200\/95 {
  fill: rgb(235 164 153 / 0.95) !important;
}

.\!fill-red-300 {
  fill: #e48677 !important;
}

.\!fill-red-300\/0 {
  fill: rgb(228 134 119 / 0) !important;
}

.\!fill-red-300\/10 {
  fill: rgb(228 134 119 / 0.1) !important;
}

.\!fill-red-300\/100 {
  fill: rgb(228 134 119 / 1) !important;
}

.\!fill-red-300\/20 {
  fill: rgb(228 134 119 / 0.2) !important;
}

.\!fill-red-300\/25 {
  fill: rgb(228 134 119 / 0.25) !important;
}

.\!fill-red-300\/30 {
  fill: rgb(228 134 119 / 0.3) !important;
}

.\!fill-red-300\/40 {
  fill: rgb(228 134 119 / 0.4) !important;
}

.\!fill-red-300\/5 {
  fill: rgb(228 134 119 / 0.05) !important;
}

.\!fill-red-300\/50 {
  fill: rgb(228 134 119 / 0.5) !important;
}

.\!fill-red-300\/60 {
  fill: rgb(228 134 119 / 0.6) !important;
}

.\!fill-red-300\/70 {
  fill: rgb(228 134 119 / 0.7) !important;
}

.\!fill-red-300\/75 {
  fill: rgb(228 134 119 / 0.75) !important;
}

.\!fill-red-300\/80 {
  fill: rgb(228 134 119 / 0.8) !important;
}

.\!fill-red-300\/90 {
  fill: rgb(228 134 119 / 0.9) !important;
}

.\!fill-red-300\/95 {
  fill: rgb(228 134 119 / 0.95) !important;
}

.\!fill-red-400 {
  fill: #dd6755 !important;
}

.\!fill-red-400\/0 {
  fill: rgb(221 103 85 / 0) !important;
}

.\!fill-red-400\/10 {
  fill: rgb(221 103 85 / 0.1) !important;
}

.\!fill-red-400\/100 {
  fill: rgb(221 103 85 / 1) !important;
}

.\!fill-red-400\/20 {
  fill: rgb(221 103 85 / 0.2) !important;
}

.\!fill-red-400\/25 {
  fill: rgb(221 103 85 / 0.25) !important;
}

.\!fill-red-400\/30 {
  fill: rgb(221 103 85 / 0.3) !important;
}

.\!fill-red-400\/40 {
  fill: rgb(221 103 85 / 0.4) !important;
}

.\!fill-red-400\/5 {
  fill: rgb(221 103 85 / 0.05) !important;
}

.\!fill-red-400\/50 {
  fill: rgb(221 103 85 / 0.5) !important;
}

.\!fill-red-400\/60 {
  fill: rgb(221 103 85 / 0.6) !important;
}

.\!fill-red-400\/70 {
  fill: rgb(221 103 85 / 0.7) !important;
}

.\!fill-red-400\/75 {
  fill: rgb(221 103 85 / 0.75) !important;
}

.\!fill-red-400\/80 {
  fill: rgb(221 103 85 / 0.8) !important;
}

.\!fill-red-400\/90 {
  fill: rgb(221 103 85 / 0.9) !important;
}

.\!fill-red-400\/95 {
  fill: rgb(221 103 85 / 0.95) !important;
}

.\!fill-red-50 {
  fill: #f7dbd6 !important;
}

.\!fill-red-50\/0 {
  fill: rgb(247 219 214 / 0) !important;
}

.\!fill-red-50\/10 {
  fill: rgb(247 219 214 / 0.1) !important;
}

.\!fill-red-50\/100 {
  fill: rgb(247 219 214 / 1) !important;
}

.\!fill-red-50\/20 {
  fill: rgb(247 219 214 / 0.2) !important;
}

.\!fill-red-50\/25 {
  fill: rgb(247 219 214 / 0.25) !important;
}

.\!fill-red-50\/30 {
  fill: rgb(247 219 214 / 0.3) !important;
}

.\!fill-red-50\/40 {
  fill: rgb(247 219 214 / 0.4) !important;
}

.\!fill-red-50\/5 {
  fill: rgb(247 219 214 / 0.05) !important;
}

.\!fill-red-50\/50 {
  fill: rgb(247 219 214 / 0.5) !important;
}

.\!fill-red-50\/60 {
  fill: rgb(247 219 214 / 0.6) !important;
}

.\!fill-red-50\/70 {
  fill: rgb(247 219 214 / 0.7) !important;
}

.\!fill-red-50\/75 {
  fill: rgb(247 219 214 / 0.75) !important;
}

.\!fill-red-50\/80 {
  fill: rgb(247 219 214 / 0.8) !important;
}

.\!fill-red-50\/90 {
  fill: rgb(247 219 214 / 0.9) !important;
}

.\!fill-red-50\/95 {
  fill: rgb(247 219 214 / 0.95) !important;
}

.\!fill-red-500 {
  fill: #d64933 !important;
}

.\!fill-red-500\/0 {
  fill: rgb(214 73 51 / 0) !important;
}

.\!fill-red-500\/10 {
  fill: rgb(214 73 51 / 0.1) !important;
}

.\!fill-red-500\/100 {
  fill: rgb(214 73 51 / 1) !important;
}

.\!fill-red-500\/20 {
  fill: rgb(214 73 51 / 0.2) !important;
}

.\!fill-red-500\/25 {
  fill: rgb(214 73 51 / 0.25) !important;
}

.\!fill-red-500\/30 {
  fill: rgb(214 73 51 / 0.3) !important;
}

.\!fill-red-500\/40 {
  fill: rgb(214 73 51 / 0.4) !important;
}

.\!fill-red-500\/5 {
  fill: rgb(214 73 51 / 0.05) !important;
}

.\!fill-red-500\/50 {
  fill: rgb(214 73 51 / 0.5) !important;
}

.\!fill-red-500\/60 {
  fill: rgb(214 73 51 / 0.6) !important;
}

.\!fill-red-500\/70 {
  fill: rgb(214 73 51 / 0.7) !important;
}

.\!fill-red-500\/75 {
  fill: rgb(214 73 51 / 0.75) !important;
}

.\!fill-red-500\/80 {
  fill: rgb(214 73 51 / 0.8) !important;
}

.\!fill-red-500\/90 {
  fill: rgb(214 73 51 / 0.9) !important;
}

.\!fill-red-500\/95 {
  fill: rgb(214 73 51 / 0.95) !important;
}

.\!fill-red-600 {
  fill: #b23d2b !important;
}

.\!fill-red-600\/0 {
  fill: rgb(178 61 43 / 0) !important;
}

.\!fill-red-600\/10 {
  fill: rgb(178 61 43 / 0.1) !important;
}

.\!fill-red-600\/100 {
  fill: rgb(178 61 43 / 1) !important;
}

.\!fill-red-600\/20 {
  fill: rgb(178 61 43 / 0.2) !important;
}

.\!fill-red-600\/25 {
  fill: rgb(178 61 43 / 0.25) !important;
}

.\!fill-red-600\/30 {
  fill: rgb(178 61 43 / 0.3) !important;
}

.\!fill-red-600\/40 {
  fill: rgb(178 61 43 / 0.4) !important;
}

.\!fill-red-600\/5 {
  fill: rgb(178 61 43 / 0.05) !important;
}

.\!fill-red-600\/50 {
  fill: rgb(178 61 43 / 0.5) !important;
}

.\!fill-red-600\/60 {
  fill: rgb(178 61 43 / 0.6) !important;
}

.\!fill-red-600\/70 {
  fill: rgb(178 61 43 / 0.7) !important;
}

.\!fill-red-600\/75 {
  fill: rgb(178 61 43 / 0.75) !important;
}

.\!fill-red-600\/80 {
  fill: rgb(178 61 43 / 0.8) !important;
}

.\!fill-red-600\/90 {
  fill: rgb(178 61 43 / 0.9) !important;
}

.\!fill-red-600\/95 {
  fill: rgb(178 61 43 / 0.95) !important;
}

.\!fill-red-700 {
  fill: #8f3122 !important;
}

.\!fill-red-700\/0 {
  fill: rgb(143 49 34 / 0) !important;
}

.\!fill-red-700\/10 {
  fill: rgb(143 49 34 / 0.1) !important;
}

.\!fill-red-700\/100 {
  fill: rgb(143 49 34 / 1) !important;
}

.\!fill-red-700\/20 {
  fill: rgb(143 49 34 / 0.2) !important;
}

.\!fill-red-700\/25 {
  fill: rgb(143 49 34 / 0.25) !important;
}

.\!fill-red-700\/30 {
  fill: rgb(143 49 34 / 0.3) !important;
}

.\!fill-red-700\/40 {
  fill: rgb(143 49 34 / 0.4) !important;
}

.\!fill-red-700\/5 {
  fill: rgb(143 49 34 / 0.05) !important;
}

.\!fill-red-700\/50 {
  fill: rgb(143 49 34 / 0.5) !important;
}

.\!fill-red-700\/60 {
  fill: rgb(143 49 34 / 0.6) !important;
}

.\!fill-red-700\/70 {
  fill: rgb(143 49 34 / 0.7) !important;
}

.\!fill-red-700\/75 {
  fill: rgb(143 49 34 / 0.75) !important;
}

.\!fill-red-700\/80 {
  fill: rgb(143 49 34 / 0.8) !important;
}

.\!fill-red-700\/90 {
  fill: rgb(143 49 34 / 0.9) !important;
}

.\!fill-red-700\/95 {
  fill: rgb(143 49 34 / 0.95) !important;
}

.\!fill-red-800 {
  fill: #6b251a !important;
}

.\!fill-red-800\/0 {
  fill: rgb(107 37 26 / 0) !important;
}

.\!fill-red-800\/10 {
  fill: rgb(107 37 26 / 0.1) !important;
}

.\!fill-red-800\/100 {
  fill: rgb(107 37 26 / 1) !important;
}

.\!fill-red-800\/20 {
  fill: rgb(107 37 26 / 0.2) !important;
}

.\!fill-red-800\/25 {
  fill: rgb(107 37 26 / 0.25) !important;
}

.\!fill-red-800\/30 {
  fill: rgb(107 37 26 / 0.3) !important;
}

.\!fill-red-800\/40 {
  fill: rgb(107 37 26 / 0.4) !important;
}

.\!fill-red-800\/5 {
  fill: rgb(107 37 26 / 0.05) !important;
}

.\!fill-red-800\/50 {
  fill: rgb(107 37 26 / 0.5) !important;
}

.\!fill-red-800\/60 {
  fill: rgb(107 37 26 / 0.6) !important;
}

.\!fill-red-800\/70 {
  fill: rgb(107 37 26 / 0.7) !important;
}

.\!fill-red-800\/75 {
  fill: rgb(107 37 26 / 0.75) !important;
}

.\!fill-red-800\/80 {
  fill: rgb(107 37 26 / 0.8) !important;
}

.\!fill-red-800\/90 {
  fill: rgb(107 37 26 / 0.9) !important;
}

.\!fill-red-800\/95 {
  fill: rgb(107 37 26 / 0.95) !important;
}

.\!fill-red-900 {
  fill: #471811 !important;
}

.\!fill-red-900\/0 {
  fill: rgb(71 24 17 / 0) !important;
}

.\!fill-red-900\/10 {
  fill: rgb(71 24 17 / 0.1) !important;
}

.\!fill-red-900\/100 {
  fill: rgb(71 24 17 / 1) !important;
}

.\!fill-red-900\/20 {
  fill: rgb(71 24 17 / 0.2) !important;
}

.\!fill-red-900\/25 {
  fill: rgb(71 24 17 / 0.25) !important;
}

.\!fill-red-900\/30 {
  fill: rgb(71 24 17 / 0.3) !important;
}

.\!fill-red-900\/40 {
  fill: rgb(71 24 17 / 0.4) !important;
}

.\!fill-red-900\/5 {
  fill: rgb(71 24 17 / 0.05) !important;
}

.\!fill-red-900\/50 {
  fill: rgb(71 24 17 / 0.5) !important;
}

.\!fill-red-900\/60 {
  fill: rgb(71 24 17 / 0.6) !important;
}

.\!fill-red-900\/70 {
  fill: rgb(71 24 17 / 0.7) !important;
}

.\!fill-red-900\/75 {
  fill: rgb(71 24 17 / 0.75) !important;
}

.\!fill-red-900\/80 {
  fill: rgb(71 24 17 / 0.8) !important;
}

.\!fill-red-900\/90 {
  fill: rgb(71 24 17 / 0.9) !important;
}

.\!fill-red-900\/95 {
  fill: rgb(71 24 17 / 0.95) !important;
}

.\!fill-teal-100 {
  fill: #c3f3eb !important;
}

.\!fill-teal-100\/0 {
  fill: rgb(195 243 235 / 0) !important;
}

.\!fill-teal-100\/10 {
  fill: rgb(195 243 235 / 0.1) !important;
}

.\!fill-teal-100\/100 {
  fill: rgb(195 243 235 / 1) !important;
}

.\!fill-teal-100\/20 {
  fill: rgb(195 243 235 / 0.2) !important;
}

.\!fill-teal-100\/25 {
  fill: rgb(195 243 235 / 0.25) !important;
}

.\!fill-teal-100\/30 {
  fill: rgb(195 243 235 / 0.3) !important;
}

.\!fill-teal-100\/40 {
  fill: rgb(195 243 235 / 0.4) !important;
}

.\!fill-teal-100\/5 {
  fill: rgb(195 243 235 / 0.05) !important;
}

.\!fill-teal-100\/50 {
  fill: rgb(195 243 235 / 0.5) !important;
}

.\!fill-teal-100\/60 {
  fill: rgb(195 243 235 / 0.6) !important;
}

.\!fill-teal-100\/70 {
  fill: rgb(195 243 235 / 0.7) !important;
}

.\!fill-teal-100\/75 {
  fill: rgb(195 243 235 / 0.75) !important;
}

.\!fill-teal-100\/80 {
  fill: rgb(195 243 235 / 0.8) !important;
}

.\!fill-teal-100\/90 {
  fill: rgb(195 243 235 / 0.9) !important;
}

.\!fill-teal-100\/95 {
  fill: rgb(195 243 235 / 0.95) !important;
}

.\!fill-teal-1000 {
  fill: #0f2c27 !important;
}

.\!fill-teal-1000\/0 {
  fill: rgb(15 44 39 / 0) !important;
}

.\!fill-teal-1000\/10 {
  fill: rgb(15 44 39 / 0.1) !important;
}

.\!fill-teal-1000\/100 {
  fill: rgb(15 44 39 / 1) !important;
}

.\!fill-teal-1000\/20 {
  fill: rgb(15 44 39 / 0.2) !important;
}

.\!fill-teal-1000\/25 {
  fill: rgb(15 44 39 / 0.25) !important;
}

.\!fill-teal-1000\/30 {
  fill: rgb(15 44 39 / 0.3) !important;
}

.\!fill-teal-1000\/40 {
  fill: rgb(15 44 39 / 0.4) !important;
}

.\!fill-teal-1000\/5 {
  fill: rgb(15 44 39 / 0.05) !important;
}

.\!fill-teal-1000\/50 {
  fill: rgb(15 44 39 / 0.5) !important;
}

.\!fill-teal-1000\/60 {
  fill: rgb(15 44 39 / 0.6) !important;
}

.\!fill-teal-1000\/70 {
  fill: rgb(15 44 39 / 0.7) !important;
}

.\!fill-teal-1000\/75 {
  fill: rgb(15 44 39 / 0.75) !important;
}

.\!fill-teal-1000\/80 {
  fill: rgb(15 44 39 / 0.8) !important;
}

.\!fill-teal-1000\/90 {
  fill: rgb(15 44 39 / 0.9) !important;
}

.\!fill-teal-1000\/95 {
  fill: rgb(15 44 39 / 0.95) !important;
}

.\!fill-teal-200 {
  fill: #a5eee1 !important;
}

.\!fill-teal-200\/0 {
  fill: rgb(165 238 225 / 0) !important;
}

.\!fill-teal-200\/10 {
  fill: rgb(165 238 225 / 0.1) !important;
}

.\!fill-teal-200\/100 {
  fill: rgb(165 238 225 / 1) !important;
}

.\!fill-teal-200\/20 {
  fill: rgb(165 238 225 / 0.2) !important;
}

.\!fill-teal-200\/25 {
  fill: rgb(165 238 225 / 0.25) !important;
}

.\!fill-teal-200\/30 {
  fill: rgb(165 238 225 / 0.3) !important;
}

.\!fill-teal-200\/40 {
  fill: rgb(165 238 225 / 0.4) !important;
}

.\!fill-teal-200\/5 {
  fill: rgb(165 238 225 / 0.05) !important;
}

.\!fill-teal-200\/50 {
  fill: rgb(165 238 225 / 0.5) !important;
}

.\!fill-teal-200\/60 {
  fill: rgb(165 238 225 / 0.6) !important;
}

.\!fill-teal-200\/70 {
  fill: rgb(165 238 225 / 0.7) !important;
}

.\!fill-teal-200\/75 {
  fill: rgb(165 238 225 / 0.75) !important;
}

.\!fill-teal-200\/80 {
  fill: rgb(165 238 225 / 0.8) !important;
}

.\!fill-teal-200\/90 {
  fill: rgb(165 238 225 / 0.9) !important;
}

.\!fill-teal-200\/95 {
  fill: rgb(165 238 225 / 0.95) !important;
}

.\!fill-teal-300 {
  fill: #87e8d7 !important;
}

.\!fill-teal-300\/0 {
  fill: rgb(135 232 215 / 0) !important;
}

.\!fill-teal-300\/10 {
  fill: rgb(135 232 215 / 0.1) !important;
}

.\!fill-teal-300\/100 {
  fill: rgb(135 232 215 / 1) !important;
}

.\!fill-teal-300\/20 {
  fill: rgb(135 232 215 / 0.2) !important;
}

.\!fill-teal-300\/25 {
  fill: rgb(135 232 215 / 0.25) !important;
}

.\!fill-teal-300\/30 {
  fill: rgb(135 232 215 / 0.3) !important;
}

.\!fill-teal-300\/40 {
  fill: rgb(135 232 215 / 0.4) !important;
}

.\!fill-teal-300\/5 {
  fill: rgb(135 232 215 / 0.05) !important;
}

.\!fill-teal-300\/50 {
  fill: rgb(135 232 215 / 0.5) !important;
}

.\!fill-teal-300\/60 {
  fill: rgb(135 232 215 / 0.6) !important;
}

.\!fill-teal-300\/70 {
  fill: rgb(135 232 215 / 0.7) !important;
}

.\!fill-teal-300\/75 {
  fill: rgb(135 232 215 / 0.75) !important;
}

.\!fill-teal-300\/80 {
  fill: rgb(135 232 215 / 0.8) !important;
}

.\!fill-teal-300\/90 {
  fill: rgb(135 232 215 / 0.9) !important;
}

.\!fill-teal-300\/95 {
  fill: rgb(135 232 215 / 0.95) !important;
}

.\!fill-teal-400 {
  fill: #69e2cd !important;
}

.\!fill-teal-400\/0 {
  fill: rgb(105 226 205 / 0) !important;
}

.\!fill-teal-400\/10 {
  fill: rgb(105 226 205 / 0.1) !important;
}

.\!fill-teal-400\/100 {
  fill: rgb(105 226 205 / 1) !important;
}

.\!fill-teal-400\/20 {
  fill: rgb(105 226 205 / 0.2) !important;
}

.\!fill-teal-400\/25 {
  fill: rgb(105 226 205 / 0.25) !important;
}

.\!fill-teal-400\/30 {
  fill: rgb(105 226 205 / 0.3) !important;
}

.\!fill-teal-400\/40 {
  fill: rgb(105 226 205 / 0.4) !important;
}

.\!fill-teal-400\/5 {
  fill: rgb(105 226 205 / 0.05) !important;
}

.\!fill-teal-400\/50 {
  fill: rgb(105 226 205 / 0.5) !important;
}

.\!fill-teal-400\/60 {
  fill: rgb(105 226 205 / 0.6) !important;
}

.\!fill-teal-400\/70 {
  fill: rgb(105 226 205 / 0.7) !important;
}

.\!fill-teal-400\/75 {
  fill: rgb(105 226 205 / 0.75) !important;
}

.\!fill-teal-400\/80 {
  fill: rgb(105 226 205 / 0.8) !important;
}

.\!fill-teal-400\/90 {
  fill: rgb(105 226 205 / 0.9) !important;
}

.\!fill-teal-400\/95 {
  fill: rgb(105 226 205 / 0.95) !important;
}

.\!fill-teal-50 {
  fill: #dbf8f3 !important;
}

.\!fill-teal-50\/0 {
  fill: rgb(219 248 243 / 0) !important;
}

.\!fill-teal-50\/10 {
  fill: rgb(219 248 243 / 0.1) !important;
}

.\!fill-teal-50\/100 {
  fill: rgb(219 248 243 / 1) !important;
}

.\!fill-teal-50\/20 {
  fill: rgb(219 248 243 / 0.2) !important;
}

.\!fill-teal-50\/25 {
  fill: rgb(219 248 243 / 0.25) !important;
}

.\!fill-teal-50\/30 {
  fill: rgb(219 248 243 / 0.3) !important;
}

.\!fill-teal-50\/40 {
  fill: rgb(219 248 243 / 0.4) !important;
}

.\!fill-teal-50\/5 {
  fill: rgb(219 248 243 / 0.05) !important;
}

.\!fill-teal-50\/50 {
  fill: rgb(219 248 243 / 0.5) !important;
}

.\!fill-teal-50\/60 {
  fill: rgb(219 248 243 / 0.6) !important;
}

.\!fill-teal-50\/70 {
  fill: rgb(219 248 243 / 0.7) !important;
}

.\!fill-teal-50\/75 {
  fill: rgb(219 248 243 / 0.75) !important;
}

.\!fill-teal-50\/80 {
  fill: rgb(219 248 243 / 0.8) !important;
}

.\!fill-teal-50\/90 {
  fill: rgb(219 248 243 / 0.9) !important;
}

.\!fill-teal-50\/95 {
  fill: rgb(219 248 243 / 0.95) !important;
}

.\!fill-teal-500 {
  fill: #4bdcc3 !important;
}

.\!fill-teal-500\/0 {
  fill: rgb(75 220 195 / 0) !important;
}

.\!fill-teal-500\/10 {
  fill: rgb(75 220 195 / 0.1) !important;
}

.\!fill-teal-500\/100 {
  fill: rgb(75 220 195 / 1) !important;
}

.\!fill-teal-500\/20 {
  fill: rgb(75 220 195 / 0.2) !important;
}

.\!fill-teal-500\/25 {
  fill: rgb(75 220 195 / 0.25) !important;
}

.\!fill-teal-500\/30 {
  fill: rgb(75 220 195 / 0.3) !important;
}

.\!fill-teal-500\/40 {
  fill: rgb(75 220 195 / 0.4) !important;
}

.\!fill-teal-500\/5 {
  fill: rgb(75 220 195 / 0.05) !important;
}

.\!fill-teal-500\/50 {
  fill: rgb(75 220 195 / 0.5) !important;
}

.\!fill-teal-500\/60 {
  fill: rgb(75 220 195 / 0.6) !important;
}

.\!fill-teal-500\/70 {
  fill: rgb(75 220 195 / 0.7) !important;
}

.\!fill-teal-500\/75 {
  fill: rgb(75 220 195 / 0.75) !important;
}

.\!fill-teal-500\/80 {
  fill: rgb(75 220 195 / 0.8) !important;
}

.\!fill-teal-500\/90 {
  fill: rgb(75 220 195 / 0.9) !important;
}

.\!fill-teal-500\/95 {
  fill: rgb(75 220 195 / 0.95) !important;
}

.\!fill-teal-600 {
  fill: #3fb7a3 !important;
}

.\!fill-teal-600\/0 {
  fill: rgb(63 183 163 / 0) !important;
}

.\!fill-teal-600\/10 {
  fill: rgb(63 183 163 / 0.1) !important;
}

.\!fill-teal-600\/100 {
  fill: rgb(63 183 163 / 1) !important;
}

.\!fill-teal-600\/20 {
  fill: rgb(63 183 163 / 0.2) !important;
}

.\!fill-teal-600\/25 {
  fill: rgb(63 183 163 / 0.25) !important;
}

.\!fill-teal-600\/30 {
  fill: rgb(63 183 163 / 0.3) !important;
}

.\!fill-teal-600\/40 {
  fill: rgb(63 183 163 / 0.4) !important;
}

.\!fill-teal-600\/5 {
  fill: rgb(63 183 163 / 0.05) !important;
}

.\!fill-teal-600\/50 {
  fill: rgb(63 183 163 / 0.5) !important;
}

.\!fill-teal-600\/60 {
  fill: rgb(63 183 163 / 0.6) !important;
}

.\!fill-teal-600\/70 {
  fill: rgb(63 183 163 / 0.7) !important;
}

.\!fill-teal-600\/75 {
  fill: rgb(63 183 163 / 0.75) !important;
}

.\!fill-teal-600\/80 {
  fill: rgb(63 183 163 / 0.8) !important;
}

.\!fill-teal-600\/90 {
  fill: rgb(63 183 163 / 0.9) !important;
}

.\!fill-teal-600\/95 {
  fill: rgb(63 183 163 / 0.95) !important;
}

.\!fill-teal-700 {
  fill: #329382 !important;
}

.\!fill-teal-700\/0 {
  fill: rgb(50 147 130 / 0) !important;
}

.\!fill-teal-700\/10 {
  fill: rgb(50 147 130 / 0.1) !important;
}

.\!fill-teal-700\/100 {
  fill: rgb(50 147 130 / 1) !important;
}

.\!fill-teal-700\/20 {
  fill: rgb(50 147 130 / 0.2) !important;
}

.\!fill-teal-700\/25 {
  fill: rgb(50 147 130 / 0.25) !important;
}

.\!fill-teal-700\/30 {
  fill: rgb(50 147 130 / 0.3) !important;
}

.\!fill-teal-700\/40 {
  fill: rgb(50 147 130 / 0.4) !important;
}

.\!fill-teal-700\/5 {
  fill: rgb(50 147 130 / 0.05) !important;
}

.\!fill-teal-700\/50 {
  fill: rgb(50 147 130 / 0.5) !important;
}

.\!fill-teal-700\/60 {
  fill: rgb(50 147 130 / 0.6) !important;
}

.\!fill-teal-700\/70 {
  fill: rgb(50 147 130 / 0.7) !important;
}

.\!fill-teal-700\/75 {
  fill: rgb(50 147 130 / 0.75) !important;
}

.\!fill-teal-700\/80 {
  fill: rgb(50 147 130 / 0.8) !important;
}

.\!fill-teal-700\/90 {
  fill: rgb(50 147 130 / 0.9) !important;
}

.\!fill-teal-700\/95 {
  fill: rgb(50 147 130 / 0.95) !important;
}

.\!fill-teal-800 {
  fill: #266e62 !important;
}

.\!fill-teal-800\/0 {
  fill: rgb(38 110 98 / 0) !important;
}

.\!fill-teal-800\/10 {
  fill: rgb(38 110 98 / 0.1) !important;
}

.\!fill-teal-800\/100 {
  fill: rgb(38 110 98 / 1) !important;
}

.\!fill-teal-800\/20 {
  fill: rgb(38 110 98 / 0.2) !important;
}

.\!fill-teal-800\/25 {
  fill: rgb(38 110 98 / 0.25) !important;
}

.\!fill-teal-800\/30 {
  fill: rgb(38 110 98 / 0.3) !important;
}

.\!fill-teal-800\/40 {
  fill: rgb(38 110 98 / 0.4) !important;
}

.\!fill-teal-800\/5 {
  fill: rgb(38 110 98 / 0.05) !important;
}

.\!fill-teal-800\/50 {
  fill: rgb(38 110 98 / 0.5) !important;
}

.\!fill-teal-800\/60 {
  fill: rgb(38 110 98 / 0.6) !important;
}

.\!fill-teal-800\/70 {
  fill: rgb(38 110 98 / 0.7) !important;
}

.\!fill-teal-800\/75 {
  fill: rgb(38 110 98 / 0.75) !important;
}

.\!fill-teal-800\/80 {
  fill: rgb(38 110 98 / 0.8) !important;
}

.\!fill-teal-800\/90 {
  fill: rgb(38 110 98 / 0.9) !important;
}

.\!fill-teal-800\/95 {
  fill: rgb(38 110 98 / 0.95) !important;
}

.\!fill-teal-900 {
  fill: #194941 !important;
}

.\!fill-teal-900\/0 {
  fill: rgb(25 73 65 / 0) !important;
}

.\!fill-teal-900\/10 {
  fill: rgb(25 73 65 / 0.1) !important;
}

.\!fill-teal-900\/100 {
  fill: rgb(25 73 65 / 1) !important;
}

.\!fill-teal-900\/20 {
  fill: rgb(25 73 65 / 0.2) !important;
}

.\!fill-teal-900\/25 {
  fill: rgb(25 73 65 / 0.25) !important;
}

.\!fill-teal-900\/30 {
  fill: rgb(25 73 65 / 0.3) !important;
}

.\!fill-teal-900\/40 {
  fill: rgb(25 73 65 / 0.4) !important;
}

.\!fill-teal-900\/5 {
  fill: rgb(25 73 65 / 0.05) !important;
}

.\!fill-teal-900\/50 {
  fill: rgb(25 73 65 / 0.5) !important;
}

.\!fill-teal-900\/60 {
  fill: rgb(25 73 65 / 0.6) !important;
}

.\!fill-teal-900\/70 {
  fill: rgb(25 73 65 / 0.7) !important;
}

.\!fill-teal-900\/75 {
  fill: rgb(25 73 65 / 0.75) !important;
}

.\!fill-teal-900\/80 {
  fill: rgb(25 73 65 / 0.8) !important;
}

.\!fill-teal-900\/90 {
  fill: rgb(25 73 65 / 0.9) !important;
}

.\!fill-teal-900\/95 {
  fill: rgb(25 73 65 / 0.95) !important;
}

.\!fill-yellow-100 {
  fill: #fef7c3 !important;
}

.\!fill-yellow-100\/0 {
  fill: rgb(254 247 195 / 0) !important;
}

.\!fill-yellow-100\/10 {
  fill: rgb(254 247 195 / 0.1) !important;
}

.\!fill-yellow-100\/100 {
  fill: rgb(254 247 195 / 1) !important;
}

.\!fill-yellow-100\/20 {
  fill: rgb(254 247 195 / 0.2) !important;
}

.\!fill-yellow-100\/25 {
  fill: rgb(254 247 195 / 0.25) !important;
}

.\!fill-yellow-100\/30 {
  fill: rgb(254 247 195 / 0.3) !important;
}

.\!fill-yellow-100\/40 {
  fill: rgb(254 247 195 / 0.4) !important;
}

.\!fill-yellow-100\/5 {
  fill: rgb(254 247 195 / 0.05) !important;
}

.\!fill-yellow-100\/50 {
  fill: rgb(254 247 195 / 0.5) !important;
}

.\!fill-yellow-100\/60 {
  fill: rgb(254 247 195 / 0.6) !important;
}

.\!fill-yellow-100\/70 {
  fill: rgb(254 247 195 / 0.7) !important;
}

.\!fill-yellow-100\/75 {
  fill: rgb(254 247 195 / 0.75) !important;
}

.\!fill-yellow-100\/80 {
  fill: rgb(254 247 195 / 0.8) !important;
}

.\!fill-yellow-100\/90 {
  fill: rgb(254 247 195 / 0.9) !important;
}

.\!fill-yellow-100\/95 {
  fill: rgb(254 247 195 / 0.95) !important;
}

.\!fill-yellow-1000 {
  fill: #332e0f !important;
}

.\!fill-yellow-1000\/0 {
  fill: rgb(51 46 15 / 0) !important;
}

.\!fill-yellow-1000\/10 {
  fill: rgb(51 46 15 / 0.1) !important;
}

.\!fill-yellow-1000\/100 {
  fill: rgb(51 46 15 / 1) !important;
}

.\!fill-yellow-1000\/20 {
  fill: rgb(51 46 15 / 0.2) !important;
}

.\!fill-yellow-1000\/25 {
  fill: rgb(51 46 15 / 0.25) !important;
}

.\!fill-yellow-1000\/30 {
  fill: rgb(51 46 15 / 0.3) !important;
}

.\!fill-yellow-1000\/40 {
  fill: rgb(51 46 15 / 0.4) !important;
}

.\!fill-yellow-1000\/5 {
  fill: rgb(51 46 15 / 0.05) !important;
}

.\!fill-yellow-1000\/50 {
  fill: rgb(51 46 15 / 0.5) !important;
}

.\!fill-yellow-1000\/60 {
  fill: rgb(51 46 15 / 0.6) !important;
}

.\!fill-yellow-1000\/70 {
  fill: rgb(51 46 15 / 0.7) !important;
}

.\!fill-yellow-1000\/75 {
  fill: rgb(51 46 15 / 0.75) !important;
}

.\!fill-yellow-1000\/80 {
  fill: rgb(51 46 15 / 0.8) !important;
}

.\!fill-yellow-1000\/90 {
  fill: rgb(51 46 15 / 0.9) !important;
}

.\!fill-yellow-1000\/95 {
  fill: rgb(51 46 15 / 0.95) !important;
}

.\!fill-yellow-200 {
  fill: #fef3a6 !important;
}

.\!fill-yellow-200\/0 {
  fill: rgb(254 243 166 / 0) !important;
}

.\!fill-yellow-200\/10 {
  fill: rgb(254 243 166 / 0.1) !important;
}

.\!fill-yellow-200\/100 {
  fill: rgb(254 243 166 / 1) !important;
}

.\!fill-yellow-200\/20 {
  fill: rgb(254 243 166 / 0.2) !important;
}

.\!fill-yellow-200\/25 {
  fill: rgb(254 243 166 / 0.25) !important;
}

.\!fill-yellow-200\/30 {
  fill: rgb(254 243 166 / 0.3) !important;
}

.\!fill-yellow-200\/40 {
  fill: rgb(254 243 166 / 0.4) !important;
}

.\!fill-yellow-200\/5 {
  fill: rgb(254 243 166 / 0.05) !important;
}

.\!fill-yellow-200\/50 {
  fill: rgb(254 243 166 / 0.5) !important;
}

.\!fill-yellow-200\/60 {
  fill: rgb(254 243 166 / 0.6) !important;
}

.\!fill-yellow-200\/70 {
  fill: rgb(254 243 166 / 0.7) !important;
}

.\!fill-yellow-200\/75 {
  fill: rgb(254 243 166 / 0.75) !important;
}

.\!fill-yellow-200\/80 {
  fill: rgb(254 243 166 / 0.8) !important;
}

.\!fill-yellow-200\/90 {
  fill: rgb(254 243 166 / 0.9) !important;
}

.\!fill-yellow-200\/95 {
  fill: rgb(254 243 166 / 0.95) !important;
}

.\!fill-yellow-300 {
  fill: #feef88 !important;
}

.\!fill-yellow-300\/0 {
  fill: rgb(254 239 136 / 0) !important;
}

.\!fill-yellow-300\/10 {
  fill: rgb(254 239 136 / 0.1) !important;
}

.\!fill-yellow-300\/100 {
  fill: rgb(254 239 136 / 1) !important;
}

.\!fill-yellow-300\/20 {
  fill: rgb(254 239 136 / 0.2) !important;
}

.\!fill-yellow-300\/25 {
  fill: rgb(254 239 136 / 0.25) !important;
}

.\!fill-yellow-300\/30 {
  fill: rgb(254 239 136 / 0.3) !important;
}

.\!fill-yellow-300\/40 {
  fill: rgb(254 239 136 / 0.4) !important;
}

.\!fill-yellow-300\/5 {
  fill: rgb(254 239 136 / 0.05) !important;
}

.\!fill-yellow-300\/50 {
  fill: rgb(254 239 136 / 0.5) !important;
}

.\!fill-yellow-300\/60 {
  fill: rgb(254 239 136 / 0.6) !important;
}

.\!fill-yellow-300\/70 {
  fill: rgb(254 239 136 / 0.7) !important;
}

.\!fill-yellow-300\/75 {
  fill: rgb(254 239 136 / 0.75) !important;
}

.\!fill-yellow-300\/80 {
  fill: rgb(254 239 136 / 0.8) !important;
}

.\!fill-yellow-300\/90 {
  fill: rgb(254 239 136 / 0.9) !important;
}

.\!fill-yellow-300\/95 {
  fill: rgb(254 239 136 / 0.95) !important;
}

.\!fill-yellow-400 {
  fill: #fdeb6a !important;
}

.\!fill-yellow-400\/0 {
  fill: rgb(253 235 106 / 0) !important;
}

.\!fill-yellow-400\/10 {
  fill: rgb(253 235 106 / 0.1) !important;
}

.\!fill-yellow-400\/100 {
  fill: rgb(253 235 106 / 1) !important;
}

.\!fill-yellow-400\/20 {
  fill: rgb(253 235 106 / 0.2) !important;
}

.\!fill-yellow-400\/25 {
  fill: rgb(253 235 106 / 0.25) !important;
}

.\!fill-yellow-400\/30 {
  fill: rgb(253 235 106 / 0.3) !important;
}

.\!fill-yellow-400\/40 {
  fill: rgb(253 235 106 / 0.4) !important;
}

.\!fill-yellow-400\/5 {
  fill: rgb(253 235 106 / 0.05) !important;
}

.\!fill-yellow-400\/50 {
  fill: rgb(253 235 106 / 0.5) !important;
}

.\!fill-yellow-400\/60 {
  fill: rgb(253 235 106 / 0.6) !important;
}

.\!fill-yellow-400\/70 {
  fill: rgb(253 235 106 / 0.7) !important;
}

.\!fill-yellow-400\/75 {
  fill: rgb(253 235 106 / 0.75) !important;
}

.\!fill-yellow-400\/80 {
  fill: rgb(253 235 106 / 0.8) !important;
}

.\!fill-yellow-400\/90 {
  fill: rgb(253 235 106 / 0.9) !important;
}

.\!fill-yellow-400\/95 {
  fill: rgb(253 235 106 / 0.95) !important;
}

.\!fill-yellow-50 {
  fill: #fffadb !important;
}

.\!fill-yellow-50\/0 {
  fill: rgb(255 250 219 / 0) !important;
}

.\!fill-yellow-50\/10 {
  fill: rgb(255 250 219 / 0.1) !important;
}

.\!fill-yellow-50\/100 {
  fill: rgb(255 250 219 / 1) !important;
}

.\!fill-yellow-50\/20 {
  fill: rgb(255 250 219 / 0.2) !important;
}

.\!fill-yellow-50\/25 {
  fill: rgb(255 250 219 / 0.25) !important;
}

.\!fill-yellow-50\/30 {
  fill: rgb(255 250 219 / 0.3) !important;
}

.\!fill-yellow-50\/40 {
  fill: rgb(255 250 219 / 0.4) !important;
}

.\!fill-yellow-50\/5 {
  fill: rgb(255 250 219 / 0.05) !important;
}

.\!fill-yellow-50\/50 {
  fill: rgb(255 250 219 / 0.5) !important;
}

.\!fill-yellow-50\/60 {
  fill: rgb(255 250 219 / 0.6) !important;
}

.\!fill-yellow-50\/70 {
  fill: rgb(255 250 219 / 0.7) !important;
}

.\!fill-yellow-50\/75 {
  fill: rgb(255 250 219 / 0.75) !important;
}

.\!fill-yellow-50\/80 {
  fill: rgb(255 250 219 / 0.8) !important;
}

.\!fill-yellow-50\/90 {
  fill: rgb(255 250 219 / 0.9) !important;
}

.\!fill-yellow-50\/95 {
  fill: rgb(255 250 219 / 0.95) !important;
}

.\!fill-yellow-500 {
  fill: #fde74c !important;
}

.\!fill-yellow-500\/0 {
  fill: rgb(253 231 76 / 0) !important;
}

.\!fill-yellow-500\/10 {
  fill: rgb(253 231 76 / 0.1) !important;
}

.\!fill-yellow-500\/100 {
  fill: rgb(253 231 76 / 1) !important;
}

.\!fill-yellow-500\/20 {
  fill: rgb(253 231 76 / 0.2) !important;
}

.\!fill-yellow-500\/25 {
  fill: rgb(253 231 76 / 0.25) !important;
}

.\!fill-yellow-500\/30 {
  fill: rgb(253 231 76 / 0.3) !important;
}

.\!fill-yellow-500\/40 {
  fill: rgb(253 231 76 / 0.4) !important;
}

.\!fill-yellow-500\/5 {
  fill: rgb(253 231 76 / 0.05) !important;
}

.\!fill-yellow-500\/50 {
  fill: rgb(253 231 76 / 0.5) !important;
}

.\!fill-yellow-500\/60 {
  fill: rgb(253 231 76 / 0.6) !important;
}

.\!fill-yellow-500\/70 {
  fill: rgb(253 231 76 / 0.7) !important;
}

.\!fill-yellow-500\/75 {
  fill: rgb(253 231 76 / 0.75) !important;
}

.\!fill-yellow-500\/80 {
  fill: rgb(253 231 76 / 0.8) !important;
}

.\!fill-yellow-500\/90 {
  fill: rgb(253 231 76 / 0.9) !important;
}

.\!fill-yellow-500\/95 {
  fill: rgb(253 231 76 / 0.95) !important;
}

.\!fill-yellow-600 {
  fill: #d3c13f !important;
}

.\!fill-yellow-600\/0 {
  fill: rgb(211 193 63 / 0) !important;
}

.\!fill-yellow-600\/10 {
  fill: rgb(211 193 63 / 0.1) !important;
}

.\!fill-yellow-600\/100 {
  fill: rgb(211 193 63 / 1) !important;
}

.\!fill-yellow-600\/20 {
  fill: rgb(211 193 63 / 0.2) !important;
}

.\!fill-yellow-600\/25 {
  fill: rgb(211 193 63 / 0.25) !important;
}

.\!fill-yellow-600\/30 {
  fill: rgb(211 193 63 / 0.3) !important;
}

.\!fill-yellow-600\/40 {
  fill: rgb(211 193 63 / 0.4) !important;
}

.\!fill-yellow-600\/5 {
  fill: rgb(211 193 63 / 0.05) !important;
}

.\!fill-yellow-600\/50 {
  fill: rgb(211 193 63 / 0.5) !important;
}

.\!fill-yellow-600\/60 {
  fill: rgb(211 193 63 / 0.6) !important;
}

.\!fill-yellow-600\/70 {
  fill: rgb(211 193 63 / 0.7) !important;
}

.\!fill-yellow-600\/75 {
  fill: rgb(211 193 63 / 0.75) !important;
}

.\!fill-yellow-600\/80 {
  fill: rgb(211 193 63 / 0.8) !important;
}

.\!fill-yellow-600\/90 {
  fill: rgb(211 193 63 / 0.9) !important;
}

.\!fill-yellow-600\/95 {
  fill: rgb(211 193 63 / 0.95) !important;
}

.\!fill-yellow-700 {
  fill: #a99a33 !important;
}

.\!fill-yellow-700\/0 {
  fill: rgb(169 154 51 / 0) !important;
}

.\!fill-yellow-700\/10 {
  fill: rgb(169 154 51 / 0.1) !important;
}

.\!fill-yellow-700\/100 {
  fill: rgb(169 154 51 / 1) !important;
}

.\!fill-yellow-700\/20 {
  fill: rgb(169 154 51 / 0.2) !important;
}

.\!fill-yellow-700\/25 {
  fill: rgb(169 154 51 / 0.25) !important;
}

.\!fill-yellow-700\/30 {
  fill: rgb(169 154 51 / 0.3) !important;
}

.\!fill-yellow-700\/40 {
  fill: rgb(169 154 51 / 0.4) !important;
}

.\!fill-yellow-700\/5 {
  fill: rgb(169 154 51 / 0.05) !important;
}

.\!fill-yellow-700\/50 {
  fill: rgb(169 154 51 / 0.5) !important;
}

.\!fill-yellow-700\/60 {
  fill: rgb(169 154 51 / 0.6) !important;
}

.\!fill-yellow-700\/70 {
  fill: rgb(169 154 51 / 0.7) !important;
}

.\!fill-yellow-700\/75 {
  fill: rgb(169 154 51 / 0.75) !important;
}

.\!fill-yellow-700\/80 {
  fill: rgb(169 154 51 / 0.8) !important;
}

.\!fill-yellow-700\/90 {
  fill: rgb(169 154 51 / 0.9) !important;
}

.\!fill-yellow-700\/95 {
  fill: rgb(169 154 51 / 0.95) !important;
}

.\!fill-yellow-800 {
  fill: #7f7426 !important;
}

.\!fill-yellow-800\/0 {
  fill: rgb(127 116 38 / 0) !important;
}

.\!fill-yellow-800\/10 {
  fill: rgb(127 116 38 / 0.1) !important;
}

.\!fill-yellow-800\/100 {
  fill: rgb(127 116 38 / 1) !important;
}

.\!fill-yellow-800\/20 {
  fill: rgb(127 116 38 / 0.2) !important;
}

.\!fill-yellow-800\/25 {
  fill: rgb(127 116 38 / 0.25) !important;
}

.\!fill-yellow-800\/30 {
  fill: rgb(127 116 38 / 0.3) !important;
}

.\!fill-yellow-800\/40 {
  fill: rgb(127 116 38 / 0.4) !important;
}

.\!fill-yellow-800\/5 {
  fill: rgb(127 116 38 / 0.05) !important;
}

.\!fill-yellow-800\/50 {
  fill: rgb(127 116 38 / 0.5) !important;
}

.\!fill-yellow-800\/60 {
  fill: rgb(127 116 38 / 0.6) !important;
}

.\!fill-yellow-800\/70 {
  fill: rgb(127 116 38 / 0.7) !important;
}

.\!fill-yellow-800\/75 {
  fill: rgb(127 116 38 / 0.75) !important;
}

.\!fill-yellow-800\/80 {
  fill: rgb(127 116 38 / 0.8) !important;
}

.\!fill-yellow-800\/90 {
  fill: rgb(127 116 38 / 0.9) !important;
}

.\!fill-yellow-800\/95 {
  fill: rgb(127 116 38 / 0.95) !important;
}

.\!fill-yellow-900 {
  fill: #544d19 !important;
}

.\!fill-yellow-900\/0 {
  fill: rgb(84 77 25 / 0) !important;
}

.\!fill-yellow-900\/10 {
  fill: rgb(84 77 25 / 0.1) !important;
}

.\!fill-yellow-900\/100 {
  fill: rgb(84 77 25 / 1) !important;
}

.\!fill-yellow-900\/20 {
  fill: rgb(84 77 25 / 0.2) !important;
}

.\!fill-yellow-900\/25 {
  fill: rgb(84 77 25 / 0.25) !important;
}

.\!fill-yellow-900\/30 {
  fill: rgb(84 77 25 / 0.3) !important;
}

.\!fill-yellow-900\/40 {
  fill: rgb(84 77 25 / 0.4) !important;
}

.\!fill-yellow-900\/5 {
  fill: rgb(84 77 25 / 0.05) !important;
}

.\!fill-yellow-900\/50 {
  fill: rgb(84 77 25 / 0.5) !important;
}

.\!fill-yellow-900\/60 {
  fill: rgb(84 77 25 / 0.6) !important;
}

.\!fill-yellow-900\/70 {
  fill: rgb(84 77 25 / 0.7) !important;
}

.\!fill-yellow-900\/75 {
  fill: rgb(84 77 25 / 0.75) !important;
}

.\!fill-yellow-900\/80 {
  fill: rgb(84 77 25 / 0.8) !important;
}

.\!fill-yellow-900\/90 {
  fill: rgb(84 77 25 / 0.9) !important;
}

.\!fill-yellow-900\/95 {
  fill: rgb(84 77 25 / 0.95) !important;
}

.fill-blue-100 {
  fill: #aadee1;
}

.fill-blue-100\/0 {
  fill: rgb(170 222 225 / 0);
}

.fill-blue-100\/10 {
  fill: rgb(170 222 225 / 0.1);
}

.fill-blue-100\/100 {
  fill: rgb(170 222 225 / 1);
}

.fill-blue-100\/20 {
  fill: rgb(170 222 225 / 0.2);
}

.fill-blue-100\/25 {
  fill: rgb(170 222 225 / 0.25);
}

.fill-blue-100\/30 {
  fill: rgb(170 222 225 / 0.3);
}

.fill-blue-100\/40 {
  fill: rgb(170 222 225 / 0.4);
}

.fill-blue-100\/5 {
  fill: rgb(170 222 225 / 0.05);
}

.fill-blue-100\/50 {
  fill: rgb(170 222 225 / 0.5);
}

.fill-blue-100\/60 {
  fill: rgb(170 222 225 / 0.6);
}

.fill-blue-100\/70 {
  fill: rgb(170 222 225 / 0.7);
}

.fill-blue-100\/75 {
  fill: rgb(170 222 225 / 0.75);
}

.fill-blue-100\/80 {
  fill: rgb(170 222 225 / 0.8);
}

.fill-blue-100\/90 {
  fill: rgb(170 222 225 / 0.9);
}

.fill-blue-100\/95 {
  fill: rgb(170 222 225 / 0.95);
}

.fill-blue-1000 {
  fill: #001f21;
}

.fill-blue-1000\/0 {
  fill: rgb(0 31 33 / 0);
}

.fill-blue-1000\/10 {
  fill: rgb(0 31 33 / 0.1);
}

.fill-blue-1000\/100 {
  fill: rgb(0 31 33 / 1);
}

.fill-blue-1000\/20 {
  fill: rgb(0 31 33 / 0.2);
}

.fill-blue-1000\/25 {
  fill: rgb(0 31 33 / 0.25);
}

.fill-blue-1000\/30 {
  fill: rgb(0 31 33 / 0.3);
}

.fill-blue-1000\/40 {
  fill: rgb(0 31 33 / 0.4);
}

.fill-blue-1000\/5 {
  fill: rgb(0 31 33 / 0.05);
}

.fill-blue-1000\/50 {
  fill: rgb(0 31 33 / 0.5);
}

.fill-blue-1000\/60 {
  fill: rgb(0 31 33 / 0.6);
}

.fill-blue-1000\/70 {
  fill: rgb(0 31 33 / 0.7);
}

.fill-blue-1000\/75 {
  fill: rgb(0 31 33 / 0.75);
}

.fill-blue-1000\/80 {
  fill: rgb(0 31 33 / 0.8);
}

.fill-blue-1000\/90 {
  fill: rgb(0 31 33 / 0.9);
}

.fill-blue-1000\/95 {
  fill: rgb(0 31 33 / 0.95);
}

.fill-blue-200 {
  fill: #80cdd2;
}

.fill-blue-200\/0 {
  fill: rgb(128 205 210 / 0);
}

.fill-blue-200\/10 {
  fill: rgb(128 205 210 / 0.1);
}

.fill-blue-200\/100 {
  fill: rgb(128 205 210 / 1);
}

.fill-blue-200\/20 {
  fill: rgb(128 205 210 / 0.2);
}

.fill-blue-200\/25 {
  fill: rgb(128 205 210 / 0.25);
}

.fill-blue-200\/30 {
  fill: rgb(128 205 210 / 0.3);
}

.fill-blue-200\/40 {
  fill: rgb(128 205 210 / 0.4);
}

.fill-blue-200\/5 {
  fill: rgb(128 205 210 / 0.05);
}

.fill-blue-200\/50 {
  fill: rgb(128 205 210 / 0.5);
}

.fill-blue-200\/60 {
  fill: rgb(128 205 210 / 0.6);
}

.fill-blue-200\/70 {
  fill: rgb(128 205 210 / 0.7);
}

.fill-blue-200\/75 {
  fill: rgb(128 205 210 / 0.75);
}

.fill-blue-200\/80 {
  fill: rgb(128 205 210 / 0.8);
}

.fill-blue-200\/90 {
  fill: rgb(128 205 210 / 0.9);
}

.fill-blue-200\/95 {
  fill: rgb(128 205 210 / 0.95);
}

.fill-blue-300 {
  fill: #55bcc3;
}

.fill-blue-300\/0 {
  fill: rgb(85 188 195 / 0);
}

.fill-blue-300\/10 {
  fill: rgb(85 188 195 / 0.1);
}

.fill-blue-300\/100 {
  fill: rgb(85 188 195 / 1);
}

.fill-blue-300\/20 {
  fill: rgb(85 188 195 / 0.2);
}

.fill-blue-300\/25 {
  fill: rgb(85 188 195 / 0.25);
}

.fill-blue-300\/30 {
  fill: rgb(85 188 195 / 0.3);
}

.fill-blue-300\/40 {
  fill: rgb(85 188 195 / 0.4);
}

.fill-blue-300\/5 {
  fill: rgb(85 188 195 / 0.05);
}

.fill-blue-300\/50 {
  fill: rgb(85 188 195 / 0.5);
}

.fill-blue-300\/60 {
  fill: rgb(85 188 195 / 0.6);
}

.fill-blue-300\/70 {
  fill: rgb(85 188 195 / 0.7);
}

.fill-blue-300\/75 {
  fill: rgb(85 188 195 / 0.75);
}

.fill-blue-300\/80 {
  fill: rgb(85 188 195 / 0.8);
}

.fill-blue-300\/90 {
  fill: rgb(85 188 195 / 0.9);
}

.fill-blue-300\/95 {
  fill: rgb(85 188 195 / 0.95);
}

.fill-blue-400 {
  fill: #2aacb4;
}

.fill-blue-400\/0 {
  fill: rgb(42 172 180 / 0);
}

.fill-blue-400\/10 {
  fill: rgb(42 172 180 / 0.1);
}

.fill-blue-400\/100 {
  fill: rgb(42 172 180 / 1);
}

.fill-blue-400\/20 {
  fill: rgb(42 172 180 / 0.2);
}

.fill-blue-400\/25 {
  fill: rgb(42 172 180 / 0.25);
}

.fill-blue-400\/30 {
  fill: rgb(42 172 180 / 0.3);
}

.fill-blue-400\/40 {
  fill: rgb(42 172 180 / 0.4);
}

.fill-blue-400\/5 {
  fill: rgb(42 172 180 / 0.05);
}

.fill-blue-400\/50 {
  fill: rgb(42 172 180 / 0.5);
}

.fill-blue-400\/60 {
  fill: rgb(42 172 180 / 0.6);
}

.fill-blue-400\/70 {
  fill: rgb(42 172 180 / 0.7);
}

.fill-blue-400\/75 {
  fill: rgb(42 172 180 / 0.75);
}

.fill-blue-400\/80 {
  fill: rgb(42 172 180 / 0.8);
}

.fill-blue-400\/90 {
  fill: rgb(42 172 180 / 0.9);
}

.fill-blue-400\/95 {
  fill: rgb(42 172 180 / 0.95);
}

.fill-blue-50 {
  fill: #ccebed;
}

.fill-blue-50\/0 {
  fill: rgb(204 235 237 / 0);
}

.fill-blue-50\/10 {
  fill: rgb(204 235 237 / 0.1);
}

.fill-blue-50\/100 {
  fill: rgb(204 235 237 / 1);
}

.fill-blue-50\/20 {
  fill: rgb(204 235 237 / 0.2);
}

.fill-blue-50\/25 {
  fill: rgb(204 235 237 / 0.25);
}

.fill-blue-50\/30 {
  fill: rgb(204 235 237 / 0.3);
}

.fill-blue-50\/40 {
  fill: rgb(204 235 237 / 0.4);
}

.fill-blue-50\/5 {
  fill: rgb(204 235 237 / 0.05);
}

.fill-blue-50\/50 {
  fill: rgb(204 235 237 / 0.5);
}

.fill-blue-50\/60 {
  fill: rgb(204 235 237 / 0.6);
}

.fill-blue-50\/70 {
  fill: rgb(204 235 237 / 0.7);
}

.fill-blue-50\/75 {
  fill: rgb(204 235 237 / 0.75);
}

.fill-blue-50\/80 {
  fill: rgb(204 235 237 / 0.8);
}

.fill-blue-50\/90 {
  fill: rgb(204 235 237 / 0.9);
}

.fill-blue-50\/95 {
  fill: rgb(204 235 237 / 0.95);
}

.fill-blue-500 {
  fill: #009ba5;
}

.fill-blue-500\/0 {
  fill: rgb(0 155 165 / 0);
}

.fill-blue-500\/10 {
  fill: rgb(0 155 165 / 0.1);
}

.fill-blue-500\/100 {
  fill: rgb(0 155 165 / 1);
}

.fill-blue-500\/20 {
  fill: rgb(0 155 165 / 0.2);
}

.fill-blue-500\/25 {
  fill: rgb(0 155 165 / 0.25);
}

.fill-blue-500\/30 {
  fill: rgb(0 155 165 / 0.3);
}

.fill-blue-500\/40 {
  fill: rgb(0 155 165 / 0.4);
}

.fill-blue-500\/5 {
  fill: rgb(0 155 165 / 0.05);
}

.fill-blue-500\/50 {
  fill: rgb(0 155 165 / 0.5);
}

.fill-blue-500\/60 {
  fill: rgb(0 155 165 / 0.6);
}

.fill-blue-500\/70 {
  fill: rgb(0 155 165 / 0.7);
}

.fill-blue-500\/75 {
  fill: rgb(0 155 165 / 0.75);
}

.fill-blue-500\/80 {
  fill: rgb(0 155 165 / 0.8);
}

.fill-blue-500\/90 {
  fill: rgb(0 155 165 / 0.9);
}

.fill-blue-500\/95 {
  fill: rgb(0 155 165 / 0.95);
}

.fill-blue-600 {
  fill: #00818a;
}

.fill-blue-600\/0 {
  fill: rgb(0 129 138 / 0);
}

.fill-blue-600\/10 {
  fill: rgb(0 129 138 / 0.1);
}

.fill-blue-600\/100 {
  fill: rgb(0 129 138 / 1);
}

.fill-blue-600\/20 {
  fill: rgb(0 129 138 / 0.2);
}

.fill-blue-600\/25 {
  fill: rgb(0 129 138 / 0.25);
}

.fill-blue-600\/30 {
  fill: rgb(0 129 138 / 0.3);
}

.fill-blue-600\/40 {
  fill: rgb(0 129 138 / 0.4);
}

.fill-blue-600\/5 {
  fill: rgb(0 129 138 / 0.05);
}

.fill-blue-600\/50 {
  fill: rgb(0 129 138 / 0.5);
}

.fill-blue-600\/60 {
  fill: rgb(0 129 138 / 0.6);
}

.fill-blue-600\/70 {
  fill: rgb(0 129 138 / 0.7);
}

.fill-blue-600\/75 {
  fill: rgb(0 129 138 / 0.75);
}

.fill-blue-600\/80 {
  fill: rgb(0 129 138 / 0.8);
}

.fill-blue-600\/90 {
  fill: rgb(0 129 138 / 0.9);
}

.fill-blue-600\/95 {
  fill: rgb(0 129 138 / 0.95);
}

.fill-blue-700 {
  fill: #00676e;
}

.fill-blue-700\/0 {
  fill: rgb(0 103 110 / 0);
}

.fill-blue-700\/10 {
  fill: rgb(0 103 110 / 0.1);
}

.fill-blue-700\/100 {
  fill: rgb(0 103 110 / 1);
}

.fill-blue-700\/20 {
  fill: rgb(0 103 110 / 0.2);
}

.fill-blue-700\/25 {
  fill: rgb(0 103 110 / 0.25);
}

.fill-blue-700\/30 {
  fill: rgb(0 103 110 / 0.3);
}

.fill-blue-700\/40 {
  fill: rgb(0 103 110 / 0.4);
}

.fill-blue-700\/5 {
  fill: rgb(0 103 110 / 0.05);
}

.fill-blue-700\/50 {
  fill: rgb(0 103 110 / 0.5);
}

.fill-blue-700\/60 {
  fill: rgb(0 103 110 / 0.6);
}

.fill-blue-700\/70 {
  fill: rgb(0 103 110 / 0.7);
}

.fill-blue-700\/75 {
  fill: rgb(0 103 110 / 0.75);
}

.fill-blue-700\/80 {
  fill: rgb(0 103 110 / 0.8);
}

.fill-blue-700\/90 {
  fill: rgb(0 103 110 / 0.9);
}

.fill-blue-700\/95 {
  fill: rgb(0 103 110 / 0.95);
}

.fill-blue-800 {
  fill: #004e53;
}

.fill-blue-800\/0 {
  fill: rgb(0 78 83 / 0);
}

.fill-blue-800\/10 {
  fill: rgb(0 78 83 / 0.1);
}

.fill-blue-800\/100 {
  fill: rgb(0 78 83 / 1);
}

.fill-blue-800\/20 {
  fill: rgb(0 78 83 / 0.2);
}

.fill-blue-800\/25 {
  fill: rgb(0 78 83 / 0.25);
}

.fill-blue-800\/30 {
  fill: rgb(0 78 83 / 0.3);
}

.fill-blue-800\/40 {
  fill: rgb(0 78 83 / 0.4);
}

.fill-blue-800\/5 {
  fill: rgb(0 78 83 / 0.05);
}

.fill-blue-800\/50 {
  fill: rgb(0 78 83 / 0.5);
}

.fill-blue-800\/60 {
  fill: rgb(0 78 83 / 0.6);
}

.fill-blue-800\/70 {
  fill: rgb(0 78 83 / 0.7);
}

.fill-blue-800\/75 {
  fill: rgb(0 78 83 / 0.75);
}

.fill-blue-800\/80 {
  fill: rgb(0 78 83 / 0.8);
}

.fill-blue-800\/90 {
  fill: rgb(0 78 83 / 0.9);
}

.fill-blue-800\/95 {
  fill: rgb(0 78 83 / 0.95);
}

.fill-blue-900 {
  fill: #003437;
}

.fill-blue-900\/0 {
  fill: rgb(0 52 55 / 0);
}

.fill-blue-900\/10 {
  fill: rgb(0 52 55 / 0.1);
}

.fill-blue-900\/100 {
  fill: rgb(0 52 55 / 1);
}

.fill-blue-900\/20 {
  fill: rgb(0 52 55 / 0.2);
}

.fill-blue-900\/25 {
  fill: rgb(0 52 55 / 0.25);
}

.fill-blue-900\/30 {
  fill: rgb(0 52 55 / 0.3);
}

.fill-blue-900\/40 {
  fill: rgb(0 52 55 / 0.4);
}

.fill-blue-900\/5 {
  fill: rgb(0 52 55 / 0.05);
}

.fill-blue-900\/50 {
  fill: rgb(0 52 55 / 0.5);
}

.fill-blue-900\/60 {
  fill: rgb(0 52 55 / 0.6);
}

.fill-blue-900\/70 {
  fill: rgb(0 52 55 / 0.7);
}

.fill-blue-900\/75 {
  fill: rgb(0 52 55 / 0.75);
}

.fill-blue-900\/80 {
  fill: rgb(0 52 55 / 0.8);
}

.fill-blue-900\/90 {
  fill: rgb(0 52 55 / 0.9);
}

.fill-blue-900\/95 {
  fill: rgb(0 52 55 / 0.95);
}

.fill-cyan-100 {
  fill: #aae2f5;
}

.fill-cyan-100\/0 {
  fill: rgb(170 226 245 / 0);
}

.fill-cyan-100\/10 {
  fill: rgb(170 226 245 / 0.1);
}

.fill-cyan-100\/100 {
  fill: rgb(170 226 245 / 1);
}

.fill-cyan-100\/20 {
  fill: rgb(170 226 245 / 0.2);
}

.fill-cyan-100\/25 {
  fill: rgb(170 226 245 / 0.25);
}

.fill-cyan-100\/30 {
  fill: rgb(170 226 245 / 0.3);
}

.fill-cyan-100\/40 {
  fill: rgb(170 226 245 / 0.4);
}

.fill-cyan-100\/5 {
  fill: rgb(170 226 245 / 0.05);
}

.fill-cyan-100\/50 {
  fill: rgb(170 226 245 / 0.5);
}

.fill-cyan-100\/60 {
  fill: rgb(170 226 245 / 0.6);
}

.fill-cyan-100\/70 {
  fill: rgb(170 226 245 / 0.7);
}

.fill-cyan-100\/75 {
  fill: rgb(170 226 245 / 0.75);
}

.fill-cyan-100\/80 {
  fill: rgb(170 226 245 / 0.8);
}

.fill-cyan-100\/90 {
  fill: rgb(170 226 245 / 0.9);
}

.fill-cyan-100\/95 {
  fill: rgb(170 226 245 / 0.95);
}

.fill-cyan-1000 {
  fill: #00212d;
}

.fill-cyan-1000\/0 {
  fill: rgb(0 33 45 / 0);
}

.fill-cyan-1000\/10 {
  fill: rgb(0 33 45 / 0.1);
}

.fill-cyan-1000\/100 {
  fill: rgb(0 33 45 / 1);
}

.fill-cyan-1000\/20 {
  fill: rgb(0 33 45 / 0.2);
}

.fill-cyan-1000\/25 {
  fill: rgb(0 33 45 / 0.25);
}

.fill-cyan-1000\/30 {
  fill: rgb(0 33 45 / 0.3);
}

.fill-cyan-1000\/40 {
  fill: rgb(0 33 45 / 0.4);
}

.fill-cyan-1000\/5 {
  fill: rgb(0 33 45 / 0.05);
}

.fill-cyan-1000\/50 {
  fill: rgb(0 33 45 / 0.5);
}

.fill-cyan-1000\/60 {
  fill: rgb(0 33 45 / 0.6);
}

.fill-cyan-1000\/70 {
  fill: rgb(0 33 45 / 0.7);
}

.fill-cyan-1000\/75 {
  fill: rgb(0 33 45 / 0.75);
}

.fill-cyan-1000\/80 {
  fill: rgb(0 33 45 / 0.8);
}

.fill-cyan-1000\/90 {
  fill: rgb(0 33 45 / 0.9);
}

.fill-cyan-1000\/95 {
  fill: rgb(0 33 45 / 0.95);
}

.fill-cyan-200 {
  fill: #80d3f0;
}

.fill-cyan-200\/0 {
  fill: rgb(128 211 240 / 0);
}

.fill-cyan-200\/10 {
  fill: rgb(128 211 240 / 0.1);
}

.fill-cyan-200\/100 {
  fill: rgb(128 211 240 / 1);
}

.fill-cyan-200\/20 {
  fill: rgb(128 211 240 / 0.2);
}

.fill-cyan-200\/25 {
  fill: rgb(128 211 240 / 0.25);
}

.fill-cyan-200\/30 {
  fill: rgb(128 211 240 / 0.3);
}

.fill-cyan-200\/40 {
  fill: rgb(128 211 240 / 0.4);
}

.fill-cyan-200\/5 {
  fill: rgb(128 211 240 / 0.05);
}

.fill-cyan-200\/50 {
  fill: rgb(128 211 240 / 0.5);
}

.fill-cyan-200\/60 {
  fill: rgb(128 211 240 / 0.6);
}

.fill-cyan-200\/70 {
  fill: rgb(128 211 240 / 0.7);
}

.fill-cyan-200\/75 {
  fill: rgb(128 211 240 / 0.75);
}

.fill-cyan-200\/80 {
  fill: rgb(128 211 240 / 0.8);
}

.fill-cyan-200\/90 {
  fill: rgb(128 211 240 / 0.9);
}

.fill-cyan-200\/95 {
  fill: rgb(128 211 240 / 0.95);
}

.fill-cyan-300 {
  fill: #55c4eb;
}

.fill-cyan-300\/0 {
  fill: rgb(85 196 235 / 0);
}

.fill-cyan-300\/10 {
  fill: rgb(85 196 235 / 0.1);
}

.fill-cyan-300\/100 {
  fill: rgb(85 196 235 / 1);
}

.fill-cyan-300\/20 {
  fill: rgb(85 196 235 / 0.2);
}

.fill-cyan-300\/25 {
  fill: rgb(85 196 235 / 0.25);
}

.fill-cyan-300\/30 {
  fill: rgb(85 196 235 / 0.3);
}

.fill-cyan-300\/40 {
  fill: rgb(85 196 235 / 0.4);
}

.fill-cyan-300\/5 {
  fill: rgb(85 196 235 / 0.05);
}

.fill-cyan-300\/50 {
  fill: rgb(85 196 235 / 0.5);
}

.fill-cyan-300\/60 {
  fill: rgb(85 196 235 / 0.6);
}

.fill-cyan-300\/70 {
  fill: rgb(85 196 235 / 0.7);
}

.fill-cyan-300\/75 {
  fill: rgb(85 196 235 / 0.75);
}

.fill-cyan-300\/80 {
  fill: rgb(85 196 235 / 0.8);
}

.fill-cyan-300\/90 {
  fill: rgb(85 196 235 / 0.9);
}

.fill-cyan-300\/95 {
  fill: rgb(85 196 235 / 0.95);
}

.fill-cyan-400 {
  fill: #2ab6e6;
}

.fill-cyan-400\/0 {
  fill: rgb(42 182 230 / 0);
}

.fill-cyan-400\/10 {
  fill: rgb(42 182 230 / 0.1);
}

.fill-cyan-400\/100 {
  fill: rgb(42 182 230 / 1);
}

.fill-cyan-400\/20 {
  fill: rgb(42 182 230 / 0.2);
}

.fill-cyan-400\/25 {
  fill: rgb(42 182 230 / 0.25);
}

.fill-cyan-400\/30 {
  fill: rgb(42 182 230 / 0.3);
}

.fill-cyan-400\/40 {
  fill: rgb(42 182 230 / 0.4);
}

.fill-cyan-400\/5 {
  fill: rgb(42 182 230 / 0.05);
}

.fill-cyan-400\/50 {
  fill: rgb(42 182 230 / 0.5);
}

.fill-cyan-400\/60 {
  fill: rgb(42 182 230 / 0.6);
}

.fill-cyan-400\/70 {
  fill: rgb(42 182 230 / 0.7);
}

.fill-cyan-400\/75 {
  fill: rgb(42 182 230 / 0.75);
}

.fill-cyan-400\/80 {
  fill: rgb(42 182 230 / 0.8);
}

.fill-cyan-400\/90 {
  fill: rgb(42 182 230 / 0.9);
}

.fill-cyan-400\/95 {
  fill: rgb(42 182 230 / 0.95);
}

.fill-cyan-50 {
  fill: #ccedf9;
}

.fill-cyan-50\/0 {
  fill: rgb(204 237 249 / 0);
}

.fill-cyan-50\/10 {
  fill: rgb(204 237 249 / 0.1);
}

.fill-cyan-50\/100 {
  fill: rgb(204 237 249 / 1);
}

.fill-cyan-50\/20 {
  fill: rgb(204 237 249 / 0.2);
}

.fill-cyan-50\/25 {
  fill: rgb(204 237 249 / 0.25);
}

.fill-cyan-50\/30 {
  fill: rgb(204 237 249 / 0.3);
}

.fill-cyan-50\/40 {
  fill: rgb(204 237 249 / 0.4);
}

.fill-cyan-50\/5 {
  fill: rgb(204 237 249 / 0.05);
}

.fill-cyan-50\/50 {
  fill: rgb(204 237 249 / 0.5);
}

.fill-cyan-50\/60 {
  fill: rgb(204 237 249 / 0.6);
}

.fill-cyan-50\/70 {
  fill: rgb(204 237 249 / 0.7);
}

.fill-cyan-50\/75 {
  fill: rgb(204 237 249 / 0.75);
}

.fill-cyan-50\/80 {
  fill: rgb(204 237 249 / 0.8);
}

.fill-cyan-50\/90 {
  fill: rgb(204 237 249 / 0.9);
}

.fill-cyan-50\/95 {
  fill: rgb(204 237 249 / 0.95);
}

.fill-cyan-500 {
  fill: #00a7e1;
}

.fill-cyan-500\/0 {
  fill: rgb(0 167 225 / 0);
}

.fill-cyan-500\/10 {
  fill: rgb(0 167 225 / 0.1);
}

.fill-cyan-500\/100 {
  fill: rgb(0 167 225 / 1);
}

.fill-cyan-500\/20 {
  fill: rgb(0 167 225 / 0.2);
}

.fill-cyan-500\/25 {
  fill: rgb(0 167 225 / 0.25);
}

.fill-cyan-500\/30 {
  fill: rgb(0 167 225 / 0.3);
}

.fill-cyan-500\/40 {
  fill: rgb(0 167 225 / 0.4);
}

.fill-cyan-500\/5 {
  fill: rgb(0 167 225 / 0.05);
}

.fill-cyan-500\/50 {
  fill: rgb(0 167 225 / 0.5);
}

.fill-cyan-500\/60 {
  fill: rgb(0 167 225 / 0.6);
}

.fill-cyan-500\/70 {
  fill: rgb(0 167 225 / 0.7);
}

.fill-cyan-500\/75 {
  fill: rgb(0 167 225 / 0.75);
}

.fill-cyan-500\/80 {
  fill: rgb(0 167 225 / 0.8);
}

.fill-cyan-500\/90 {
  fill: rgb(0 167 225 / 0.9);
}

.fill-cyan-500\/95 {
  fill: rgb(0 167 225 / 0.95);
}

.fill-cyan-600 {
  fill: #008bbc;
}

.fill-cyan-600\/0 {
  fill: rgb(0 139 188 / 0);
}

.fill-cyan-600\/10 {
  fill: rgb(0 139 188 / 0.1);
}

.fill-cyan-600\/100 {
  fill: rgb(0 139 188 / 1);
}

.fill-cyan-600\/20 {
  fill: rgb(0 139 188 / 0.2);
}

.fill-cyan-600\/25 {
  fill: rgb(0 139 188 / 0.25);
}

.fill-cyan-600\/30 {
  fill: rgb(0 139 188 / 0.3);
}

.fill-cyan-600\/40 {
  fill: rgb(0 139 188 / 0.4);
}

.fill-cyan-600\/5 {
  fill: rgb(0 139 188 / 0.05);
}

.fill-cyan-600\/50 {
  fill: rgb(0 139 188 / 0.5);
}

.fill-cyan-600\/60 {
  fill: rgb(0 139 188 / 0.6);
}

.fill-cyan-600\/70 {
  fill: rgb(0 139 188 / 0.7);
}

.fill-cyan-600\/75 {
  fill: rgb(0 139 188 / 0.75);
}

.fill-cyan-600\/80 {
  fill: rgb(0 139 188 / 0.8);
}

.fill-cyan-600\/90 {
  fill: rgb(0 139 188 / 0.9);
}

.fill-cyan-600\/95 {
  fill: rgb(0 139 188 / 0.95);
}

.fill-cyan-700 {
  fill: #006f96;
}

.fill-cyan-700\/0 {
  fill: rgb(0 111 150 / 0);
}

.fill-cyan-700\/10 {
  fill: rgb(0 111 150 / 0.1);
}

.fill-cyan-700\/100 {
  fill: rgb(0 111 150 / 1);
}

.fill-cyan-700\/20 {
  fill: rgb(0 111 150 / 0.2);
}

.fill-cyan-700\/25 {
  fill: rgb(0 111 150 / 0.25);
}

.fill-cyan-700\/30 {
  fill: rgb(0 111 150 / 0.3);
}

.fill-cyan-700\/40 {
  fill: rgb(0 111 150 / 0.4);
}

.fill-cyan-700\/5 {
  fill: rgb(0 111 150 / 0.05);
}

.fill-cyan-700\/50 {
  fill: rgb(0 111 150 / 0.5);
}

.fill-cyan-700\/60 {
  fill: rgb(0 111 150 / 0.6);
}

.fill-cyan-700\/70 {
  fill: rgb(0 111 150 / 0.7);
}

.fill-cyan-700\/75 {
  fill: rgb(0 111 150 / 0.75);
}

.fill-cyan-700\/80 {
  fill: rgb(0 111 150 / 0.8);
}

.fill-cyan-700\/90 {
  fill: rgb(0 111 150 / 0.9);
}

.fill-cyan-700\/95 {
  fill: rgb(0 111 150 / 0.95);
}

.fill-cyan-800 {
  fill: #005471;
}

.fill-cyan-800\/0 {
  fill: rgb(0 84 113 / 0);
}

.fill-cyan-800\/10 {
  fill: rgb(0 84 113 / 0.1);
}

.fill-cyan-800\/100 {
  fill: rgb(0 84 113 / 1);
}

.fill-cyan-800\/20 {
  fill: rgb(0 84 113 / 0.2);
}

.fill-cyan-800\/25 {
  fill: rgb(0 84 113 / 0.25);
}

.fill-cyan-800\/30 {
  fill: rgb(0 84 113 / 0.3);
}

.fill-cyan-800\/40 {
  fill: rgb(0 84 113 / 0.4);
}

.fill-cyan-800\/5 {
  fill: rgb(0 84 113 / 0.05);
}

.fill-cyan-800\/50 {
  fill: rgb(0 84 113 / 0.5);
}

.fill-cyan-800\/60 {
  fill: rgb(0 84 113 / 0.6);
}

.fill-cyan-800\/70 {
  fill: rgb(0 84 113 / 0.7);
}

.fill-cyan-800\/75 {
  fill: rgb(0 84 113 / 0.75);
}

.fill-cyan-800\/80 {
  fill: rgb(0 84 113 / 0.8);
}

.fill-cyan-800\/90 {
  fill: rgb(0 84 113 / 0.9);
}

.fill-cyan-800\/95 {
  fill: rgb(0 84 113 / 0.95);
}

.fill-cyan-900 {
  fill: #00384b;
}

.fill-cyan-900\/0 {
  fill: rgb(0 56 75 / 0);
}

.fill-cyan-900\/10 {
  fill: rgb(0 56 75 / 0.1);
}

.fill-cyan-900\/100 {
  fill: rgb(0 56 75 / 1);
}

.fill-cyan-900\/20 {
  fill: rgb(0 56 75 / 0.2);
}

.fill-cyan-900\/25 {
  fill: rgb(0 56 75 / 0.25);
}

.fill-cyan-900\/30 {
  fill: rgb(0 56 75 / 0.3);
}

.fill-cyan-900\/40 {
  fill: rgb(0 56 75 / 0.4);
}

.fill-cyan-900\/5 {
  fill: rgb(0 56 75 / 0.05);
}

.fill-cyan-900\/50 {
  fill: rgb(0 56 75 / 0.5);
}

.fill-cyan-900\/60 {
  fill: rgb(0 56 75 / 0.6);
}

.fill-cyan-900\/70 {
  fill: rgb(0 56 75 / 0.7);
}

.fill-cyan-900\/75 {
  fill: rgb(0 56 75 / 0.75);
}

.fill-cyan-900\/80 {
  fill: rgb(0 56 75 / 0.8);
}

.fill-cyan-900\/90 {
  fill: rgb(0 56 75 / 0.9);
}

.fill-cyan-900\/95 {
  fill: rgb(0 56 75 / 0.95);
}

.fill-gray-100 {
  fill: #f8f8f9;
}

.fill-gray-100\/0 {
  fill: rgb(248 248 249 / 0);
}

.fill-gray-100\/10 {
  fill: rgb(248 248 249 / 0.1);
}

.fill-gray-100\/100 {
  fill: rgb(248 248 249 / 1);
}

.fill-gray-100\/20 {
  fill: rgb(248 248 249 / 0.2);
}

.fill-gray-100\/25 {
  fill: rgb(248 248 249 / 0.25);
}

.fill-gray-100\/30 {
  fill: rgb(248 248 249 / 0.3);
}

.fill-gray-100\/40 {
  fill: rgb(248 248 249 / 0.4);
}

.fill-gray-100\/5 {
  fill: rgb(248 248 249 / 0.05);
}

.fill-gray-100\/50 {
  fill: rgb(248 248 249 / 0.5);
}

.fill-gray-100\/60 {
  fill: rgb(248 248 249 / 0.6);
}

.fill-gray-100\/70 {
  fill: rgb(248 248 249 / 0.7);
}

.fill-gray-100\/75 {
  fill: rgb(248 248 249 / 0.75);
}

.fill-gray-100\/80 {
  fill: rgb(248 248 249 / 0.8);
}

.fill-gray-100\/90 {
  fill: rgb(248 248 249 / 0.9);
}

.fill-gray-100\/95 {
  fill: rgb(248 248 249 / 0.95);
}

.fill-gray-1000 {
  fill: #2c4251;
}

.fill-gray-1000\/0 {
  fill: rgb(44 66 81 / 0);
}

.fill-gray-1000\/10 {
  fill: rgb(44 66 81 / 0.1);
}

.fill-gray-1000\/100 {
  fill: rgb(44 66 81 / 1);
}

.fill-gray-1000\/20 {
  fill: rgb(44 66 81 / 0.2);
}

.fill-gray-1000\/25 {
  fill: rgb(44 66 81 / 0.25);
}

.fill-gray-1000\/30 {
  fill: rgb(44 66 81 / 0.3);
}

.fill-gray-1000\/40 {
  fill: rgb(44 66 81 / 0.4);
}

.fill-gray-1000\/5 {
  fill: rgb(44 66 81 / 0.05);
}

.fill-gray-1000\/50 {
  fill: rgb(44 66 81 / 0.5);
}

.fill-gray-1000\/60 {
  fill: rgb(44 66 81 / 0.6);
}

.fill-gray-1000\/70 {
  fill: rgb(44 66 81 / 0.7);
}

.fill-gray-1000\/75 {
  fill: rgb(44 66 81 / 0.75);
}

.fill-gray-1000\/80 {
  fill: rgb(44 66 81 / 0.8);
}

.fill-gray-1000\/90 {
  fill: rgb(44 66 81 / 0.9);
}

.fill-gray-1000\/95 {
  fill: rgb(44 66 81 / 0.95);
}

.fill-gray-200 {
  fill: #eaecee;
}

.fill-gray-200\/0 {
  fill: rgb(234 236 238 / 0);
}

.fill-gray-200\/10 {
  fill: rgb(234 236 238 / 0.1);
}

.fill-gray-200\/100 {
  fill: rgb(234 236 238 / 1);
}

.fill-gray-200\/20 {
  fill: rgb(234 236 238 / 0.2);
}

.fill-gray-200\/25 {
  fill: rgb(234 236 238 / 0.25);
}

.fill-gray-200\/30 {
  fill: rgb(234 236 238 / 0.3);
}

.fill-gray-200\/40 {
  fill: rgb(234 236 238 / 0.4);
}

.fill-gray-200\/5 {
  fill: rgb(234 236 238 / 0.05);
}

.fill-gray-200\/50 {
  fill: rgb(234 236 238 / 0.5);
}

.fill-gray-200\/60 {
  fill: rgb(234 236 238 / 0.6);
}

.fill-gray-200\/70 {
  fill: rgb(234 236 238 / 0.7);
}

.fill-gray-200\/75 {
  fill: rgb(234 236 238 / 0.75);
}

.fill-gray-200\/80 {
  fill: rgb(234 236 238 / 0.8);
}

.fill-gray-200\/90 {
  fill: rgb(234 236 238 / 0.9);
}

.fill-gray-200\/95 {
  fill: rgb(234 236 238 / 0.95);
}

.fill-gray-300 {
  fill: #e3e6e8;
}

.fill-gray-300\/0 {
  fill: rgb(227 230 232 / 0);
}

.fill-gray-300\/10 {
  fill: rgb(227 230 232 / 0.1);
}

.fill-gray-300\/100 {
  fill: rgb(227 230 232 / 1);
}

.fill-gray-300\/20 {
  fill: rgb(227 230 232 / 0.2);
}

.fill-gray-300\/25 {
  fill: rgb(227 230 232 / 0.25);
}

.fill-gray-300\/30 {
  fill: rgb(227 230 232 / 0.3);
}

.fill-gray-300\/40 {
  fill: rgb(227 230 232 / 0.4);
}

.fill-gray-300\/5 {
  fill: rgb(227 230 232 / 0.05);
}

.fill-gray-300\/50 {
  fill: rgb(227 230 232 / 0.5);
}

.fill-gray-300\/60 {
  fill: rgb(227 230 232 / 0.6);
}

.fill-gray-300\/70 {
  fill: rgb(227 230 232 / 0.7);
}

.fill-gray-300\/75 {
  fill: rgb(227 230 232 / 0.75);
}

.fill-gray-300\/80 {
  fill: rgb(227 230 232 / 0.8);
}

.fill-gray-300\/90 {
  fill: rgb(227 230 232 / 0.9);
}

.fill-gray-300\/95 {
  fill: rgb(227 230 232 / 0.95);
}

.fill-gray-400 {
  fill: #dcdfe2;
}

.fill-gray-400\/0 {
  fill: rgb(220 223 226 / 0);
}

.fill-gray-400\/10 {
  fill: rgb(220 223 226 / 0.1);
}

.fill-gray-400\/100 {
  fill: rgb(220 223 226 / 1);
}

.fill-gray-400\/20 {
  fill: rgb(220 223 226 / 0.2);
}

.fill-gray-400\/25 {
  fill: rgb(220 223 226 / 0.25);
}

.fill-gray-400\/30 {
  fill: rgb(220 223 226 / 0.3);
}

.fill-gray-400\/40 {
  fill: rgb(220 223 226 / 0.4);
}

.fill-gray-400\/5 {
  fill: rgb(220 223 226 / 0.05);
}

.fill-gray-400\/50 {
  fill: rgb(220 223 226 / 0.5);
}

.fill-gray-400\/60 {
  fill: rgb(220 223 226 / 0.6);
}

.fill-gray-400\/70 {
  fill: rgb(220 223 226 / 0.7);
}

.fill-gray-400\/75 {
  fill: rgb(220 223 226 / 0.75);
}

.fill-gray-400\/80 {
  fill: rgb(220 223 226 / 0.8);
}

.fill-gray-400\/90 {
  fill: rgb(220 223 226 / 0.9);
}

.fill-gray-400\/95 {
  fill: rgb(220 223 226 / 0.95);
}

.fill-gray-50 {
  fill: #eff0f1;
}

.fill-gray-50\/0 {
  fill: rgb(239 240 241 / 0);
}

.fill-gray-50\/10 {
  fill: rgb(239 240 241 / 0.1);
}

.fill-gray-50\/100 {
  fill: rgb(239 240 241 / 1);
}

.fill-gray-50\/20 {
  fill: rgb(239 240 241 / 0.2);
}

.fill-gray-50\/25 {
  fill: rgb(239 240 241 / 0.25);
}

.fill-gray-50\/30 {
  fill: rgb(239 240 241 / 0.3);
}

.fill-gray-50\/40 {
  fill: rgb(239 240 241 / 0.4);
}

.fill-gray-50\/5 {
  fill: rgb(239 240 241 / 0.05);
}

.fill-gray-50\/50 {
  fill: rgb(239 240 241 / 0.5);
}

.fill-gray-50\/60 {
  fill: rgb(239 240 241 / 0.6);
}

.fill-gray-50\/70 {
  fill: rgb(239 240 241 / 0.7);
}

.fill-gray-50\/75 {
  fill: rgb(239 240 241 / 0.75);
}

.fill-gray-50\/80 {
  fill: rgb(239 240 241 / 0.8);
}

.fill-gray-50\/90 {
  fill: rgb(239 240 241 / 0.9);
}

.fill-gray-50\/95 {
  fill: rgb(239 240 241 / 0.95);
}

.fill-gray-500 {
  fill: #d5d9dc;
}

.fill-gray-500\/0 {
  fill: rgb(213 217 220 / 0);
}

.fill-gray-500\/10 {
  fill: rgb(213 217 220 / 0.1);
}

.fill-gray-500\/100 {
  fill: rgb(213 217 220 / 1);
}

.fill-gray-500\/20 {
  fill: rgb(213 217 220 / 0.2);
}

.fill-gray-500\/25 {
  fill: rgb(213 217 220 / 0.25);
}

.fill-gray-500\/30 {
  fill: rgb(213 217 220 / 0.3);
}

.fill-gray-500\/40 {
  fill: rgb(213 217 220 / 0.4);
}

.fill-gray-500\/5 {
  fill: rgb(213 217 220 / 0.05);
}

.fill-gray-500\/50 {
  fill: rgb(213 217 220 / 0.5);
}

.fill-gray-500\/60 {
  fill: rgb(213 217 220 / 0.6);
}

.fill-gray-500\/70 {
  fill: rgb(213 217 220 / 0.7);
}

.fill-gray-500\/75 {
  fill: rgb(213 217 220 / 0.75);
}

.fill-gray-500\/80 {
  fill: rgb(213 217 220 / 0.8);
}

.fill-gray-500\/90 {
  fill: rgb(213 217 220 / 0.9);
}

.fill-gray-500\/95 {
  fill: rgb(213 217 220 / 0.95);
}

.fill-gray-600 {
  fill: #b9c0c5;
}

.fill-gray-600\/0 {
  fill: rgb(185 192 197 / 0);
}

.fill-gray-600\/10 {
  fill: rgb(185 192 197 / 0.1);
}

.fill-gray-600\/100 {
  fill: rgb(185 192 197 / 1);
}

.fill-gray-600\/20 {
  fill: rgb(185 192 197 / 0.2);
}

.fill-gray-600\/25 {
  fill: rgb(185 192 197 / 0.25);
}

.fill-gray-600\/30 {
  fill: rgb(185 192 197 / 0.3);
}

.fill-gray-600\/40 {
  fill: rgb(185 192 197 / 0.4);
}

.fill-gray-600\/5 {
  fill: rgb(185 192 197 / 0.05);
}

.fill-gray-600\/50 {
  fill: rgb(185 192 197 / 0.5);
}

.fill-gray-600\/60 {
  fill: rgb(185 192 197 / 0.6);
}

.fill-gray-600\/70 {
  fill: rgb(185 192 197 / 0.7);
}

.fill-gray-600\/75 {
  fill: rgb(185 192 197 / 0.75);
}

.fill-gray-600\/80 {
  fill: rgb(185 192 197 / 0.8);
}

.fill-gray-600\/90 {
  fill: rgb(185 192 197 / 0.9);
}

.fill-gray-600\/95 {
  fill: rgb(185 192 197 / 0.95);
}

.fill-gray-700 {
  fill: #96a1a8;
}

.fill-gray-700\/0 {
  fill: rgb(150 161 168 / 0);
}

.fill-gray-700\/10 {
  fill: rgb(150 161 168 / 0.1);
}

.fill-gray-700\/100 {
  fill: rgb(150 161 168 / 1);
}

.fill-gray-700\/20 {
  fill: rgb(150 161 168 / 0.2);
}

.fill-gray-700\/25 {
  fill: rgb(150 161 168 / 0.25);
}

.fill-gray-700\/30 {
  fill: rgb(150 161 168 / 0.3);
}

.fill-gray-700\/40 {
  fill: rgb(150 161 168 / 0.4);
}

.fill-gray-700\/5 {
  fill: rgb(150 161 168 / 0.05);
}

.fill-gray-700\/50 {
  fill: rgb(150 161 168 / 0.5);
}

.fill-gray-700\/60 {
  fill: rgb(150 161 168 / 0.6);
}

.fill-gray-700\/70 {
  fill: rgb(150 161 168 / 0.7);
}

.fill-gray-700\/75 {
  fill: rgb(150 161 168 / 0.75);
}

.fill-gray-700\/80 {
  fill: rgb(150 161 168 / 0.8);
}

.fill-gray-700\/90 {
  fill: rgb(150 161 168 / 0.9);
}

.fill-gray-700\/95 {
  fill: rgb(150 161 168 / 0.95);
}

.fill-gray-800 {
  fill: #72818b;
}

.fill-gray-800\/0 {
  fill: rgb(114 129 139 / 0);
}

.fill-gray-800\/10 {
  fill: rgb(114 129 139 / 0.1);
}

.fill-gray-800\/100 {
  fill: rgb(114 129 139 / 1);
}

.fill-gray-800\/20 {
  fill: rgb(114 129 139 / 0.2);
}

.fill-gray-800\/25 {
  fill: rgb(114 129 139 / 0.25);
}

.fill-gray-800\/30 {
  fill: rgb(114 129 139 / 0.3);
}

.fill-gray-800\/40 {
  fill: rgb(114 129 139 / 0.4);
}

.fill-gray-800\/5 {
  fill: rgb(114 129 139 / 0.05);
}

.fill-gray-800\/50 {
  fill: rgb(114 129 139 / 0.5);
}

.fill-gray-800\/60 {
  fill: rgb(114 129 139 / 0.6);
}

.fill-gray-800\/70 {
  fill: rgb(114 129 139 / 0.7);
}

.fill-gray-800\/75 {
  fill: rgb(114 129 139 / 0.75);
}

.fill-gray-800\/80 {
  fill: rgb(114 129 139 / 0.8);
}

.fill-gray-800\/90 {
  fill: rgb(114 129 139 / 0.9);
}

.fill-gray-800\/95 {
  fill: rgb(114 129 139 / 0.95);
}

.fill-gray-900 {
  fill: #4f626e;
}

.fill-gray-900\/0 {
  fill: rgb(79 98 110 / 0);
}

.fill-gray-900\/10 {
  fill: rgb(79 98 110 / 0.1);
}

.fill-gray-900\/100 {
  fill: rgb(79 98 110 / 1);
}

.fill-gray-900\/20 {
  fill: rgb(79 98 110 / 0.2);
}

.fill-gray-900\/25 {
  fill: rgb(79 98 110 / 0.25);
}

.fill-gray-900\/30 {
  fill: rgb(79 98 110 / 0.3);
}

.fill-gray-900\/40 {
  fill: rgb(79 98 110 / 0.4);
}

.fill-gray-900\/5 {
  fill: rgb(79 98 110 / 0.05);
}

.fill-gray-900\/50 {
  fill: rgb(79 98 110 / 0.5);
}

.fill-gray-900\/60 {
  fill: rgb(79 98 110 / 0.6);
}

.fill-gray-900\/70 {
  fill: rgb(79 98 110 / 0.7);
}

.fill-gray-900\/75 {
  fill: rgb(79 98 110 / 0.75);
}

.fill-gray-900\/80 {
  fill: rgb(79 98 110 / 0.8);
}

.fill-gray-900\/90 {
  fill: rgb(79 98 110 / 0.9);
}

.fill-gray-900\/95 {
  fill: rgb(79 98 110 / 0.95);
}

.fill-green-100 {
  fill: #daf5e4;
}

.fill-green-100\/0 {
  fill: rgb(218 245 228 / 0);
}

.fill-green-100\/10 {
  fill: rgb(218 245 228 / 0.1);
}

.fill-green-100\/100 {
  fill: rgb(218 245 228 / 1);
}

.fill-green-100\/20 {
  fill: rgb(218 245 228 / 0.2);
}

.fill-green-100\/25 {
  fill: rgb(218 245 228 / 0.25);
}

.fill-green-100\/30 {
  fill: rgb(218 245 228 / 0.3);
}

.fill-green-100\/40 {
  fill: rgb(218 245 228 / 0.4);
}

.fill-green-100\/5 {
  fill: rgb(218 245 228 / 0.05);
}

.fill-green-100\/50 {
  fill: rgb(218 245 228 / 0.5);
}

.fill-green-100\/60 {
  fill: rgb(218 245 228 / 0.6);
}

.fill-green-100\/70 {
  fill: rgb(218 245 228 / 0.7);
}

.fill-green-100\/75 {
  fill: rgb(218 245 228 / 0.75);
}

.fill-green-100\/80 {
  fill: rgb(218 245 228 / 0.8);
}

.fill-green-100\/90 {
  fill: rgb(218 245 228 / 0.9);
}

.fill-green-100\/95 {
  fill: rgb(218 245 228 / 0.95);
}

.fill-green-1000 {
  fill: #1d2d23;
}

.fill-green-1000\/0 {
  fill: rgb(29 45 35 / 0);
}

.fill-green-1000\/10 {
  fill: rgb(29 45 35 / 0.1);
}

.fill-green-1000\/100 {
  fill: rgb(29 45 35 / 1);
}

.fill-green-1000\/20 {
  fill: rgb(29 45 35 / 0.2);
}

.fill-green-1000\/25 {
  fill: rgb(29 45 35 / 0.25);
}

.fill-green-1000\/30 {
  fill: rgb(29 45 35 / 0.3);
}

.fill-green-1000\/40 {
  fill: rgb(29 45 35 / 0.4);
}

.fill-green-1000\/5 {
  fill: rgb(29 45 35 / 0.05);
}

.fill-green-1000\/50 {
  fill: rgb(29 45 35 / 0.5);
}

.fill-green-1000\/60 {
  fill: rgb(29 45 35 / 0.6);
}

.fill-green-1000\/70 {
  fill: rgb(29 45 35 / 0.7);
}

.fill-green-1000\/75 {
  fill: rgb(29 45 35 / 0.75);
}

.fill-green-1000\/80 {
  fill: rgb(29 45 35 / 0.8);
}

.fill-green-1000\/90 {
  fill: rgb(29 45 35 / 0.9);
}

.fill-green-1000\/95 {
  fill: rgb(29 45 35 / 0.95);
}

.fill-green-200 {
  fill: #c8f0d7;
}

.fill-green-200\/0 {
  fill: rgb(200 240 215 / 0);
}

.fill-green-200\/10 {
  fill: rgb(200 240 215 / 0.1);
}

.fill-green-200\/100 {
  fill: rgb(200 240 215 / 1);
}

.fill-green-200\/20 {
  fill: rgb(200 240 215 / 0.2);
}

.fill-green-200\/25 {
  fill: rgb(200 240 215 / 0.25);
}

.fill-green-200\/30 {
  fill: rgb(200 240 215 / 0.3);
}

.fill-green-200\/40 {
  fill: rgb(200 240 215 / 0.4);
}

.fill-green-200\/5 {
  fill: rgb(200 240 215 / 0.05);
}

.fill-green-200\/50 {
  fill: rgb(200 240 215 / 0.5);
}

.fill-green-200\/60 {
  fill: rgb(200 240 215 / 0.6);
}

.fill-green-200\/70 {
  fill: rgb(200 240 215 / 0.7);
}

.fill-green-200\/75 {
  fill: rgb(200 240 215 / 0.75);
}

.fill-green-200\/80 {
  fill: rgb(200 240 215 / 0.8);
}

.fill-green-200\/90 {
  fill: rgb(200 240 215 / 0.9);
}

.fill-green-200\/95 {
  fill: rgb(200 240 215 / 0.95);
}

.fill-green-300 {
  fill: #b6ebca;
}

.fill-green-300\/0 {
  fill: rgb(182 235 202 / 0);
}

.fill-green-300\/10 {
  fill: rgb(182 235 202 / 0.1);
}

.fill-green-300\/100 {
  fill: rgb(182 235 202 / 1);
}

.fill-green-300\/20 {
  fill: rgb(182 235 202 / 0.2);
}

.fill-green-300\/25 {
  fill: rgb(182 235 202 / 0.25);
}

.fill-green-300\/30 {
  fill: rgb(182 235 202 / 0.3);
}

.fill-green-300\/40 {
  fill: rgb(182 235 202 / 0.4);
}

.fill-green-300\/5 {
  fill: rgb(182 235 202 / 0.05);
}

.fill-green-300\/50 {
  fill: rgb(182 235 202 / 0.5);
}

.fill-green-300\/60 {
  fill: rgb(182 235 202 / 0.6);
}

.fill-green-300\/70 {
  fill: rgb(182 235 202 / 0.7);
}

.fill-green-300\/75 {
  fill: rgb(182 235 202 / 0.75);
}

.fill-green-300\/80 {
  fill: rgb(182 235 202 / 0.8);
}

.fill-green-300\/90 {
  fill: rgb(182 235 202 / 0.9);
}

.fill-green-300\/95 {
  fill: rgb(182 235 202 / 0.95);
}

.fill-green-400 {
  fill: #a3e6bc;
}

.fill-green-400\/0 {
  fill: rgb(163 230 188 / 0);
}

.fill-green-400\/10 {
  fill: rgb(163 230 188 / 0.1);
}

.fill-green-400\/100 {
  fill: rgb(163 230 188 / 1);
}

.fill-green-400\/20 {
  fill: rgb(163 230 188 / 0.2);
}

.fill-green-400\/25 {
  fill: rgb(163 230 188 / 0.25);
}

.fill-green-400\/30 {
  fill: rgb(163 230 188 / 0.3);
}

.fill-green-400\/40 {
  fill: rgb(163 230 188 / 0.4);
}

.fill-green-400\/5 {
  fill: rgb(163 230 188 / 0.05);
}

.fill-green-400\/50 {
  fill: rgb(163 230 188 / 0.5);
}

.fill-green-400\/60 {
  fill: rgb(163 230 188 / 0.6);
}

.fill-green-400\/70 {
  fill: rgb(163 230 188 / 0.7);
}

.fill-green-400\/75 {
  fill: rgb(163 230 188 / 0.75);
}

.fill-green-400\/80 {
  fill: rgb(163 230 188 / 0.8);
}

.fill-green-400\/90 {
  fill: rgb(163 230 188 / 0.9);
}

.fill-green-400\/95 {
  fill: rgb(163 230 188 / 0.95);
}

.fill-green-50 {
  fill: #e9f9ef;
}

.fill-green-50\/0 {
  fill: rgb(233 249 239 / 0);
}

.fill-green-50\/10 {
  fill: rgb(233 249 239 / 0.1);
}

.fill-green-50\/100 {
  fill: rgb(233 249 239 / 1);
}

.fill-green-50\/20 {
  fill: rgb(233 249 239 / 0.2);
}

.fill-green-50\/25 {
  fill: rgb(233 249 239 / 0.25);
}

.fill-green-50\/30 {
  fill: rgb(233 249 239 / 0.3);
}

.fill-green-50\/40 {
  fill: rgb(233 249 239 / 0.4);
}

.fill-green-50\/5 {
  fill: rgb(233 249 239 / 0.05);
}

.fill-green-50\/50 {
  fill: rgb(233 249 239 / 0.5);
}

.fill-green-50\/60 {
  fill: rgb(233 249 239 / 0.6);
}

.fill-green-50\/70 {
  fill: rgb(233 249 239 / 0.7);
}

.fill-green-50\/75 {
  fill: rgb(233 249 239 / 0.75);
}

.fill-green-50\/80 {
  fill: rgb(233 249 239 / 0.8);
}

.fill-green-50\/90 {
  fill: rgb(233 249 239 / 0.9);
}

.fill-green-50\/95 {
  fill: rgb(233 249 239 / 0.95);
}

.fill-green-500 {
  fill: #91e1af;
}

.fill-green-500\/0 {
  fill: rgb(145 225 175 / 0);
}

.fill-green-500\/10 {
  fill: rgb(145 225 175 / 0.1);
}

.fill-green-500\/100 {
  fill: rgb(145 225 175 / 1);
}

.fill-green-500\/20 {
  fill: rgb(145 225 175 / 0.2);
}

.fill-green-500\/25 {
  fill: rgb(145 225 175 / 0.25);
}

.fill-green-500\/30 {
  fill: rgb(145 225 175 / 0.3);
}

.fill-green-500\/40 {
  fill: rgb(145 225 175 / 0.4);
}

.fill-green-500\/5 {
  fill: rgb(145 225 175 / 0.05);
}

.fill-green-500\/50 {
  fill: rgb(145 225 175 / 0.5);
}

.fill-green-500\/60 {
  fill: rgb(145 225 175 / 0.6);
}

.fill-green-500\/70 {
  fill: rgb(145 225 175 / 0.7);
}

.fill-green-500\/75 {
  fill: rgb(145 225 175 / 0.75);
}

.fill-green-500\/80 {
  fill: rgb(145 225 175 / 0.8);
}

.fill-green-500\/90 {
  fill: rgb(145 225 175 / 0.9);
}

.fill-green-500\/95 {
  fill: rgb(145 225 175 / 0.95);
}

.fill-green-600 {
  fill: #79bc92;
}

.fill-green-600\/0 {
  fill: rgb(121 188 146 / 0);
}

.fill-green-600\/10 {
  fill: rgb(121 188 146 / 0.1);
}

.fill-green-600\/100 {
  fill: rgb(121 188 146 / 1);
}

.fill-green-600\/20 {
  fill: rgb(121 188 146 / 0.2);
}

.fill-green-600\/25 {
  fill: rgb(121 188 146 / 0.25);
}

.fill-green-600\/30 {
  fill: rgb(121 188 146 / 0.3);
}

.fill-green-600\/40 {
  fill: rgb(121 188 146 / 0.4);
}

.fill-green-600\/5 {
  fill: rgb(121 188 146 / 0.05);
}

.fill-green-600\/50 {
  fill: rgb(121 188 146 / 0.5);
}

.fill-green-600\/60 {
  fill: rgb(121 188 146 / 0.6);
}

.fill-green-600\/70 {
  fill: rgb(121 188 146 / 0.7);
}

.fill-green-600\/75 {
  fill: rgb(121 188 146 / 0.75);
}

.fill-green-600\/80 {
  fill: rgb(121 188 146 / 0.8);
}

.fill-green-600\/90 {
  fill: rgb(121 188 146 / 0.9);
}

.fill-green-600\/95 {
  fill: rgb(121 188 146 / 0.95);
}

.fill-green-700 {
  fill: #619675;
}

.fill-green-700\/0 {
  fill: rgb(97 150 117 / 0);
}

.fill-green-700\/10 {
  fill: rgb(97 150 117 / 0.1);
}

.fill-green-700\/100 {
  fill: rgb(97 150 117 / 1);
}

.fill-green-700\/20 {
  fill: rgb(97 150 117 / 0.2);
}

.fill-green-700\/25 {
  fill: rgb(97 150 117 / 0.25);
}

.fill-green-700\/30 {
  fill: rgb(97 150 117 / 0.3);
}

.fill-green-700\/40 {
  fill: rgb(97 150 117 / 0.4);
}

.fill-green-700\/5 {
  fill: rgb(97 150 117 / 0.05);
}

.fill-green-700\/50 {
  fill: rgb(97 150 117 / 0.5);
}

.fill-green-700\/60 {
  fill: rgb(97 150 117 / 0.6);
}

.fill-green-700\/70 {
  fill: rgb(97 150 117 / 0.7);
}

.fill-green-700\/75 {
  fill: rgb(97 150 117 / 0.75);
}

.fill-green-700\/80 {
  fill: rgb(97 150 117 / 0.8);
}

.fill-green-700\/90 {
  fill: rgb(97 150 117 / 0.9);
}

.fill-green-700\/95 {
  fill: rgb(97 150 117 / 0.95);
}

.fill-green-800 {
  fill: #497158;
}

.fill-green-800\/0 {
  fill: rgb(73 113 88 / 0);
}

.fill-green-800\/10 {
  fill: rgb(73 113 88 / 0.1);
}

.fill-green-800\/100 {
  fill: rgb(73 113 88 / 1);
}

.fill-green-800\/20 {
  fill: rgb(73 113 88 / 0.2);
}

.fill-green-800\/25 {
  fill: rgb(73 113 88 / 0.25);
}

.fill-green-800\/30 {
  fill: rgb(73 113 88 / 0.3);
}

.fill-green-800\/40 {
  fill: rgb(73 113 88 / 0.4);
}

.fill-green-800\/5 {
  fill: rgb(73 113 88 / 0.05);
}

.fill-green-800\/50 {
  fill: rgb(73 113 88 / 0.5);
}

.fill-green-800\/60 {
  fill: rgb(73 113 88 / 0.6);
}

.fill-green-800\/70 {
  fill: rgb(73 113 88 / 0.7);
}

.fill-green-800\/75 {
  fill: rgb(73 113 88 / 0.75);
}

.fill-green-800\/80 {
  fill: rgb(73 113 88 / 0.8);
}

.fill-green-800\/90 {
  fill: rgb(73 113 88 / 0.9);
}

.fill-green-800\/95 {
  fill: rgb(73 113 88 / 0.95);
}

.fill-green-900 {
  fill: #304b3a;
}

.fill-green-900\/0 {
  fill: rgb(48 75 58 / 0);
}

.fill-green-900\/10 {
  fill: rgb(48 75 58 / 0.1);
}

.fill-green-900\/100 {
  fill: rgb(48 75 58 / 1);
}

.fill-green-900\/20 {
  fill: rgb(48 75 58 / 0.2);
}

.fill-green-900\/25 {
  fill: rgb(48 75 58 / 0.25);
}

.fill-green-900\/30 {
  fill: rgb(48 75 58 / 0.3);
}

.fill-green-900\/40 {
  fill: rgb(48 75 58 / 0.4);
}

.fill-green-900\/5 {
  fill: rgb(48 75 58 / 0.05);
}

.fill-green-900\/50 {
  fill: rgb(48 75 58 / 0.5);
}

.fill-green-900\/60 {
  fill: rgb(48 75 58 / 0.6);
}

.fill-green-900\/70 {
  fill: rgb(48 75 58 / 0.7);
}

.fill-green-900\/75 {
  fill: rgb(48 75 58 / 0.75);
}

.fill-green-900\/80 {
  fill: rgb(48 75 58 / 0.8);
}

.fill-green-900\/90 {
  fill: rgb(48 75 58 / 0.9);
}

.fill-green-900\/95 {
  fill: rgb(48 75 58 / 0.95);
}

.fill-navy-100 {
  fill: #afc3e8;
}

.fill-navy-100\/0 {
  fill: rgb(175 195 232 / 0);
}

.fill-navy-100\/10 {
  fill: rgb(175 195 232 / 0.1);
}

.fill-navy-100\/100 {
  fill: rgb(175 195 232 / 1);
}

.fill-navy-100\/20 {
  fill: rgb(175 195 232 / 0.2);
}

.fill-navy-100\/25 {
  fill: rgb(175 195 232 / 0.25);
}

.fill-navy-100\/30 {
  fill: rgb(175 195 232 / 0.3);
}

.fill-navy-100\/40 {
  fill: rgb(175 195 232 / 0.4);
}

.fill-navy-100\/5 {
  fill: rgb(175 195 232 / 0.05);
}

.fill-navy-100\/50 {
  fill: rgb(175 195 232 / 0.5);
}

.fill-navy-100\/60 {
  fill: rgb(175 195 232 / 0.6);
}

.fill-navy-100\/70 {
  fill: rgb(175 195 232 / 0.7);
}

.fill-navy-100\/75 {
  fill: rgb(175 195 232 / 0.75);
}

.fill-navy-100\/80 {
  fill: rgb(175 195 232 / 0.8);
}

.fill-navy-100\/90 {
  fill: rgb(175 195 232 / 0.9);
}

.fill-navy-100\/95 {
  fill: rgb(175 195 232 / 0.95);
}

.fill-navy-1000 {
  fill: #030f25;
}

.fill-navy-1000\/0 {
  fill: rgb(3 15 37 / 0);
}

.fill-navy-1000\/10 {
  fill: rgb(3 15 37 / 0.1);
}

.fill-navy-1000\/100 {
  fill: rgb(3 15 37 / 1);
}

.fill-navy-1000\/20 {
  fill: rgb(3 15 37 / 0.2);
}

.fill-navy-1000\/25 {
  fill: rgb(3 15 37 / 0.25);
}

.fill-navy-1000\/30 {
  fill: rgb(3 15 37 / 0.3);
}

.fill-navy-1000\/40 {
  fill: rgb(3 15 37 / 0.4);
}

.fill-navy-1000\/5 {
  fill: rgb(3 15 37 / 0.05);
}

.fill-navy-1000\/50 {
  fill: rgb(3 15 37 / 0.5);
}

.fill-navy-1000\/60 {
  fill: rgb(3 15 37 / 0.6);
}

.fill-navy-1000\/70 {
  fill: rgb(3 15 37 / 0.7);
}

.fill-navy-1000\/75 {
  fill: rgb(3 15 37 / 0.75);
}

.fill-navy-1000\/80 {
  fill: rgb(3 15 37 / 0.8);
}

.fill-navy-1000\/90 {
  fill: rgb(3 15 37 / 0.9);
}

.fill-navy-1000\/95 {
  fill: rgb(3 15 37 / 0.95);
}

.fill-navy-200 {
  fill: #87a5dc;
}

.fill-navy-200\/0 {
  fill: rgb(135 165 220 / 0);
}

.fill-navy-200\/10 {
  fill: rgb(135 165 220 / 0.1);
}

.fill-navy-200\/100 {
  fill: rgb(135 165 220 / 1);
}

.fill-navy-200\/20 {
  fill: rgb(135 165 220 / 0.2);
}

.fill-navy-200\/25 {
  fill: rgb(135 165 220 / 0.25);
}

.fill-navy-200\/30 {
  fill: rgb(135 165 220 / 0.3);
}

.fill-navy-200\/40 {
  fill: rgb(135 165 220 / 0.4);
}

.fill-navy-200\/5 {
  fill: rgb(135 165 220 / 0.05);
}

.fill-navy-200\/50 {
  fill: rgb(135 165 220 / 0.5);
}

.fill-navy-200\/60 {
  fill: rgb(135 165 220 / 0.6);
}

.fill-navy-200\/70 {
  fill: rgb(135 165 220 / 0.7);
}

.fill-navy-200\/75 {
  fill: rgb(135 165 220 / 0.75);
}

.fill-navy-200\/80 {
  fill: rgb(135 165 220 / 0.8);
}

.fill-navy-200\/90 {
  fill: rgb(135 165 220 / 0.9);
}

.fill-navy-200\/95 {
  fill: rgb(135 165 220 / 0.95);
}

.fill-navy-300 {
  fill: #5f87d0;
}

.fill-navy-300\/0 {
  fill: rgb(95 135 208 / 0);
}

.fill-navy-300\/10 {
  fill: rgb(95 135 208 / 0.1);
}

.fill-navy-300\/100 {
  fill: rgb(95 135 208 / 1);
}

.fill-navy-300\/20 {
  fill: rgb(95 135 208 / 0.2);
}

.fill-navy-300\/25 {
  fill: rgb(95 135 208 / 0.25);
}

.fill-navy-300\/30 {
  fill: rgb(95 135 208 / 0.3);
}

.fill-navy-300\/40 {
  fill: rgb(95 135 208 / 0.4);
}

.fill-navy-300\/5 {
  fill: rgb(95 135 208 / 0.05);
}

.fill-navy-300\/50 {
  fill: rgb(95 135 208 / 0.5);
}

.fill-navy-300\/60 {
  fill: rgb(95 135 208 / 0.6);
}

.fill-navy-300\/70 {
  fill: rgb(95 135 208 / 0.7);
}

.fill-navy-300\/75 {
  fill: rgb(95 135 208 / 0.75);
}

.fill-navy-300\/80 {
  fill: rgb(95 135 208 / 0.8);
}

.fill-navy-300\/90 {
  fill: rgb(95 135 208 / 0.9);
}

.fill-navy-300\/95 {
  fill: rgb(95 135 208 / 0.95);
}

.fill-navy-400 {
  fill: #3769c5;
}

.fill-navy-400\/0 {
  fill: rgb(55 105 197 / 0);
}

.fill-navy-400\/10 {
  fill: rgb(55 105 197 / 0.1);
}

.fill-navy-400\/100 {
  fill: rgb(55 105 197 / 1);
}

.fill-navy-400\/20 {
  fill: rgb(55 105 197 / 0.2);
}

.fill-navy-400\/25 {
  fill: rgb(55 105 197 / 0.25);
}

.fill-navy-400\/30 {
  fill: rgb(55 105 197 / 0.3);
}

.fill-navy-400\/40 {
  fill: rgb(55 105 197 / 0.4);
}

.fill-navy-400\/5 {
  fill: rgb(55 105 197 / 0.05);
}

.fill-navy-400\/50 {
  fill: rgb(55 105 197 / 0.5);
}

.fill-navy-400\/60 {
  fill: rgb(55 105 197 / 0.6);
}

.fill-navy-400\/70 {
  fill: rgb(55 105 197 / 0.7);
}

.fill-navy-400\/75 {
  fill: rgb(55 105 197 / 0.75);
}

.fill-navy-400\/80 {
  fill: rgb(55 105 197 / 0.8);
}

.fill-navy-400\/90 {
  fill: rgb(55 105 197 / 0.9);
}

.fill-navy-400\/95 {
  fill: rgb(55 105 197 / 0.95);
}

.fill-navy-50 {
  fill: #cfdbf1;
}

.fill-navy-50\/0 {
  fill: rgb(207 219 241 / 0);
}

.fill-navy-50\/10 {
  fill: rgb(207 219 241 / 0.1);
}

.fill-navy-50\/100 {
  fill: rgb(207 219 241 / 1);
}

.fill-navy-50\/20 {
  fill: rgb(207 219 241 / 0.2);
}

.fill-navy-50\/25 {
  fill: rgb(207 219 241 / 0.25);
}

.fill-navy-50\/30 {
  fill: rgb(207 219 241 / 0.3);
}

.fill-navy-50\/40 {
  fill: rgb(207 219 241 / 0.4);
}

.fill-navy-50\/5 {
  fill: rgb(207 219 241 / 0.05);
}

.fill-navy-50\/50 {
  fill: rgb(207 219 241 / 0.5);
}

.fill-navy-50\/60 {
  fill: rgb(207 219 241 / 0.6);
}

.fill-navy-50\/70 {
  fill: rgb(207 219 241 / 0.7);
}

.fill-navy-50\/75 {
  fill: rgb(207 219 241 / 0.75);
}

.fill-navy-50\/80 {
  fill: rgb(207 219 241 / 0.8);
}

.fill-navy-50\/90 {
  fill: rgb(207 219 241 / 0.9);
}

.fill-navy-50\/95 {
  fill: rgb(207 219 241 / 0.95);
}

.fill-navy-500 {
  fill: #0f4bb9;
}

.fill-navy-500\/0 {
  fill: rgb(15 75 185 / 0);
}

.fill-navy-500\/10 {
  fill: rgb(15 75 185 / 0.1);
}

.fill-navy-500\/100 {
  fill: rgb(15 75 185 / 1);
}

.fill-navy-500\/20 {
  fill: rgb(15 75 185 / 0.2);
}

.fill-navy-500\/25 {
  fill: rgb(15 75 185 / 0.25);
}

.fill-navy-500\/30 {
  fill: rgb(15 75 185 / 0.3);
}

.fill-navy-500\/40 {
  fill: rgb(15 75 185 / 0.4);
}

.fill-navy-500\/5 {
  fill: rgb(15 75 185 / 0.05);
}

.fill-navy-500\/50 {
  fill: rgb(15 75 185 / 0.5);
}

.fill-navy-500\/60 {
  fill: rgb(15 75 185 / 0.6);
}

.fill-navy-500\/70 {
  fill: rgb(15 75 185 / 0.7);
}

.fill-navy-500\/75 {
  fill: rgb(15 75 185 / 0.75);
}

.fill-navy-500\/80 {
  fill: rgb(15 75 185 / 0.8);
}

.fill-navy-500\/90 {
  fill: rgb(15 75 185 / 0.9);
}

.fill-navy-500\/95 {
  fill: rgb(15 75 185 / 0.95);
}

.fill-navy-600 {
  fill: #0d3f9a;
}

.fill-navy-600\/0 {
  fill: rgb(13 63 154 / 0);
}

.fill-navy-600\/10 {
  fill: rgb(13 63 154 / 0.1);
}

.fill-navy-600\/100 {
  fill: rgb(13 63 154 / 1);
}

.fill-navy-600\/20 {
  fill: rgb(13 63 154 / 0.2);
}

.fill-navy-600\/25 {
  fill: rgb(13 63 154 / 0.25);
}

.fill-navy-600\/30 {
  fill: rgb(13 63 154 / 0.3);
}

.fill-navy-600\/40 {
  fill: rgb(13 63 154 / 0.4);
}

.fill-navy-600\/5 {
  fill: rgb(13 63 154 / 0.05);
}

.fill-navy-600\/50 {
  fill: rgb(13 63 154 / 0.5);
}

.fill-navy-600\/60 {
  fill: rgb(13 63 154 / 0.6);
}

.fill-navy-600\/70 {
  fill: rgb(13 63 154 / 0.7);
}

.fill-navy-600\/75 {
  fill: rgb(13 63 154 / 0.75);
}

.fill-navy-600\/80 {
  fill: rgb(13 63 154 / 0.8);
}

.fill-navy-600\/90 {
  fill: rgb(13 63 154 / 0.9);
}

.fill-navy-600\/95 {
  fill: rgb(13 63 154 / 0.95);
}

.fill-navy-700 {
  fill: #0a327b;
}

.fill-navy-700\/0 {
  fill: rgb(10 50 123 / 0);
}

.fill-navy-700\/10 {
  fill: rgb(10 50 123 / 0.1);
}

.fill-navy-700\/100 {
  fill: rgb(10 50 123 / 1);
}

.fill-navy-700\/20 {
  fill: rgb(10 50 123 / 0.2);
}

.fill-navy-700\/25 {
  fill: rgb(10 50 123 / 0.25);
}

.fill-navy-700\/30 {
  fill: rgb(10 50 123 / 0.3);
}

.fill-navy-700\/40 {
  fill: rgb(10 50 123 / 0.4);
}

.fill-navy-700\/5 {
  fill: rgb(10 50 123 / 0.05);
}

.fill-navy-700\/50 {
  fill: rgb(10 50 123 / 0.5);
}

.fill-navy-700\/60 {
  fill: rgb(10 50 123 / 0.6);
}

.fill-navy-700\/70 {
  fill: rgb(10 50 123 / 0.7);
}

.fill-navy-700\/75 {
  fill: rgb(10 50 123 / 0.75);
}

.fill-navy-700\/80 {
  fill: rgb(10 50 123 / 0.8);
}

.fill-navy-700\/90 {
  fill: rgb(10 50 123 / 0.9);
}

.fill-navy-700\/95 {
  fill: rgb(10 50 123 / 0.95);
}

.fill-navy-800 {
  fill: #08265d;
}

.fill-navy-800\/0 {
  fill: rgb(8 38 93 / 0);
}

.fill-navy-800\/10 {
  fill: rgb(8 38 93 / 0.1);
}

.fill-navy-800\/100 {
  fill: rgb(8 38 93 / 1);
}

.fill-navy-800\/20 {
  fill: rgb(8 38 93 / 0.2);
}

.fill-navy-800\/25 {
  fill: rgb(8 38 93 / 0.25);
}

.fill-navy-800\/30 {
  fill: rgb(8 38 93 / 0.3);
}

.fill-navy-800\/40 {
  fill: rgb(8 38 93 / 0.4);
}

.fill-navy-800\/5 {
  fill: rgb(8 38 93 / 0.05);
}

.fill-navy-800\/50 {
  fill: rgb(8 38 93 / 0.5);
}

.fill-navy-800\/60 {
  fill: rgb(8 38 93 / 0.6);
}

.fill-navy-800\/70 {
  fill: rgb(8 38 93 / 0.7);
}

.fill-navy-800\/75 {
  fill: rgb(8 38 93 / 0.75);
}

.fill-navy-800\/80 {
  fill: rgb(8 38 93 / 0.8);
}

.fill-navy-800\/90 {
  fill: rgb(8 38 93 / 0.9);
}

.fill-navy-800\/95 {
  fill: rgb(8 38 93 / 0.95);
}

.fill-navy-900 {
  fill: #05193e;
}

.fill-navy-900\/0 {
  fill: rgb(5 25 62 / 0);
}

.fill-navy-900\/10 {
  fill: rgb(5 25 62 / 0.1);
}

.fill-navy-900\/100 {
  fill: rgb(5 25 62 / 1);
}

.fill-navy-900\/20 {
  fill: rgb(5 25 62 / 0.2);
}

.fill-navy-900\/25 {
  fill: rgb(5 25 62 / 0.25);
}

.fill-navy-900\/30 {
  fill: rgb(5 25 62 / 0.3);
}

.fill-navy-900\/40 {
  fill: rgb(5 25 62 / 0.4);
}

.fill-navy-900\/5 {
  fill: rgb(5 25 62 / 0.05);
}

.fill-navy-900\/50 {
  fill: rgb(5 25 62 / 0.5);
}

.fill-navy-900\/60 {
  fill: rgb(5 25 62 / 0.6);
}

.fill-navy-900\/70 {
  fill: rgb(5 25 62 / 0.7);
}

.fill-navy-900\/75 {
  fill: rgb(5 25 62 / 0.75);
}

.fill-navy-900\/80 {
  fill: rgb(5 25 62 / 0.8);
}

.fill-navy-900\/90 {
  fill: rgb(5 25 62 / 0.9);
}

.fill-navy-900\/95 {
  fill: rgb(5 25 62 / 0.95);
}

.fill-orange-100 {
  fill: #ffd4c5;
}

.fill-orange-100\/0 {
  fill: rgb(255 212 197 / 0);
}

.fill-orange-100\/10 {
  fill: rgb(255 212 197 / 0.1);
}

.fill-orange-100\/100 {
  fill: rgb(255 212 197 / 1);
}

.fill-orange-100\/20 {
  fill: rgb(255 212 197 / 0.2);
}

.fill-orange-100\/25 {
  fill: rgb(255 212 197 / 0.25);
}

.fill-orange-100\/30 {
  fill: rgb(255 212 197 / 0.3);
}

.fill-orange-100\/40 {
  fill: rgb(255 212 197 / 0.4);
}

.fill-orange-100\/5 {
  fill: rgb(255 212 197 / 0.05);
}

.fill-orange-100\/50 {
  fill: rgb(255 212 197 / 0.5);
}

.fill-orange-100\/60 {
  fill: rgb(255 212 197 / 0.6);
}

.fill-orange-100\/70 {
  fill: rgb(255 212 197 / 0.7);
}

.fill-orange-100\/75 {
  fill: rgb(255 212 197 / 0.75);
}

.fill-orange-100\/80 {
  fill: rgb(255 212 197 / 0.8);
}

.fill-orange-100\/90 {
  fill: rgb(255 212 197 / 0.9);
}

.fill-orange-100\/95 {
  fill: rgb(255 212 197 / 0.95);
}

.fill-orange-1000 {
  fill: #331910;
}

.fill-orange-1000\/0 {
  fill: rgb(51 25 16 / 0);
}

.fill-orange-1000\/10 {
  fill: rgb(51 25 16 / 0.1);
}

.fill-orange-1000\/100 {
  fill: rgb(51 25 16 / 1);
}

.fill-orange-1000\/20 {
  fill: rgb(51 25 16 / 0.2);
}

.fill-orange-1000\/25 {
  fill: rgb(51 25 16 / 0.25);
}

.fill-orange-1000\/30 {
  fill: rgb(51 25 16 / 0.3);
}

.fill-orange-1000\/40 {
  fill: rgb(51 25 16 / 0.4);
}

.fill-orange-1000\/5 {
  fill: rgb(51 25 16 / 0.05);
}

.fill-orange-1000\/50 {
  fill: rgb(51 25 16 / 0.5);
}

.fill-orange-1000\/60 {
  fill: rgb(51 25 16 / 0.6);
}

.fill-orange-1000\/70 {
  fill: rgb(51 25 16 / 0.7);
}

.fill-orange-1000\/75 {
  fill: rgb(51 25 16 / 0.75);
}

.fill-orange-1000\/80 {
  fill: rgb(51 25 16 / 0.8);
}

.fill-orange-1000\/90 {
  fill: rgb(51 25 16 / 0.9);
}

.fill-orange-1000\/95 {
  fill: rgb(51 25 16 / 0.95);
}

.fill-orange-200 {
  fill: #ffbfa8;
}

.fill-orange-200\/0 {
  fill: rgb(255 191 168 / 0);
}

.fill-orange-200\/10 {
  fill: rgb(255 191 168 / 0.1);
}

.fill-orange-200\/100 {
  fill: rgb(255 191 168 / 1);
}

.fill-orange-200\/20 {
  fill: rgb(255 191 168 / 0.2);
}

.fill-orange-200\/25 {
  fill: rgb(255 191 168 / 0.25);
}

.fill-orange-200\/30 {
  fill: rgb(255 191 168 / 0.3);
}

.fill-orange-200\/40 {
  fill: rgb(255 191 168 / 0.4);
}

.fill-orange-200\/5 {
  fill: rgb(255 191 168 / 0.05);
}

.fill-orange-200\/50 {
  fill: rgb(255 191 168 / 0.5);
}

.fill-orange-200\/60 {
  fill: rgb(255 191 168 / 0.6);
}

.fill-orange-200\/70 {
  fill: rgb(255 191 168 / 0.7);
}

.fill-orange-200\/75 {
  fill: rgb(255 191 168 / 0.75);
}

.fill-orange-200\/80 {
  fill: rgb(255 191 168 / 0.8);
}

.fill-orange-200\/90 {
  fill: rgb(255 191 168 / 0.9);
}

.fill-orange-200\/95 {
  fill: rgb(255 191 168 / 0.95);
}

.fill-orange-300 {
  fill: #ffaa8a;
}

.fill-orange-300\/0 {
  fill: rgb(255 170 138 / 0);
}

.fill-orange-300\/10 {
  fill: rgb(255 170 138 / 0.1);
}

.fill-orange-300\/100 {
  fill: rgb(255 170 138 / 1);
}

.fill-orange-300\/20 {
  fill: rgb(255 170 138 / 0.2);
}

.fill-orange-300\/25 {
  fill: rgb(255 170 138 / 0.25);
}

.fill-orange-300\/30 {
  fill: rgb(255 170 138 / 0.3);
}

.fill-orange-300\/40 {
  fill: rgb(255 170 138 / 0.4);
}

.fill-orange-300\/5 {
  fill: rgb(255 170 138 / 0.05);
}

.fill-orange-300\/50 {
  fill: rgb(255 170 138 / 0.5);
}

.fill-orange-300\/60 {
  fill: rgb(255 170 138 / 0.6);
}

.fill-orange-300\/70 {
  fill: rgb(255 170 138 / 0.7);
}

.fill-orange-300\/75 {
  fill: rgb(255 170 138 / 0.75);
}

.fill-orange-300\/80 {
  fill: rgb(255 170 138 / 0.8);
}

.fill-orange-300\/90 {
  fill: rgb(255 170 138 / 0.9);
}

.fill-orange-300\/95 {
  fill: rgb(255 170 138 / 0.95);
}

.fill-orange-400 {
  fill: #ff946d;
}

.fill-orange-400\/0 {
  fill: rgb(255 148 109 / 0);
}

.fill-orange-400\/10 {
  fill: rgb(255 148 109 / 0.1);
}

.fill-orange-400\/100 {
  fill: rgb(255 148 109 / 1);
}

.fill-orange-400\/20 {
  fill: rgb(255 148 109 / 0.2);
}

.fill-orange-400\/25 {
  fill: rgb(255 148 109 / 0.25);
}

.fill-orange-400\/30 {
  fill: rgb(255 148 109 / 0.3);
}

.fill-orange-400\/40 {
  fill: rgb(255 148 109 / 0.4);
}

.fill-orange-400\/5 {
  fill: rgb(255 148 109 / 0.05);
}

.fill-orange-400\/50 {
  fill: rgb(255 148 109 / 0.5);
}

.fill-orange-400\/60 {
  fill: rgb(255 148 109 / 0.6);
}

.fill-orange-400\/70 {
  fill: rgb(255 148 109 / 0.7);
}

.fill-orange-400\/75 {
  fill: rgb(255 148 109 / 0.75);
}

.fill-orange-400\/80 {
  fill: rgb(255 148 109 / 0.8);
}

.fill-orange-400\/90 {
  fill: rgb(255 148 109 / 0.9);
}

.fill-orange-400\/95 {
  fill: rgb(255 148 109 / 0.95);
}

.fill-orange-50 {
  fill: #ffe5dc;
}

.fill-orange-50\/0 {
  fill: rgb(255 229 220 / 0);
}

.fill-orange-50\/10 {
  fill: rgb(255 229 220 / 0.1);
}

.fill-orange-50\/100 {
  fill: rgb(255 229 220 / 1);
}

.fill-orange-50\/20 {
  fill: rgb(255 229 220 / 0.2);
}

.fill-orange-50\/25 {
  fill: rgb(255 229 220 / 0.25);
}

.fill-orange-50\/30 {
  fill: rgb(255 229 220 / 0.3);
}

.fill-orange-50\/40 {
  fill: rgb(255 229 220 / 0.4);
}

.fill-orange-50\/5 {
  fill: rgb(255 229 220 / 0.05);
}

.fill-orange-50\/50 {
  fill: rgb(255 229 220 / 0.5);
}

.fill-orange-50\/60 {
  fill: rgb(255 229 220 / 0.6);
}

.fill-orange-50\/70 {
  fill: rgb(255 229 220 / 0.7);
}

.fill-orange-50\/75 {
  fill: rgb(255 229 220 / 0.75);
}

.fill-orange-50\/80 {
  fill: rgb(255 229 220 / 0.8);
}

.fill-orange-50\/90 {
  fill: rgb(255 229 220 / 0.9);
}

.fill-orange-50\/95 {
  fill: rgb(255 229 220 / 0.95);
}

.fill-orange-500 {
  fill: #ff7f50;
}

.fill-orange-500\/0 {
  fill: rgb(255 127 80 / 0);
}

.fill-orange-500\/10 {
  fill: rgb(255 127 80 / 0.1);
}

.fill-orange-500\/100 {
  fill: rgb(255 127 80 / 1);
}

.fill-orange-500\/20 {
  fill: rgb(255 127 80 / 0.2);
}

.fill-orange-500\/25 {
  fill: rgb(255 127 80 / 0.25);
}

.fill-orange-500\/30 {
  fill: rgb(255 127 80 / 0.3);
}

.fill-orange-500\/40 {
  fill: rgb(255 127 80 / 0.4);
}

.fill-orange-500\/5 {
  fill: rgb(255 127 80 / 0.05);
}

.fill-orange-500\/50 {
  fill: rgb(255 127 80 / 0.5);
}

.fill-orange-500\/60 {
  fill: rgb(255 127 80 / 0.6);
}

.fill-orange-500\/70 {
  fill: rgb(255 127 80 / 0.7);
}

.fill-orange-500\/75 {
  fill: rgb(255 127 80 / 0.75);
}

.fill-orange-500\/80 {
  fill: rgb(255 127 80 / 0.8);
}

.fill-orange-500\/90 {
  fill: rgb(255 127 80 / 0.9);
}

.fill-orange-500\/95 {
  fill: rgb(255 127 80 / 0.95);
}

.fill-orange-600 {
  fill: #d56a43;
}

.fill-orange-600\/0 {
  fill: rgb(213 106 67 / 0);
}

.fill-orange-600\/10 {
  fill: rgb(213 106 67 / 0.1);
}

.fill-orange-600\/100 {
  fill: rgb(213 106 67 / 1);
}

.fill-orange-600\/20 {
  fill: rgb(213 106 67 / 0.2);
}

.fill-orange-600\/25 {
  fill: rgb(213 106 67 / 0.25);
}

.fill-orange-600\/30 {
  fill: rgb(213 106 67 / 0.3);
}

.fill-orange-600\/40 {
  fill: rgb(213 106 67 / 0.4);
}

.fill-orange-600\/5 {
  fill: rgb(213 106 67 / 0.05);
}

.fill-orange-600\/50 {
  fill: rgb(213 106 67 / 0.5);
}

.fill-orange-600\/60 {
  fill: rgb(213 106 67 / 0.6);
}

.fill-orange-600\/70 {
  fill: rgb(213 106 67 / 0.7);
}

.fill-orange-600\/75 {
  fill: rgb(213 106 67 / 0.75);
}

.fill-orange-600\/80 {
  fill: rgb(213 106 67 / 0.8);
}

.fill-orange-600\/90 {
  fill: rgb(213 106 67 / 0.9);
}

.fill-orange-600\/95 {
  fill: rgb(213 106 67 / 0.95);
}

.fill-orange-700 {
  fill: #aa5535;
}

.fill-orange-700\/0 {
  fill: rgb(170 85 53 / 0);
}

.fill-orange-700\/10 {
  fill: rgb(170 85 53 / 0.1);
}

.fill-orange-700\/100 {
  fill: rgb(170 85 53 / 1);
}

.fill-orange-700\/20 {
  fill: rgb(170 85 53 / 0.2);
}

.fill-orange-700\/25 {
  fill: rgb(170 85 53 / 0.25);
}

.fill-orange-700\/30 {
  fill: rgb(170 85 53 / 0.3);
}

.fill-orange-700\/40 {
  fill: rgb(170 85 53 / 0.4);
}

.fill-orange-700\/5 {
  fill: rgb(170 85 53 / 0.05);
}

.fill-orange-700\/50 {
  fill: rgb(170 85 53 / 0.5);
}

.fill-orange-700\/60 {
  fill: rgb(170 85 53 / 0.6);
}

.fill-orange-700\/70 {
  fill: rgb(170 85 53 / 0.7);
}

.fill-orange-700\/75 {
  fill: rgb(170 85 53 / 0.75);
}

.fill-orange-700\/80 {
  fill: rgb(170 85 53 / 0.8);
}

.fill-orange-700\/90 {
  fill: rgb(170 85 53 / 0.9);
}

.fill-orange-700\/95 {
  fill: rgb(170 85 53 / 0.95);
}

.fill-orange-800 {
  fill: #804028;
}

.fill-orange-800\/0 {
  fill: rgb(128 64 40 / 0);
}

.fill-orange-800\/10 {
  fill: rgb(128 64 40 / 0.1);
}

.fill-orange-800\/100 {
  fill: rgb(128 64 40 / 1);
}

.fill-orange-800\/20 {
  fill: rgb(128 64 40 / 0.2);
}

.fill-orange-800\/25 {
  fill: rgb(128 64 40 / 0.25);
}

.fill-orange-800\/30 {
  fill: rgb(128 64 40 / 0.3);
}

.fill-orange-800\/40 {
  fill: rgb(128 64 40 / 0.4);
}

.fill-orange-800\/5 {
  fill: rgb(128 64 40 / 0.05);
}

.fill-orange-800\/50 {
  fill: rgb(128 64 40 / 0.5);
}

.fill-orange-800\/60 {
  fill: rgb(128 64 40 / 0.6);
}

.fill-orange-800\/70 {
  fill: rgb(128 64 40 / 0.7);
}

.fill-orange-800\/75 {
  fill: rgb(128 64 40 / 0.75);
}

.fill-orange-800\/80 {
  fill: rgb(128 64 40 / 0.8);
}

.fill-orange-800\/90 {
  fill: rgb(128 64 40 / 0.9);
}

.fill-orange-800\/95 {
  fill: rgb(128 64 40 / 0.95);
}

.fill-orange-900 {
  fill: #552a1b;
}

.fill-orange-900\/0 {
  fill: rgb(85 42 27 / 0);
}

.fill-orange-900\/10 {
  fill: rgb(85 42 27 / 0.1);
}

.fill-orange-900\/100 {
  fill: rgb(85 42 27 / 1);
}

.fill-orange-900\/20 {
  fill: rgb(85 42 27 / 0.2);
}

.fill-orange-900\/25 {
  fill: rgb(85 42 27 / 0.25);
}

.fill-orange-900\/30 {
  fill: rgb(85 42 27 / 0.3);
}

.fill-orange-900\/40 {
  fill: rgb(85 42 27 / 0.4);
}

.fill-orange-900\/5 {
  fill: rgb(85 42 27 / 0.05);
}

.fill-orange-900\/50 {
  fill: rgb(85 42 27 / 0.5);
}

.fill-orange-900\/60 {
  fill: rgb(85 42 27 / 0.6);
}

.fill-orange-900\/70 {
  fill: rgb(85 42 27 / 0.7);
}

.fill-orange-900\/75 {
  fill: rgb(85 42 27 / 0.75);
}

.fill-orange-900\/80 {
  fill: rgb(85 42 27 / 0.8);
}

.fill-orange-900\/90 {
  fill: rgb(85 42 27 / 0.9);
}

.fill-orange-900\/95 {
  fill: rgb(85 42 27 / 0.95);
}

.fill-primary {
  fill: #4bdcc3;
}

.fill-purple-100 {
  fill: #d4c8ed;
}

.fill-purple-100\/0 {
  fill: rgb(212 200 237 / 0);
}

.fill-purple-100\/10 {
  fill: rgb(212 200 237 / 0.1);
}

.fill-purple-100\/100 {
  fill: rgb(212 200 237 / 1);
}

.fill-purple-100\/20 {
  fill: rgb(212 200 237 / 0.2);
}

.fill-purple-100\/25 {
  fill: rgb(212 200 237 / 0.25);
}

.fill-purple-100\/30 {
  fill: rgb(212 200 237 / 0.3);
}

.fill-purple-100\/40 {
  fill: rgb(212 200 237 / 0.4);
}

.fill-purple-100\/5 {
  fill: rgb(212 200 237 / 0.05);
}

.fill-purple-100\/50 {
  fill: rgb(212 200 237 / 0.5);
}

.fill-purple-100\/60 {
  fill: rgb(212 200 237 / 0.6);
}

.fill-purple-100\/70 {
  fill: rgb(212 200 237 / 0.7);
}

.fill-purple-100\/75 {
  fill: rgb(212 200 237 / 0.75);
}

.fill-purple-100\/80 {
  fill: rgb(212 200 237 / 0.8);
}

.fill-purple-100\/90 {
  fill: rgb(212 200 237 / 0.9);
}

.fill-purple-100\/95 {
  fill: rgb(212 200 237 / 0.95);
}

.fill-purple-1000 {
  fill: #191228;
}

.fill-purple-1000\/0 {
  fill: rgb(25 18 40 / 0);
}

.fill-purple-1000\/10 {
  fill: rgb(25 18 40 / 0.1);
}

.fill-purple-1000\/100 {
  fill: rgb(25 18 40 / 1);
}

.fill-purple-1000\/20 {
  fill: rgb(25 18 40 / 0.2);
}

.fill-purple-1000\/25 {
  fill: rgb(25 18 40 / 0.25);
}

.fill-purple-1000\/30 {
  fill: rgb(25 18 40 / 0.3);
}

.fill-purple-1000\/40 {
  fill: rgb(25 18 40 / 0.4);
}

.fill-purple-1000\/5 {
  fill: rgb(25 18 40 / 0.05);
}

.fill-purple-1000\/50 {
  fill: rgb(25 18 40 / 0.5);
}

.fill-purple-1000\/60 {
  fill: rgb(25 18 40 / 0.6);
}

.fill-purple-1000\/70 {
  fill: rgb(25 18 40 / 0.7);
}

.fill-purple-1000\/75 {
  fill: rgb(25 18 40 / 0.75);
}

.fill-purple-1000\/80 {
  fill: rgb(25 18 40 / 0.8);
}

.fill-purple-1000\/90 {
  fill: rgb(25 18 40 / 0.9);
}

.fill-purple-1000\/95 {
  fill: rgb(25 18 40 / 0.95);
}

.fill-purple-200 {
  fill: #beade4;
}

.fill-purple-200\/0 {
  fill: rgb(190 173 228 / 0);
}

.fill-purple-200\/10 {
  fill: rgb(190 173 228 / 0.1);
}

.fill-purple-200\/100 {
  fill: rgb(190 173 228 / 1);
}

.fill-purple-200\/20 {
  fill: rgb(190 173 228 / 0.2);
}

.fill-purple-200\/25 {
  fill: rgb(190 173 228 / 0.25);
}

.fill-purple-200\/30 {
  fill: rgb(190 173 228 / 0.3);
}

.fill-purple-200\/40 {
  fill: rgb(190 173 228 / 0.4);
}

.fill-purple-200\/5 {
  fill: rgb(190 173 228 / 0.05);
}

.fill-purple-200\/50 {
  fill: rgb(190 173 228 / 0.5);
}

.fill-purple-200\/60 {
  fill: rgb(190 173 228 / 0.6);
}

.fill-purple-200\/70 {
  fill: rgb(190 173 228 / 0.7);
}

.fill-purple-200\/75 {
  fill: rgb(190 173 228 / 0.75);
}

.fill-purple-200\/80 {
  fill: rgb(190 173 228 / 0.8);
}

.fill-purple-200\/90 {
  fill: rgb(190 173 228 / 0.9);
}

.fill-purple-200\/95 {
  fill: rgb(190 173 228 / 0.95);
}

.fill-purple-300 {
  fill: #a891da;
}

.fill-purple-300\/0 {
  fill: rgb(168 145 218 / 0);
}

.fill-purple-300\/10 {
  fill: rgb(168 145 218 / 0.1);
}

.fill-purple-300\/100 {
  fill: rgb(168 145 218 / 1);
}

.fill-purple-300\/20 {
  fill: rgb(168 145 218 / 0.2);
}

.fill-purple-300\/25 {
  fill: rgb(168 145 218 / 0.25);
}

.fill-purple-300\/30 {
  fill: rgb(168 145 218 / 0.3);
}

.fill-purple-300\/40 {
  fill: rgb(168 145 218 / 0.4);
}

.fill-purple-300\/5 {
  fill: rgb(168 145 218 / 0.05);
}

.fill-purple-300\/50 {
  fill: rgb(168 145 218 / 0.5);
}

.fill-purple-300\/60 {
  fill: rgb(168 145 218 / 0.6);
}

.fill-purple-300\/70 {
  fill: rgb(168 145 218 / 0.7);
}

.fill-purple-300\/75 {
  fill: rgb(168 145 218 / 0.75);
}

.fill-purple-300\/80 {
  fill: rgb(168 145 218 / 0.8);
}

.fill-purple-300\/90 {
  fill: rgb(168 145 218 / 0.9);
}

.fill-purple-300\/95 {
  fill: rgb(168 145 218 / 0.95);
}

.fill-purple-400 {
  fill: #9376d1;
}

.fill-purple-400\/0 {
  fill: rgb(147 118 209 / 0);
}

.fill-purple-400\/10 {
  fill: rgb(147 118 209 / 0.1);
}

.fill-purple-400\/100 {
  fill: rgb(147 118 209 / 1);
}

.fill-purple-400\/20 {
  fill: rgb(147 118 209 / 0.2);
}

.fill-purple-400\/25 {
  fill: rgb(147 118 209 / 0.25);
}

.fill-purple-400\/30 {
  fill: rgb(147 118 209 / 0.3);
}

.fill-purple-400\/40 {
  fill: rgb(147 118 209 / 0.4);
}

.fill-purple-400\/5 {
  fill: rgb(147 118 209 / 0.05);
}

.fill-purple-400\/50 {
  fill: rgb(147 118 209 / 0.5);
}

.fill-purple-400\/60 {
  fill: rgb(147 118 209 / 0.6);
}

.fill-purple-400\/70 {
  fill: rgb(147 118 209 / 0.7);
}

.fill-purple-400\/75 {
  fill: rgb(147 118 209 / 0.75);
}

.fill-purple-400\/80 {
  fill: rgb(147 118 209 / 0.8);
}

.fill-purple-400\/90 {
  fill: rgb(147 118 209 / 0.9);
}

.fill-purple-400\/95 {
  fill: rgb(147 118 209 / 0.95);
}

.fill-purple-50 {
  fill: #e5def4;
}

.fill-purple-50\/0 {
  fill: rgb(229 222 244 / 0);
}

.fill-purple-50\/10 {
  fill: rgb(229 222 244 / 0.1);
}

.fill-purple-50\/100 {
  fill: rgb(229 222 244 / 1);
}

.fill-purple-50\/20 {
  fill: rgb(229 222 244 / 0.2);
}

.fill-purple-50\/25 {
  fill: rgb(229 222 244 / 0.25);
}

.fill-purple-50\/30 {
  fill: rgb(229 222 244 / 0.3);
}

.fill-purple-50\/40 {
  fill: rgb(229 222 244 / 0.4);
}

.fill-purple-50\/5 {
  fill: rgb(229 222 244 / 0.05);
}

.fill-purple-50\/50 {
  fill: rgb(229 222 244 / 0.5);
}

.fill-purple-50\/60 {
  fill: rgb(229 222 244 / 0.6);
}

.fill-purple-50\/70 {
  fill: rgb(229 222 244 / 0.7);
}

.fill-purple-50\/75 {
  fill: rgb(229 222 244 / 0.75);
}

.fill-purple-50\/80 {
  fill: rgb(229 222 244 / 0.8);
}

.fill-purple-50\/90 {
  fill: rgb(229 222 244 / 0.9);
}

.fill-purple-50\/95 {
  fill: rgb(229 222 244 / 0.95);
}

.fill-purple-500 {
  fill: #7d5ac8;
}

.fill-purple-500\/0 {
  fill: rgb(125 90 200 / 0);
}

.fill-purple-500\/10 {
  fill: rgb(125 90 200 / 0.1);
}

.fill-purple-500\/100 {
  fill: rgb(125 90 200 / 1);
}

.fill-purple-500\/20 {
  fill: rgb(125 90 200 / 0.2);
}

.fill-purple-500\/25 {
  fill: rgb(125 90 200 / 0.25);
}

.fill-purple-500\/30 {
  fill: rgb(125 90 200 / 0.3);
}

.fill-purple-500\/40 {
  fill: rgb(125 90 200 / 0.4);
}

.fill-purple-500\/5 {
  fill: rgb(125 90 200 / 0.05);
}

.fill-purple-500\/50 {
  fill: rgb(125 90 200 / 0.5);
}

.fill-purple-500\/60 {
  fill: rgb(125 90 200 / 0.6);
}

.fill-purple-500\/70 {
  fill: rgb(125 90 200 / 0.7);
}

.fill-purple-500\/75 {
  fill: rgb(125 90 200 / 0.75);
}

.fill-purple-500\/80 {
  fill: rgb(125 90 200 / 0.8);
}

.fill-purple-500\/90 {
  fill: rgb(125 90 200 / 0.9);
}

.fill-purple-500\/95 {
  fill: rgb(125 90 200 / 0.95);
}

.fill-purple-600 {
  fill: #684ba7;
}

.fill-purple-600\/0 {
  fill: rgb(104 75 167 / 0);
}

.fill-purple-600\/10 {
  fill: rgb(104 75 167 / 0.1);
}

.fill-purple-600\/100 {
  fill: rgb(104 75 167 / 1);
}

.fill-purple-600\/20 {
  fill: rgb(104 75 167 / 0.2);
}

.fill-purple-600\/25 {
  fill: rgb(104 75 167 / 0.25);
}

.fill-purple-600\/30 {
  fill: rgb(104 75 167 / 0.3);
}

.fill-purple-600\/40 {
  fill: rgb(104 75 167 / 0.4);
}

.fill-purple-600\/5 {
  fill: rgb(104 75 167 / 0.05);
}

.fill-purple-600\/50 {
  fill: rgb(104 75 167 / 0.5);
}

.fill-purple-600\/60 {
  fill: rgb(104 75 167 / 0.6);
}

.fill-purple-600\/70 {
  fill: rgb(104 75 167 / 0.7);
}

.fill-purple-600\/75 {
  fill: rgb(104 75 167 / 0.75);
}

.fill-purple-600\/80 {
  fill: rgb(104 75 167 / 0.8);
}

.fill-purple-600\/90 {
  fill: rgb(104 75 167 / 0.9);
}

.fill-purple-600\/95 {
  fill: rgb(104 75 167 / 0.95);
}

.fill-purple-700 {
  fill: #533c85;
}

.fill-purple-700\/0 {
  fill: rgb(83 60 133 / 0);
}

.fill-purple-700\/10 {
  fill: rgb(83 60 133 / 0.1);
}

.fill-purple-700\/100 {
  fill: rgb(83 60 133 / 1);
}

.fill-purple-700\/20 {
  fill: rgb(83 60 133 / 0.2);
}

.fill-purple-700\/25 {
  fill: rgb(83 60 133 / 0.25);
}

.fill-purple-700\/30 {
  fill: rgb(83 60 133 / 0.3);
}

.fill-purple-700\/40 {
  fill: rgb(83 60 133 / 0.4);
}

.fill-purple-700\/5 {
  fill: rgb(83 60 133 / 0.05);
}

.fill-purple-700\/50 {
  fill: rgb(83 60 133 / 0.5);
}

.fill-purple-700\/60 {
  fill: rgb(83 60 133 / 0.6);
}

.fill-purple-700\/70 {
  fill: rgb(83 60 133 / 0.7);
}

.fill-purple-700\/75 {
  fill: rgb(83 60 133 / 0.75);
}

.fill-purple-700\/80 {
  fill: rgb(83 60 133 / 0.8);
}

.fill-purple-700\/90 {
  fill: rgb(83 60 133 / 0.9);
}

.fill-purple-700\/95 {
  fill: rgb(83 60 133 / 0.95);
}

.fill-purple-800 {
  fill: #3f2d64;
}

.fill-purple-800\/0 {
  fill: rgb(63 45 100 / 0);
}

.fill-purple-800\/10 {
  fill: rgb(63 45 100 / 0.1);
}

.fill-purple-800\/100 {
  fill: rgb(63 45 100 / 1);
}

.fill-purple-800\/20 {
  fill: rgb(63 45 100 / 0.2);
}

.fill-purple-800\/25 {
  fill: rgb(63 45 100 / 0.25);
}

.fill-purple-800\/30 {
  fill: rgb(63 45 100 / 0.3);
}

.fill-purple-800\/40 {
  fill: rgb(63 45 100 / 0.4);
}

.fill-purple-800\/5 {
  fill: rgb(63 45 100 / 0.05);
}

.fill-purple-800\/50 {
  fill: rgb(63 45 100 / 0.5);
}

.fill-purple-800\/60 {
  fill: rgb(63 45 100 / 0.6);
}

.fill-purple-800\/70 {
  fill: rgb(63 45 100 / 0.7);
}

.fill-purple-800\/75 {
  fill: rgb(63 45 100 / 0.75);
}

.fill-purple-800\/80 {
  fill: rgb(63 45 100 / 0.8);
}

.fill-purple-800\/90 {
  fill: rgb(63 45 100 / 0.9);
}

.fill-purple-800\/95 {
  fill: rgb(63 45 100 / 0.95);
}

.fill-purple-900 {
  fill: #2a1e43;
}

.fill-purple-900\/0 {
  fill: rgb(42 30 67 / 0);
}

.fill-purple-900\/10 {
  fill: rgb(42 30 67 / 0.1);
}

.fill-purple-900\/100 {
  fill: rgb(42 30 67 / 1);
}

.fill-purple-900\/20 {
  fill: rgb(42 30 67 / 0.2);
}

.fill-purple-900\/25 {
  fill: rgb(42 30 67 / 0.25);
}

.fill-purple-900\/30 {
  fill: rgb(42 30 67 / 0.3);
}

.fill-purple-900\/40 {
  fill: rgb(42 30 67 / 0.4);
}

.fill-purple-900\/5 {
  fill: rgb(42 30 67 / 0.05);
}

.fill-purple-900\/50 {
  fill: rgb(42 30 67 / 0.5);
}

.fill-purple-900\/60 {
  fill: rgb(42 30 67 / 0.6);
}

.fill-purple-900\/70 {
  fill: rgb(42 30 67 / 0.7);
}

.fill-purple-900\/75 {
  fill: rgb(42 30 67 / 0.75);
}

.fill-purple-900\/80 {
  fill: rgb(42 30 67 / 0.8);
}

.fill-purple-900\/90 {
  fill: rgb(42 30 67 / 0.9);
}

.fill-purple-900\/95 {
  fill: rgb(42 30 67 / 0.95);
}

.fill-red-100 {
  fill: #f1c2bb;
}

.fill-red-100\/0 {
  fill: rgb(241 194 187 / 0);
}

.fill-red-100\/10 {
  fill: rgb(241 194 187 / 0.1);
}

.fill-red-100\/100 {
  fill: rgb(241 194 187 / 1);
}

.fill-red-100\/20 {
  fill: rgb(241 194 187 / 0.2);
}

.fill-red-100\/25 {
  fill: rgb(241 194 187 / 0.25);
}

.fill-red-100\/30 {
  fill: rgb(241 194 187 / 0.3);
}

.fill-red-100\/40 {
  fill: rgb(241 194 187 / 0.4);
}

.fill-red-100\/5 {
  fill: rgb(241 194 187 / 0.05);
}

.fill-red-100\/50 {
  fill: rgb(241 194 187 / 0.5);
}

.fill-red-100\/60 {
  fill: rgb(241 194 187 / 0.6);
}

.fill-red-100\/70 {
  fill: rgb(241 194 187 / 0.7);
}

.fill-red-100\/75 {
  fill: rgb(241 194 187 / 0.75);
}

.fill-red-100\/80 {
  fill: rgb(241 194 187 / 0.8);
}

.fill-red-100\/90 {
  fill: rgb(241 194 187 / 0.9);
}

.fill-red-100\/95 {
  fill: rgb(241 194 187 / 0.95);
}

.fill-red-1000 {
  fill: #2b0f0a;
}

.fill-red-1000\/0 {
  fill: rgb(43 15 10 / 0);
}

.fill-red-1000\/10 {
  fill: rgb(43 15 10 / 0.1);
}

.fill-red-1000\/100 {
  fill: rgb(43 15 10 / 1);
}

.fill-red-1000\/20 {
  fill: rgb(43 15 10 / 0.2);
}

.fill-red-1000\/25 {
  fill: rgb(43 15 10 / 0.25);
}

.fill-red-1000\/30 {
  fill: rgb(43 15 10 / 0.3);
}

.fill-red-1000\/40 {
  fill: rgb(43 15 10 / 0.4);
}

.fill-red-1000\/5 {
  fill: rgb(43 15 10 / 0.05);
}

.fill-red-1000\/50 {
  fill: rgb(43 15 10 / 0.5);
}

.fill-red-1000\/60 {
  fill: rgb(43 15 10 / 0.6);
}

.fill-red-1000\/70 {
  fill: rgb(43 15 10 / 0.7);
}

.fill-red-1000\/75 {
  fill: rgb(43 15 10 / 0.75);
}

.fill-red-1000\/80 {
  fill: rgb(43 15 10 / 0.8);
}

.fill-red-1000\/90 {
  fill: rgb(43 15 10 / 0.9);
}

.fill-red-1000\/95 {
  fill: rgb(43 15 10 / 0.95);
}

.fill-red-200 {
  fill: #eba499;
}

.fill-red-200\/0 {
  fill: rgb(235 164 153 / 0);
}

.fill-red-200\/10 {
  fill: rgb(235 164 153 / 0.1);
}

.fill-red-200\/100 {
  fill: rgb(235 164 153 / 1);
}

.fill-red-200\/20 {
  fill: rgb(235 164 153 / 0.2);
}

.fill-red-200\/25 {
  fill: rgb(235 164 153 / 0.25);
}

.fill-red-200\/30 {
  fill: rgb(235 164 153 / 0.3);
}

.fill-red-200\/40 {
  fill: rgb(235 164 153 / 0.4);
}

.fill-red-200\/5 {
  fill: rgb(235 164 153 / 0.05);
}

.fill-red-200\/50 {
  fill: rgb(235 164 153 / 0.5);
}

.fill-red-200\/60 {
  fill: rgb(235 164 153 / 0.6);
}

.fill-red-200\/70 {
  fill: rgb(235 164 153 / 0.7);
}

.fill-red-200\/75 {
  fill: rgb(235 164 153 / 0.75);
}

.fill-red-200\/80 {
  fill: rgb(235 164 153 / 0.8);
}

.fill-red-200\/90 {
  fill: rgb(235 164 153 / 0.9);
}

.fill-red-200\/95 {
  fill: rgb(235 164 153 / 0.95);
}

.fill-red-300 {
  fill: #e48677;
}

.fill-red-300\/0 {
  fill: rgb(228 134 119 / 0);
}

.fill-red-300\/10 {
  fill: rgb(228 134 119 / 0.1);
}

.fill-red-300\/100 {
  fill: rgb(228 134 119 / 1);
}

.fill-red-300\/20 {
  fill: rgb(228 134 119 / 0.2);
}

.fill-red-300\/25 {
  fill: rgb(228 134 119 / 0.25);
}

.fill-red-300\/30 {
  fill: rgb(228 134 119 / 0.3);
}

.fill-red-300\/40 {
  fill: rgb(228 134 119 / 0.4);
}

.fill-red-300\/5 {
  fill: rgb(228 134 119 / 0.05);
}

.fill-red-300\/50 {
  fill: rgb(228 134 119 / 0.5);
}

.fill-red-300\/60 {
  fill: rgb(228 134 119 / 0.6);
}

.fill-red-300\/70 {
  fill: rgb(228 134 119 / 0.7);
}

.fill-red-300\/75 {
  fill: rgb(228 134 119 / 0.75);
}

.fill-red-300\/80 {
  fill: rgb(228 134 119 / 0.8);
}

.fill-red-300\/90 {
  fill: rgb(228 134 119 / 0.9);
}

.fill-red-300\/95 {
  fill: rgb(228 134 119 / 0.95);
}

.fill-red-400 {
  fill: #dd6755;
}

.fill-red-400\/0 {
  fill: rgb(221 103 85 / 0);
}

.fill-red-400\/10 {
  fill: rgb(221 103 85 / 0.1);
}

.fill-red-400\/100 {
  fill: rgb(221 103 85 / 1);
}

.fill-red-400\/20 {
  fill: rgb(221 103 85 / 0.2);
}

.fill-red-400\/25 {
  fill: rgb(221 103 85 / 0.25);
}

.fill-red-400\/30 {
  fill: rgb(221 103 85 / 0.3);
}

.fill-red-400\/40 {
  fill: rgb(221 103 85 / 0.4);
}

.fill-red-400\/5 {
  fill: rgb(221 103 85 / 0.05);
}

.fill-red-400\/50 {
  fill: rgb(221 103 85 / 0.5);
}

.fill-red-400\/60 {
  fill: rgb(221 103 85 / 0.6);
}

.fill-red-400\/70 {
  fill: rgb(221 103 85 / 0.7);
}

.fill-red-400\/75 {
  fill: rgb(221 103 85 / 0.75);
}

.fill-red-400\/80 {
  fill: rgb(221 103 85 / 0.8);
}

.fill-red-400\/90 {
  fill: rgb(221 103 85 / 0.9);
}

.fill-red-400\/95 {
  fill: rgb(221 103 85 / 0.95);
}

.fill-red-50 {
  fill: #f7dbd6;
}

.fill-red-50\/0 {
  fill: rgb(247 219 214 / 0);
}

.fill-red-50\/10 {
  fill: rgb(247 219 214 / 0.1);
}

.fill-red-50\/100 {
  fill: rgb(247 219 214 / 1);
}

.fill-red-50\/20 {
  fill: rgb(247 219 214 / 0.2);
}

.fill-red-50\/25 {
  fill: rgb(247 219 214 / 0.25);
}

.fill-red-50\/30 {
  fill: rgb(247 219 214 / 0.3);
}

.fill-red-50\/40 {
  fill: rgb(247 219 214 / 0.4);
}

.fill-red-50\/5 {
  fill: rgb(247 219 214 / 0.05);
}

.fill-red-50\/50 {
  fill: rgb(247 219 214 / 0.5);
}

.fill-red-50\/60 {
  fill: rgb(247 219 214 / 0.6);
}

.fill-red-50\/70 {
  fill: rgb(247 219 214 / 0.7);
}

.fill-red-50\/75 {
  fill: rgb(247 219 214 / 0.75);
}

.fill-red-50\/80 {
  fill: rgb(247 219 214 / 0.8);
}

.fill-red-50\/90 {
  fill: rgb(247 219 214 / 0.9);
}

.fill-red-50\/95 {
  fill: rgb(247 219 214 / 0.95);
}

.fill-red-500 {
  fill: #d64933;
}

.fill-red-500\/0 {
  fill: rgb(214 73 51 / 0);
}

.fill-red-500\/10 {
  fill: rgb(214 73 51 / 0.1);
}

.fill-red-500\/100 {
  fill: rgb(214 73 51 / 1);
}

.fill-red-500\/20 {
  fill: rgb(214 73 51 / 0.2);
}

.fill-red-500\/25 {
  fill: rgb(214 73 51 / 0.25);
}

.fill-red-500\/30 {
  fill: rgb(214 73 51 / 0.3);
}

.fill-red-500\/40 {
  fill: rgb(214 73 51 / 0.4);
}

.fill-red-500\/5 {
  fill: rgb(214 73 51 / 0.05);
}

.fill-red-500\/50 {
  fill: rgb(214 73 51 / 0.5);
}

.fill-red-500\/60 {
  fill: rgb(214 73 51 / 0.6);
}

.fill-red-500\/70 {
  fill: rgb(214 73 51 / 0.7);
}

.fill-red-500\/75 {
  fill: rgb(214 73 51 / 0.75);
}

.fill-red-500\/80 {
  fill: rgb(214 73 51 / 0.8);
}

.fill-red-500\/90 {
  fill: rgb(214 73 51 / 0.9);
}

.fill-red-500\/95 {
  fill: rgb(214 73 51 / 0.95);
}

.fill-red-600 {
  fill: #b23d2b;
}

.fill-red-600\/0 {
  fill: rgb(178 61 43 / 0);
}

.fill-red-600\/10 {
  fill: rgb(178 61 43 / 0.1);
}

.fill-red-600\/100 {
  fill: rgb(178 61 43 / 1);
}

.fill-red-600\/20 {
  fill: rgb(178 61 43 / 0.2);
}

.fill-red-600\/25 {
  fill: rgb(178 61 43 / 0.25);
}

.fill-red-600\/30 {
  fill: rgb(178 61 43 / 0.3);
}

.fill-red-600\/40 {
  fill: rgb(178 61 43 / 0.4);
}

.fill-red-600\/5 {
  fill: rgb(178 61 43 / 0.05);
}

.fill-red-600\/50 {
  fill: rgb(178 61 43 / 0.5);
}

.fill-red-600\/60 {
  fill: rgb(178 61 43 / 0.6);
}

.fill-red-600\/70 {
  fill: rgb(178 61 43 / 0.7);
}

.fill-red-600\/75 {
  fill: rgb(178 61 43 / 0.75);
}

.fill-red-600\/80 {
  fill: rgb(178 61 43 / 0.8);
}

.fill-red-600\/90 {
  fill: rgb(178 61 43 / 0.9);
}

.fill-red-600\/95 {
  fill: rgb(178 61 43 / 0.95);
}

.fill-red-700 {
  fill: #8f3122;
}

.fill-red-700\/0 {
  fill: rgb(143 49 34 / 0);
}

.fill-red-700\/10 {
  fill: rgb(143 49 34 / 0.1);
}

.fill-red-700\/100 {
  fill: rgb(143 49 34 / 1);
}

.fill-red-700\/20 {
  fill: rgb(143 49 34 / 0.2);
}

.fill-red-700\/25 {
  fill: rgb(143 49 34 / 0.25);
}

.fill-red-700\/30 {
  fill: rgb(143 49 34 / 0.3);
}

.fill-red-700\/40 {
  fill: rgb(143 49 34 / 0.4);
}

.fill-red-700\/5 {
  fill: rgb(143 49 34 / 0.05);
}

.fill-red-700\/50 {
  fill: rgb(143 49 34 / 0.5);
}

.fill-red-700\/60 {
  fill: rgb(143 49 34 / 0.6);
}

.fill-red-700\/70 {
  fill: rgb(143 49 34 / 0.7);
}

.fill-red-700\/75 {
  fill: rgb(143 49 34 / 0.75);
}

.fill-red-700\/80 {
  fill: rgb(143 49 34 / 0.8);
}

.fill-red-700\/90 {
  fill: rgb(143 49 34 / 0.9);
}

.fill-red-700\/95 {
  fill: rgb(143 49 34 / 0.95);
}

.fill-red-800 {
  fill: #6b251a;
}

.fill-red-800\/0 {
  fill: rgb(107 37 26 / 0);
}

.fill-red-800\/10 {
  fill: rgb(107 37 26 / 0.1);
}

.fill-red-800\/100 {
  fill: rgb(107 37 26 / 1);
}

.fill-red-800\/20 {
  fill: rgb(107 37 26 / 0.2);
}

.fill-red-800\/25 {
  fill: rgb(107 37 26 / 0.25);
}

.fill-red-800\/30 {
  fill: rgb(107 37 26 / 0.3);
}

.fill-red-800\/40 {
  fill: rgb(107 37 26 / 0.4);
}

.fill-red-800\/5 {
  fill: rgb(107 37 26 / 0.05);
}

.fill-red-800\/50 {
  fill: rgb(107 37 26 / 0.5);
}

.fill-red-800\/60 {
  fill: rgb(107 37 26 / 0.6);
}

.fill-red-800\/70 {
  fill: rgb(107 37 26 / 0.7);
}

.fill-red-800\/75 {
  fill: rgb(107 37 26 / 0.75);
}

.fill-red-800\/80 {
  fill: rgb(107 37 26 / 0.8);
}

.fill-red-800\/90 {
  fill: rgb(107 37 26 / 0.9);
}

.fill-red-800\/95 {
  fill: rgb(107 37 26 / 0.95);
}

.fill-red-900 {
  fill: #471811;
}

.fill-red-900\/0 {
  fill: rgb(71 24 17 / 0);
}

.fill-red-900\/10 {
  fill: rgb(71 24 17 / 0.1);
}

.fill-red-900\/100 {
  fill: rgb(71 24 17 / 1);
}

.fill-red-900\/20 {
  fill: rgb(71 24 17 / 0.2);
}

.fill-red-900\/25 {
  fill: rgb(71 24 17 / 0.25);
}

.fill-red-900\/30 {
  fill: rgb(71 24 17 / 0.3);
}

.fill-red-900\/40 {
  fill: rgb(71 24 17 / 0.4);
}

.fill-red-900\/5 {
  fill: rgb(71 24 17 / 0.05);
}

.fill-red-900\/50 {
  fill: rgb(71 24 17 / 0.5);
}

.fill-red-900\/60 {
  fill: rgb(71 24 17 / 0.6);
}

.fill-red-900\/70 {
  fill: rgb(71 24 17 / 0.7);
}

.fill-red-900\/75 {
  fill: rgb(71 24 17 / 0.75);
}

.fill-red-900\/80 {
  fill: rgb(71 24 17 / 0.8);
}

.fill-red-900\/90 {
  fill: rgb(71 24 17 / 0.9);
}

.fill-red-900\/95 {
  fill: rgb(71 24 17 / 0.95);
}

.fill-teal-100 {
  fill: #c3f3eb;
}

.fill-teal-100\/0 {
  fill: rgb(195 243 235 / 0);
}

.fill-teal-100\/10 {
  fill: rgb(195 243 235 / 0.1);
}

.fill-teal-100\/100 {
  fill: rgb(195 243 235 / 1);
}

.fill-teal-100\/20 {
  fill: rgb(195 243 235 / 0.2);
}

.fill-teal-100\/25 {
  fill: rgb(195 243 235 / 0.25);
}

.fill-teal-100\/30 {
  fill: rgb(195 243 235 / 0.3);
}

.fill-teal-100\/40 {
  fill: rgb(195 243 235 / 0.4);
}

.fill-teal-100\/5 {
  fill: rgb(195 243 235 / 0.05);
}

.fill-teal-100\/50 {
  fill: rgb(195 243 235 / 0.5);
}

.fill-teal-100\/60 {
  fill: rgb(195 243 235 / 0.6);
}

.fill-teal-100\/70 {
  fill: rgb(195 243 235 / 0.7);
}

.fill-teal-100\/75 {
  fill: rgb(195 243 235 / 0.75);
}

.fill-teal-100\/80 {
  fill: rgb(195 243 235 / 0.8);
}

.fill-teal-100\/90 {
  fill: rgb(195 243 235 / 0.9);
}

.fill-teal-100\/95 {
  fill: rgb(195 243 235 / 0.95);
}

.fill-teal-1000 {
  fill: #0f2c27;
}

.fill-teal-1000\/0 {
  fill: rgb(15 44 39 / 0);
}

.fill-teal-1000\/10 {
  fill: rgb(15 44 39 / 0.1);
}

.fill-teal-1000\/100 {
  fill: rgb(15 44 39 / 1);
}

.fill-teal-1000\/20 {
  fill: rgb(15 44 39 / 0.2);
}

.fill-teal-1000\/25 {
  fill: rgb(15 44 39 / 0.25);
}

.fill-teal-1000\/30 {
  fill: rgb(15 44 39 / 0.3);
}

.fill-teal-1000\/40 {
  fill: rgb(15 44 39 / 0.4);
}

.fill-teal-1000\/5 {
  fill: rgb(15 44 39 / 0.05);
}

.fill-teal-1000\/50 {
  fill: rgb(15 44 39 / 0.5);
}

.fill-teal-1000\/60 {
  fill: rgb(15 44 39 / 0.6);
}

.fill-teal-1000\/70 {
  fill: rgb(15 44 39 / 0.7);
}

.fill-teal-1000\/75 {
  fill: rgb(15 44 39 / 0.75);
}

.fill-teal-1000\/80 {
  fill: rgb(15 44 39 / 0.8);
}

.fill-teal-1000\/90 {
  fill: rgb(15 44 39 / 0.9);
}

.fill-teal-1000\/95 {
  fill: rgb(15 44 39 / 0.95);
}

.fill-teal-200 {
  fill: #a5eee1;
}

.fill-teal-200\/0 {
  fill: rgb(165 238 225 / 0);
}

.fill-teal-200\/10 {
  fill: rgb(165 238 225 / 0.1);
}

.fill-teal-200\/100 {
  fill: rgb(165 238 225 / 1);
}

.fill-teal-200\/20 {
  fill: rgb(165 238 225 / 0.2);
}

.fill-teal-200\/25 {
  fill: rgb(165 238 225 / 0.25);
}

.fill-teal-200\/30 {
  fill: rgb(165 238 225 / 0.3);
}

.fill-teal-200\/40 {
  fill: rgb(165 238 225 / 0.4);
}

.fill-teal-200\/5 {
  fill: rgb(165 238 225 / 0.05);
}

.fill-teal-200\/50 {
  fill: rgb(165 238 225 / 0.5);
}

.fill-teal-200\/60 {
  fill: rgb(165 238 225 / 0.6);
}

.fill-teal-200\/70 {
  fill: rgb(165 238 225 / 0.7);
}

.fill-teal-200\/75 {
  fill: rgb(165 238 225 / 0.75);
}

.fill-teal-200\/80 {
  fill: rgb(165 238 225 / 0.8);
}

.fill-teal-200\/90 {
  fill: rgb(165 238 225 / 0.9);
}

.fill-teal-200\/95 {
  fill: rgb(165 238 225 / 0.95);
}

.fill-teal-300 {
  fill: #87e8d7;
}

.fill-teal-300\/0 {
  fill: rgb(135 232 215 / 0);
}

.fill-teal-300\/10 {
  fill: rgb(135 232 215 / 0.1);
}

.fill-teal-300\/100 {
  fill: rgb(135 232 215 / 1);
}

.fill-teal-300\/20 {
  fill: rgb(135 232 215 / 0.2);
}

.fill-teal-300\/25 {
  fill: rgb(135 232 215 / 0.25);
}

.fill-teal-300\/30 {
  fill: rgb(135 232 215 / 0.3);
}

.fill-teal-300\/40 {
  fill: rgb(135 232 215 / 0.4);
}

.fill-teal-300\/5 {
  fill: rgb(135 232 215 / 0.05);
}

.fill-teal-300\/50 {
  fill: rgb(135 232 215 / 0.5);
}

.fill-teal-300\/60 {
  fill: rgb(135 232 215 / 0.6);
}

.fill-teal-300\/70 {
  fill: rgb(135 232 215 / 0.7);
}

.fill-teal-300\/75 {
  fill: rgb(135 232 215 / 0.75);
}

.fill-teal-300\/80 {
  fill: rgb(135 232 215 / 0.8);
}

.fill-teal-300\/90 {
  fill: rgb(135 232 215 / 0.9);
}

.fill-teal-300\/95 {
  fill: rgb(135 232 215 / 0.95);
}

.fill-teal-400 {
  fill: #69e2cd;
}

.fill-teal-400\/0 {
  fill: rgb(105 226 205 / 0);
}

.fill-teal-400\/10 {
  fill: rgb(105 226 205 / 0.1);
}

.fill-teal-400\/100 {
  fill: rgb(105 226 205 / 1);
}

.fill-teal-400\/20 {
  fill: rgb(105 226 205 / 0.2);
}

.fill-teal-400\/25 {
  fill: rgb(105 226 205 / 0.25);
}

.fill-teal-400\/30 {
  fill: rgb(105 226 205 / 0.3);
}

.fill-teal-400\/40 {
  fill: rgb(105 226 205 / 0.4);
}

.fill-teal-400\/5 {
  fill: rgb(105 226 205 / 0.05);
}

.fill-teal-400\/50 {
  fill: rgb(105 226 205 / 0.5);
}

.fill-teal-400\/60 {
  fill: rgb(105 226 205 / 0.6);
}

.fill-teal-400\/70 {
  fill: rgb(105 226 205 / 0.7);
}

.fill-teal-400\/75 {
  fill: rgb(105 226 205 / 0.75);
}

.fill-teal-400\/80 {
  fill: rgb(105 226 205 / 0.8);
}

.fill-teal-400\/90 {
  fill: rgb(105 226 205 / 0.9);
}

.fill-teal-400\/95 {
  fill: rgb(105 226 205 / 0.95);
}

.fill-teal-50 {
  fill: #dbf8f3;
}

.fill-teal-50\/0 {
  fill: rgb(219 248 243 / 0);
}

.fill-teal-50\/10 {
  fill: rgb(219 248 243 / 0.1);
}

.fill-teal-50\/100 {
  fill: rgb(219 248 243 / 1);
}

.fill-teal-50\/20 {
  fill: rgb(219 248 243 / 0.2);
}

.fill-teal-50\/25 {
  fill: rgb(219 248 243 / 0.25);
}

.fill-teal-50\/30 {
  fill: rgb(219 248 243 / 0.3);
}

.fill-teal-50\/40 {
  fill: rgb(219 248 243 / 0.4);
}

.fill-teal-50\/5 {
  fill: rgb(219 248 243 / 0.05);
}

.fill-teal-50\/50 {
  fill: rgb(219 248 243 / 0.5);
}

.fill-teal-50\/60 {
  fill: rgb(219 248 243 / 0.6);
}

.fill-teal-50\/70 {
  fill: rgb(219 248 243 / 0.7);
}

.fill-teal-50\/75 {
  fill: rgb(219 248 243 / 0.75);
}

.fill-teal-50\/80 {
  fill: rgb(219 248 243 / 0.8);
}

.fill-teal-50\/90 {
  fill: rgb(219 248 243 / 0.9);
}

.fill-teal-50\/95 {
  fill: rgb(219 248 243 / 0.95);
}

.fill-teal-500 {
  fill: #4bdcc3;
}

.fill-teal-500\/0 {
  fill: rgb(75 220 195 / 0);
}

.fill-teal-500\/10 {
  fill: rgb(75 220 195 / 0.1);
}

.fill-teal-500\/100 {
  fill: rgb(75 220 195 / 1);
}

.fill-teal-500\/20 {
  fill: rgb(75 220 195 / 0.2);
}

.fill-teal-500\/25 {
  fill: rgb(75 220 195 / 0.25);
}

.fill-teal-500\/30 {
  fill: rgb(75 220 195 / 0.3);
}

.fill-teal-500\/40 {
  fill: rgb(75 220 195 / 0.4);
}

.fill-teal-500\/5 {
  fill: rgb(75 220 195 / 0.05);
}

.fill-teal-500\/50 {
  fill: rgb(75 220 195 / 0.5);
}

.fill-teal-500\/60 {
  fill: rgb(75 220 195 / 0.6);
}

.fill-teal-500\/70 {
  fill: rgb(75 220 195 / 0.7);
}

.fill-teal-500\/75 {
  fill: rgb(75 220 195 / 0.75);
}

.fill-teal-500\/80 {
  fill: rgb(75 220 195 / 0.8);
}

.fill-teal-500\/90 {
  fill: rgb(75 220 195 / 0.9);
}

.fill-teal-500\/95 {
  fill: rgb(75 220 195 / 0.95);
}

.fill-teal-600 {
  fill: #3fb7a3;
}

.fill-teal-600\/0 {
  fill: rgb(63 183 163 / 0);
}

.fill-teal-600\/10 {
  fill: rgb(63 183 163 / 0.1);
}

.fill-teal-600\/100 {
  fill: rgb(63 183 163 / 1);
}

.fill-teal-600\/20 {
  fill: rgb(63 183 163 / 0.2);
}

.fill-teal-600\/25 {
  fill: rgb(63 183 163 / 0.25);
}

.fill-teal-600\/30 {
  fill: rgb(63 183 163 / 0.3);
}

.fill-teal-600\/40 {
  fill: rgb(63 183 163 / 0.4);
}

.fill-teal-600\/5 {
  fill: rgb(63 183 163 / 0.05);
}

.fill-teal-600\/50 {
  fill: rgb(63 183 163 / 0.5);
}

.fill-teal-600\/60 {
  fill: rgb(63 183 163 / 0.6);
}

.fill-teal-600\/70 {
  fill: rgb(63 183 163 / 0.7);
}

.fill-teal-600\/75 {
  fill: rgb(63 183 163 / 0.75);
}

.fill-teal-600\/80 {
  fill: rgb(63 183 163 / 0.8);
}

.fill-teal-600\/90 {
  fill: rgb(63 183 163 / 0.9);
}

.fill-teal-600\/95 {
  fill: rgb(63 183 163 / 0.95);
}

.fill-teal-700 {
  fill: #329382;
}

.fill-teal-700\/0 {
  fill: rgb(50 147 130 / 0);
}

.fill-teal-700\/10 {
  fill: rgb(50 147 130 / 0.1);
}

.fill-teal-700\/100 {
  fill: rgb(50 147 130 / 1);
}

.fill-teal-700\/20 {
  fill: rgb(50 147 130 / 0.2);
}

.fill-teal-700\/25 {
  fill: rgb(50 147 130 / 0.25);
}

.fill-teal-700\/30 {
  fill: rgb(50 147 130 / 0.3);
}

.fill-teal-700\/40 {
  fill: rgb(50 147 130 / 0.4);
}

.fill-teal-700\/5 {
  fill: rgb(50 147 130 / 0.05);
}

.fill-teal-700\/50 {
  fill: rgb(50 147 130 / 0.5);
}

.fill-teal-700\/60 {
  fill: rgb(50 147 130 / 0.6);
}

.fill-teal-700\/70 {
  fill: rgb(50 147 130 / 0.7);
}

.fill-teal-700\/75 {
  fill: rgb(50 147 130 / 0.75);
}

.fill-teal-700\/80 {
  fill: rgb(50 147 130 / 0.8);
}

.fill-teal-700\/90 {
  fill: rgb(50 147 130 / 0.9);
}

.fill-teal-700\/95 {
  fill: rgb(50 147 130 / 0.95);
}

.fill-teal-800 {
  fill: #266e62;
}

.fill-teal-800\/0 {
  fill: rgb(38 110 98 / 0);
}

.fill-teal-800\/10 {
  fill: rgb(38 110 98 / 0.1);
}

.fill-teal-800\/100 {
  fill: rgb(38 110 98 / 1);
}

.fill-teal-800\/20 {
  fill: rgb(38 110 98 / 0.2);
}

.fill-teal-800\/25 {
  fill: rgb(38 110 98 / 0.25);
}

.fill-teal-800\/30 {
  fill: rgb(38 110 98 / 0.3);
}

.fill-teal-800\/40 {
  fill: rgb(38 110 98 / 0.4);
}

.fill-teal-800\/5 {
  fill: rgb(38 110 98 / 0.05);
}

.fill-teal-800\/50 {
  fill: rgb(38 110 98 / 0.5);
}

.fill-teal-800\/60 {
  fill: rgb(38 110 98 / 0.6);
}

.fill-teal-800\/70 {
  fill: rgb(38 110 98 / 0.7);
}

.fill-teal-800\/75 {
  fill: rgb(38 110 98 / 0.75);
}

.fill-teal-800\/80 {
  fill: rgb(38 110 98 / 0.8);
}

.fill-teal-800\/90 {
  fill: rgb(38 110 98 / 0.9);
}

.fill-teal-800\/95 {
  fill: rgb(38 110 98 / 0.95);
}

.fill-teal-900 {
  fill: #194941;
}

.fill-teal-900\/0 {
  fill: rgb(25 73 65 / 0);
}

.fill-teal-900\/10 {
  fill: rgb(25 73 65 / 0.1);
}

.fill-teal-900\/100 {
  fill: rgb(25 73 65 / 1);
}

.fill-teal-900\/20 {
  fill: rgb(25 73 65 / 0.2);
}

.fill-teal-900\/25 {
  fill: rgb(25 73 65 / 0.25);
}

.fill-teal-900\/30 {
  fill: rgb(25 73 65 / 0.3);
}

.fill-teal-900\/40 {
  fill: rgb(25 73 65 / 0.4);
}

.fill-teal-900\/5 {
  fill: rgb(25 73 65 / 0.05);
}

.fill-teal-900\/50 {
  fill: rgb(25 73 65 / 0.5);
}

.fill-teal-900\/60 {
  fill: rgb(25 73 65 / 0.6);
}

.fill-teal-900\/70 {
  fill: rgb(25 73 65 / 0.7);
}

.fill-teal-900\/75 {
  fill: rgb(25 73 65 / 0.75);
}

.fill-teal-900\/80 {
  fill: rgb(25 73 65 / 0.8);
}

.fill-teal-900\/90 {
  fill: rgb(25 73 65 / 0.9);
}

.fill-teal-900\/95 {
  fill: rgb(25 73 65 / 0.95);
}

.fill-yellow-100 {
  fill: #fef7c3;
}

.fill-yellow-100\/0 {
  fill: rgb(254 247 195 / 0);
}

.fill-yellow-100\/10 {
  fill: rgb(254 247 195 / 0.1);
}

.fill-yellow-100\/100 {
  fill: rgb(254 247 195 / 1);
}

.fill-yellow-100\/20 {
  fill: rgb(254 247 195 / 0.2);
}

.fill-yellow-100\/25 {
  fill: rgb(254 247 195 / 0.25);
}

.fill-yellow-100\/30 {
  fill: rgb(254 247 195 / 0.3);
}

.fill-yellow-100\/40 {
  fill: rgb(254 247 195 / 0.4);
}

.fill-yellow-100\/5 {
  fill: rgb(254 247 195 / 0.05);
}

.fill-yellow-100\/50 {
  fill: rgb(254 247 195 / 0.5);
}

.fill-yellow-100\/60 {
  fill: rgb(254 247 195 / 0.6);
}

.fill-yellow-100\/70 {
  fill: rgb(254 247 195 / 0.7);
}

.fill-yellow-100\/75 {
  fill: rgb(254 247 195 / 0.75);
}

.fill-yellow-100\/80 {
  fill: rgb(254 247 195 / 0.8);
}

.fill-yellow-100\/90 {
  fill: rgb(254 247 195 / 0.9);
}

.fill-yellow-100\/95 {
  fill: rgb(254 247 195 / 0.95);
}

.fill-yellow-1000 {
  fill: #332e0f;
}

.fill-yellow-1000\/0 {
  fill: rgb(51 46 15 / 0);
}

.fill-yellow-1000\/10 {
  fill: rgb(51 46 15 / 0.1);
}

.fill-yellow-1000\/100 {
  fill: rgb(51 46 15 / 1);
}

.fill-yellow-1000\/20 {
  fill: rgb(51 46 15 / 0.2);
}

.fill-yellow-1000\/25 {
  fill: rgb(51 46 15 / 0.25);
}

.fill-yellow-1000\/30 {
  fill: rgb(51 46 15 / 0.3);
}

.fill-yellow-1000\/40 {
  fill: rgb(51 46 15 / 0.4);
}

.fill-yellow-1000\/5 {
  fill: rgb(51 46 15 / 0.05);
}

.fill-yellow-1000\/50 {
  fill: rgb(51 46 15 / 0.5);
}

.fill-yellow-1000\/60 {
  fill: rgb(51 46 15 / 0.6);
}

.fill-yellow-1000\/70 {
  fill: rgb(51 46 15 / 0.7);
}

.fill-yellow-1000\/75 {
  fill: rgb(51 46 15 / 0.75);
}

.fill-yellow-1000\/80 {
  fill: rgb(51 46 15 / 0.8);
}

.fill-yellow-1000\/90 {
  fill: rgb(51 46 15 / 0.9);
}

.fill-yellow-1000\/95 {
  fill: rgb(51 46 15 / 0.95);
}

.fill-yellow-200 {
  fill: #fef3a6;
}

.fill-yellow-200\/0 {
  fill: rgb(254 243 166 / 0);
}

.fill-yellow-200\/10 {
  fill: rgb(254 243 166 / 0.1);
}

.fill-yellow-200\/100 {
  fill: rgb(254 243 166 / 1);
}

.fill-yellow-200\/20 {
  fill: rgb(254 243 166 / 0.2);
}

.fill-yellow-200\/25 {
  fill: rgb(254 243 166 / 0.25);
}

.fill-yellow-200\/30 {
  fill: rgb(254 243 166 / 0.3);
}

.fill-yellow-200\/40 {
  fill: rgb(254 243 166 / 0.4);
}

.fill-yellow-200\/5 {
  fill: rgb(254 243 166 / 0.05);
}

.fill-yellow-200\/50 {
  fill: rgb(254 243 166 / 0.5);
}

.fill-yellow-200\/60 {
  fill: rgb(254 243 166 / 0.6);
}

.fill-yellow-200\/70 {
  fill: rgb(254 243 166 / 0.7);
}

.fill-yellow-200\/75 {
  fill: rgb(254 243 166 / 0.75);
}

.fill-yellow-200\/80 {
  fill: rgb(254 243 166 / 0.8);
}

.fill-yellow-200\/90 {
  fill: rgb(254 243 166 / 0.9);
}

.fill-yellow-200\/95 {
  fill: rgb(254 243 166 / 0.95);
}

.fill-yellow-300 {
  fill: #feef88;
}

.fill-yellow-300\/0 {
  fill: rgb(254 239 136 / 0);
}

.fill-yellow-300\/10 {
  fill: rgb(254 239 136 / 0.1);
}

.fill-yellow-300\/100 {
  fill: rgb(254 239 136 / 1);
}

.fill-yellow-300\/20 {
  fill: rgb(254 239 136 / 0.2);
}

.fill-yellow-300\/25 {
  fill: rgb(254 239 136 / 0.25);
}

.fill-yellow-300\/30 {
  fill: rgb(254 239 136 / 0.3);
}

.fill-yellow-300\/40 {
  fill: rgb(254 239 136 / 0.4);
}

.fill-yellow-300\/5 {
  fill: rgb(254 239 136 / 0.05);
}

.fill-yellow-300\/50 {
  fill: rgb(254 239 136 / 0.5);
}

.fill-yellow-300\/60 {
  fill: rgb(254 239 136 / 0.6);
}

.fill-yellow-300\/70 {
  fill: rgb(254 239 136 / 0.7);
}

.fill-yellow-300\/75 {
  fill: rgb(254 239 136 / 0.75);
}

.fill-yellow-300\/80 {
  fill: rgb(254 239 136 / 0.8);
}

.fill-yellow-300\/90 {
  fill: rgb(254 239 136 / 0.9);
}

.fill-yellow-300\/95 {
  fill: rgb(254 239 136 / 0.95);
}

.fill-yellow-400 {
  fill: #fdeb6a;
}

.fill-yellow-400\/0 {
  fill: rgb(253 235 106 / 0);
}

.fill-yellow-400\/10 {
  fill: rgb(253 235 106 / 0.1);
}

.fill-yellow-400\/100 {
  fill: rgb(253 235 106 / 1);
}

.fill-yellow-400\/20 {
  fill: rgb(253 235 106 / 0.2);
}

.fill-yellow-400\/25 {
  fill: rgb(253 235 106 / 0.25);
}

.fill-yellow-400\/30 {
  fill: rgb(253 235 106 / 0.3);
}

.fill-yellow-400\/40 {
  fill: rgb(253 235 106 / 0.4);
}

.fill-yellow-400\/5 {
  fill: rgb(253 235 106 / 0.05);
}

.fill-yellow-400\/50 {
  fill: rgb(253 235 106 / 0.5);
}

.fill-yellow-400\/60 {
  fill: rgb(253 235 106 / 0.6);
}

.fill-yellow-400\/70 {
  fill: rgb(253 235 106 / 0.7);
}

.fill-yellow-400\/75 {
  fill: rgb(253 235 106 / 0.75);
}

.fill-yellow-400\/80 {
  fill: rgb(253 235 106 / 0.8);
}

.fill-yellow-400\/90 {
  fill: rgb(253 235 106 / 0.9);
}

.fill-yellow-400\/95 {
  fill: rgb(253 235 106 / 0.95);
}

.fill-yellow-50 {
  fill: #fffadb;
}

.fill-yellow-50\/0 {
  fill: rgb(255 250 219 / 0);
}

.fill-yellow-50\/10 {
  fill: rgb(255 250 219 / 0.1);
}

.fill-yellow-50\/100 {
  fill: rgb(255 250 219 / 1);
}

.fill-yellow-50\/20 {
  fill: rgb(255 250 219 / 0.2);
}

.fill-yellow-50\/25 {
  fill: rgb(255 250 219 / 0.25);
}

.fill-yellow-50\/30 {
  fill: rgb(255 250 219 / 0.3);
}

.fill-yellow-50\/40 {
  fill: rgb(255 250 219 / 0.4);
}

.fill-yellow-50\/5 {
  fill: rgb(255 250 219 / 0.05);
}

.fill-yellow-50\/50 {
  fill: rgb(255 250 219 / 0.5);
}

.fill-yellow-50\/60 {
  fill: rgb(255 250 219 / 0.6);
}

.fill-yellow-50\/70 {
  fill: rgb(255 250 219 / 0.7);
}

.fill-yellow-50\/75 {
  fill: rgb(255 250 219 / 0.75);
}

.fill-yellow-50\/80 {
  fill: rgb(255 250 219 / 0.8);
}

.fill-yellow-50\/90 {
  fill: rgb(255 250 219 / 0.9);
}

.fill-yellow-50\/95 {
  fill: rgb(255 250 219 / 0.95);
}

.fill-yellow-500 {
  fill: #fde74c;
}

.fill-yellow-500\/0 {
  fill: rgb(253 231 76 / 0);
}

.fill-yellow-500\/10 {
  fill: rgb(253 231 76 / 0.1);
}

.fill-yellow-500\/100 {
  fill: rgb(253 231 76 / 1);
}

.fill-yellow-500\/20 {
  fill: rgb(253 231 76 / 0.2);
}

.fill-yellow-500\/25 {
  fill: rgb(253 231 76 / 0.25);
}

.fill-yellow-500\/30 {
  fill: rgb(253 231 76 / 0.3);
}

.fill-yellow-500\/40 {
  fill: rgb(253 231 76 / 0.4);
}

.fill-yellow-500\/5 {
  fill: rgb(253 231 76 / 0.05);
}

.fill-yellow-500\/50 {
  fill: rgb(253 231 76 / 0.5);
}

.fill-yellow-500\/60 {
  fill: rgb(253 231 76 / 0.6);
}

.fill-yellow-500\/70 {
  fill: rgb(253 231 76 / 0.7);
}

.fill-yellow-500\/75 {
  fill: rgb(253 231 76 / 0.75);
}

.fill-yellow-500\/80 {
  fill: rgb(253 231 76 / 0.8);
}

.fill-yellow-500\/90 {
  fill: rgb(253 231 76 / 0.9);
}

.fill-yellow-500\/95 {
  fill: rgb(253 231 76 / 0.95);
}

.fill-yellow-600 {
  fill: #d3c13f;
}

.fill-yellow-600\/0 {
  fill: rgb(211 193 63 / 0);
}

.fill-yellow-600\/10 {
  fill: rgb(211 193 63 / 0.1);
}

.fill-yellow-600\/100 {
  fill: rgb(211 193 63 / 1);
}

.fill-yellow-600\/20 {
  fill: rgb(211 193 63 / 0.2);
}

.fill-yellow-600\/25 {
  fill: rgb(211 193 63 / 0.25);
}

.fill-yellow-600\/30 {
  fill: rgb(211 193 63 / 0.3);
}

.fill-yellow-600\/40 {
  fill: rgb(211 193 63 / 0.4);
}

.fill-yellow-600\/5 {
  fill: rgb(211 193 63 / 0.05);
}

.fill-yellow-600\/50 {
  fill: rgb(211 193 63 / 0.5);
}

.fill-yellow-600\/60 {
  fill: rgb(211 193 63 / 0.6);
}

.fill-yellow-600\/70 {
  fill: rgb(211 193 63 / 0.7);
}

.fill-yellow-600\/75 {
  fill: rgb(211 193 63 / 0.75);
}

.fill-yellow-600\/80 {
  fill: rgb(211 193 63 / 0.8);
}

.fill-yellow-600\/90 {
  fill: rgb(211 193 63 / 0.9);
}

.fill-yellow-600\/95 {
  fill: rgb(211 193 63 / 0.95);
}

.fill-yellow-700 {
  fill: #a99a33;
}

.fill-yellow-700\/0 {
  fill: rgb(169 154 51 / 0);
}

.fill-yellow-700\/10 {
  fill: rgb(169 154 51 / 0.1);
}

.fill-yellow-700\/100 {
  fill: rgb(169 154 51 / 1);
}

.fill-yellow-700\/20 {
  fill: rgb(169 154 51 / 0.2);
}

.fill-yellow-700\/25 {
  fill: rgb(169 154 51 / 0.25);
}

.fill-yellow-700\/30 {
  fill: rgb(169 154 51 / 0.3);
}

.fill-yellow-700\/40 {
  fill: rgb(169 154 51 / 0.4);
}

.fill-yellow-700\/5 {
  fill: rgb(169 154 51 / 0.05);
}

.fill-yellow-700\/50 {
  fill: rgb(169 154 51 / 0.5);
}

.fill-yellow-700\/60 {
  fill: rgb(169 154 51 / 0.6);
}

.fill-yellow-700\/70 {
  fill: rgb(169 154 51 / 0.7);
}

.fill-yellow-700\/75 {
  fill: rgb(169 154 51 / 0.75);
}

.fill-yellow-700\/80 {
  fill: rgb(169 154 51 / 0.8);
}

.fill-yellow-700\/90 {
  fill: rgb(169 154 51 / 0.9);
}

.fill-yellow-700\/95 {
  fill: rgb(169 154 51 / 0.95);
}

.fill-yellow-800 {
  fill: #7f7426;
}

.fill-yellow-800\/0 {
  fill: rgb(127 116 38 / 0);
}

.fill-yellow-800\/10 {
  fill: rgb(127 116 38 / 0.1);
}

.fill-yellow-800\/100 {
  fill: rgb(127 116 38 / 1);
}

.fill-yellow-800\/20 {
  fill: rgb(127 116 38 / 0.2);
}

.fill-yellow-800\/25 {
  fill: rgb(127 116 38 / 0.25);
}

.fill-yellow-800\/30 {
  fill: rgb(127 116 38 / 0.3);
}

.fill-yellow-800\/40 {
  fill: rgb(127 116 38 / 0.4);
}

.fill-yellow-800\/5 {
  fill: rgb(127 116 38 / 0.05);
}

.fill-yellow-800\/50 {
  fill: rgb(127 116 38 / 0.5);
}

.fill-yellow-800\/60 {
  fill: rgb(127 116 38 / 0.6);
}

.fill-yellow-800\/70 {
  fill: rgb(127 116 38 / 0.7);
}

.fill-yellow-800\/75 {
  fill: rgb(127 116 38 / 0.75);
}

.fill-yellow-800\/80 {
  fill: rgb(127 116 38 / 0.8);
}

.fill-yellow-800\/90 {
  fill: rgb(127 116 38 / 0.9);
}

.fill-yellow-800\/95 {
  fill: rgb(127 116 38 / 0.95);
}

.fill-yellow-900 {
  fill: #544d19;
}

.fill-yellow-900\/0 {
  fill: rgb(84 77 25 / 0);
}

.fill-yellow-900\/10 {
  fill: rgb(84 77 25 / 0.1);
}

.fill-yellow-900\/100 {
  fill: rgb(84 77 25 / 1);
}

.fill-yellow-900\/20 {
  fill: rgb(84 77 25 / 0.2);
}

.fill-yellow-900\/25 {
  fill: rgb(84 77 25 / 0.25);
}

.fill-yellow-900\/30 {
  fill: rgb(84 77 25 / 0.3);
}

.fill-yellow-900\/40 {
  fill: rgb(84 77 25 / 0.4);
}

.fill-yellow-900\/5 {
  fill: rgb(84 77 25 / 0.05);
}

.fill-yellow-900\/50 {
  fill: rgb(84 77 25 / 0.5);
}

.fill-yellow-900\/60 {
  fill: rgb(84 77 25 / 0.6);
}

.fill-yellow-900\/70 {
  fill: rgb(84 77 25 / 0.7);
}

.fill-yellow-900\/75 {
  fill: rgb(84 77 25 / 0.75);
}

.fill-yellow-900\/80 {
  fill: rgb(84 77 25 / 0.8);
}

.fill-yellow-900\/90 {
  fill: rgb(84 77 25 / 0.9);
}

.fill-yellow-900\/95 {
  fill: rgb(84 77 25 / 0.95);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.\!p-0 {
  padding: 0px !important;
}

.\!p-4 {
  padding: 1rem !important;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 3rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!px-8 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.\!py-7 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.\!pl-0 {
  padding-left: 0px !important;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.\!ps-0 {
  padding-inline-start: 0px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.\!pt-4 {
  padding-top: 1rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 4.5rem;
}

.pb-11 {
  padding-bottom: 6rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 2rem;
}

.pb-8 {
  padding-bottom: 3rem;
}

.pb-9 {
  padding-bottom: 4rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 4.5rem;
}

.pt-11 {
  padding-top: 6rem;
}

.pt-12 {
  padding-top: 8rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 2rem;
}

.pt-8 {
  padding-top: 3rem;
}

.pt-9 {
  padding-top: 4rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

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

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

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

.text-2xl {
  font-size: 2.3125rem;
  line-height: 2.75rem;
  letter-spacing: -0.005em;
}

.text-3xl {
  font-size: 2.8125rem;
  line-height: 3rem;
  letter-spacing: -0.01em;
}

.text-4xl {
  font-size: 3.375rem;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
}

.text-5xl {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -0.02em;
}

.text-\[13\.5vw\] {
  font-size: 13.5vw;
}

.text-\[14vw\] {
  font-size: 14vw;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[5rem\] {
  font-size: 5rem;
}

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

.text-lg {
  font-size: 1.625rem;
  line-height: 2rem;
  letter-spacing: 0;
}

.text-md {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.text-sm {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.text-xl {
  font-size: 1.9375rem;
  line-height: 2.25rem;
  letter-spacing: 0;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0;
}

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

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

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

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

.italic {
  font-style: italic;
}

.leading-\[0\.9em\] {
  line-height: 0.9em;
}

.leading-\[0\] {
  line-height: 0;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.\!text-\[\#00444F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 68 79 / var(--tw-text-opacity)) !important;
}

.\!text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(170 222 225 / var(--tw-text-opacity)) !important;
}

.\!text-blue-100\/0 {
  color: rgb(170 222 225 / 0) !important;
}

.\!text-blue-100\/10 {
  color: rgb(170 222 225 / 0.1) !important;
}

.\!text-blue-100\/100 {
  color: rgb(170 222 225 / 1) !important;
}

.\!text-blue-100\/20 {
  color: rgb(170 222 225 / 0.2) !important;
}

.\!text-blue-100\/25 {
  color: rgb(170 222 225 / 0.25) !important;
}

.\!text-blue-100\/30 {
  color: rgb(170 222 225 / 0.3) !important;
}

.\!text-blue-100\/40 {
  color: rgb(170 222 225 / 0.4) !important;
}

.\!text-blue-100\/5 {
  color: rgb(170 222 225 / 0.05) !important;
}

.\!text-blue-100\/50 {
  color: rgb(170 222 225 / 0.5) !important;
}

.\!text-blue-100\/60 {
  color: rgb(170 222 225 / 0.6) !important;
}

.\!text-blue-100\/70 {
  color: rgb(170 222 225 / 0.7) !important;
}

.\!text-blue-100\/75 {
  color: rgb(170 222 225 / 0.75) !important;
}

.\!text-blue-100\/80 {
  color: rgb(170 222 225 / 0.8) !important;
}

.\!text-blue-100\/90 {
  color: rgb(170 222 225 / 0.9) !important;
}

.\!text-blue-100\/95 {
  color: rgb(170 222 225 / 0.95) !important;
}

.\!text-blue-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 31 33 / var(--tw-text-opacity)) !important;
}

.\!text-blue-1000\/0 {
  color: rgb(0 31 33 / 0) !important;
}

.\!text-blue-1000\/10 {
  color: rgb(0 31 33 / 0.1) !important;
}

.\!text-blue-1000\/100 {
  color: rgb(0 31 33 / 1) !important;
}

.\!text-blue-1000\/20 {
  color: rgb(0 31 33 / 0.2) !important;
}

.\!text-blue-1000\/25 {
  color: rgb(0 31 33 / 0.25) !important;
}

.\!text-blue-1000\/30 {
  color: rgb(0 31 33 / 0.3) !important;
}

.\!text-blue-1000\/40 {
  color: rgb(0 31 33 / 0.4) !important;
}

.\!text-blue-1000\/5 {
  color: rgb(0 31 33 / 0.05) !important;
}

.\!text-blue-1000\/50 {
  color: rgb(0 31 33 / 0.5) !important;
}

.\!text-blue-1000\/60 {
  color: rgb(0 31 33 / 0.6) !important;
}

.\!text-blue-1000\/70 {
  color: rgb(0 31 33 / 0.7) !important;
}

.\!text-blue-1000\/75 {
  color: rgb(0 31 33 / 0.75) !important;
}

.\!text-blue-1000\/80 {
  color: rgb(0 31 33 / 0.8) !important;
}

.\!text-blue-1000\/90 {
  color: rgb(0 31 33 / 0.9) !important;
}

.\!text-blue-1000\/95 {
  color: rgb(0 31 33 / 0.95) !important;
}

.\!text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 205 210 / var(--tw-text-opacity)) !important;
}

.\!text-blue-200\/0 {
  color: rgb(128 205 210 / 0) !important;
}

.\!text-blue-200\/10 {
  color: rgb(128 205 210 / 0.1) !important;
}

.\!text-blue-200\/100 {
  color: rgb(128 205 210 / 1) !important;
}

.\!text-blue-200\/20 {
  color: rgb(128 205 210 / 0.2) !important;
}

.\!text-blue-200\/25 {
  color: rgb(128 205 210 / 0.25) !important;
}

.\!text-blue-200\/30 {
  color: rgb(128 205 210 / 0.3) !important;
}

.\!text-blue-200\/40 {
  color: rgb(128 205 210 / 0.4) !important;
}

.\!text-blue-200\/5 {
  color: rgb(128 205 210 / 0.05) !important;
}

.\!text-blue-200\/50 {
  color: rgb(128 205 210 / 0.5) !important;
}

.\!text-blue-200\/60 {
  color: rgb(128 205 210 / 0.6) !important;
}

.\!text-blue-200\/70 {
  color: rgb(128 205 210 / 0.7) !important;
}

.\!text-blue-200\/75 {
  color: rgb(128 205 210 / 0.75) !important;
}

.\!text-blue-200\/80 {
  color: rgb(128 205 210 / 0.8) !important;
}

.\!text-blue-200\/90 {
  color: rgb(128 205 210 / 0.9) !important;
}

.\!text-blue-200\/95 {
  color: rgb(128 205 210 / 0.95) !important;
}

.\!text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(85 188 195 / var(--tw-text-opacity)) !important;
}

.\!text-blue-300\/0 {
  color: rgb(85 188 195 / 0) !important;
}

.\!text-blue-300\/10 {
  color: rgb(85 188 195 / 0.1) !important;
}

.\!text-blue-300\/100 {
  color: rgb(85 188 195 / 1) !important;
}

.\!text-blue-300\/20 {
  color: rgb(85 188 195 / 0.2) !important;
}

.\!text-blue-300\/25 {
  color: rgb(85 188 195 / 0.25) !important;
}

.\!text-blue-300\/30 {
  color: rgb(85 188 195 / 0.3) !important;
}

.\!text-blue-300\/40 {
  color: rgb(85 188 195 / 0.4) !important;
}

.\!text-blue-300\/5 {
  color: rgb(85 188 195 / 0.05) !important;
}

.\!text-blue-300\/50 {
  color: rgb(85 188 195 / 0.5) !important;
}

.\!text-blue-300\/60 {
  color: rgb(85 188 195 / 0.6) !important;
}

.\!text-blue-300\/70 {
  color: rgb(85 188 195 / 0.7) !important;
}

.\!text-blue-300\/75 {
  color: rgb(85 188 195 / 0.75) !important;
}

.\!text-blue-300\/80 {
  color: rgb(85 188 195 / 0.8) !important;
}

.\!text-blue-300\/90 {
  color: rgb(85 188 195 / 0.9) !important;
}

.\!text-blue-300\/95 {
  color: rgb(85 188 195 / 0.95) !important;
}

.\!text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 172 180 / var(--tw-text-opacity)) !important;
}

.\!text-blue-400\/0 {
  color: rgb(42 172 180 / 0) !important;
}

.\!text-blue-400\/10 {
  color: rgb(42 172 180 / 0.1) !important;
}

.\!text-blue-400\/100 {
  color: rgb(42 172 180 / 1) !important;
}

.\!text-blue-400\/20 {
  color: rgb(42 172 180 / 0.2) !important;
}

.\!text-blue-400\/25 {
  color: rgb(42 172 180 / 0.25) !important;
}

.\!text-blue-400\/30 {
  color: rgb(42 172 180 / 0.3) !important;
}

.\!text-blue-400\/40 {
  color: rgb(42 172 180 / 0.4) !important;
}

.\!text-blue-400\/5 {
  color: rgb(42 172 180 / 0.05) !important;
}

.\!text-blue-400\/50 {
  color: rgb(42 172 180 / 0.5) !important;
}

.\!text-blue-400\/60 {
  color: rgb(42 172 180 / 0.6) !important;
}

.\!text-blue-400\/70 {
  color: rgb(42 172 180 / 0.7) !important;
}

.\!text-blue-400\/75 {
  color: rgb(42 172 180 / 0.75) !important;
}

.\!text-blue-400\/80 {
  color: rgb(42 172 180 / 0.8) !important;
}

.\!text-blue-400\/90 {
  color: rgb(42 172 180 / 0.9) !important;
}

.\!text-blue-400\/95 {
  color: rgb(42 172 180 / 0.95) !important;
}

.\!text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(204 235 237 / var(--tw-text-opacity)) !important;
}

.\!text-blue-50\/0 {
  color: rgb(204 235 237 / 0) !important;
}

.\!text-blue-50\/10 {
  color: rgb(204 235 237 / 0.1) !important;
}

.\!text-blue-50\/100 {
  color: rgb(204 235 237 / 1) !important;
}

.\!text-blue-50\/20 {
  color: rgb(204 235 237 / 0.2) !important;
}

.\!text-blue-50\/25 {
  color: rgb(204 235 237 / 0.25) !important;
}

.\!text-blue-50\/30 {
  color: rgb(204 235 237 / 0.3) !important;
}

.\!text-blue-50\/40 {
  color: rgb(204 235 237 / 0.4) !important;
}

.\!text-blue-50\/5 {
  color: rgb(204 235 237 / 0.05) !important;
}

.\!text-blue-50\/50 {
  color: rgb(204 235 237 / 0.5) !important;
}

.\!text-blue-50\/60 {
  color: rgb(204 235 237 / 0.6) !important;
}

.\!text-blue-50\/70 {
  color: rgb(204 235 237 / 0.7) !important;
}

.\!text-blue-50\/75 {
  color: rgb(204 235 237 / 0.75) !important;
}

.\!text-blue-50\/80 {
  color: rgb(204 235 237 / 0.8) !important;
}

.\!text-blue-50\/90 {
  color: rgb(204 235 237 / 0.9) !important;
}

.\!text-blue-50\/95 {
  color: rgb(204 235 237 / 0.95) !important;
}

.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 155 165 / var(--tw-text-opacity)) !important;
}

.\!text-blue-500\/0 {
  color: rgb(0 155 165 / 0) !important;
}

.\!text-blue-500\/10 {
  color: rgb(0 155 165 / 0.1) !important;
}

.\!text-blue-500\/100 {
  color: rgb(0 155 165 / 1) !important;
}

.\!text-blue-500\/20 {
  color: rgb(0 155 165 / 0.2) !important;
}

.\!text-blue-500\/25 {
  color: rgb(0 155 165 / 0.25) !important;
}

.\!text-blue-500\/30 {
  color: rgb(0 155 165 / 0.3) !important;
}

.\!text-blue-500\/40 {
  color: rgb(0 155 165 / 0.4) !important;
}

.\!text-blue-500\/5 {
  color: rgb(0 155 165 / 0.05) !important;
}

.\!text-blue-500\/50 {
  color: rgb(0 155 165 / 0.5) !important;
}

.\!text-blue-500\/60 {
  color: rgb(0 155 165 / 0.6) !important;
}

.\!text-blue-500\/70 {
  color: rgb(0 155 165 / 0.7) !important;
}

.\!text-blue-500\/75 {
  color: rgb(0 155 165 / 0.75) !important;
}

.\!text-blue-500\/80 {
  color: rgb(0 155 165 / 0.8) !important;
}

.\!text-blue-500\/90 {
  color: rgb(0 155 165 / 0.9) !important;
}

.\!text-blue-500\/95 {
  color: rgb(0 155 165 / 0.95) !important;
}

.\!text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 129 138 / var(--tw-text-opacity)) !important;
}

.\!text-blue-600\/0 {
  color: rgb(0 129 138 / 0) !important;
}

.\!text-blue-600\/10 {
  color: rgb(0 129 138 / 0.1) !important;
}

.\!text-blue-600\/100 {
  color: rgb(0 129 138 / 1) !important;
}

.\!text-blue-600\/20 {
  color: rgb(0 129 138 / 0.2) !important;
}

.\!text-blue-600\/25 {
  color: rgb(0 129 138 / 0.25) !important;
}

.\!text-blue-600\/30 {
  color: rgb(0 129 138 / 0.3) !important;
}

.\!text-blue-600\/40 {
  color: rgb(0 129 138 / 0.4) !important;
}

.\!text-blue-600\/5 {
  color: rgb(0 129 138 / 0.05) !important;
}

.\!text-blue-600\/50 {
  color: rgb(0 129 138 / 0.5) !important;
}

.\!text-blue-600\/60 {
  color: rgb(0 129 138 / 0.6) !important;
}

.\!text-blue-600\/70 {
  color: rgb(0 129 138 / 0.7) !important;
}

.\!text-blue-600\/75 {
  color: rgb(0 129 138 / 0.75) !important;
}

.\!text-blue-600\/80 {
  color: rgb(0 129 138 / 0.8) !important;
}

.\!text-blue-600\/90 {
  color: rgb(0 129 138 / 0.9) !important;
}

.\!text-blue-600\/95 {
  color: rgb(0 129 138 / 0.95) !important;
}

.\!text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 103 110 / var(--tw-text-opacity)) !important;
}

.\!text-blue-700\/0 {
  color: rgb(0 103 110 / 0) !important;
}

.\!text-blue-700\/10 {
  color: rgb(0 103 110 / 0.1) !important;
}

.\!text-blue-700\/100 {
  color: rgb(0 103 110 / 1) !important;
}

.\!text-blue-700\/20 {
  color: rgb(0 103 110 / 0.2) !important;
}

.\!text-blue-700\/25 {
  color: rgb(0 103 110 / 0.25) !important;
}

.\!text-blue-700\/30 {
  color: rgb(0 103 110 / 0.3) !important;
}

.\!text-blue-700\/40 {
  color: rgb(0 103 110 / 0.4) !important;
}

.\!text-blue-700\/5 {
  color: rgb(0 103 110 / 0.05) !important;
}

.\!text-blue-700\/50 {
  color: rgb(0 103 110 / 0.5) !important;
}

.\!text-blue-700\/60 {
  color: rgb(0 103 110 / 0.6) !important;
}

.\!text-blue-700\/70 {
  color: rgb(0 103 110 / 0.7) !important;
}

.\!text-blue-700\/75 {
  color: rgb(0 103 110 / 0.75) !important;
}

.\!text-blue-700\/80 {
  color: rgb(0 103 110 / 0.8) !important;
}

.\!text-blue-700\/90 {
  color: rgb(0 103 110 / 0.9) !important;
}

.\!text-blue-700\/95 {
  color: rgb(0 103 110 / 0.95) !important;
}

.\!text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 78 83 / var(--tw-text-opacity)) !important;
}

.\!text-blue-800\/0 {
  color: rgb(0 78 83 / 0) !important;
}

.\!text-blue-800\/10 {
  color: rgb(0 78 83 / 0.1) !important;
}

.\!text-blue-800\/100 {
  color: rgb(0 78 83 / 1) !important;
}

.\!text-blue-800\/20 {
  color: rgb(0 78 83 / 0.2) !important;
}

.\!text-blue-800\/25 {
  color: rgb(0 78 83 / 0.25) !important;
}

.\!text-blue-800\/30 {
  color: rgb(0 78 83 / 0.3) !important;
}

.\!text-blue-800\/40 {
  color: rgb(0 78 83 / 0.4) !important;
}

.\!text-blue-800\/5 {
  color: rgb(0 78 83 / 0.05) !important;
}

.\!text-blue-800\/50 {
  color: rgb(0 78 83 / 0.5) !important;
}

.\!text-blue-800\/60 {
  color: rgb(0 78 83 / 0.6) !important;
}

.\!text-blue-800\/70 {
  color: rgb(0 78 83 / 0.7) !important;
}

.\!text-blue-800\/75 {
  color: rgb(0 78 83 / 0.75) !important;
}

.\!text-blue-800\/80 {
  color: rgb(0 78 83 / 0.8) !important;
}

.\!text-blue-800\/90 {
  color: rgb(0 78 83 / 0.9) !important;
}

.\!text-blue-800\/95 {
  color: rgb(0 78 83 / 0.95) !important;
}

.\!text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 52 55 / var(--tw-text-opacity)) !important;
}

.\!text-blue-900\/0 {
  color: rgb(0 52 55 / 0) !important;
}

.\!text-blue-900\/10 {
  color: rgb(0 52 55 / 0.1) !important;
}

.\!text-blue-900\/100 {
  color: rgb(0 52 55 / 1) !important;
}

.\!text-blue-900\/20 {
  color: rgb(0 52 55 / 0.2) !important;
}

.\!text-blue-900\/25 {
  color: rgb(0 52 55 / 0.25) !important;
}

.\!text-blue-900\/30 {
  color: rgb(0 52 55 / 0.3) !important;
}

.\!text-blue-900\/40 {
  color: rgb(0 52 55 / 0.4) !important;
}

.\!text-blue-900\/5 {
  color: rgb(0 52 55 / 0.05) !important;
}

.\!text-blue-900\/50 {
  color: rgb(0 52 55 / 0.5) !important;
}

.\!text-blue-900\/60 {
  color: rgb(0 52 55 / 0.6) !important;
}

.\!text-blue-900\/70 {
  color: rgb(0 52 55 / 0.7) !important;
}

.\!text-blue-900\/75 {
  color: rgb(0 52 55 / 0.75) !important;
}

.\!text-blue-900\/80 {
  color: rgb(0 52 55 / 0.8) !important;
}

.\!text-blue-900\/90 {
  color: rgb(0 52 55 / 0.9) !important;
}

.\!text-blue-900\/95 {
  color: rgb(0 52 55 / 0.95) !important;
}

.\!text-cyan-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(170 226 245 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-100\/0 {
  color: rgb(170 226 245 / 0) !important;
}

.\!text-cyan-100\/10 {
  color: rgb(170 226 245 / 0.1) !important;
}

.\!text-cyan-100\/100 {
  color: rgb(170 226 245 / 1) !important;
}

.\!text-cyan-100\/20 {
  color: rgb(170 226 245 / 0.2) !important;
}

.\!text-cyan-100\/25 {
  color: rgb(170 226 245 / 0.25) !important;
}

.\!text-cyan-100\/30 {
  color: rgb(170 226 245 / 0.3) !important;
}

.\!text-cyan-100\/40 {
  color: rgb(170 226 245 / 0.4) !important;
}

.\!text-cyan-100\/5 {
  color: rgb(170 226 245 / 0.05) !important;
}

.\!text-cyan-100\/50 {
  color: rgb(170 226 245 / 0.5) !important;
}

.\!text-cyan-100\/60 {
  color: rgb(170 226 245 / 0.6) !important;
}

.\!text-cyan-100\/70 {
  color: rgb(170 226 245 / 0.7) !important;
}

.\!text-cyan-100\/75 {
  color: rgb(170 226 245 / 0.75) !important;
}

.\!text-cyan-100\/80 {
  color: rgb(170 226 245 / 0.8) !important;
}

.\!text-cyan-100\/90 {
  color: rgb(170 226 245 / 0.9) !important;
}

.\!text-cyan-100\/95 {
  color: rgb(170 226 245 / 0.95) !important;
}

.\!text-cyan-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 33 45 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-1000\/0 {
  color: rgb(0 33 45 / 0) !important;
}

.\!text-cyan-1000\/10 {
  color: rgb(0 33 45 / 0.1) !important;
}

.\!text-cyan-1000\/100 {
  color: rgb(0 33 45 / 1) !important;
}

.\!text-cyan-1000\/20 {
  color: rgb(0 33 45 / 0.2) !important;
}

.\!text-cyan-1000\/25 {
  color: rgb(0 33 45 / 0.25) !important;
}

.\!text-cyan-1000\/30 {
  color: rgb(0 33 45 / 0.3) !important;
}

.\!text-cyan-1000\/40 {
  color: rgb(0 33 45 / 0.4) !important;
}

.\!text-cyan-1000\/5 {
  color: rgb(0 33 45 / 0.05) !important;
}

.\!text-cyan-1000\/50 {
  color: rgb(0 33 45 / 0.5) !important;
}

.\!text-cyan-1000\/60 {
  color: rgb(0 33 45 / 0.6) !important;
}

.\!text-cyan-1000\/70 {
  color: rgb(0 33 45 / 0.7) !important;
}

.\!text-cyan-1000\/75 {
  color: rgb(0 33 45 / 0.75) !important;
}

.\!text-cyan-1000\/80 {
  color: rgb(0 33 45 / 0.8) !important;
}

.\!text-cyan-1000\/90 {
  color: rgb(0 33 45 / 0.9) !important;
}

.\!text-cyan-1000\/95 {
  color: rgb(0 33 45 / 0.95) !important;
}

.\!text-cyan-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 211 240 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-200\/0 {
  color: rgb(128 211 240 / 0) !important;
}

.\!text-cyan-200\/10 {
  color: rgb(128 211 240 / 0.1) !important;
}

.\!text-cyan-200\/100 {
  color: rgb(128 211 240 / 1) !important;
}

.\!text-cyan-200\/20 {
  color: rgb(128 211 240 / 0.2) !important;
}

.\!text-cyan-200\/25 {
  color: rgb(128 211 240 / 0.25) !important;
}

.\!text-cyan-200\/30 {
  color: rgb(128 211 240 / 0.3) !important;
}

.\!text-cyan-200\/40 {
  color: rgb(128 211 240 / 0.4) !important;
}

.\!text-cyan-200\/5 {
  color: rgb(128 211 240 / 0.05) !important;
}

.\!text-cyan-200\/50 {
  color: rgb(128 211 240 / 0.5) !important;
}

.\!text-cyan-200\/60 {
  color: rgb(128 211 240 / 0.6) !important;
}

.\!text-cyan-200\/70 {
  color: rgb(128 211 240 / 0.7) !important;
}

.\!text-cyan-200\/75 {
  color: rgb(128 211 240 / 0.75) !important;
}

.\!text-cyan-200\/80 {
  color: rgb(128 211 240 / 0.8) !important;
}

.\!text-cyan-200\/90 {
  color: rgb(128 211 240 / 0.9) !important;
}

.\!text-cyan-200\/95 {
  color: rgb(128 211 240 / 0.95) !important;
}

.\!text-cyan-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(85 196 235 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-300\/0 {
  color: rgb(85 196 235 / 0) !important;
}

.\!text-cyan-300\/10 {
  color: rgb(85 196 235 / 0.1) !important;
}

.\!text-cyan-300\/100 {
  color: rgb(85 196 235 / 1) !important;
}

.\!text-cyan-300\/20 {
  color: rgb(85 196 235 / 0.2) !important;
}

.\!text-cyan-300\/25 {
  color: rgb(85 196 235 / 0.25) !important;
}

.\!text-cyan-300\/30 {
  color: rgb(85 196 235 / 0.3) !important;
}

.\!text-cyan-300\/40 {
  color: rgb(85 196 235 / 0.4) !important;
}

.\!text-cyan-300\/5 {
  color: rgb(85 196 235 / 0.05) !important;
}

.\!text-cyan-300\/50 {
  color: rgb(85 196 235 / 0.5) !important;
}

.\!text-cyan-300\/60 {
  color: rgb(85 196 235 / 0.6) !important;
}

.\!text-cyan-300\/70 {
  color: rgb(85 196 235 / 0.7) !important;
}

.\!text-cyan-300\/75 {
  color: rgb(85 196 235 / 0.75) !important;
}

.\!text-cyan-300\/80 {
  color: rgb(85 196 235 / 0.8) !important;
}

.\!text-cyan-300\/90 {
  color: rgb(85 196 235 / 0.9) !important;
}

.\!text-cyan-300\/95 {
  color: rgb(85 196 235 / 0.95) !important;
}

.\!text-cyan-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 182 230 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-400\/0 {
  color: rgb(42 182 230 / 0) !important;
}

.\!text-cyan-400\/10 {
  color: rgb(42 182 230 / 0.1) !important;
}

.\!text-cyan-400\/100 {
  color: rgb(42 182 230 / 1) !important;
}

.\!text-cyan-400\/20 {
  color: rgb(42 182 230 / 0.2) !important;
}

.\!text-cyan-400\/25 {
  color: rgb(42 182 230 / 0.25) !important;
}

.\!text-cyan-400\/30 {
  color: rgb(42 182 230 / 0.3) !important;
}

.\!text-cyan-400\/40 {
  color: rgb(42 182 230 / 0.4) !important;
}

.\!text-cyan-400\/5 {
  color: rgb(42 182 230 / 0.05) !important;
}

.\!text-cyan-400\/50 {
  color: rgb(42 182 230 / 0.5) !important;
}

.\!text-cyan-400\/60 {
  color: rgb(42 182 230 / 0.6) !important;
}

.\!text-cyan-400\/70 {
  color: rgb(42 182 230 / 0.7) !important;
}

.\!text-cyan-400\/75 {
  color: rgb(42 182 230 / 0.75) !important;
}

.\!text-cyan-400\/80 {
  color: rgb(42 182 230 / 0.8) !important;
}

.\!text-cyan-400\/90 {
  color: rgb(42 182 230 / 0.9) !important;
}

.\!text-cyan-400\/95 {
  color: rgb(42 182 230 / 0.95) !important;
}

.\!text-cyan-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(204 237 249 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-50\/0 {
  color: rgb(204 237 249 / 0) !important;
}

.\!text-cyan-50\/10 {
  color: rgb(204 237 249 / 0.1) !important;
}

.\!text-cyan-50\/100 {
  color: rgb(204 237 249 / 1) !important;
}

.\!text-cyan-50\/20 {
  color: rgb(204 237 249 / 0.2) !important;
}

.\!text-cyan-50\/25 {
  color: rgb(204 237 249 / 0.25) !important;
}

.\!text-cyan-50\/30 {
  color: rgb(204 237 249 / 0.3) !important;
}

.\!text-cyan-50\/40 {
  color: rgb(204 237 249 / 0.4) !important;
}

.\!text-cyan-50\/5 {
  color: rgb(204 237 249 / 0.05) !important;
}

.\!text-cyan-50\/50 {
  color: rgb(204 237 249 / 0.5) !important;
}

.\!text-cyan-50\/60 {
  color: rgb(204 237 249 / 0.6) !important;
}

.\!text-cyan-50\/70 {
  color: rgb(204 237 249 / 0.7) !important;
}

.\!text-cyan-50\/75 {
  color: rgb(204 237 249 / 0.75) !important;
}

.\!text-cyan-50\/80 {
  color: rgb(204 237 249 / 0.8) !important;
}

.\!text-cyan-50\/90 {
  color: rgb(204 237 249 / 0.9) !important;
}

.\!text-cyan-50\/95 {
  color: rgb(204 237 249 / 0.95) !important;
}

.\!text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 167 225 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-500\/0 {
  color: rgb(0 167 225 / 0) !important;
}

.\!text-cyan-500\/10 {
  color: rgb(0 167 225 / 0.1) !important;
}

.\!text-cyan-500\/100 {
  color: rgb(0 167 225 / 1) !important;
}

.\!text-cyan-500\/20 {
  color: rgb(0 167 225 / 0.2) !important;
}

.\!text-cyan-500\/25 {
  color: rgb(0 167 225 / 0.25) !important;
}

.\!text-cyan-500\/30 {
  color: rgb(0 167 225 / 0.3) !important;
}

.\!text-cyan-500\/40 {
  color: rgb(0 167 225 / 0.4) !important;
}

.\!text-cyan-500\/5 {
  color: rgb(0 167 225 / 0.05) !important;
}

.\!text-cyan-500\/50 {
  color: rgb(0 167 225 / 0.5) !important;
}

.\!text-cyan-500\/60 {
  color: rgb(0 167 225 / 0.6) !important;
}

.\!text-cyan-500\/70 {
  color: rgb(0 167 225 / 0.7) !important;
}

.\!text-cyan-500\/75 {
  color: rgb(0 167 225 / 0.75) !important;
}

.\!text-cyan-500\/80 {
  color: rgb(0 167 225 / 0.8) !important;
}

.\!text-cyan-500\/90 {
  color: rgb(0 167 225 / 0.9) !important;
}

.\!text-cyan-500\/95 {
  color: rgb(0 167 225 / 0.95) !important;
}

.\!text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 139 188 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-600\/0 {
  color: rgb(0 139 188 / 0) !important;
}

.\!text-cyan-600\/10 {
  color: rgb(0 139 188 / 0.1) !important;
}

.\!text-cyan-600\/100 {
  color: rgb(0 139 188 / 1) !important;
}

.\!text-cyan-600\/20 {
  color: rgb(0 139 188 / 0.2) !important;
}

.\!text-cyan-600\/25 {
  color: rgb(0 139 188 / 0.25) !important;
}

.\!text-cyan-600\/30 {
  color: rgb(0 139 188 / 0.3) !important;
}

.\!text-cyan-600\/40 {
  color: rgb(0 139 188 / 0.4) !important;
}

.\!text-cyan-600\/5 {
  color: rgb(0 139 188 / 0.05) !important;
}

.\!text-cyan-600\/50 {
  color: rgb(0 139 188 / 0.5) !important;
}

.\!text-cyan-600\/60 {
  color: rgb(0 139 188 / 0.6) !important;
}

.\!text-cyan-600\/70 {
  color: rgb(0 139 188 / 0.7) !important;
}

.\!text-cyan-600\/75 {
  color: rgb(0 139 188 / 0.75) !important;
}

.\!text-cyan-600\/80 {
  color: rgb(0 139 188 / 0.8) !important;
}

.\!text-cyan-600\/90 {
  color: rgb(0 139 188 / 0.9) !important;
}

.\!text-cyan-600\/95 {
  color: rgb(0 139 188 / 0.95) !important;
}

.\!text-cyan-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 111 150 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-700\/0 {
  color: rgb(0 111 150 / 0) !important;
}

.\!text-cyan-700\/10 {
  color: rgb(0 111 150 / 0.1) !important;
}

.\!text-cyan-700\/100 {
  color: rgb(0 111 150 / 1) !important;
}

.\!text-cyan-700\/20 {
  color: rgb(0 111 150 / 0.2) !important;
}

.\!text-cyan-700\/25 {
  color: rgb(0 111 150 / 0.25) !important;
}

.\!text-cyan-700\/30 {
  color: rgb(0 111 150 / 0.3) !important;
}

.\!text-cyan-700\/40 {
  color: rgb(0 111 150 / 0.4) !important;
}

.\!text-cyan-700\/5 {
  color: rgb(0 111 150 / 0.05) !important;
}

.\!text-cyan-700\/50 {
  color: rgb(0 111 150 / 0.5) !important;
}

.\!text-cyan-700\/60 {
  color: rgb(0 111 150 / 0.6) !important;
}

.\!text-cyan-700\/70 {
  color: rgb(0 111 150 / 0.7) !important;
}

.\!text-cyan-700\/75 {
  color: rgb(0 111 150 / 0.75) !important;
}

.\!text-cyan-700\/80 {
  color: rgb(0 111 150 / 0.8) !important;
}

.\!text-cyan-700\/90 {
  color: rgb(0 111 150 / 0.9) !important;
}

.\!text-cyan-700\/95 {
  color: rgb(0 111 150 / 0.95) !important;
}

.\!text-cyan-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 84 113 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-800\/0 {
  color: rgb(0 84 113 / 0) !important;
}

.\!text-cyan-800\/10 {
  color: rgb(0 84 113 / 0.1) !important;
}

.\!text-cyan-800\/100 {
  color: rgb(0 84 113 / 1) !important;
}

.\!text-cyan-800\/20 {
  color: rgb(0 84 113 / 0.2) !important;
}

.\!text-cyan-800\/25 {
  color: rgb(0 84 113 / 0.25) !important;
}

.\!text-cyan-800\/30 {
  color: rgb(0 84 113 / 0.3) !important;
}

.\!text-cyan-800\/40 {
  color: rgb(0 84 113 / 0.4) !important;
}

.\!text-cyan-800\/5 {
  color: rgb(0 84 113 / 0.05) !important;
}

.\!text-cyan-800\/50 {
  color: rgb(0 84 113 / 0.5) !important;
}

.\!text-cyan-800\/60 {
  color: rgb(0 84 113 / 0.6) !important;
}

.\!text-cyan-800\/70 {
  color: rgb(0 84 113 / 0.7) !important;
}

.\!text-cyan-800\/75 {
  color: rgb(0 84 113 / 0.75) !important;
}

.\!text-cyan-800\/80 {
  color: rgb(0 84 113 / 0.8) !important;
}

.\!text-cyan-800\/90 {
  color: rgb(0 84 113 / 0.9) !important;
}

.\!text-cyan-800\/95 {
  color: rgb(0 84 113 / 0.95) !important;
}

.\!text-cyan-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 56 75 / var(--tw-text-opacity)) !important;
}

.\!text-cyan-900\/0 {
  color: rgb(0 56 75 / 0) !important;
}

.\!text-cyan-900\/10 {
  color: rgb(0 56 75 / 0.1) !important;
}

.\!text-cyan-900\/100 {
  color: rgb(0 56 75 / 1) !important;
}

.\!text-cyan-900\/20 {
  color: rgb(0 56 75 / 0.2) !important;
}

.\!text-cyan-900\/25 {
  color: rgb(0 56 75 / 0.25) !important;
}

.\!text-cyan-900\/30 {
  color: rgb(0 56 75 / 0.3) !important;
}

.\!text-cyan-900\/40 {
  color: rgb(0 56 75 / 0.4) !important;
}

.\!text-cyan-900\/5 {
  color: rgb(0 56 75 / 0.05) !important;
}

.\!text-cyan-900\/50 {
  color: rgb(0 56 75 / 0.5) !important;
}

.\!text-cyan-900\/60 {
  color: rgb(0 56 75 / 0.6) !important;
}

.\!text-cyan-900\/70 {
  color: rgb(0 56 75 / 0.7) !important;
}

.\!text-cyan-900\/75 {
  color: rgb(0 56 75 / 0.75) !important;
}

.\!text-cyan-900\/80 {
  color: rgb(0 56 75 / 0.8) !important;
}

.\!text-cyan-900\/90 {
  color: rgb(0 56 75 / 0.9) !important;
}

.\!text-cyan-900\/95 {
  color: rgb(0 56 75 / 0.95) !important;
}

.\!text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(44 66 81 / var(--tw-text-opacity)) !important;
}

.\!text-forest {
  --tw-text-opacity: 1 !important;
  color: rgb(0 68 79 / var(--tw-text-opacity)) !important;
}

.\!text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

.\!text-gray-100\/0 {
  color: rgb(248 248 249 / 0) !important;
}

.\!text-gray-100\/10 {
  color: rgb(248 248 249 / 0.1) !important;
}

.\!text-gray-100\/100 {
  color: rgb(248 248 249 / 1) !important;
}

.\!text-gray-100\/20 {
  color: rgb(248 248 249 / 0.2) !important;
}

.\!text-gray-100\/25 {
  color: rgb(248 248 249 / 0.25) !important;
}

.\!text-gray-100\/30 {
  color: rgb(248 248 249 / 0.3) !important;
}

.\!text-gray-100\/40 {
  color: rgb(248 248 249 / 0.4) !important;
}

.\!text-gray-100\/5 {
  color: rgb(248 248 249 / 0.05) !important;
}

.\!text-gray-100\/50 {
  color: rgb(248 248 249 / 0.5) !important;
}

.\!text-gray-100\/60 {
  color: rgb(248 248 249 / 0.6) !important;
}

.\!text-gray-100\/70 {
  color: rgb(248 248 249 / 0.7) !important;
}

.\!text-gray-100\/75 {
  color: rgb(248 248 249 / 0.75) !important;
}

.\!text-gray-100\/80 {
  color: rgb(248 248 249 / 0.8) !important;
}

.\!text-gray-100\/90 {
  color: rgb(248 248 249 / 0.9) !important;
}

.\!text-gray-100\/95 {
  color: rgb(248 248 249 / 0.95) !important;
}

.\!text-gray-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(44 66 81 / var(--tw-text-opacity)) !important;
}

.\!text-gray-1000\/0 {
  color: rgb(44 66 81 / 0) !important;
}

.\!text-gray-1000\/10 {
  color: rgb(44 66 81 / 0.1) !important;
}

.\!text-gray-1000\/100 {
  color: rgb(44 66 81 / 1) !important;
}

.\!text-gray-1000\/20 {
  color: rgb(44 66 81 / 0.2) !important;
}

.\!text-gray-1000\/25 {
  color: rgb(44 66 81 / 0.25) !important;
}

.\!text-gray-1000\/30 {
  color: rgb(44 66 81 / 0.3) !important;
}

.\!text-gray-1000\/40 {
  color: rgb(44 66 81 / 0.4) !important;
}

.\!text-gray-1000\/5 {
  color: rgb(44 66 81 / 0.05) !important;
}

.\!text-gray-1000\/50 {
  color: rgb(44 66 81 / 0.5) !important;
}

.\!text-gray-1000\/60 {
  color: rgb(44 66 81 / 0.6) !important;
}

.\!text-gray-1000\/70 {
  color: rgb(44 66 81 / 0.7) !important;
}

.\!text-gray-1000\/75 {
  color: rgb(44 66 81 / 0.75) !important;
}

.\!text-gray-1000\/80 {
  color: rgb(44 66 81 / 0.8) !important;
}

.\!text-gray-1000\/90 {
  color: rgb(44 66 81 / 0.9) !important;
}

.\!text-gray-1000\/95 {
  color: rgb(44 66 81 / 0.95) !important;
}

.\!text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 236 238 / var(--tw-text-opacity)) !important;
}

.\!text-gray-200\/0 {
  color: rgb(234 236 238 / 0) !important;
}

.\!text-gray-200\/10 {
  color: rgb(234 236 238 / 0.1) !important;
}

.\!text-gray-200\/100 {
  color: rgb(234 236 238 / 1) !important;
}

.\!text-gray-200\/20 {
  color: rgb(234 236 238 / 0.2) !important;
}

.\!text-gray-200\/25 {
  color: rgb(234 236 238 / 0.25) !important;
}

.\!text-gray-200\/30 {
  color: rgb(234 236 238 / 0.3) !important;
}

.\!text-gray-200\/40 {
  color: rgb(234 236 238 / 0.4) !important;
}

.\!text-gray-200\/5 {
  color: rgb(234 236 238 / 0.05) !important;
}

.\!text-gray-200\/50 {
  color: rgb(234 236 238 / 0.5) !important;
}

.\!text-gray-200\/60 {
  color: rgb(234 236 238 / 0.6) !important;
}

.\!text-gray-200\/70 {
  color: rgb(234 236 238 / 0.7) !important;
}

.\!text-gray-200\/75 {
  color: rgb(234 236 238 / 0.75) !important;
}

.\!text-gray-200\/80 {
  color: rgb(234 236 238 / 0.8) !important;
}

.\!text-gray-200\/90 {
  color: rgb(234 236 238 / 0.9) !important;
}

.\!text-gray-200\/95 {
  color: rgb(234 236 238 / 0.95) !important;
}

.\!text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(227 230 232 / var(--tw-text-opacity)) !important;
}

.\!text-gray-300\/0 {
  color: rgb(227 230 232 / 0) !important;
}

.\!text-gray-300\/10 {
  color: rgb(227 230 232 / 0.1) !important;
}

.\!text-gray-300\/100 {
  color: rgb(227 230 232 / 1) !important;
}

.\!text-gray-300\/20 {
  color: rgb(227 230 232 / 0.2) !important;
}

.\!text-gray-300\/25 {
  color: rgb(227 230 232 / 0.25) !important;
}

.\!text-gray-300\/30 {
  color: rgb(227 230 232 / 0.3) !important;
}

.\!text-gray-300\/40 {
  color: rgb(227 230 232 / 0.4) !important;
}

.\!text-gray-300\/5 {
  color: rgb(227 230 232 / 0.05) !important;
}

.\!text-gray-300\/50 {
  color: rgb(227 230 232 / 0.5) !important;
}

.\!text-gray-300\/60 {
  color: rgb(227 230 232 / 0.6) !important;
}

.\!text-gray-300\/70 {
  color: rgb(227 230 232 / 0.7) !important;
}

.\!text-gray-300\/75 {
  color: rgb(227 230 232 / 0.75) !important;
}

.\!text-gray-300\/80 {
  color: rgb(227 230 232 / 0.8) !important;
}

.\!text-gray-300\/90 {
  color: rgb(227 230 232 / 0.9) !important;
}

.\!text-gray-300\/95 {
  color: rgb(227 230 232 / 0.95) !important;
}

.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 223 226 / var(--tw-text-opacity)) !important;
}

.\!text-gray-400\/0 {
  color: rgb(220 223 226 / 0) !important;
}

.\!text-gray-400\/10 {
  color: rgb(220 223 226 / 0.1) !important;
}

.\!text-gray-400\/100 {
  color: rgb(220 223 226 / 1) !important;
}

.\!text-gray-400\/20 {
  color: rgb(220 223 226 / 0.2) !important;
}

.\!text-gray-400\/25 {
  color: rgb(220 223 226 / 0.25) !important;
}

.\!text-gray-400\/30 {
  color: rgb(220 223 226 / 0.3) !important;
}

.\!text-gray-400\/40 {
  color: rgb(220 223 226 / 0.4) !important;
}

.\!text-gray-400\/5 {
  color: rgb(220 223 226 / 0.05) !important;
}

.\!text-gray-400\/50 {
  color: rgb(220 223 226 / 0.5) !important;
}

.\!text-gray-400\/60 {
  color: rgb(220 223 226 / 0.6) !important;
}

.\!text-gray-400\/70 {
  color: rgb(220 223 226 / 0.7) !important;
}

.\!text-gray-400\/75 {
  color: rgb(220 223 226 / 0.75) !important;
}

.\!text-gray-400\/80 {
  color: rgb(220 223 226 / 0.8) !important;
}

.\!text-gray-400\/90 {
  color: rgb(220 223 226 / 0.9) !important;
}

.\!text-gray-400\/95 {
  color: rgb(220 223 226 / 0.95) !important;
}

.\!text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 240 241 / var(--tw-text-opacity)) !important;
}

.\!text-gray-50\/0 {
  color: rgb(239 240 241 / 0) !important;
}

.\!text-gray-50\/10 {
  color: rgb(239 240 241 / 0.1) !important;
}

.\!text-gray-50\/100 {
  color: rgb(239 240 241 / 1) !important;
}

.\!text-gray-50\/20 {
  color: rgb(239 240 241 / 0.2) !important;
}

.\!text-gray-50\/25 {
  color: rgb(239 240 241 / 0.25) !important;
}

.\!text-gray-50\/30 {
  color: rgb(239 240 241 / 0.3) !important;
}

.\!text-gray-50\/40 {
  color: rgb(239 240 241 / 0.4) !important;
}

.\!text-gray-50\/5 {
  color: rgb(239 240 241 / 0.05) !important;
}

.\!text-gray-50\/50 {
  color: rgb(239 240 241 / 0.5) !important;
}

.\!text-gray-50\/60 {
  color: rgb(239 240 241 / 0.6) !important;
}

.\!text-gray-50\/70 {
  color: rgb(239 240 241 / 0.7) !important;
}

.\!text-gray-50\/75 {
  color: rgb(239 240 241 / 0.75) !important;
}

.\!text-gray-50\/80 {
  color: rgb(239 240 241 / 0.8) !important;
}

.\!text-gray-50\/90 {
  color: rgb(239 240 241 / 0.9) !important;
}

.\!text-gray-50\/95 {
  color: rgb(239 240 241 / 0.95) !important;
}

.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(213 217 220 / var(--tw-text-opacity)) !important;
}

.\!text-gray-500\/0 {
  color: rgb(213 217 220 / 0) !important;
}

.\!text-gray-500\/10 {
  color: rgb(213 217 220 / 0.1) !important;
}

.\!text-gray-500\/100 {
  color: rgb(213 217 220 / 1) !important;
}

.\!text-gray-500\/20 {
  color: rgb(213 217 220 / 0.2) !important;
}

.\!text-gray-500\/25 {
  color: rgb(213 217 220 / 0.25) !important;
}

.\!text-gray-500\/30 {
  color: rgb(213 217 220 / 0.3) !important;
}

.\!text-gray-500\/40 {
  color: rgb(213 217 220 / 0.4) !important;
}

.\!text-gray-500\/5 {
  color: rgb(213 217 220 / 0.05) !important;
}

.\!text-gray-500\/50 {
  color: rgb(213 217 220 / 0.5) !important;
}

.\!text-gray-500\/60 {
  color: rgb(213 217 220 / 0.6) !important;
}

.\!text-gray-500\/70 {
  color: rgb(213 217 220 / 0.7) !important;
}

.\!text-gray-500\/75 {
  color: rgb(213 217 220 / 0.75) !important;
}

.\!text-gray-500\/80 {
  color: rgb(213 217 220 / 0.8) !important;
}

.\!text-gray-500\/90 {
  color: rgb(213 217 220 / 0.9) !important;
}

.\!text-gray-500\/95 {
  color: rgb(213 217 220 / 0.95) !important;
}

.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 192 197 / var(--tw-text-opacity)) !important;
}

.\!text-gray-600\/0 {
  color: rgb(185 192 197 / 0) !important;
}

.\!text-gray-600\/10 {
  color: rgb(185 192 197 / 0.1) !important;
}

.\!text-gray-600\/100 {
  color: rgb(185 192 197 / 1) !important;
}

.\!text-gray-600\/20 {
  color: rgb(185 192 197 / 0.2) !important;
}

.\!text-gray-600\/25 {
  color: rgb(185 192 197 / 0.25) !important;
}

.\!text-gray-600\/30 {
  color: rgb(185 192 197 / 0.3) !important;
}

.\!text-gray-600\/40 {
  color: rgb(185 192 197 / 0.4) !important;
}

.\!text-gray-600\/5 {
  color: rgb(185 192 197 / 0.05) !important;
}

.\!text-gray-600\/50 {
  color: rgb(185 192 197 / 0.5) !important;
}

.\!text-gray-600\/60 {
  color: rgb(185 192 197 / 0.6) !important;
}

.\!text-gray-600\/70 {
  color: rgb(185 192 197 / 0.7) !important;
}

.\!text-gray-600\/75 {
  color: rgb(185 192 197 / 0.75) !important;
}

.\!text-gray-600\/80 {
  color: rgb(185 192 197 / 0.8) !important;
}

.\!text-gray-600\/90 {
  color: rgb(185 192 197 / 0.9) !important;
}

.\!text-gray-600\/95 {
  color: rgb(185 192 197 / 0.95) !important;
}

.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(150 161 168 / var(--tw-text-opacity)) !important;
}

.\!text-gray-700\/0 {
  color: rgb(150 161 168 / 0) !important;
}

.\!text-gray-700\/10 {
  color: rgb(150 161 168 / 0.1) !important;
}

.\!text-gray-700\/100 {
  color: rgb(150 161 168 / 1) !important;
}

.\!text-gray-700\/20 {
  color: rgb(150 161 168 / 0.2) !important;
}

.\!text-gray-700\/25 {
  color: rgb(150 161 168 / 0.25) !important;
}

.\!text-gray-700\/30 {
  color: rgb(150 161 168 / 0.3) !important;
}

.\!text-gray-700\/40 {
  color: rgb(150 161 168 / 0.4) !important;
}

.\!text-gray-700\/5 {
  color: rgb(150 161 168 / 0.05) !important;
}

.\!text-gray-700\/50 {
  color: rgb(150 161 168 / 0.5) !important;
}

.\!text-gray-700\/60 {
  color: rgb(150 161 168 / 0.6) !important;
}

.\!text-gray-700\/70 {
  color: rgb(150 161 168 / 0.7) !important;
}

.\!text-gray-700\/75 {
  color: rgb(150 161 168 / 0.75) !important;
}

.\!text-gray-700\/80 {
  color: rgb(150 161 168 / 0.8) !important;
}

.\!text-gray-700\/90 {
  color: rgb(150 161 168 / 0.9) !important;
}

.\!text-gray-700\/95 {
  color: rgb(150 161 168 / 0.95) !important;
}

.\!text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(114 129 139 / var(--tw-text-opacity)) !important;
}

.\!text-gray-800\/0 {
  color: rgb(114 129 139 / 0) !important;
}

.\!text-gray-800\/10 {
  color: rgb(114 129 139 / 0.1) !important;
}

.\!text-gray-800\/100 {
  color: rgb(114 129 139 / 1) !important;
}

.\!text-gray-800\/20 {
  color: rgb(114 129 139 / 0.2) !important;
}

.\!text-gray-800\/25 {
  color: rgb(114 129 139 / 0.25) !important;
}

.\!text-gray-800\/30 {
  color: rgb(114 129 139 / 0.3) !important;
}

.\!text-gray-800\/40 {
  color: rgb(114 129 139 / 0.4) !important;
}

.\!text-gray-800\/5 {
  color: rgb(114 129 139 / 0.05) !important;
}

.\!text-gray-800\/50 {
  color: rgb(114 129 139 / 0.5) !important;
}

.\!text-gray-800\/60 {
  color: rgb(114 129 139 / 0.6) !important;
}

.\!text-gray-800\/70 {
  color: rgb(114 129 139 / 0.7) !important;
}

.\!text-gray-800\/75 {
  color: rgb(114 129 139 / 0.75) !important;
}

.\!text-gray-800\/80 {
  color: rgb(114 129 139 / 0.8) !important;
}

.\!text-gray-800\/90 {
  color: rgb(114 129 139 / 0.9) !important;
}

.\!text-gray-800\/95 {
  color: rgb(114 129 139 / 0.95) !important;
}

.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 98 110 / var(--tw-text-opacity)) !important;
}

.\!text-gray-900\/0 {
  color: rgb(79 98 110 / 0) !important;
}

.\!text-gray-900\/10 {
  color: rgb(79 98 110 / 0.1) !important;
}

.\!text-gray-900\/100 {
  color: rgb(79 98 110 / 1) !important;
}

.\!text-gray-900\/20 {
  color: rgb(79 98 110 / 0.2) !important;
}

.\!text-gray-900\/25 {
  color: rgb(79 98 110 / 0.25) !important;
}

.\!text-gray-900\/30 {
  color: rgb(79 98 110 / 0.3) !important;
}

.\!text-gray-900\/40 {
  color: rgb(79 98 110 / 0.4) !important;
}

.\!text-gray-900\/5 {
  color: rgb(79 98 110 / 0.05) !important;
}

.\!text-gray-900\/50 {
  color: rgb(79 98 110 / 0.5) !important;
}

.\!text-gray-900\/60 {
  color: rgb(79 98 110 / 0.6) !important;
}

.\!text-gray-900\/70 {
  color: rgb(79 98 110 / 0.7) !important;
}

.\!text-gray-900\/75 {
  color: rgb(79 98 110 / 0.75) !important;
}

.\!text-gray-900\/80 {
  color: rgb(79 98 110 / 0.8) !important;
}

.\!text-gray-900\/90 {
  color: rgb(79 98 110 / 0.9) !important;
}

.\!text-gray-900\/95 {
  color: rgb(79 98 110 / 0.95) !important;
}

.\!text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(218 245 228 / var(--tw-text-opacity)) !important;
}

.\!text-green-100\/0 {
  color: rgb(218 245 228 / 0) !important;
}

.\!text-green-100\/10 {
  color: rgb(218 245 228 / 0.1) !important;
}

.\!text-green-100\/100 {
  color: rgb(218 245 228 / 1) !important;
}

.\!text-green-100\/20 {
  color: rgb(218 245 228 / 0.2) !important;
}

.\!text-green-100\/25 {
  color: rgb(218 245 228 / 0.25) !important;
}

.\!text-green-100\/30 {
  color: rgb(218 245 228 / 0.3) !important;
}

.\!text-green-100\/40 {
  color: rgb(218 245 228 / 0.4) !important;
}

.\!text-green-100\/5 {
  color: rgb(218 245 228 / 0.05) !important;
}

.\!text-green-100\/50 {
  color: rgb(218 245 228 / 0.5) !important;
}

.\!text-green-100\/60 {
  color: rgb(218 245 228 / 0.6) !important;
}

.\!text-green-100\/70 {
  color: rgb(218 245 228 / 0.7) !important;
}

.\!text-green-100\/75 {
  color: rgb(218 245 228 / 0.75) !important;
}

.\!text-green-100\/80 {
  color: rgb(218 245 228 / 0.8) !important;
}

.\!text-green-100\/90 {
  color: rgb(218 245 228 / 0.9) !important;
}

.\!text-green-100\/95 {
  color: rgb(218 245 228 / 0.95) !important;
}

.\!text-green-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 45 35 / var(--tw-text-opacity)) !important;
}

.\!text-green-1000\/0 {
  color: rgb(29 45 35 / 0) !important;
}

.\!text-green-1000\/10 {
  color: rgb(29 45 35 / 0.1) !important;
}

.\!text-green-1000\/100 {
  color: rgb(29 45 35 / 1) !important;
}

.\!text-green-1000\/20 {
  color: rgb(29 45 35 / 0.2) !important;
}

.\!text-green-1000\/25 {
  color: rgb(29 45 35 / 0.25) !important;
}

.\!text-green-1000\/30 {
  color: rgb(29 45 35 / 0.3) !important;
}

.\!text-green-1000\/40 {
  color: rgb(29 45 35 / 0.4) !important;
}

.\!text-green-1000\/5 {
  color: rgb(29 45 35 / 0.05) !important;
}

.\!text-green-1000\/50 {
  color: rgb(29 45 35 / 0.5) !important;
}

.\!text-green-1000\/60 {
  color: rgb(29 45 35 / 0.6) !important;
}

.\!text-green-1000\/70 {
  color: rgb(29 45 35 / 0.7) !important;
}

.\!text-green-1000\/75 {
  color: rgb(29 45 35 / 0.75) !important;
}

.\!text-green-1000\/80 {
  color: rgb(29 45 35 / 0.8) !important;
}

.\!text-green-1000\/90 {
  color: rgb(29 45 35 / 0.9) !important;
}

.\!text-green-1000\/95 {
  color: rgb(29 45 35 / 0.95) !important;
}

.\!text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(200 240 215 / var(--tw-text-opacity)) !important;
}

.\!text-green-200\/0 {
  color: rgb(200 240 215 / 0) !important;
}

.\!text-green-200\/10 {
  color: rgb(200 240 215 / 0.1) !important;
}

.\!text-green-200\/100 {
  color: rgb(200 240 215 / 1) !important;
}

.\!text-green-200\/20 {
  color: rgb(200 240 215 / 0.2) !important;
}

.\!text-green-200\/25 {
  color: rgb(200 240 215 / 0.25) !important;
}

.\!text-green-200\/30 {
  color: rgb(200 240 215 / 0.3) !important;
}

.\!text-green-200\/40 {
  color: rgb(200 240 215 / 0.4) !important;
}

.\!text-green-200\/5 {
  color: rgb(200 240 215 / 0.05) !important;
}

.\!text-green-200\/50 {
  color: rgb(200 240 215 / 0.5) !important;
}

.\!text-green-200\/60 {
  color: rgb(200 240 215 / 0.6) !important;
}

.\!text-green-200\/70 {
  color: rgb(200 240 215 / 0.7) !important;
}

.\!text-green-200\/75 {
  color: rgb(200 240 215 / 0.75) !important;
}

.\!text-green-200\/80 {
  color: rgb(200 240 215 / 0.8) !important;
}

.\!text-green-200\/90 {
  color: rgb(200 240 215 / 0.9) !important;
}

.\!text-green-200\/95 {
  color: rgb(200 240 215 / 0.95) !important;
}

.\!text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(182 235 202 / var(--tw-text-opacity)) !important;
}

.\!text-green-300\/0 {
  color: rgb(182 235 202 / 0) !important;
}

.\!text-green-300\/10 {
  color: rgb(182 235 202 / 0.1) !important;
}

.\!text-green-300\/100 {
  color: rgb(182 235 202 / 1) !important;
}

.\!text-green-300\/20 {
  color: rgb(182 235 202 / 0.2) !important;
}

.\!text-green-300\/25 {
  color: rgb(182 235 202 / 0.25) !important;
}

.\!text-green-300\/30 {
  color: rgb(182 235 202 / 0.3) !important;
}

.\!text-green-300\/40 {
  color: rgb(182 235 202 / 0.4) !important;
}

.\!text-green-300\/5 {
  color: rgb(182 235 202 / 0.05) !important;
}

.\!text-green-300\/50 {
  color: rgb(182 235 202 / 0.5) !important;
}

.\!text-green-300\/60 {
  color: rgb(182 235 202 / 0.6) !important;
}

.\!text-green-300\/70 {
  color: rgb(182 235 202 / 0.7) !important;
}

.\!text-green-300\/75 {
  color: rgb(182 235 202 / 0.75) !important;
}

.\!text-green-300\/80 {
  color: rgb(182 235 202 / 0.8) !important;
}

.\!text-green-300\/90 {
  color: rgb(182 235 202 / 0.9) !important;
}

.\!text-green-300\/95 {
  color: rgb(182 235 202 / 0.95) !important;
}

.\!text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(163 230 188 / var(--tw-text-opacity)) !important;
}

.\!text-green-400\/0 {
  color: rgb(163 230 188 / 0) !important;
}

.\!text-green-400\/10 {
  color: rgb(163 230 188 / 0.1) !important;
}

.\!text-green-400\/100 {
  color: rgb(163 230 188 / 1) !important;
}

.\!text-green-400\/20 {
  color: rgb(163 230 188 / 0.2) !important;
}

.\!text-green-400\/25 {
  color: rgb(163 230 188 / 0.25) !important;
}

.\!text-green-400\/30 {
  color: rgb(163 230 188 / 0.3) !important;
}

.\!text-green-400\/40 {
  color: rgb(163 230 188 / 0.4) !important;
}

.\!text-green-400\/5 {
  color: rgb(163 230 188 / 0.05) !important;
}

.\!text-green-400\/50 {
  color: rgb(163 230 188 / 0.5) !important;
}

.\!text-green-400\/60 {
  color: rgb(163 230 188 / 0.6) !important;
}

.\!text-green-400\/70 {
  color: rgb(163 230 188 / 0.7) !important;
}

.\!text-green-400\/75 {
  color: rgb(163 230 188 / 0.75) !important;
}

.\!text-green-400\/80 {
  color: rgb(163 230 188 / 0.8) !important;
}

.\!text-green-400\/90 {
  color: rgb(163 230 188 / 0.9) !important;
}

.\!text-green-400\/95 {
  color: rgb(163 230 188 / 0.95) !important;
}

.\!text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(233 249 239 / var(--tw-text-opacity)) !important;
}

.\!text-green-50\/0 {
  color: rgb(233 249 239 / 0) !important;
}

.\!text-green-50\/10 {
  color: rgb(233 249 239 / 0.1) !important;
}

.\!text-green-50\/100 {
  color: rgb(233 249 239 / 1) !important;
}

.\!text-green-50\/20 {
  color: rgb(233 249 239 / 0.2) !important;
}

.\!text-green-50\/25 {
  color: rgb(233 249 239 / 0.25) !important;
}

.\!text-green-50\/30 {
  color: rgb(233 249 239 / 0.3) !important;
}

.\!text-green-50\/40 {
  color: rgb(233 249 239 / 0.4) !important;
}

.\!text-green-50\/5 {
  color: rgb(233 249 239 / 0.05) !important;
}

.\!text-green-50\/50 {
  color: rgb(233 249 239 / 0.5) !important;
}

.\!text-green-50\/60 {
  color: rgb(233 249 239 / 0.6) !important;
}

.\!text-green-50\/70 {
  color: rgb(233 249 239 / 0.7) !important;
}

.\!text-green-50\/75 {
  color: rgb(233 249 239 / 0.75) !important;
}

.\!text-green-50\/80 {
  color: rgb(233 249 239 / 0.8) !important;
}

.\!text-green-50\/90 {
  color: rgb(233 249 239 / 0.9) !important;
}

.\!text-green-50\/95 {
  color: rgb(233 249 239 / 0.95) !important;
}

.\!text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(145 225 175 / var(--tw-text-opacity)) !important;
}

.\!text-green-500\/0 {
  color: rgb(145 225 175 / 0) !important;
}

.\!text-green-500\/10 {
  color: rgb(145 225 175 / 0.1) !important;
}

.\!text-green-500\/100 {
  color: rgb(145 225 175 / 1) !important;
}

.\!text-green-500\/20 {
  color: rgb(145 225 175 / 0.2) !important;
}

.\!text-green-500\/25 {
  color: rgb(145 225 175 / 0.25) !important;
}

.\!text-green-500\/30 {
  color: rgb(145 225 175 / 0.3) !important;
}

.\!text-green-500\/40 {
  color: rgb(145 225 175 / 0.4) !important;
}

.\!text-green-500\/5 {
  color: rgb(145 225 175 / 0.05) !important;
}

.\!text-green-500\/50 {
  color: rgb(145 225 175 / 0.5) !important;
}

.\!text-green-500\/60 {
  color: rgb(145 225 175 / 0.6) !important;
}

.\!text-green-500\/70 {
  color: rgb(145 225 175 / 0.7) !important;
}

.\!text-green-500\/75 {
  color: rgb(145 225 175 / 0.75) !important;
}

.\!text-green-500\/80 {
  color: rgb(145 225 175 / 0.8) !important;
}

.\!text-green-500\/90 {
  color: rgb(145 225 175 / 0.9) !important;
}

.\!text-green-500\/95 {
  color: rgb(145 225 175 / 0.95) !important;
}

.\!text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(121 188 146 / var(--tw-text-opacity)) !important;
}

.\!text-green-600\/0 {
  color: rgb(121 188 146 / 0) !important;
}

.\!text-green-600\/10 {
  color: rgb(121 188 146 / 0.1) !important;
}

.\!text-green-600\/100 {
  color: rgb(121 188 146 / 1) !important;
}

.\!text-green-600\/20 {
  color: rgb(121 188 146 / 0.2) !important;
}

.\!text-green-600\/25 {
  color: rgb(121 188 146 / 0.25) !important;
}

.\!text-green-600\/30 {
  color: rgb(121 188 146 / 0.3) !important;
}

.\!text-green-600\/40 {
  color: rgb(121 188 146 / 0.4) !important;
}

.\!text-green-600\/5 {
  color: rgb(121 188 146 / 0.05) !important;
}

.\!text-green-600\/50 {
  color: rgb(121 188 146 / 0.5) !important;
}

.\!text-green-600\/60 {
  color: rgb(121 188 146 / 0.6) !important;
}

.\!text-green-600\/70 {
  color: rgb(121 188 146 / 0.7) !important;
}

.\!text-green-600\/75 {
  color: rgb(121 188 146 / 0.75) !important;
}

.\!text-green-600\/80 {
  color: rgb(121 188 146 / 0.8) !important;
}

.\!text-green-600\/90 {
  color: rgb(121 188 146 / 0.9) !important;
}

.\!text-green-600\/95 {
  color: rgb(121 188 146 / 0.95) !important;
}

.\!text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(97 150 117 / var(--tw-text-opacity)) !important;
}

.\!text-green-700\/0 {
  color: rgb(97 150 117 / 0) !important;
}

.\!text-green-700\/10 {
  color: rgb(97 150 117 / 0.1) !important;
}

.\!text-green-700\/100 {
  color: rgb(97 150 117 / 1) !important;
}

.\!text-green-700\/20 {
  color: rgb(97 150 117 / 0.2) !important;
}

.\!text-green-700\/25 {
  color: rgb(97 150 117 / 0.25) !important;
}

.\!text-green-700\/30 {
  color: rgb(97 150 117 / 0.3) !important;
}

.\!text-green-700\/40 {
  color: rgb(97 150 117 / 0.4) !important;
}

.\!text-green-700\/5 {
  color: rgb(97 150 117 / 0.05) !important;
}

.\!text-green-700\/50 {
  color: rgb(97 150 117 / 0.5) !important;
}

.\!text-green-700\/60 {
  color: rgb(97 150 117 / 0.6) !important;
}

.\!text-green-700\/70 {
  color: rgb(97 150 117 / 0.7) !important;
}

.\!text-green-700\/75 {
  color: rgb(97 150 117 / 0.75) !important;
}

.\!text-green-700\/80 {
  color: rgb(97 150 117 / 0.8) !important;
}

.\!text-green-700\/90 {
  color: rgb(97 150 117 / 0.9) !important;
}

.\!text-green-700\/95 {
  color: rgb(97 150 117 / 0.95) !important;
}

.\!text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(73 113 88 / var(--tw-text-opacity)) !important;
}

.\!text-green-800\/0 {
  color: rgb(73 113 88 / 0) !important;
}

.\!text-green-800\/10 {
  color: rgb(73 113 88 / 0.1) !important;
}

.\!text-green-800\/100 {
  color: rgb(73 113 88 / 1) !important;
}

.\!text-green-800\/20 {
  color: rgb(73 113 88 / 0.2) !important;
}

.\!text-green-800\/25 {
  color: rgb(73 113 88 / 0.25) !important;
}

.\!text-green-800\/30 {
  color: rgb(73 113 88 / 0.3) !important;
}

.\!text-green-800\/40 {
  color: rgb(73 113 88 / 0.4) !important;
}

.\!text-green-800\/5 {
  color: rgb(73 113 88 / 0.05) !important;
}

.\!text-green-800\/50 {
  color: rgb(73 113 88 / 0.5) !important;
}

.\!text-green-800\/60 {
  color: rgb(73 113 88 / 0.6) !important;
}

.\!text-green-800\/70 {
  color: rgb(73 113 88 / 0.7) !important;
}

.\!text-green-800\/75 {
  color: rgb(73 113 88 / 0.75) !important;
}

.\!text-green-800\/80 {
  color: rgb(73 113 88 / 0.8) !important;
}

.\!text-green-800\/90 {
  color: rgb(73 113 88 / 0.9) !important;
}

.\!text-green-800\/95 {
  color: rgb(73 113 88 / 0.95) !important;
}

.\!text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(48 75 58 / var(--tw-text-opacity)) !important;
}

.\!text-green-900\/0 {
  color: rgb(48 75 58 / 0) !important;
}

.\!text-green-900\/10 {
  color: rgb(48 75 58 / 0.1) !important;
}

.\!text-green-900\/100 {
  color: rgb(48 75 58 / 1) !important;
}

.\!text-green-900\/20 {
  color: rgb(48 75 58 / 0.2) !important;
}

.\!text-green-900\/25 {
  color: rgb(48 75 58 / 0.25) !important;
}

.\!text-green-900\/30 {
  color: rgb(48 75 58 / 0.3) !important;
}

.\!text-green-900\/40 {
  color: rgb(48 75 58 / 0.4) !important;
}

.\!text-green-900\/5 {
  color: rgb(48 75 58 / 0.05) !important;
}

.\!text-green-900\/50 {
  color: rgb(48 75 58 / 0.5) !important;
}

.\!text-green-900\/60 {
  color: rgb(48 75 58 / 0.6) !important;
}

.\!text-green-900\/70 {
  color: rgb(48 75 58 / 0.7) !important;
}

.\!text-green-900\/75 {
  color: rgb(48 75 58 / 0.75) !important;
}

.\!text-green-900\/80 {
  color: rgb(48 75 58 / 0.8) !important;
}

.\!text-green-900\/90 {
  color: rgb(48 75 58 / 0.9) !important;
}

.\!text-green-900\/95 {
  color: rgb(48 75 58 / 0.95) !important;
}

.\!text-navy-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(175 195 232 / var(--tw-text-opacity)) !important;
}

.\!text-navy-100\/0 {
  color: rgb(175 195 232 / 0) !important;
}

.\!text-navy-100\/10 {
  color: rgb(175 195 232 / 0.1) !important;
}

.\!text-navy-100\/100 {
  color: rgb(175 195 232 / 1) !important;
}

.\!text-navy-100\/20 {
  color: rgb(175 195 232 / 0.2) !important;
}

.\!text-navy-100\/25 {
  color: rgb(175 195 232 / 0.25) !important;
}

.\!text-navy-100\/30 {
  color: rgb(175 195 232 / 0.3) !important;
}

.\!text-navy-100\/40 {
  color: rgb(175 195 232 / 0.4) !important;
}

.\!text-navy-100\/5 {
  color: rgb(175 195 232 / 0.05) !important;
}

.\!text-navy-100\/50 {
  color: rgb(175 195 232 / 0.5) !important;
}

.\!text-navy-100\/60 {
  color: rgb(175 195 232 / 0.6) !important;
}

.\!text-navy-100\/70 {
  color: rgb(175 195 232 / 0.7) !important;
}

.\!text-navy-100\/75 {
  color: rgb(175 195 232 / 0.75) !important;
}

.\!text-navy-100\/80 {
  color: rgb(175 195 232 / 0.8) !important;
}

.\!text-navy-100\/90 {
  color: rgb(175 195 232 / 0.9) !important;
}

.\!text-navy-100\/95 {
  color: rgb(175 195 232 / 0.95) !important;
}

.\!text-navy-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 15 37 / var(--tw-text-opacity)) !important;
}

.\!text-navy-1000\/0 {
  color: rgb(3 15 37 / 0) !important;
}

.\!text-navy-1000\/10 {
  color: rgb(3 15 37 / 0.1) !important;
}

.\!text-navy-1000\/100 {
  color: rgb(3 15 37 / 1) !important;
}

.\!text-navy-1000\/20 {
  color: rgb(3 15 37 / 0.2) !important;
}

.\!text-navy-1000\/25 {
  color: rgb(3 15 37 / 0.25) !important;
}

.\!text-navy-1000\/30 {
  color: rgb(3 15 37 / 0.3) !important;
}

.\!text-navy-1000\/40 {
  color: rgb(3 15 37 / 0.4) !important;
}

.\!text-navy-1000\/5 {
  color: rgb(3 15 37 / 0.05) !important;
}

.\!text-navy-1000\/50 {
  color: rgb(3 15 37 / 0.5) !important;
}

.\!text-navy-1000\/60 {
  color: rgb(3 15 37 / 0.6) !important;
}

.\!text-navy-1000\/70 {
  color: rgb(3 15 37 / 0.7) !important;
}

.\!text-navy-1000\/75 {
  color: rgb(3 15 37 / 0.75) !important;
}

.\!text-navy-1000\/80 {
  color: rgb(3 15 37 / 0.8) !important;
}

.\!text-navy-1000\/90 {
  color: rgb(3 15 37 / 0.9) !important;
}

.\!text-navy-1000\/95 {
  color: rgb(3 15 37 / 0.95) !important;
}

.\!text-navy-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(135 165 220 / var(--tw-text-opacity)) !important;
}

.\!text-navy-200\/0 {
  color: rgb(135 165 220 / 0) !important;
}

.\!text-navy-200\/10 {
  color: rgb(135 165 220 / 0.1) !important;
}

.\!text-navy-200\/100 {
  color: rgb(135 165 220 / 1) !important;
}

.\!text-navy-200\/20 {
  color: rgb(135 165 220 / 0.2) !important;
}

.\!text-navy-200\/25 {
  color: rgb(135 165 220 / 0.25) !important;
}

.\!text-navy-200\/30 {
  color: rgb(135 165 220 / 0.3) !important;
}

.\!text-navy-200\/40 {
  color: rgb(135 165 220 / 0.4) !important;
}

.\!text-navy-200\/5 {
  color: rgb(135 165 220 / 0.05) !important;
}

.\!text-navy-200\/50 {
  color: rgb(135 165 220 / 0.5) !important;
}

.\!text-navy-200\/60 {
  color: rgb(135 165 220 / 0.6) !important;
}

.\!text-navy-200\/70 {
  color: rgb(135 165 220 / 0.7) !important;
}

.\!text-navy-200\/75 {
  color: rgb(135 165 220 / 0.75) !important;
}

.\!text-navy-200\/80 {
  color: rgb(135 165 220 / 0.8) !important;
}

.\!text-navy-200\/90 {
  color: rgb(135 165 220 / 0.9) !important;
}

.\!text-navy-200\/95 {
  color: rgb(135 165 220 / 0.95) !important;
}

.\!text-navy-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(95 135 208 / var(--tw-text-opacity)) !important;
}

.\!text-navy-300\/0 {
  color: rgb(95 135 208 / 0) !important;
}

.\!text-navy-300\/10 {
  color: rgb(95 135 208 / 0.1) !important;
}

.\!text-navy-300\/100 {
  color: rgb(95 135 208 / 1) !important;
}

.\!text-navy-300\/20 {
  color: rgb(95 135 208 / 0.2) !important;
}

.\!text-navy-300\/25 {
  color: rgb(95 135 208 / 0.25) !important;
}

.\!text-navy-300\/30 {
  color: rgb(95 135 208 / 0.3) !important;
}

.\!text-navy-300\/40 {
  color: rgb(95 135 208 / 0.4) !important;
}

.\!text-navy-300\/5 {
  color: rgb(95 135 208 / 0.05) !important;
}

.\!text-navy-300\/50 {
  color: rgb(95 135 208 / 0.5) !important;
}

.\!text-navy-300\/60 {
  color: rgb(95 135 208 / 0.6) !important;
}

.\!text-navy-300\/70 {
  color: rgb(95 135 208 / 0.7) !important;
}

.\!text-navy-300\/75 {
  color: rgb(95 135 208 / 0.75) !important;
}

.\!text-navy-300\/80 {
  color: rgb(95 135 208 / 0.8) !important;
}

.\!text-navy-300\/90 {
  color: rgb(95 135 208 / 0.9) !important;
}

.\!text-navy-300\/95 {
  color: rgb(95 135 208 / 0.95) !important;
}

.\!text-navy-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 105 197 / var(--tw-text-opacity)) !important;
}

.\!text-navy-400\/0 {
  color: rgb(55 105 197 / 0) !important;
}

.\!text-navy-400\/10 {
  color: rgb(55 105 197 / 0.1) !important;
}

.\!text-navy-400\/100 {
  color: rgb(55 105 197 / 1) !important;
}

.\!text-navy-400\/20 {
  color: rgb(55 105 197 / 0.2) !important;
}

.\!text-navy-400\/25 {
  color: rgb(55 105 197 / 0.25) !important;
}

.\!text-navy-400\/30 {
  color: rgb(55 105 197 / 0.3) !important;
}

.\!text-navy-400\/40 {
  color: rgb(55 105 197 / 0.4) !important;
}

.\!text-navy-400\/5 {
  color: rgb(55 105 197 / 0.05) !important;
}

.\!text-navy-400\/50 {
  color: rgb(55 105 197 / 0.5) !important;
}

.\!text-navy-400\/60 {
  color: rgb(55 105 197 / 0.6) !important;
}

.\!text-navy-400\/70 {
  color: rgb(55 105 197 / 0.7) !important;
}

.\!text-navy-400\/75 {
  color: rgb(55 105 197 / 0.75) !important;
}

.\!text-navy-400\/80 {
  color: rgb(55 105 197 / 0.8) !important;
}

.\!text-navy-400\/90 {
  color: rgb(55 105 197 / 0.9) !important;
}

.\!text-navy-400\/95 {
  color: rgb(55 105 197 / 0.95) !important;
}

.\!text-navy-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(207 219 241 / var(--tw-text-opacity)) !important;
}

.\!text-navy-50\/0 {
  color: rgb(207 219 241 / 0) !important;
}

.\!text-navy-50\/10 {
  color: rgb(207 219 241 / 0.1) !important;
}

.\!text-navy-50\/100 {
  color: rgb(207 219 241 / 1) !important;
}

.\!text-navy-50\/20 {
  color: rgb(207 219 241 / 0.2) !important;
}

.\!text-navy-50\/25 {
  color: rgb(207 219 241 / 0.25) !important;
}

.\!text-navy-50\/30 {
  color: rgb(207 219 241 / 0.3) !important;
}

.\!text-navy-50\/40 {
  color: rgb(207 219 241 / 0.4) !important;
}

.\!text-navy-50\/5 {
  color: rgb(207 219 241 / 0.05) !important;
}

.\!text-navy-50\/50 {
  color: rgb(207 219 241 / 0.5) !important;
}

.\!text-navy-50\/60 {
  color: rgb(207 219 241 / 0.6) !important;
}

.\!text-navy-50\/70 {
  color: rgb(207 219 241 / 0.7) !important;
}

.\!text-navy-50\/75 {
  color: rgb(207 219 241 / 0.75) !important;
}

.\!text-navy-50\/80 {
  color: rgb(207 219 241 / 0.8) !important;
}

.\!text-navy-50\/90 {
  color: rgb(207 219 241 / 0.9) !important;
}

.\!text-navy-50\/95 {
  color: rgb(207 219 241 / 0.95) !important;
}

.\!text-navy-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 75 185 / var(--tw-text-opacity)) !important;
}

.\!text-navy-500\/0 {
  color: rgb(15 75 185 / 0) !important;
}

.\!text-navy-500\/10 {
  color: rgb(15 75 185 / 0.1) !important;
}

.\!text-navy-500\/100 {
  color: rgb(15 75 185 / 1) !important;
}

.\!text-navy-500\/20 {
  color: rgb(15 75 185 / 0.2) !important;
}

.\!text-navy-500\/25 {
  color: rgb(15 75 185 / 0.25) !important;
}

.\!text-navy-500\/30 {
  color: rgb(15 75 185 / 0.3) !important;
}

.\!text-navy-500\/40 {
  color: rgb(15 75 185 / 0.4) !important;
}

.\!text-navy-500\/5 {
  color: rgb(15 75 185 / 0.05) !important;
}

.\!text-navy-500\/50 {
  color: rgb(15 75 185 / 0.5) !important;
}

.\!text-navy-500\/60 {
  color: rgb(15 75 185 / 0.6) !important;
}

.\!text-navy-500\/70 {
  color: rgb(15 75 185 / 0.7) !important;
}

.\!text-navy-500\/75 {
  color: rgb(15 75 185 / 0.75) !important;
}

.\!text-navy-500\/80 {
  color: rgb(15 75 185 / 0.8) !important;
}

.\!text-navy-500\/90 {
  color: rgb(15 75 185 / 0.9) !important;
}

.\!text-navy-500\/95 {
  color: rgb(15 75 185 / 0.95) !important;
}

.\!text-navy-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(13 63 154 / var(--tw-text-opacity)) !important;
}

.\!text-navy-600\/0 {
  color: rgb(13 63 154 / 0) !important;
}

.\!text-navy-600\/10 {
  color: rgb(13 63 154 / 0.1) !important;
}

.\!text-navy-600\/100 {
  color: rgb(13 63 154 / 1) !important;
}

.\!text-navy-600\/20 {
  color: rgb(13 63 154 / 0.2) !important;
}

.\!text-navy-600\/25 {
  color: rgb(13 63 154 / 0.25) !important;
}

.\!text-navy-600\/30 {
  color: rgb(13 63 154 / 0.3) !important;
}

.\!text-navy-600\/40 {
  color: rgb(13 63 154 / 0.4) !important;
}

.\!text-navy-600\/5 {
  color: rgb(13 63 154 / 0.05) !important;
}

.\!text-navy-600\/50 {
  color: rgb(13 63 154 / 0.5) !important;
}

.\!text-navy-600\/60 {
  color: rgb(13 63 154 / 0.6) !important;
}

.\!text-navy-600\/70 {
  color: rgb(13 63 154 / 0.7) !important;
}

.\!text-navy-600\/75 {
  color: rgb(13 63 154 / 0.75) !important;
}

.\!text-navy-600\/80 {
  color: rgb(13 63 154 / 0.8) !important;
}

.\!text-navy-600\/90 {
  color: rgb(13 63 154 / 0.9) !important;
}

.\!text-navy-600\/95 {
  color: rgb(13 63 154 / 0.95) !important;
}

.\!text-navy-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(10 50 123 / var(--tw-text-opacity)) !important;
}

.\!text-navy-700\/0 {
  color: rgb(10 50 123 / 0) !important;
}

.\!text-navy-700\/10 {
  color: rgb(10 50 123 / 0.1) !important;
}

.\!text-navy-700\/100 {
  color: rgb(10 50 123 / 1) !important;
}

.\!text-navy-700\/20 {
  color: rgb(10 50 123 / 0.2) !important;
}

.\!text-navy-700\/25 {
  color: rgb(10 50 123 / 0.25) !important;
}

.\!text-navy-700\/30 {
  color: rgb(10 50 123 / 0.3) !important;
}

.\!text-navy-700\/40 {
  color: rgb(10 50 123 / 0.4) !important;
}

.\!text-navy-700\/5 {
  color: rgb(10 50 123 / 0.05) !important;
}

.\!text-navy-700\/50 {
  color: rgb(10 50 123 / 0.5) !important;
}

.\!text-navy-700\/60 {
  color: rgb(10 50 123 / 0.6) !important;
}

.\!text-navy-700\/70 {
  color: rgb(10 50 123 / 0.7) !important;
}

.\!text-navy-700\/75 {
  color: rgb(10 50 123 / 0.75) !important;
}

.\!text-navy-700\/80 {
  color: rgb(10 50 123 / 0.8) !important;
}

.\!text-navy-700\/90 {
  color: rgb(10 50 123 / 0.9) !important;
}

.\!text-navy-700\/95 {
  color: rgb(10 50 123 / 0.95) !important;
}

.\!text-navy-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 38 93 / var(--tw-text-opacity)) !important;
}

.\!text-navy-800\/0 {
  color: rgb(8 38 93 / 0) !important;
}

.\!text-navy-800\/10 {
  color: rgb(8 38 93 / 0.1) !important;
}

.\!text-navy-800\/100 {
  color: rgb(8 38 93 / 1) !important;
}

.\!text-navy-800\/20 {
  color: rgb(8 38 93 / 0.2) !important;
}

.\!text-navy-800\/25 {
  color: rgb(8 38 93 / 0.25) !important;
}

.\!text-navy-800\/30 {
  color: rgb(8 38 93 / 0.3) !important;
}

.\!text-navy-800\/40 {
  color: rgb(8 38 93 / 0.4) !important;
}

.\!text-navy-800\/5 {
  color: rgb(8 38 93 / 0.05) !important;
}

.\!text-navy-800\/50 {
  color: rgb(8 38 93 / 0.5) !important;
}

.\!text-navy-800\/60 {
  color: rgb(8 38 93 / 0.6) !important;
}

.\!text-navy-800\/70 {
  color: rgb(8 38 93 / 0.7) !important;
}

.\!text-navy-800\/75 {
  color: rgb(8 38 93 / 0.75) !important;
}

.\!text-navy-800\/80 {
  color: rgb(8 38 93 / 0.8) !important;
}

.\!text-navy-800\/90 {
  color: rgb(8 38 93 / 0.9) !important;
}

.\!text-navy-800\/95 {
  color: rgb(8 38 93 / 0.95) !important;
}

.\!text-navy-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 25 62 / var(--tw-text-opacity)) !important;
}

.\!text-navy-900\/0 {
  color: rgb(5 25 62 / 0) !important;
}

.\!text-navy-900\/10 {
  color: rgb(5 25 62 / 0.1) !important;
}

.\!text-navy-900\/100 {
  color: rgb(5 25 62 / 1) !important;
}

.\!text-navy-900\/20 {
  color: rgb(5 25 62 / 0.2) !important;
}

.\!text-navy-900\/25 {
  color: rgb(5 25 62 / 0.25) !important;
}

.\!text-navy-900\/30 {
  color: rgb(5 25 62 / 0.3) !important;
}

.\!text-navy-900\/40 {
  color: rgb(5 25 62 / 0.4) !important;
}

.\!text-navy-900\/5 {
  color: rgb(5 25 62 / 0.05) !important;
}

.\!text-navy-900\/50 {
  color: rgb(5 25 62 / 0.5) !important;
}

.\!text-navy-900\/60 {
  color: rgb(5 25 62 / 0.6) !important;
}

.\!text-navy-900\/70 {
  color: rgb(5 25 62 / 0.7) !important;
}

.\!text-navy-900\/75 {
  color: rgb(5 25 62 / 0.75) !important;
}

.\!text-navy-900\/80 {
  color: rgb(5 25 62 / 0.8) !important;
}

.\!text-navy-900\/90 {
  color: rgb(5 25 62 / 0.9) !important;
}

.\!text-navy-900\/95 {
  color: rgb(5 25 62 / 0.95) !important;
}

.\!text-orange-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 212 197 / var(--tw-text-opacity)) !important;
}

.\!text-orange-100\/0 {
  color: rgb(255 212 197 / 0) !important;
}

.\!text-orange-100\/10 {
  color: rgb(255 212 197 / 0.1) !important;
}

.\!text-orange-100\/100 {
  color: rgb(255 212 197 / 1) !important;
}

.\!text-orange-100\/20 {
  color: rgb(255 212 197 / 0.2) !important;
}

.\!text-orange-100\/25 {
  color: rgb(255 212 197 / 0.25) !important;
}

.\!text-orange-100\/30 {
  color: rgb(255 212 197 / 0.3) !important;
}

.\!text-orange-100\/40 {
  color: rgb(255 212 197 / 0.4) !important;
}

.\!text-orange-100\/5 {
  color: rgb(255 212 197 / 0.05) !important;
}

.\!text-orange-100\/50 {
  color: rgb(255 212 197 / 0.5) !important;
}

.\!text-orange-100\/60 {
  color: rgb(255 212 197 / 0.6) !important;
}

.\!text-orange-100\/70 {
  color: rgb(255 212 197 / 0.7) !important;
}

.\!text-orange-100\/75 {
  color: rgb(255 212 197 / 0.75) !important;
}

.\!text-orange-100\/80 {
  color: rgb(255 212 197 / 0.8) !important;
}

.\!text-orange-100\/90 {
  color: rgb(255 212 197 / 0.9) !important;
}

.\!text-orange-100\/95 {
  color: rgb(255 212 197 / 0.95) !important;
}

.\!text-orange-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 25 16 / var(--tw-text-opacity)) !important;
}

.\!text-orange-1000\/0 {
  color: rgb(51 25 16 / 0) !important;
}

.\!text-orange-1000\/10 {
  color: rgb(51 25 16 / 0.1) !important;
}

.\!text-orange-1000\/100 {
  color: rgb(51 25 16 / 1) !important;
}

.\!text-orange-1000\/20 {
  color: rgb(51 25 16 / 0.2) !important;
}

.\!text-orange-1000\/25 {
  color: rgb(51 25 16 / 0.25) !important;
}

.\!text-orange-1000\/30 {
  color: rgb(51 25 16 / 0.3) !important;
}

.\!text-orange-1000\/40 {
  color: rgb(51 25 16 / 0.4) !important;
}

.\!text-orange-1000\/5 {
  color: rgb(51 25 16 / 0.05) !important;
}

.\!text-orange-1000\/50 {
  color: rgb(51 25 16 / 0.5) !important;
}

.\!text-orange-1000\/60 {
  color: rgb(51 25 16 / 0.6) !important;
}

.\!text-orange-1000\/70 {
  color: rgb(51 25 16 / 0.7) !important;
}

.\!text-orange-1000\/75 {
  color: rgb(51 25 16 / 0.75) !important;
}

.\!text-orange-1000\/80 {
  color: rgb(51 25 16 / 0.8) !important;
}

.\!text-orange-1000\/90 {
  color: rgb(51 25 16 / 0.9) !important;
}

.\!text-orange-1000\/95 {
  color: rgb(51 25 16 / 0.95) !important;
}

.\!text-orange-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 191 168 / var(--tw-text-opacity)) !important;
}

.\!text-orange-200\/0 {
  color: rgb(255 191 168 / 0) !important;
}

.\!text-orange-200\/10 {
  color: rgb(255 191 168 / 0.1) !important;
}

.\!text-orange-200\/100 {
  color: rgb(255 191 168 / 1) !important;
}

.\!text-orange-200\/20 {
  color: rgb(255 191 168 / 0.2) !important;
}

.\!text-orange-200\/25 {
  color: rgb(255 191 168 / 0.25) !important;
}

.\!text-orange-200\/30 {
  color: rgb(255 191 168 / 0.3) !important;
}

.\!text-orange-200\/40 {
  color: rgb(255 191 168 / 0.4) !important;
}

.\!text-orange-200\/5 {
  color: rgb(255 191 168 / 0.05) !important;
}

.\!text-orange-200\/50 {
  color: rgb(255 191 168 / 0.5) !important;
}

.\!text-orange-200\/60 {
  color: rgb(255 191 168 / 0.6) !important;
}

.\!text-orange-200\/70 {
  color: rgb(255 191 168 / 0.7) !important;
}

.\!text-orange-200\/75 {
  color: rgb(255 191 168 / 0.75) !important;
}

.\!text-orange-200\/80 {
  color: rgb(255 191 168 / 0.8) !important;
}

.\!text-orange-200\/90 {
  color: rgb(255 191 168 / 0.9) !important;
}

.\!text-orange-200\/95 {
  color: rgb(255 191 168 / 0.95) !important;
}

.\!text-orange-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 170 138 / var(--tw-text-opacity)) !important;
}

.\!text-orange-300\/0 {
  color: rgb(255 170 138 / 0) !important;
}

.\!text-orange-300\/10 {
  color: rgb(255 170 138 / 0.1) !important;
}

.\!text-orange-300\/100 {
  color: rgb(255 170 138 / 1) !important;
}

.\!text-orange-300\/20 {
  color: rgb(255 170 138 / 0.2) !important;
}

.\!text-orange-300\/25 {
  color: rgb(255 170 138 / 0.25) !important;
}

.\!text-orange-300\/30 {
  color: rgb(255 170 138 / 0.3) !important;
}

.\!text-orange-300\/40 {
  color: rgb(255 170 138 / 0.4) !important;
}

.\!text-orange-300\/5 {
  color: rgb(255 170 138 / 0.05) !important;
}

.\!text-orange-300\/50 {
  color: rgb(255 170 138 / 0.5) !important;
}

.\!text-orange-300\/60 {
  color: rgb(255 170 138 / 0.6) !important;
}

.\!text-orange-300\/70 {
  color: rgb(255 170 138 / 0.7) !important;
}

.\!text-orange-300\/75 {
  color: rgb(255 170 138 / 0.75) !important;
}

.\!text-orange-300\/80 {
  color: rgb(255 170 138 / 0.8) !important;
}

.\!text-orange-300\/90 {
  color: rgb(255 170 138 / 0.9) !important;
}

.\!text-orange-300\/95 {
  color: rgb(255 170 138 / 0.95) !important;
}

.\!text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 148 109 / var(--tw-text-opacity)) !important;
}

.\!text-orange-400\/0 {
  color: rgb(255 148 109 / 0) !important;
}

.\!text-orange-400\/10 {
  color: rgb(255 148 109 / 0.1) !important;
}

.\!text-orange-400\/100 {
  color: rgb(255 148 109 / 1) !important;
}

.\!text-orange-400\/20 {
  color: rgb(255 148 109 / 0.2) !important;
}

.\!text-orange-400\/25 {
  color: rgb(255 148 109 / 0.25) !important;
}

.\!text-orange-400\/30 {
  color: rgb(255 148 109 / 0.3) !important;
}

.\!text-orange-400\/40 {
  color: rgb(255 148 109 / 0.4) !important;
}

.\!text-orange-400\/5 {
  color: rgb(255 148 109 / 0.05) !important;
}

.\!text-orange-400\/50 {
  color: rgb(255 148 109 / 0.5) !important;
}

.\!text-orange-400\/60 {
  color: rgb(255 148 109 / 0.6) !important;
}

.\!text-orange-400\/70 {
  color: rgb(255 148 109 / 0.7) !important;
}

.\!text-orange-400\/75 {
  color: rgb(255 148 109 / 0.75) !important;
}

.\!text-orange-400\/80 {
  color: rgb(255 148 109 / 0.8) !important;
}

.\!text-orange-400\/90 {
  color: rgb(255 148 109 / 0.9) !important;
}

.\!text-orange-400\/95 {
  color: rgb(255 148 109 / 0.95) !important;
}

.\!text-orange-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 229 220 / var(--tw-text-opacity)) !important;
}

.\!text-orange-50\/0 {
  color: rgb(255 229 220 / 0) !important;
}

.\!text-orange-50\/10 {
  color: rgb(255 229 220 / 0.1) !important;
}

.\!text-orange-50\/100 {
  color: rgb(255 229 220 / 1) !important;
}

.\!text-orange-50\/20 {
  color: rgb(255 229 220 / 0.2) !important;
}

.\!text-orange-50\/25 {
  color: rgb(255 229 220 / 0.25) !important;
}

.\!text-orange-50\/30 {
  color: rgb(255 229 220 / 0.3) !important;
}

.\!text-orange-50\/40 {
  color: rgb(255 229 220 / 0.4) !important;
}

.\!text-orange-50\/5 {
  color: rgb(255 229 220 / 0.05) !important;
}

.\!text-orange-50\/50 {
  color: rgb(255 229 220 / 0.5) !important;
}

.\!text-orange-50\/60 {
  color: rgb(255 229 220 / 0.6) !important;
}

.\!text-orange-50\/70 {
  color: rgb(255 229 220 / 0.7) !important;
}

.\!text-orange-50\/75 {
  color: rgb(255 229 220 / 0.75) !important;
}

.\!text-orange-50\/80 {
  color: rgb(255 229 220 / 0.8) !important;
}

.\!text-orange-50\/90 {
  color: rgb(255 229 220 / 0.9) !important;
}

.\!text-orange-50\/95 {
  color: rgb(255 229 220 / 0.95) !important;
}

.\!text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 127 80 / var(--tw-text-opacity)) !important;
}

.\!text-orange-500\/0 {
  color: rgb(255 127 80 / 0) !important;
}

.\!text-orange-500\/10 {
  color: rgb(255 127 80 / 0.1) !important;
}

.\!text-orange-500\/100 {
  color: rgb(255 127 80 / 1) !important;
}

.\!text-orange-500\/20 {
  color: rgb(255 127 80 / 0.2) !important;
}

.\!text-orange-500\/25 {
  color: rgb(255 127 80 / 0.25) !important;
}

.\!text-orange-500\/30 {
  color: rgb(255 127 80 / 0.3) !important;
}

.\!text-orange-500\/40 {
  color: rgb(255 127 80 / 0.4) !important;
}

.\!text-orange-500\/5 {
  color: rgb(255 127 80 / 0.05) !important;
}

.\!text-orange-500\/50 {
  color: rgb(255 127 80 / 0.5) !important;
}

.\!text-orange-500\/60 {
  color: rgb(255 127 80 / 0.6) !important;
}

.\!text-orange-500\/70 {
  color: rgb(255 127 80 / 0.7) !important;
}

.\!text-orange-500\/75 {
  color: rgb(255 127 80 / 0.75) !important;
}

.\!text-orange-500\/80 {
  color: rgb(255 127 80 / 0.8) !important;
}

.\!text-orange-500\/90 {
  color: rgb(255 127 80 / 0.9) !important;
}

.\!text-orange-500\/95 {
  color: rgb(255 127 80 / 0.95) !important;
}

.\!text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(213 106 67 / var(--tw-text-opacity)) !important;
}

.\!text-orange-600\/0 {
  color: rgb(213 106 67 / 0) !important;
}

.\!text-orange-600\/10 {
  color: rgb(213 106 67 / 0.1) !important;
}

.\!text-orange-600\/100 {
  color: rgb(213 106 67 / 1) !important;
}

.\!text-orange-600\/20 {
  color: rgb(213 106 67 / 0.2) !important;
}

.\!text-orange-600\/25 {
  color: rgb(213 106 67 / 0.25) !important;
}

.\!text-orange-600\/30 {
  color: rgb(213 106 67 / 0.3) !important;
}

.\!text-orange-600\/40 {
  color: rgb(213 106 67 / 0.4) !important;
}

.\!text-orange-600\/5 {
  color: rgb(213 106 67 / 0.05) !important;
}

.\!text-orange-600\/50 {
  color: rgb(213 106 67 / 0.5) !important;
}

.\!text-orange-600\/60 {
  color: rgb(213 106 67 / 0.6) !important;
}

.\!text-orange-600\/70 {
  color: rgb(213 106 67 / 0.7) !important;
}

.\!text-orange-600\/75 {
  color: rgb(213 106 67 / 0.75) !important;
}

.\!text-orange-600\/80 {
  color: rgb(213 106 67 / 0.8) !important;
}

.\!text-orange-600\/90 {
  color: rgb(213 106 67 / 0.9) !important;
}

.\!text-orange-600\/95 {
  color: rgb(213 106 67 / 0.95) !important;
}

.\!text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(170 85 53 / var(--tw-text-opacity)) !important;
}

.\!text-orange-700\/0 {
  color: rgb(170 85 53 / 0) !important;
}

.\!text-orange-700\/10 {
  color: rgb(170 85 53 / 0.1) !important;
}

.\!text-orange-700\/100 {
  color: rgb(170 85 53 / 1) !important;
}

.\!text-orange-700\/20 {
  color: rgb(170 85 53 / 0.2) !important;
}

.\!text-orange-700\/25 {
  color: rgb(170 85 53 / 0.25) !important;
}

.\!text-orange-700\/30 {
  color: rgb(170 85 53 / 0.3) !important;
}

.\!text-orange-700\/40 {
  color: rgb(170 85 53 / 0.4) !important;
}

.\!text-orange-700\/5 {
  color: rgb(170 85 53 / 0.05) !important;
}

.\!text-orange-700\/50 {
  color: rgb(170 85 53 / 0.5) !important;
}

.\!text-orange-700\/60 {
  color: rgb(170 85 53 / 0.6) !important;
}

.\!text-orange-700\/70 {
  color: rgb(170 85 53 / 0.7) !important;
}

.\!text-orange-700\/75 {
  color: rgb(170 85 53 / 0.75) !important;
}

.\!text-orange-700\/80 {
  color: rgb(170 85 53 / 0.8) !important;
}

.\!text-orange-700\/90 {
  color: rgb(170 85 53 / 0.9) !important;
}

.\!text-orange-700\/95 {
  color: rgb(170 85 53 / 0.95) !important;
}

.\!text-orange-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 64 40 / var(--tw-text-opacity)) !important;
}

.\!text-orange-800\/0 {
  color: rgb(128 64 40 / 0) !important;
}

.\!text-orange-800\/10 {
  color: rgb(128 64 40 / 0.1) !important;
}

.\!text-orange-800\/100 {
  color: rgb(128 64 40 / 1) !important;
}

.\!text-orange-800\/20 {
  color: rgb(128 64 40 / 0.2) !important;
}

.\!text-orange-800\/25 {
  color: rgb(128 64 40 / 0.25) !important;
}

.\!text-orange-800\/30 {
  color: rgb(128 64 40 / 0.3) !important;
}

.\!text-orange-800\/40 {
  color: rgb(128 64 40 / 0.4) !important;
}

.\!text-orange-800\/5 {
  color: rgb(128 64 40 / 0.05) !important;
}

.\!text-orange-800\/50 {
  color: rgb(128 64 40 / 0.5) !important;
}

.\!text-orange-800\/60 {
  color: rgb(128 64 40 / 0.6) !important;
}

.\!text-orange-800\/70 {
  color: rgb(128 64 40 / 0.7) !important;
}

.\!text-orange-800\/75 {
  color: rgb(128 64 40 / 0.75) !important;
}

.\!text-orange-800\/80 {
  color: rgb(128 64 40 / 0.8) !important;
}

.\!text-orange-800\/90 {
  color: rgb(128 64 40 / 0.9) !important;
}

.\!text-orange-800\/95 {
  color: rgb(128 64 40 / 0.95) !important;
}

.\!text-orange-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(85 42 27 / var(--tw-text-opacity)) !important;
}

.\!text-orange-900\/0 {
  color: rgb(85 42 27 / 0) !important;
}

.\!text-orange-900\/10 {
  color: rgb(85 42 27 / 0.1) !important;
}

.\!text-orange-900\/100 {
  color: rgb(85 42 27 / 1) !important;
}

.\!text-orange-900\/20 {
  color: rgb(85 42 27 / 0.2) !important;
}

.\!text-orange-900\/25 {
  color: rgb(85 42 27 / 0.25) !important;
}

.\!text-orange-900\/30 {
  color: rgb(85 42 27 / 0.3) !important;
}

.\!text-orange-900\/40 {
  color: rgb(85 42 27 / 0.4) !important;
}

.\!text-orange-900\/5 {
  color: rgb(85 42 27 / 0.05) !important;
}

.\!text-orange-900\/50 {
  color: rgb(85 42 27 / 0.5) !important;
}

.\!text-orange-900\/60 {
  color: rgb(85 42 27 / 0.6) !important;
}

.\!text-orange-900\/70 {
  color: rgb(85 42 27 / 0.7) !important;
}

.\!text-orange-900\/75 {
  color: rgb(85 42 27 / 0.75) !important;
}

.\!text-orange-900\/80 {
  color: rgb(85 42 27 / 0.8) !important;
}

.\!text-orange-900\/90 {
  color: rgb(85 42 27 / 0.9) !important;
}

.\!text-orange-900\/95 {
  color: rgb(85 42 27 / 0.95) !important;
}

.\!text-purple-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(212 200 237 / var(--tw-text-opacity)) !important;
}

.\!text-purple-100\/0 {
  color: rgb(212 200 237 / 0) !important;
}

.\!text-purple-100\/10 {
  color: rgb(212 200 237 / 0.1) !important;
}

.\!text-purple-100\/100 {
  color: rgb(212 200 237 / 1) !important;
}

.\!text-purple-100\/20 {
  color: rgb(212 200 237 / 0.2) !important;
}

.\!text-purple-100\/25 {
  color: rgb(212 200 237 / 0.25) !important;
}

.\!text-purple-100\/30 {
  color: rgb(212 200 237 / 0.3) !important;
}

.\!text-purple-100\/40 {
  color: rgb(212 200 237 / 0.4) !important;
}

.\!text-purple-100\/5 {
  color: rgb(212 200 237 / 0.05) !important;
}

.\!text-purple-100\/50 {
  color: rgb(212 200 237 / 0.5) !important;
}

.\!text-purple-100\/60 {
  color: rgb(212 200 237 / 0.6) !important;
}

.\!text-purple-100\/70 {
  color: rgb(212 200 237 / 0.7) !important;
}

.\!text-purple-100\/75 {
  color: rgb(212 200 237 / 0.75) !important;
}

.\!text-purple-100\/80 {
  color: rgb(212 200 237 / 0.8) !important;
}

.\!text-purple-100\/90 {
  color: rgb(212 200 237 / 0.9) !important;
}

.\!text-purple-100\/95 {
  color: rgb(212 200 237 / 0.95) !important;
}

.\!text-purple-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(25 18 40 / var(--tw-text-opacity)) !important;
}

.\!text-purple-1000\/0 {
  color: rgb(25 18 40 / 0) !important;
}

.\!text-purple-1000\/10 {
  color: rgb(25 18 40 / 0.1) !important;
}

.\!text-purple-1000\/100 {
  color: rgb(25 18 40 / 1) !important;
}

.\!text-purple-1000\/20 {
  color: rgb(25 18 40 / 0.2) !important;
}

.\!text-purple-1000\/25 {
  color: rgb(25 18 40 / 0.25) !important;
}

.\!text-purple-1000\/30 {
  color: rgb(25 18 40 / 0.3) !important;
}

.\!text-purple-1000\/40 {
  color: rgb(25 18 40 / 0.4) !important;
}

.\!text-purple-1000\/5 {
  color: rgb(25 18 40 / 0.05) !important;
}

.\!text-purple-1000\/50 {
  color: rgb(25 18 40 / 0.5) !important;
}

.\!text-purple-1000\/60 {
  color: rgb(25 18 40 / 0.6) !important;
}

.\!text-purple-1000\/70 {
  color: rgb(25 18 40 / 0.7) !important;
}

.\!text-purple-1000\/75 {
  color: rgb(25 18 40 / 0.75) !important;
}

.\!text-purple-1000\/80 {
  color: rgb(25 18 40 / 0.8) !important;
}

.\!text-purple-1000\/90 {
  color: rgb(25 18 40 / 0.9) !important;
}

.\!text-purple-1000\/95 {
  color: rgb(25 18 40 / 0.95) !important;
}

.\!text-purple-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 173 228 / var(--tw-text-opacity)) !important;
}

.\!text-purple-200\/0 {
  color: rgb(190 173 228 / 0) !important;
}

.\!text-purple-200\/10 {
  color: rgb(190 173 228 / 0.1) !important;
}

.\!text-purple-200\/100 {
  color: rgb(190 173 228 / 1) !important;
}

.\!text-purple-200\/20 {
  color: rgb(190 173 228 / 0.2) !important;
}

.\!text-purple-200\/25 {
  color: rgb(190 173 228 / 0.25) !important;
}

.\!text-purple-200\/30 {
  color: rgb(190 173 228 / 0.3) !important;
}

.\!text-purple-200\/40 {
  color: rgb(190 173 228 / 0.4) !important;
}

.\!text-purple-200\/5 {
  color: rgb(190 173 228 / 0.05) !important;
}

.\!text-purple-200\/50 {
  color: rgb(190 173 228 / 0.5) !important;
}

.\!text-purple-200\/60 {
  color: rgb(190 173 228 / 0.6) !important;
}

.\!text-purple-200\/70 {
  color: rgb(190 173 228 / 0.7) !important;
}

.\!text-purple-200\/75 {
  color: rgb(190 173 228 / 0.75) !important;
}

.\!text-purple-200\/80 {
  color: rgb(190 173 228 / 0.8) !important;
}

.\!text-purple-200\/90 {
  color: rgb(190 173 228 / 0.9) !important;
}

.\!text-purple-200\/95 {
  color: rgb(190 173 228 / 0.95) !important;
}

.\!text-purple-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 145 218 / var(--tw-text-opacity)) !important;
}

.\!text-purple-300\/0 {
  color: rgb(168 145 218 / 0) !important;
}

.\!text-purple-300\/10 {
  color: rgb(168 145 218 / 0.1) !important;
}

.\!text-purple-300\/100 {
  color: rgb(168 145 218 / 1) !important;
}

.\!text-purple-300\/20 {
  color: rgb(168 145 218 / 0.2) !important;
}

.\!text-purple-300\/25 {
  color: rgb(168 145 218 / 0.25) !important;
}

.\!text-purple-300\/30 {
  color: rgb(168 145 218 / 0.3) !important;
}

.\!text-purple-300\/40 {
  color: rgb(168 145 218 / 0.4) !important;
}

.\!text-purple-300\/5 {
  color: rgb(168 145 218 / 0.05) !important;
}

.\!text-purple-300\/50 {
  color: rgb(168 145 218 / 0.5) !important;
}

.\!text-purple-300\/60 {
  color: rgb(168 145 218 / 0.6) !important;
}

.\!text-purple-300\/70 {
  color: rgb(168 145 218 / 0.7) !important;
}

.\!text-purple-300\/75 {
  color: rgb(168 145 218 / 0.75) !important;
}

.\!text-purple-300\/80 {
  color: rgb(168 145 218 / 0.8) !important;
}

.\!text-purple-300\/90 {
  color: rgb(168 145 218 / 0.9) !important;
}

.\!text-purple-300\/95 {
  color: rgb(168 145 218 / 0.95) !important;
}

.\!text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 118 209 / var(--tw-text-opacity)) !important;
}

.\!text-purple-400\/0 {
  color: rgb(147 118 209 / 0) !important;
}

.\!text-purple-400\/10 {
  color: rgb(147 118 209 / 0.1) !important;
}

.\!text-purple-400\/100 {
  color: rgb(147 118 209 / 1) !important;
}

.\!text-purple-400\/20 {
  color: rgb(147 118 209 / 0.2) !important;
}

.\!text-purple-400\/25 {
  color: rgb(147 118 209 / 0.25) !important;
}

.\!text-purple-400\/30 {
  color: rgb(147 118 209 / 0.3) !important;
}

.\!text-purple-400\/40 {
  color: rgb(147 118 209 / 0.4) !important;
}

.\!text-purple-400\/5 {
  color: rgb(147 118 209 / 0.05) !important;
}

.\!text-purple-400\/50 {
  color: rgb(147 118 209 / 0.5) !important;
}

.\!text-purple-400\/60 {
  color: rgb(147 118 209 / 0.6) !important;
}

.\!text-purple-400\/70 {
  color: rgb(147 118 209 / 0.7) !important;
}

.\!text-purple-400\/75 {
  color: rgb(147 118 209 / 0.75) !important;
}

.\!text-purple-400\/80 {
  color: rgb(147 118 209 / 0.8) !important;
}

.\!text-purple-400\/90 {
  color: rgb(147 118 209 / 0.9) !important;
}

.\!text-purple-400\/95 {
  color: rgb(147 118 209 / 0.95) !important;
}

.\!text-purple-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 222 244 / var(--tw-text-opacity)) !important;
}

.\!text-purple-50\/0 {
  color: rgb(229 222 244 / 0) !important;
}

.\!text-purple-50\/10 {
  color: rgb(229 222 244 / 0.1) !important;
}

.\!text-purple-50\/100 {
  color: rgb(229 222 244 / 1) !important;
}

.\!text-purple-50\/20 {
  color: rgb(229 222 244 / 0.2) !important;
}

.\!text-purple-50\/25 {
  color: rgb(229 222 244 / 0.25) !important;
}

.\!text-purple-50\/30 {
  color: rgb(229 222 244 / 0.3) !important;
}

.\!text-purple-50\/40 {
  color: rgb(229 222 244 / 0.4) !important;
}

.\!text-purple-50\/5 {
  color: rgb(229 222 244 / 0.05) !important;
}

.\!text-purple-50\/50 {
  color: rgb(229 222 244 / 0.5) !important;
}

.\!text-purple-50\/60 {
  color: rgb(229 222 244 / 0.6) !important;
}

.\!text-purple-50\/70 {
  color: rgb(229 222 244 / 0.7) !important;
}

.\!text-purple-50\/75 {
  color: rgb(229 222 244 / 0.75) !important;
}

.\!text-purple-50\/80 {
  color: rgb(229 222 244 / 0.8) !important;
}

.\!text-purple-50\/90 {
  color: rgb(229 222 244 / 0.9) !important;
}

.\!text-purple-50\/95 {
  color: rgb(229 222 244 / 0.95) !important;
}

.\!text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(125 90 200 / var(--tw-text-opacity)) !important;
}

.\!text-purple-500\/0 {
  color: rgb(125 90 200 / 0) !important;
}

.\!text-purple-500\/10 {
  color: rgb(125 90 200 / 0.1) !important;
}

.\!text-purple-500\/100 {
  color: rgb(125 90 200 / 1) !important;
}

.\!text-purple-500\/20 {
  color: rgb(125 90 200 / 0.2) !important;
}

.\!text-purple-500\/25 {
  color: rgb(125 90 200 / 0.25) !important;
}

.\!text-purple-500\/30 {
  color: rgb(125 90 200 / 0.3) !important;
}

.\!text-purple-500\/40 {
  color: rgb(125 90 200 / 0.4) !important;
}

.\!text-purple-500\/5 {
  color: rgb(125 90 200 / 0.05) !important;
}

.\!text-purple-500\/50 {
  color: rgb(125 90 200 / 0.5) !important;
}

.\!text-purple-500\/60 {
  color: rgb(125 90 200 / 0.6) !important;
}

.\!text-purple-500\/70 {
  color: rgb(125 90 200 / 0.7) !important;
}

.\!text-purple-500\/75 {
  color: rgb(125 90 200 / 0.75) !important;
}

.\!text-purple-500\/80 {
  color: rgb(125 90 200 / 0.8) !important;
}

.\!text-purple-500\/90 {
  color: rgb(125 90 200 / 0.9) !important;
}

.\!text-purple-500\/95 {
  color: rgb(125 90 200 / 0.95) !important;
}

.\!text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(104 75 167 / var(--tw-text-opacity)) !important;
}

.\!text-purple-600\/0 {
  color: rgb(104 75 167 / 0) !important;
}

.\!text-purple-600\/10 {
  color: rgb(104 75 167 / 0.1) !important;
}

.\!text-purple-600\/100 {
  color: rgb(104 75 167 / 1) !important;
}

.\!text-purple-600\/20 {
  color: rgb(104 75 167 / 0.2) !important;
}

.\!text-purple-600\/25 {
  color: rgb(104 75 167 / 0.25) !important;
}

.\!text-purple-600\/30 {
  color: rgb(104 75 167 / 0.3) !important;
}

.\!text-purple-600\/40 {
  color: rgb(104 75 167 / 0.4) !important;
}

.\!text-purple-600\/5 {
  color: rgb(104 75 167 / 0.05) !important;
}

.\!text-purple-600\/50 {
  color: rgb(104 75 167 / 0.5) !important;
}

.\!text-purple-600\/60 {
  color: rgb(104 75 167 / 0.6) !important;
}

.\!text-purple-600\/70 {
  color: rgb(104 75 167 / 0.7) !important;
}

.\!text-purple-600\/75 {
  color: rgb(104 75 167 / 0.75) !important;
}

.\!text-purple-600\/80 {
  color: rgb(104 75 167 / 0.8) !important;
}

.\!text-purple-600\/90 {
  color: rgb(104 75 167 / 0.9) !important;
}

.\!text-purple-600\/95 {
  color: rgb(104 75 167 / 0.95) !important;
}

.\!text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(83 60 133 / var(--tw-text-opacity)) !important;
}

.\!text-purple-700\/0 {
  color: rgb(83 60 133 / 0) !important;
}

.\!text-purple-700\/10 {
  color: rgb(83 60 133 / 0.1) !important;
}

.\!text-purple-700\/100 {
  color: rgb(83 60 133 / 1) !important;
}

.\!text-purple-700\/20 {
  color: rgb(83 60 133 / 0.2) !important;
}

.\!text-purple-700\/25 {
  color: rgb(83 60 133 / 0.25) !important;
}

.\!text-purple-700\/30 {
  color: rgb(83 60 133 / 0.3) !important;
}

.\!text-purple-700\/40 {
  color: rgb(83 60 133 / 0.4) !important;
}

.\!text-purple-700\/5 {
  color: rgb(83 60 133 / 0.05) !important;
}

.\!text-purple-700\/50 {
  color: rgb(83 60 133 / 0.5) !important;
}

.\!text-purple-700\/60 {
  color: rgb(83 60 133 / 0.6) !important;
}

.\!text-purple-700\/70 {
  color: rgb(83 60 133 / 0.7) !important;
}

.\!text-purple-700\/75 {
  color: rgb(83 60 133 / 0.75) !important;
}

.\!text-purple-700\/80 {
  color: rgb(83 60 133 / 0.8) !important;
}

.\!text-purple-700\/90 {
  color: rgb(83 60 133 / 0.9) !important;
}

.\!text-purple-700\/95 {
  color: rgb(83 60 133 / 0.95) !important;
}

.\!text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 45 100 / var(--tw-text-opacity)) !important;
}

.\!text-purple-800\/0 {
  color: rgb(63 45 100 / 0) !important;
}

.\!text-purple-800\/10 {
  color: rgb(63 45 100 / 0.1) !important;
}

.\!text-purple-800\/100 {
  color: rgb(63 45 100 / 1) !important;
}

.\!text-purple-800\/20 {
  color: rgb(63 45 100 / 0.2) !important;
}

.\!text-purple-800\/25 {
  color: rgb(63 45 100 / 0.25) !important;
}

.\!text-purple-800\/30 {
  color: rgb(63 45 100 / 0.3) !important;
}

.\!text-purple-800\/40 {
  color: rgb(63 45 100 / 0.4) !important;
}

.\!text-purple-800\/5 {
  color: rgb(63 45 100 / 0.05) !important;
}

.\!text-purple-800\/50 {
  color: rgb(63 45 100 / 0.5) !important;
}

.\!text-purple-800\/60 {
  color: rgb(63 45 100 / 0.6) !important;
}

.\!text-purple-800\/70 {
  color: rgb(63 45 100 / 0.7) !important;
}

.\!text-purple-800\/75 {
  color: rgb(63 45 100 / 0.75) !important;
}

.\!text-purple-800\/80 {
  color: rgb(63 45 100 / 0.8) !important;
}

.\!text-purple-800\/90 {
  color: rgb(63 45 100 / 0.9) !important;
}

.\!text-purple-800\/95 {
  color: rgb(63 45 100 / 0.95) !important;
}

.\!text-purple-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 30 67 / var(--tw-text-opacity)) !important;
}

.\!text-purple-900\/0 {
  color: rgb(42 30 67 / 0) !important;
}

.\!text-purple-900\/10 {
  color: rgb(42 30 67 / 0.1) !important;
}

.\!text-purple-900\/100 {
  color: rgb(42 30 67 / 1) !important;
}

.\!text-purple-900\/20 {
  color: rgb(42 30 67 / 0.2) !important;
}

.\!text-purple-900\/25 {
  color: rgb(42 30 67 / 0.25) !important;
}

.\!text-purple-900\/30 {
  color: rgb(42 30 67 / 0.3) !important;
}

.\!text-purple-900\/40 {
  color: rgb(42 30 67 / 0.4) !important;
}

.\!text-purple-900\/5 {
  color: rgb(42 30 67 / 0.05) !important;
}

.\!text-purple-900\/50 {
  color: rgb(42 30 67 / 0.5) !important;
}

.\!text-purple-900\/60 {
  color: rgb(42 30 67 / 0.6) !important;
}

.\!text-purple-900\/70 {
  color: rgb(42 30 67 / 0.7) !important;
}

.\!text-purple-900\/75 {
  color: rgb(42 30 67 / 0.75) !important;
}

.\!text-purple-900\/80 {
  color: rgb(42 30 67 / 0.8) !important;
}

.\!text-purple-900\/90 {
  color: rgb(42 30 67 / 0.9) !important;
}

.\!text-purple-900\/95 {
  color: rgb(42 30 67 / 0.95) !important;
}

.\!text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(241 194 187 / var(--tw-text-opacity)) !important;
}

.\!text-red-100\/0 {
  color: rgb(241 194 187 / 0) !important;
}

.\!text-red-100\/10 {
  color: rgb(241 194 187 / 0.1) !important;
}

.\!text-red-100\/100 {
  color: rgb(241 194 187 / 1) !important;
}

.\!text-red-100\/20 {
  color: rgb(241 194 187 / 0.2) !important;
}

.\!text-red-100\/25 {
  color: rgb(241 194 187 / 0.25) !important;
}

.\!text-red-100\/30 {
  color: rgb(241 194 187 / 0.3) !important;
}

.\!text-red-100\/40 {
  color: rgb(241 194 187 / 0.4) !important;
}

.\!text-red-100\/5 {
  color: rgb(241 194 187 / 0.05) !important;
}

.\!text-red-100\/50 {
  color: rgb(241 194 187 / 0.5) !important;
}

.\!text-red-100\/60 {
  color: rgb(241 194 187 / 0.6) !important;
}

.\!text-red-100\/70 {
  color: rgb(241 194 187 / 0.7) !important;
}

.\!text-red-100\/75 {
  color: rgb(241 194 187 / 0.75) !important;
}

.\!text-red-100\/80 {
  color: rgb(241 194 187 / 0.8) !important;
}

.\!text-red-100\/90 {
  color: rgb(241 194 187 / 0.9) !important;
}

.\!text-red-100\/95 {
  color: rgb(241 194 187 / 0.95) !important;
}

.\!text-red-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(43 15 10 / var(--tw-text-opacity)) !important;
}

.\!text-red-1000\/0 {
  color: rgb(43 15 10 / 0) !important;
}

.\!text-red-1000\/10 {
  color: rgb(43 15 10 / 0.1) !important;
}

.\!text-red-1000\/100 {
  color: rgb(43 15 10 / 1) !important;
}

.\!text-red-1000\/20 {
  color: rgb(43 15 10 / 0.2) !important;
}

.\!text-red-1000\/25 {
  color: rgb(43 15 10 / 0.25) !important;
}

.\!text-red-1000\/30 {
  color: rgb(43 15 10 / 0.3) !important;
}

.\!text-red-1000\/40 {
  color: rgb(43 15 10 / 0.4) !important;
}

.\!text-red-1000\/5 {
  color: rgb(43 15 10 / 0.05) !important;
}

.\!text-red-1000\/50 {
  color: rgb(43 15 10 / 0.5) !important;
}

.\!text-red-1000\/60 {
  color: rgb(43 15 10 / 0.6) !important;
}

.\!text-red-1000\/70 {
  color: rgb(43 15 10 / 0.7) !important;
}

.\!text-red-1000\/75 {
  color: rgb(43 15 10 / 0.75) !important;
}

.\!text-red-1000\/80 {
  color: rgb(43 15 10 / 0.8) !important;
}

.\!text-red-1000\/90 {
  color: rgb(43 15 10 / 0.9) !important;
}

.\!text-red-1000\/95 {
  color: rgb(43 15 10 / 0.95) !important;
}

.\!text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(235 164 153 / var(--tw-text-opacity)) !important;
}

.\!text-red-200\/0 {
  color: rgb(235 164 153 / 0) !important;
}

.\!text-red-200\/10 {
  color: rgb(235 164 153 / 0.1) !important;
}

.\!text-red-200\/100 {
  color: rgb(235 164 153 / 1) !important;
}

.\!text-red-200\/20 {
  color: rgb(235 164 153 / 0.2) !important;
}

.\!text-red-200\/25 {
  color: rgb(235 164 153 / 0.25) !important;
}

.\!text-red-200\/30 {
  color: rgb(235 164 153 / 0.3) !important;
}

.\!text-red-200\/40 {
  color: rgb(235 164 153 / 0.4) !important;
}

.\!text-red-200\/5 {
  color: rgb(235 164 153 / 0.05) !important;
}

.\!text-red-200\/50 {
  color: rgb(235 164 153 / 0.5) !important;
}

.\!text-red-200\/60 {
  color: rgb(235 164 153 / 0.6) !important;
}

.\!text-red-200\/70 {
  color: rgb(235 164 153 / 0.7) !important;
}

.\!text-red-200\/75 {
  color: rgb(235 164 153 / 0.75) !important;
}

.\!text-red-200\/80 {
  color: rgb(235 164 153 / 0.8) !important;
}

.\!text-red-200\/90 {
  color: rgb(235 164 153 / 0.9) !important;
}

.\!text-red-200\/95 {
  color: rgb(235 164 153 / 0.95) !important;
}

.\!text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(228 134 119 / var(--tw-text-opacity)) !important;
}

.\!text-red-300\/0 {
  color: rgb(228 134 119 / 0) !important;
}

.\!text-red-300\/10 {
  color: rgb(228 134 119 / 0.1) !important;
}

.\!text-red-300\/100 {
  color: rgb(228 134 119 / 1) !important;
}

.\!text-red-300\/20 {
  color: rgb(228 134 119 / 0.2) !important;
}

.\!text-red-300\/25 {
  color: rgb(228 134 119 / 0.25) !important;
}

.\!text-red-300\/30 {
  color: rgb(228 134 119 / 0.3) !important;
}

.\!text-red-300\/40 {
  color: rgb(228 134 119 / 0.4) !important;
}

.\!text-red-300\/5 {
  color: rgb(228 134 119 / 0.05) !important;
}

.\!text-red-300\/50 {
  color: rgb(228 134 119 / 0.5) !important;
}

.\!text-red-300\/60 {
  color: rgb(228 134 119 / 0.6) !important;
}

.\!text-red-300\/70 {
  color: rgb(228 134 119 / 0.7) !important;
}

.\!text-red-300\/75 {
  color: rgb(228 134 119 / 0.75) !important;
}

.\!text-red-300\/80 {
  color: rgb(228 134 119 / 0.8) !important;
}

.\!text-red-300\/90 {
  color: rgb(228 134 119 / 0.9) !important;
}

.\!text-red-300\/95 {
  color: rgb(228 134 119 / 0.95) !important;
}

.\!text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(221 103 85 / var(--tw-text-opacity)) !important;
}

.\!text-red-400\/0 {
  color: rgb(221 103 85 / 0) !important;
}

.\!text-red-400\/10 {
  color: rgb(221 103 85 / 0.1) !important;
}

.\!text-red-400\/100 {
  color: rgb(221 103 85 / 1) !important;
}

.\!text-red-400\/20 {
  color: rgb(221 103 85 / 0.2) !important;
}

.\!text-red-400\/25 {
  color: rgb(221 103 85 / 0.25) !important;
}

.\!text-red-400\/30 {
  color: rgb(221 103 85 / 0.3) !important;
}

.\!text-red-400\/40 {
  color: rgb(221 103 85 / 0.4) !important;
}

.\!text-red-400\/5 {
  color: rgb(221 103 85 / 0.05) !important;
}

.\!text-red-400\/50 {
  color: rgb(221 103 85 / 0.5) !important;
}

.\!text-red-400\/60 {
  color: rgb(221 103 85 / 0.6) !important;
}

.\!text-red-400\/70 {
  color: rgb(221 103 85 / 0.7) !important;
}

.\!text-red-400\/75 {
  color: rgb(221 103 85 / 0.75) !important;
}

.\!text-red-400\/80 {
  color: rgb(221 103 85 / 0.8) !important;
}

.\!text-red-400\/90 {
  color: rgb(221 103 85 / 0.9) !important;
}

.\!text-red-400\/95 {
  color: rgb(221 103 85 / 0.95) !important;
}

.\!text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(247 219 214 / var(--tw-text-opacity)) !important;
}

.\!text-red-50\/0 {
  color: rgb(247 219 214 / 0) !important;
}

.\!text-red-50\/10 {
  color: rgb(247 219 214 / 0.1) !important;
}

.\!text-red-50\/100 {
  color: rgb(247 219 214 / 1) !important;
}

.\!text-red-50\/20 {
  color: rgb(247 219 214 / 0.2) !important;
}

.\!text-red-50\/25 {
  color: rgb(247 219 214 / 0.25) !important;
}

.\!text-red-50\/30 {
  color: rgb(247 219 214 / 0.3) !important;
}

.\!text-red-50\/40 {
  color: rgb(247 219 214 / 0.4) !important;
}

.\!text-red-50\/5 {
  color: rgb(247 219 214 / 0.05) !important;
}

.\!text-red-50\/50 {
  color: rgb(247 219 214 / 0.5) !important;
}

.\!text-red-50\/60 {
  color: rgb(247 219 214 / 0.6) !important;
}

.\!text-red-50\/70 {
  color: rgb(247 219 214 / 0.7) !important;
}

.\!text-red-50\/75 {
  color: rgb(247 219 214 / 0.75) !important;
}

.\!text-red-50\/80 {
  color: rgb(247 219 214 / 0.8) !important;
}

.\!text-red-50\/90 {
  color: rgb(247 219 214 / 0.9) !important;
}

.\!text-red-50\/95 {
  color: rgb(247 219 214 / 0.95) !important;
}

.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(214 73 51 / var(--tw-text-opacity)) !important;
}

.\!text-red-500\/0 {
  color: rgb(214 73 51 / 0) !important;
}

.\!text-red-500\/10 {
  color: rgb(214 73 51 / 0.1) !important;
}

.\!text-red-500\/100 {
  color: rgb(214 73 51 / 1) !important;
}

.\!text-red-500\/20 {
  color: rgb(214 73 51 / 0.2) !important;
}

.\!text-red-500\/25 {
  color: rgb(214 73 51 / 0.25) !important;
}

.\!text-red-500\/30 {
  color: rgb(214 73 51 / 0.3) !important;
}

.\!text-red-500\/40 {
  color: rgb(214 73 51 / 0.4) !important;
}

.\!text-red-500\/5 {
  color: rgb(214 73 51 / 0.05) !important;
}

.\!text-red-500\/50 {
  color: rgb(214 73 51 / 0.5) !important;
}

.\!text-red-500\/60 {
  color: rgb(214 73 51 / 0.6) !important;
}

.\!text-red-500\/70 {
  color: rgb(214 73 51 / 0.7) !important;
}

.\!text-red-500\/75 {
  color: rgb(214 73 51 / 0.75) !important;
}

.\!text-red-500\/80 {
  color: rgb(214 73 51 / 0.8) !important;
}

.\!text-red-500\/90 {
  color: rgb(214 73 51 / 0.9) !important;
}

.\!text-red-500\/95 {
  color: rgb(214 73 51 / 0.95) !important;
}

.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(178 61 43 / var(--tw-text-opacity)) !important;
}

.\!text-red-600\/0 {
  color: rgb(178 61 43 / 0) !important;
}

.\!text-red-600\/10 {
  color: rgb(178 61 43 / 0.1) !important;
}

.\!text-red-600\/100 {
  color: rgb(178 61 43 / 1) !important;
}

.\!text-red-600\/20 {
  color: rgb(178 61 43 / 0.2) !important;
}

.\!text-red-600\/25 {
  color: rgb(178 61 43 / 0.25) !important;
}

.\!text-red-600\/30 {
  color: rgb(178 61 43 / 0.3) !important;
}

.\!text-red-600\/40 {
  color: rgb(178 61 43 / 0.4) !important;
}

.\!text-red-600\/5 {
  color: rgb(178 61 43 / 0.05) !important;
}

.\!text-red-600\/50 {
  color: rgb(178 61 43 / 0.5) !important;
}

.\!text-red-600\/60 {
  color: rgb(178 61 43 / 0.6) !important;
}

.\!text-red-600\/70 {
  color: rgb(178 61 43 / 0.7) !important;
}

.\!text-red-600\/75 {
  color: rgb(178 61 43 / 0.75) !important;
}

.\!text-red-600\/80 {
  color: rgb(178 61 43 / 0.8) !important;
}

.\!text-red-600\/90 {
  color: rgb(178 61 43 / 0.9) !important;
}

.\!text-red-600\/95 {
  color: rgb(178 61 43 / 0.95) !important;
}

.\!text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(143 49 34 / var(--tw-text-opacity)) !important;
}

.\!text-red-700\/0 {
  color: rgb(143 49 34 / 0) !important;
}

.\!text-red-700\/10 {
  color: rgb(143 49 34 / 0.1) !important;
}

.\!text-red-700\/100 {
  color: rgb(143 49 34 / 1) !important;
}

.\!text-red-700\/20 {
  color: rgb(143 49 34 / 0.2) !important;
}

.\!text-red-700\/25 {
  color: rgb(143 49 34 / 0.25) !important;
}

.\!text-red-700\/30 {
  color: rgb(143 49 34 / 0.3) !important;
}

.\!text-red-700\/40 {
  color: rgb(143 49 34 / 0.4) !important;
}

.\!text-red-700\/5 {
  color: rgb(143 49 34 / 0.05) !important;
}

.\!text-red-700\/50 {
  color: rgb(143 49 34 / 0.5) !important;
}

.\!text-red-700\/60 {
  color: rgb(143 49 34 / 0.6) !important;
}

.\!text-red-700\/70 {
  color: rgb(143 49 34 / 0.7) !important;
}

.\!text-red-700\/75 {
  color: rgb(143 49 34 / 0.75) !important;
}

.\!text-red-700\/80 {
  color: rgb(143 49 34 / 0.8) !important;
}

.\!text-red-700\/90 {
  color: rgb(143 49 34 / 0.9) !important;
}

.\!text-red-700\/95 {
  color: rgb(143 49 34 / 0.95) !important;
}

.\!text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 37 26 / var(--tw-text-opacity)) !important;
}

.\!text-red-800\/0 {
  color: rgb(107 37 26 / 0) !important;
}

.\!text-red-800\/10 {
  color: rgb(107 37 26 / 0.1) !important;
}

.\!text-red-800\/100 {
  color: rgb(107 37 26 / 1) !important;
}

.\!text-red-800\/20 {
  color: rgb(107 37 26 / 0.2) !important;
}

.\!text-red-800\/25 {
  color: rgb(107 37 26 / 0.25) !important;
}

.\!text-red-800\/30 {
  color: rgb(107 37 26 / 0.3) !important;
}

.\!text-red-800\/40 {
  color: rgb(107 37 26 / 0.4) !important;
}

.\!text-red-800\/5 {
  color: rgb(107 37 26 / 0.05) !important;
}

.\!text-red-800\/50 {
  color: rgb(107 37 26 / 0.5) !important;
}

.\!text-red-800\/60 {
  color: rgb(107 37 26 / 0.6) !important;
}

.\!text-red-800\/70 {
  color: rgb(107 37 26 / 0.7) !important;
}

.\!text-red-800\/75 {
  color: rgb(107 37 26 / 0.75) !important;
}

.\!text-red-800\/80 {
  color: rgb(107 37 26 / 0.8) !important;
}

.\!text-red-800\/90 {
  color: rgb(107 37 26 / 0.9) !important;
}

.\!text-red-800\/95 {
  color: rgb(107 37 26 / 0.95) !important;
}

.\!text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 24 17 / var(--tw-text-opacity)) !important;
}

.\!text-red-900\/0 {
  color: rgb(71 24 17 / 0) !important;
}

.\!text-red-900\/10 {
  color: rgb(71 24 17 / 0.1) !important;
}

.\!text-red-900\/100 {
  color: rgb(71 24 17 / 1) !important;
}

.\!text-red-900\/20 {
  color: rgb(71 24 17 / 0.2) !important;
}

.\!text-red-900\/25 {
  color: rgb(71 24 17 / 0.25) !important;
}

.\!text-red-900\/30 {
  color: rgb(71 24 17 / 0.3) !important;
}

.\!text-red-900\/40 {
  color: rgb(71 24 17 / 0.4) !important;
}

.\!text-red-900\/5 {
  color: rgb(71 24 17 / 0.05) !important;
}

.\!text-red-900\/50 {
  color: rgb(71 24 17 / 0.5) !important;
}

.\!text-red-900\/60 {
  color: rgb(71 24 17 / 0.6) !important;
}

.\!text-red-900\/70 {
  color: rgb(71 24 17 / 0.7) !important;
}

.\!text-red-900\/75 {
  color: rgb(71 24 17 / 0.75) !important;
}

.\!text-red-900\/80 {
  color: rgb(71 24 17 / 0.8) !important;
}

.\!text-red-900\/90 {
  color: rgb(71 24 17 / 0.9) !important;
}

.\!text-red-900\/95 {
  color: rgb(71 24 17 / 0.95) !important;
}

.\!text-teal-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(195 243 235 / var(--tw-text-opacity)) !important;
}

.\!text-teal-100\/0 {
  color: rgb(195 243 235 / 0) !important;
}

.\!text-teal-100\/10 {
  color: rgb(195 243 235 / 0.1) !important;
}

.\!text-teal-100\/100 {
  color: rgb(195 243 235 / 1) !important;
}

.\!text-teal-100\/20 {
  color: rgb(195 243 235 / 0.2) !important;
}

.\!text-teal-100\/25 {
  color: rgb(195 243 235 / 0.25) !important;
}

.\!text-teal-100\/30 {
  color: rgb(195 243 235 / 0.3) !important;
}

.\!text-teal-100\/40 {
  color: rgb(195 243 235 / 0.4) !important;
}

.\!text-teal-100\/5 {
  color: rgb(195 243 235 / 0.05) !important;
}

.\!text-teal-100\/50 {
  color: rgb(195 243 235 / 0.5) !important;
}

.\!text-teal-100\/60 {
  color: rgb(195 243 235 / 0.6) !important;
}

.\!text-teal-100\/70 {
  color: rgb(195 243 235 / 0.7) !important;
}

.\!text-teal-100\/75 {
  color: rgb(195 243 235 / 0.75) !important;
}

.\!text-teal-100\/80 {
  color: rgb(195 243 235 / 0.8) !important;
}

.\!text-teal-100\/90 {
  color: rgb(195 243 235 / 0.9) !important;
}

.\!text-teal-100\/95 {
  color: rgb(195 243 235 / 0.95) !important;
}

.\!text-teal-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 44 39 / var(--tw-text-opacity)) !important;
}

.\!text-teal-1000\/0 {
  color: rgb(15 44 39 / 0) !important;
}

.\!text-teal-1000\/10 {
  color: rgb(15 44 39 / 0.1) !important;
}

.\!text-teal-1000\/100 {
  color: rgb(15 44 39 / 1) !important;
}

.\!text-teal-1000\/20 {
  color: rgb(15 44 39 / 0.2) !important;
}

.\!text-teal-1000\/25 {
  color: rgb(15 44 39 / 0.25) !important;
}

.\!text-teal-1000\/30 {
  color: rgb(15 44 39 / 0.3) !important;
}

.\!text-teal-1000\/40 {
  color: rgb(15 44 39 / 0.4) !important;
}

.\!text-teal-1000\/5 {
  color: rgb(15 44 39 / 0.05) !important;
}

.\!text-teal-1000\/50 {
  color: rgb(15 44 39 / 0.5) !important;
}

.\!text-teal-1000\/60 {
  color: rgb(15 44 39 / 0.6) !important;
}

.\!text-teal-1000\/70 {
  color: rgb(15 44 39 / 0.7) !important;
}

.\!text-teal-1000\/75 {
  color: rgb(15 44 39 / 0.75) !important;
}

.\!text-teal-1000\/80 {
  color: rgb(15 44 39 / 0.8) !important;
}

.\!text-teal-1000\/90 {
  color: rgb(15 44 39 / 0.9) !important;
}

.\!text-teal-1000\/95 {
  color: rgb(15 44 39 / 0.95) !important;
}

.\!text-teal-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(165 238 225 / var(--tw-text-opacity)) !important;
}

.\!text-teal-200\/0 {
  color: rgb(165 238 225 / 0) !important;
}

.\!text-teal-200\/10 {
  color: rgb(165 238 225 / 0.1) !important;
}

.\!text-teal-200\/100 {
  color: rgb(165 238 225 / 1) !important;
}

.\!text-teal-200\/20 {
  color: rgb(165 238 225 / 0.2) !important;
}

.\!text-teal-200\/25 {
  color: rgb(165 238 225 / 0.25) !important;
}

.\!text-teal-200\/30 {
  color: rgb(165 238 225 / 0.3) !important;
}

.\!text-teal-200\/40 {
  color: rgb(165 238 225 / 0.4) !important;
}

.\!text-teal-200\/5 {
  color: rgb(165 238 225 / 0.05) !important;
}

.\!text-teal-200\/50 {
  color: rgb(165 238 225 / 0.5) !important;
}

.\!text-teal-200\/60 {
  color: rgb(165 238 225 / 0.6) !important;
}

.\!text-teal-200\/70 {
  color: rgb(165 238 225 / 0.7) !important;
}

.\!text-teal-200\/75 {
  color: rgb(165 238 225 / 0.75) !important;
}

.\!text-teal-200\/80 {
  color: rgb(165 238 225 / 0.8) !important;
}

.\!text-teal-200\/90 {
  color: rgb(165 238 225 / 0.9) !important;
}

.\!text-teal-200\/95 {
  color: rgb(165 238 225 / 0.95) !important;
}

.\!text-teal-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(135 232 215 / var(--tw-text-opacity)) !important;
}

.\!text-teal-300\/0 {
  color: rgb(135 232 215 / 0) !important;
}

.\!text-teal-300\/10 {
  color: rgb(135 232 215 / 0.1) !important;
}

.\!text-teal-300\/100 {
  color: rgb(135 232 215 / 1) !important;
}

.\!text-teal-300\/20 {
  color: rgb(135 232 215 / 0.2) !important;
}

.\!text-teal-300\/25 {
  color: rgb(135 232 215 / 0.25) !important;
}

.\!text-teal-300\/30 {
  color: rgb(135 232 215 / 0.3) !important;
}

.\!text-teal-300\/40 {
  color: rgb(135 232 215 / 0.4) !important;
}

.\!text-teal-300\/5 {
  color: rgb(135 232 215 / 0.05) !important;
}

.\!text-teal-300\/50 {
  color: rgb(135 232 215 / 0.5) !important;
}

.\!text-teal-300\/60 {
  color: rgb(135 232 215 / 0.6) !important;
}

.\!text-teal-300\/70 {
  color: rgb(135 232 215 / 0.7) !important;
}

.\!text-teal-300\/75 {
  color: rgb(135 232 215 / 0.75) !important;
}

.\!text-teal-300\/80 {
  color: rgb(135 232 215 / 0.8) !important;
}

.\!text-teal-300\/90 {
  color: rgb(135 232 215 / 0.9) !important;
}

.\!text-teal-300\/95 {
  color: rgb(135 232 215 / 0.95) !important;
}

.\!text-teal-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(105 226 205 / var(--tw-text-opacity)) !important;
}

.\!text-teal-400\/0 {
  color: rgb(105 226 205 / 0) !important;
}

.\!text-teal-400\/10 {
  color: rgb(105 226 205 / 0.1) !important;
}

.\!text-teal-400\/100 {
  color: rgb(105 226 205 / 1) !important;
}

.\!text-teal-400\/20 {
  color: rgb(105 226 205 / 0.2) !important;
}

.\!text-teal-400\/25 {
  color: rgb(105 226 205 / 0.25) !important;
}

.\!text-teal-400\/30 {
  color: rgb(105 226 205 / 0.3) !important;
}

.\!text-teal-400\/40 {
  color: rgb(105 226 205 / 0.4) !important;
}

.\!text-teal-400\/5 {
  color: rgb(105 226 205 / 0.05) !important;
}

.\!text-teal-400\/50 {
  color: rgb(105 226 205 / 0.5) !important;
}

.\!text-teal-400\/60 {
  color: rgb(105 226 205 / 0.6) !important;
}

.\!text-teal-400\/70 {
  color: rgb(105 226 205 / 0.7) !important;
}

.\!text-teal-400\/75 {
  color: rgb(105 226 205 / 0.75) !important;
}

.\!text-teal-400\/80 {
  color: rgb(105 226 205 / 0.8) !important;
}

.\!text-teal-400\/90 {
  color: rgb(105 226 205 / 0.9) !important;
}

.\!text-teal-400\/95 {
  color: rgb(105 226 205 / 0.95) !important;
}

.\!text-teal-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(219 248 243 / var(--tw-text-opacity)) !important;
}

.\!text-teal-50\/0 {
  color: rgb(219 248 243 / 0) !important;
}

.\!text-teal-50\/10 {
  color: rgb(219 248 243 / 0.1) !important;
}

.\!text-teal-50\/100 {
  color: rgb(219 248 243 / 1) !important;
}

.\!text-teal-50\/20 {
  color: rgb(219 248 243 / 0.2) !important;
}

.\!text-teal-50\/25 {
  color: rgb(219 248 243 / 0.25) !important;
}

.\!text-teal-50\/30 {
  color: rgb(219 248 243 / 0.3) !important;
}

.\!text-teal-50\/40 {
  color: rgb(219 248 243 / 0.4) !important;
}

.\!text-teal-50\/5 {
  color: rgb(219 248 243 / 0.05) !important;
}

.\!text-teal-50\/50 {
  color: rgb(219 248 243 / 0.5) !important;
}

.\!text-teal-50\/60 {
  color: rgb(219 248 243 / 0.6) !important;
}

.\!text-teal-50\/70 {
  color: rgb(219 248 243 / 0.7) !important;
}

.\!text-teal-50\/75 {
  color: rgb(219 248 243 / 0.75) !important;
}

.\!text-teal-50\/80 {
  color: rgb(219 248 243 / 0.8) !important;
}

.\!text-teal-50\/90 {
  color: rgb(219 248 243 / 0.9) !important;
}

.\!text-teal-50\/95 {
  color: rgb(219 248 243 / 0.95) !important;
}

.\!text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / var(--tw-text-opacity)) !important;
}

.\!text-teal-500\/0 {
  color: rgb(75 220 195 / 0) !important;
}

.\!text-teal-500\/10 {
  color: rgb(75 220 195 / 0.1) !important;
}

.\!text-teal-500\/100 {
  color: rgb(75 220 195 / 1) !important;
}

.\!text-teal-500\/20 {
  color: rgb(75 220 195 / 0.2) !important;
}

.\!text-teal-500\/25 {
  color: rgb(75 220 195 / 0.25) !important;
}

.\!text-teal-500\/30 {
  color: rgb(75 220 195 / 0.3) !important;
}

.\!text-teal-500\/40 {
  color: rgb(75 220 195 / 0.4) !important;
}

.\!text-teal-500\/5 {
  color: rgb(75 220 195 / 0.05) !important;
}

.\!text-teal-500\/50 {
  color: rgb(75 220 195 / 0.5) !important;
}

.\!text-teal-500\/60 {
  color: rgb(75 220 195 / 0.6) !important;
}

.\!text-teal-500\/70 {
  color: rgb(75 220 195 / 0.7) !important;
}

.\!text-teal-500\/75 {
  color: rgb(75 220 195 / 0.75) !important;
}

.\!text-teal-500\/80 {
  color: rgb(75 220 195 / 0.8) !important;
}

.\!text-teal-500\/90 {
  color: rgb(75 220 195 / 0.9) !important;
}

.\!text-teal-500\/95 {
  color: rgb(75 220 195 / 0.95) !important;
}

.\!text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 183 163 / var(--tw-text-opacity)) !important;
}

.\!text-teal-600\/0 {
  color: rgb(63 183 163 / 0) !important;
}

.\!text-teal-600\/10 {
  color: rgb(63 183 163 / 0.1) !important;
}

.\!text-teal-600\/100 {
  color: rgb(63 183 163 / 1) !important;
}

.\!text-teal-600\/20 {
  color: rgb(63 183 163 / 0.2) !important;
}

.\!text-teal-600\/25 {
  color: rgb(63 183 163 / 0.25) !important;
}

.\!text-teal-600\/30 {
  color: rgb(63 183 163 / 0.3) !important;
}

.\!text-teal-600\/40 {
  color: rgb(63 183 163 / 0.4) !important;
}

.\!text-teal-600\/5 {
  color: rgb(63 183 163 / 0.05) !important;
}

.\!text-teal-600\/50 {
  color: rgb(63 183 163 / 0.5) !important;
}

.\!text-teal-600\/60 {
  color: rgb(63 183 163 / 0.6) !important;
}

.\!text-teal-600\/70 {
  color: rgb(63 183 163 / 0.7) !important;
}

.\!text-teal-600\/75 {
  color: rgb(63 183 163 / 0.75) !important;
}

.\!text-teal-600\/80 {
  color: rgb(63 183 163 / 0.8) !important;
}

.\!text-teal-600\/90 {
  color: rgb(63 183 163 / 0.9) !important;
}

.\!text-teal-600\/95 {
  color: rgb(63 183 163 / 0.95) !important;
}

.\!text-teal-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(50 147 130 / var(--tw-text-opacity)) !important;
}

.\!text-teal-700\/0 {
  color: rgb(50 147 130 / 0) !important;
}

.\!text-teal-700\/10 {
  color: rgb(50 147 130 / 0.1) !important;
}

.\!text-teal-700\/100 {
  color: rgb(50 147 130 / 1) !important;
}

.\!text-teal-700\/20 {
  color: rgb(50 147 130 / 0.2) !important;
}

.\!text-teal-700\/25 {
  color: rgb(50 147 130 / 0.25) !important;
}

.\!text-teal-700\/30 {
  color: rgb(50 147 130 / 0.3) !important;
}

.\!text-teal-700\/40 {
  color: rgb(50 147 130 / 0.4) !important;
}

.\!text-teal-700\/5 {
  color: rgb(50 147 130 / 0.05) !important;
}

.\!text-teal-700\/50 {
  color: rgb(50 147 130 / 0.5) !important;
}

.\!text-teal-700\/60 {
  color: rgb(50 147 130 / 0.6) !important;
}

.\!text-teal-700\/70 {
  color: rgb(50 147 130 / 0.7) !important;
}

.\!text-teal-700\/75 {
  color: rgb(50 147 130 / 0.75) !important;
}

.\!text-teal-700\/80 {
  color: rgb(50 147 130 / 0.8) !important;
}

.\!text-teal-700\/90 {
  color: rgb(50 147 130 / 0.9) !important;
}

.\!text-teal-700\/95 {
  color: rgb(50 147 130 / 0.95) !important;
}

.\!text-teal-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(38 110 98 / var(--tw-text-opacity)) !important;
}

.\!text-teal-800\/0 {
  color: rgb(38 110 98 / 0) !important;
}

.\!text-teal-800\/10 {
  color: rgb(38 110 98 / 0.1) !important;
}

.\!text-teal-800\/100 {
  color: rgb(38 110 98 / 1) !important;
}

.\!text-teal-800\/20 {
  color: rgb(38 110 98 / 0.2) !important;
}

.\!text-teal-800\/25 {
  color: rgb(38 110 98 / 0.25) !important;
}

.\!text-teal-800\/30 {
  color: rgb(38 110 98 / 0.3) !important;
}

.\!text-teal-800\/40 {
  color: rgb(38 110 98 / 0.4) !important;
}

.\!text-teal-800\/5 {
  color: rgb(38 110 98 / 0.05) !important;
}

.\!text-teal-800\/50 {
  color: rgb(38 110 98 / 0.5) !important;
}

.\!text-teal-800\/60 {
  color: rgb(38 110 98 / 0.6) !important;
}

.\!text-teal-800\/70 {
  color: rgb(38 110 98 / 0.7) !important;
}

.\!text-teal-800\/75 {
  color: rgb(38 110 98 / 0.75) !important;
}

.\!text-teal-800\/80 {
  color: rgb(38 110 98 / 0.8) !important;
}

.\!text-teal-800\/90 {
  color: rgb(38 110 98 / 0.9) !important;
}

.\!text-teal-800\/95 {
  color: rgb(38 110 98 / 0.95) !important;
}

.\!text-teal-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(25 73 65 / var(--tw-text-opacity)) !important;
}

.\!text-teal-900\/0 {
  color: rgb(25 73 65 / 0) !important;
}

.\!text-teal-900\/10 {
  color: rgb(25 73 65 / 0.1) !important;
}

.\!text-teal-900\/100 {
  color: rgb(25 73 65 / 1) !important;
}

.\!text-teal-900\/20 {
  color: rgb(25 73 65 / 0.2) !important;
}

.\!text-teal-900\/25 {
  color: rgb(25 73 65 / 0.25) !important;
}

.\!text-teal-900\/30 {
  color: rgb(25 73 65 / 0.3) !important;
}

.\!text-teal-900\/40 {
  color: rgb(25 73 65 / 0.4) !important;
}

.\!text-teal-900\/5 {
  color: rgb(25 73 65 / 0.05) !important;
}

.\!text-teal-900\/50 {
  color: rgb(25 73 65 / 0.5) !important;
}

.\!text-teal-900\/60 {
  color: rgb(25 73 65 / 0.6) !important;
}

.\!text-teal-900\/70 {
  color: rgb(25 73 65 / 0.7) !important;
}

.\!text-teal-900\/75 {
  color: rgb(25 73 65 / 0.75) !important;
}

.\!text-teal-900\/80 {
  color: rgb(25 73 65 / 0.8) !important;
}

.\!text-teal-900\/90 {
  color: rgb(25 73 65 / 0.9) !important;
}

.\!text-teal-900\/95 {
  color: rgb(25 73 65 / 0.95) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 247 195 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-100\/0 {
  color: rgb(254 247 195 / 0) !important;
}

.\!text-yellow-100\/10 {
  color: rgb(254 247 195 / 0.1) !important;
}

.\!text-yellow-100\/100 {
  color: rgb(254 247 195 / 1) !important;
}

.\!text-yellow-100\/20 {
  color: rgb(254 247 195 / 0.2) !important;
}

.\!text-yellow-100\/25 {
  color: rgb(254 247 195 / 0.25) !important;
}

.\!text-yellow-100\/30 {
  color: rgb(254 247 195 / 0.3) !important;
}

.\!text-yellow-100\/40 {
  color: rgb(254 247 195 / 0.4) !important;
}

.\!text-yellow-100\/5 {
  color: rgb(254 247 195 / 0.05) !important;
}

.\!text-yellow-100\/50 {
  color: rgb(254 247 195 / 0.5) !important;
}

.\!text-yellow-100\/60 {
  color: rgb(254 247 195 / 0.6) !important;
}

.\!text-yellow-100\/70 {
  color: rgb(254 247 195 / 0.7) !important;
}

.\!text-yellow-100\/75 {
  color: rgb(254 247 195 / 0.75) !important;
}

.\!text-yellow-100\/80 {
  color: rgb(254 247 195 / 0.8) !important;
}

.\!text-yellow-100\/90 {
  color: rgb(254 247 195 / 0.9) !important;
}

.\!text-yellow-100\/95 {
  color: rgb(254 247 195 / 0.95) !important;
}

.\!text-yellow-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 46 15 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-1000\/0 {
  color: rgb(51 46 15 / 0) !important;
}

.\!text-yellow-1000\/10 {
  color: rgb(51 46 15 / 0.1) !important;
}

.\!text-yellow-1000\/100 {
  color: rgb(51 46 15 / 1) !important;
}

.\!text-yellow-1000\/20 {
  color: rgb(51 46 15 / 0.2) !important;
}

.\!text-yellow-1000\/25 {
  color: rgb(51 46 15 / 0.25) !important;
}

.\!text-yellow-1000\/30 {
  color: rgb(51 46 15 / 0.3) !important;
}

.\!text-yellow-1000\/40 {
  color: rgb(51 46 15 / 0.4) !important;
}

.\!text-yellow-1000\/5 {
  color: rgb(51 46 15 / 0.05) !important;
}

.\!text-yellow-1000\/50 {
  color: rgb(51 46 15 / 0.5) !important;
}

.\!text-yellow-1000\/60 {
  color: rgb(51 46 15 / 0.6) !important;
}

.\!text-yellow-1000\/70 {
  color: rgb(51 46 15 / 0.7) !important;
}

.\!text-yellow-1000\/75 {
  color: rgb(51 46 15 / 0.75) !important;
}

.\!text-yellow-1000\/80 {
  color: rgb(51 46 15 / 0.8) !important;
}

.\!text-yellow-1000\/90 {
  color: rgb(51 46 15 / 0.9) !important;
}

.\!text-yellow-1000\/95 {
  color: rgb(51 46 15 / 0.95) !important;
}

.\!text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 243 166 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-200\/0 {
  color: rgb(254 243 166 / 0) !important;
}

.\!text-yellow-200\/10 {
  color: rgb(254 243 166 / 0.1) !important;
}

.\!text-yellow-200\/100 {
  color: rgb(254 243 166 / 1) !important;
}

.\!text-yellow-200\/20 {
  color: rgb(254 243 166 / 0.2) !important;
}

.\!text-yellow-200\/25 {
  color: rgb(254 243 166 / 0.25) !important;
}

.\!text-yellow-200\/30 {
  color: rgb(254 243 166 / 0.3) !important;
}

.\!text-yellow-200\/40 {
  color: rgb(254 243 166 / 0.4) !important;
}

.\!text-yellow-200\/5 {
  color: rgb(254 243 166 / 0.05) !important;
}

.\!text-yellow-200\/50 {
  color: rgb(254 243 166 / 0.5) !important;
}

.\!text-yellow-200\/60 {
  color: rgb(254 243 166 / 0.6) !important;
}

.\!text-yellow-200\/70 {
  color: rgb(254 243 166 / 0.7) !important;
}

.\!text-yellow-200\/75 {
  color: rgb(254 243 166 / 0.75) !important;
}

.\!text-yellow-200\/80 {
  color: rgb(254 243 166 / 0.8) !important;
}

.\!text-yellow-200\/90 {
  color: rgb(254 243 166 / 0.9) !important;
}

.\!text-yellow-200\/95 {
  color: rgb(254 243 166 / 0.95) !important;
}

.\!text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 239 136 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-300\/0 {
  color: rgb(254 239 136 / 0) !important;
}

.\!text-yellow-300\/10 {
  color: rgb(254 239 136 / 0.1) !important;
}

.\!text-yellow-300\/100 {
  color: rgb(254 239 136 / 1) !important;
}

.\!text-yellow-300\/20 {
  color: rgb(254 239 136 / 0.2) !important;
}

.\!text-yellow-300\/25 {
  color: rgb(254 239 136 / 0.25) !important;
}

.\!text-yellow-300\/30 {
  color: rgb(254 239 136 / 0.3) !important;
}

.\!text-yellow-300\/40 {
  color: rgb(254 239 136 / 0.4) !important;
}

.\!text-yellow-300\/5 {
  color: rgb(254 239 136 / 0.05) !important;
}

.\!text-yellow-300\/50 {
  color: rgb(254 239 136 / 0.5) !important;
}

.\!text-yellow-300\/60 {
  color: rgb(254 239 136 / 0.6) !important;
}

.\!text-yellow-300\/70 {
  color: rgb(254 239 136 / 0.7) !important;
}

.\!text-yellow-300\/75 {
  color: rgb(254 239 136 / 0.75) !important;
}

.\!text-yellow-300\/80 {
  color: rgb(254 239 136 / 0.8) !important;
}

.\!text-yellow-300\/90 {
  color: rgb(254 239 136 / 0.9) !important;
}

.\!text-yellow-300\/95 {
  color: rgb(254 239 136 / 0.95) !important;
}

.\!text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 235 106 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-400\/0 {
  color: rgb(253 235 106 / 0) !important;
}

.\!text-yellow-400\/10 {
  color: rgb(253 235 106 / 0.1) !important;
}

.\!text-yellow-400\/100 {
  color: rgb(253 235 106 / 1) !important;
}

.\!text-yellow-400\/20 {
  color: rgb(253 235 106 / 0.2) !important;
}

.\!text-yellow-400\/25 {
  color: rgb(253 235 106 / 0.25) !important;
}

.\!text-yellow-400\/30 {
  color: rgb(253 235 106 / 0.3) !important;
}

.\!text-yellow-400\/40 {
  color: rgb(253 235 106 / 0.4) !important;
}

.\!text-yellow-400\/5 {
  color: rgb(253 235 106 / 0.05) !important;
}

.\!text-yellow-400\/50 {
  color: rgb(253 235 106 / 0.5) !important;
}

.\!text-yellow-400\/60 {
  color: rgb(253 235 106 / 0.6) !important;
}

.\!text-yellow-400\/70 {
  color: rgb(253 235 106 / 0.7) !important;
}

.\!text-yellow-400\/75 {
  color: rgb(253 235 106 / 0.75) !important;
}

.\!text-yellow-400\/80 {
  color: rgb(253 235 106 / 0.8) !important;
}

.\!text-yellow-400\/90 {
  color: rgb(253 235 106 / 0.9) !important;
}

.\!text-yellow-400\/95 {
  color: rgb(253 235 106 / 0.95) !important;
}

.\!text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 250 219 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-50\/0 {
  color: rgb(255 250 219 / 0) !important;
}

.\!text-yellow-50\/10 {
  color: rgb(255 250 219 / 0.1) !important;
}

.\!text-yellow-50\/100 {
  color: rgb(255 250 219 / 1) !important;
}

.\!text-yellow-50\/20 {
  color: rgb(255 250 219 / 0.2) !important;
}

.\!text-yellow-50\/25 {
  color: rgb(255 250 219 / 0.25) !important;
}

.\!text-yellow-50\/30 {
  color: rgb(255 250 219 / 0.3) !important;
}

.\!text-yellow-50\/40 {
  color: rgb(255 250 219 / 0.4) !important;
}

.\!text-yellow-50\/5 {
  color: rgb(255 250 219 / 0.05) !important;
}

.\!text-yellow-50\/50 {
  color: rgb(255 250 219 / 0.5) !important;
}

.\!text-yellow-50\/60 {
  color: rgb(255 250 219 / 0.6) !important;
}

.\!text-yellow-50\/70 {
  color: rgb(255 250 219 / 0.7) !important;
}

.\!text-yellow-50\/75 {
  color: rgb(255 250 219 / 0.75) !important;
}

.\!text-yellow-50\/80 {
  color: rgb(255 250 219 / 0.8) !important;
}

.\!text-yellow-50\/90 {
  color: rgb(255 250 219 / 0.9) !important;
}

.\!text-yellow-50\/95 {
  color: rgb(255 250 219 / 0.95) !important;
}

.\!text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 231 76 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-500\/0 {
  color: rgb(253 231 76 / 0) !important;
}

.\!text-yellow-500\/10 {
  color: rgb(253 231 76 / 0.1) !important;
}

.\!text-yellow-500\/100 {
  color: rgb(253 231 76 / 1) !important;
}

.\!text-yellow-500\/20 {
  color: rgb(253 231 76 / 0.2) !important;
}

.\!text-yellow-500\/25 {
  color: rgb(253 231 76 / 0.25) !important;
}

.\!text-yellow-500\/30 {
  color: rgb(253 231 76 / 0.3) !important;
}

.\!text-yellow-500\/40 {
  color: rgb(253 231 76 / 0.4) !important;
}

.\!text-yellow-500\/5 {
  color: rgb(253 231 76 / 0.05) !important;
}

.\!text-yellow-500\/50 {
  color: rgb(253 231 76 / 0.5) !important;
}

.\!text-yellow-500\/60 {
  color: rgb(253 231 76 / 0.6) !important;
}

.\!text-yellow-500\/70 {
  color: rgb(253 231 76 / 0.7) !important;
}

.\!text-yellow-500\/75 {
  color: rgb(253 231 76 / 0.75) !important;
}

.\!text-yellow-500\/80 {
  color: rgb(253 231 76 / 0.8) !important;
}

.\!text-yellow-500\/90 {
  color: rgb(253 231 76 / 0.9) !important;
}

.\!text-yellow-500\/95 {
  color: rgb(253 231 76 / 0.95) !important;
}

.\!text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(211 193 63 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-600\/0 {
  color: rgb(211 193 63 / 0) !important;
}

.\!text-yellow-600\/10 {
  color: rgb(211 193 63 / 0.1) !important;
}

.\!text-yellow-600\/100 {
  color: rgb(211 193 63 / 1) !important;
}

.\!text-yellow-600\/20 {
  color: rgb(211 193 63 / 0.2) !important;
}

.\!text-yellow-600\/25 {
  color: rgb(211 193 63 / 0.25) !important;
}

.\!text-yellow-600\/30 {
  color: rgb(211 193 63 / 0.3) !important;
}

.\!text-yellow-600\/40 {
  color: rgb(211 193 63 / 0.4) !important;
}

.\!text-yellow-600\/5 {
  color: rgb(211 193 63 / 0.05) !important;
}

.\!text-yellow-600\/50 {
  color: rgb(211 193 63 / 0.5) !important;
}

.\!text-yellow-600\/60 {
  color: rgb(211 193 63 / 0.6) !important;
}

.\!text-yellow-600\/70 {
  color: rgb(211 193 63 / 0.7) !important;
}

.\!text-yellow-600\/75 {
  color: rgb(211 193 63 / 0.75) !important;
}

.\!text-yellow-600\/80 {
  color: rgb(211 193 63 / 0.8) !important;
}

.\!text-yellow-600\/90 {
  color: rgb(211 193 63 / 0.9) !important;
}

.\!text-yellow-600\/95 {
  color: rgb(211 193 63 / 0.95) !important;
}

.\!text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(169 154 51 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-700\/0 {
  color: rgb(169 154 51 / 0) !important;
}

.\!text-yellow-700\/10 {
  color: rgb(169 154 51 / 0.1) !important;
}

.\!text-yellow-700\/100 {
  color: rgb(169 154 51 / 1) !important;
}

.\!text-yellow-700\/20 {
  color: rgb(169 154 51 / 0.2) !important;
}

.\!text-yellow-700\/25 {
  color: rgb(169 154 51 / 0.25) !important;
}

.\!text-yellow-700\/30 {
  color: rgb(169 154 51 / 0.3) !important;
}

.\!text-yellow-700\/40 {
  color: rgb(169 154 51 / 0.4) !important;
}

.\!text-yellow-700\/5 {
  color: rgb(169 154 51 / 0.05) !important;
}

.\!text-yellow-700\/50 {
  color: rgb(169 154 51 / 0.5) !important;
}

.\!text-yellow-700\/60 {
  color: rgb(169 154 51 / 0.6) !important;
}

.\!text-yellow-700\/70 {
  color: rgb(169 154 51 / 0.7) !important;
}

.\!text-yellow-700\/75 {
  color: rgb(169 154 51 / 0.75) !important;
}

.\!text-yellow-700\/80 {
  color: rgb(169 154 51 / 0.8) !important;
}

.\!text-yellow-700\/90 {
  color: rgb(169 154 51 / 0.9) !important;
}

.\!text-yellow-700\/95 {
  color: rgb(169 154 51 / 0.95) !important;
}

.\!text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 116 38 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-800\/0 {
  color: rgb(127 116 38 / 0) !important;
}

.\!text-yellow-800\/10 {
  color: rgb(127 116 38 / 0.1) !important;
}

.\!text-yellow-800\/100 {
  color: rgb(127 116 38 / 1) !important;
}

.\!text-yellow-800\/20 {
  color: rgb(127 116 38 / 0.2) !important;
}

.\!text-yellow-800\/25 {
  color: rgb(127 116 38 / 0.25) !important;
}

.\!text-yellow-800\/30 {
  color: rgb(127 116 38 / 0.3) !important;
}

.\!text-yellow-800\/40 {
  color: rgb(127 116 38 / 0.4) !important;
}

.\!text-yellow-800\/5 {
  color: rgb(127 116 38 / 0.05) !important;
}

.\!text-yellow-800\/50 {
  color: rgb(127 116 38 / 0.5) !important;
}

.\!text-yellow-800\/60 {
  color: rgb(127 116 38 / 0.6) !important;
}

.\!text-yellow-800\/70 {
  color: rgb(127 116 38 / 0.7) !important;
}

.\!text-yellow-800\/75 {
  color: rgb(127 116 38 / 0.75) !important;
}

.\!text-yellow-800\/80 {
  color: rgb(127 116 38 / 0.8) !important;
}

.\!text-yellow-800\/90 {
  color: rgb(127 116 38 / 0.9) !important;
}

.\!text-yellow-800\/95 {
  color: rgb(127 116 38 / 0.95) !important;
}

.\!text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(84 77 25 / var(--tw-text-opacity)) !important;
}

.\!text-yellow-900\/0 {
  color: rgb(84 77 25 / 0) !important;
}

.\!text-yellow-900\/10 {
  color: rgb(84 77 25 / 0.1) !important;
}

.\!text-yellow-900\/100 {
  color: rgb(84 77 25 / 1) !important;
}

.\!text-yellow-900\/20 {
  color: rgb(84 77 25 / 0.2) !important;
}

.\!text-yellow-900\/25 {
  color: rgb(84 77 25 / 0.25) !important;
}

.\!text-yellow-900\/30 {
  color: rgb(84 77 25 / 0.3) !important;
}

.\!text-yellow-900\/40 {
  color: rgb(84 77 25 / 0.4) !important;
}

.\!text-yellow-900\/5 {
  color: rgb(84 77 25 / 0.05) !important;
}

.\!text-yellow-900\/50 {
  color: rgb(84 77 25 / 0.5) !important;
}

.\!text-yellow-900\/60 {
  color: rgb(84 77 25 / 0.6) !important;
}

.\!text-yellow-900\/70 {
  color: rgb(84 77 25 / 0.7) !important;
}

.\!text-yellow-900\/75 {
  color: rgb(84 77 25 / 0.75) !important;
}

.\!text-yellow-900\/80 {
  color: rgb(84 77 25 / 0.8) !important;
}

.\!text-yellow-900\/90 {
  color: rgb(84 77 25 / 0.9) !important;
}

.\!text-yellow-900\/95 {
  color: rgb(84 77 25 / 0.95) !important;
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(170 222 225 / var(--tw-text-opacity));
}

.text-blue-100\/0 {
  color: rgb(170 222 225 / 0);
}

.text-blue-100\/10 {
  color: rgb(170 222 225 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(170 222 225 / 1);
}

.text-blue-100\/20 {
  color: rgb(170 222 225 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(170 222 225 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(170 222 225 / 0.3);
}

.text-blue-100\/40 {
  color: rgb(170 222 225 / 0.4);
}

.text-blue-100\/5 {
  color: rgb(170 222 225 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(170 222 225 / 0.5);
}

.text-blue-100\/60 {
  color: rgb(170 222 225 / 0.6);
}

.text-blue-100\/70 {
  color: rgb(170 222 225 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(170 222 225 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(170 222 225 / 0.8);
}

.text-blue-100\/90 {
  color: rgb(170 222 225 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(170 222 225 / 0.95);
}

.text-blue-1000 {
  --tw-text-opacity: 1;
  color: rgb(0 31 33 / var(--tw-text-opacity));
}

.text-blue-1000\/0 {
  color: rgb(0 31 33 / 0);
}

.text-blue-1000\/10 {
  color: rgb(0 31 33 / 0.1);
}

.text-blue-1000\/100 {
  color: rgb(0 31 33 / 1);
}

.text-blue-1000\/20 {
  color: rgb(0 31 33 / 0.2);
}

.text-blue-1000\/25 {
  color: rgb(0 31 33 / 0.25);
}

.text-blue-1000\/30 {
  color: rgb(0 31 33 / 0.3);
}

.text-blue-1000\/40 {
  color: rgb(0 31 33 / 0.4);
}

.text-blue-1000\/5 {
  color: rgb(0 31 33 / 0.05);
}

.text-blue-1000\/50 {
  color: rgb(0 31 33 / 0.5);
}

.text-blue-1000\/60 {
  color: rgb(0 31 33 / 0.6);
}

.text-blue-1000\/70 {
  color: rgb(0 31 33 / 0.7);
}

.text-blue-1000\/75 {
  color: rgb(0 31 33 / 0.75);
}

.text-blue-1000\/80 {
  color: rgb(0 31 33 / 0.8);
}

.text-blue-1000\/90 {
  color: rgb(0 31 33 / 0.9);
}

.text-blue-1000\/95 {
  color: rgb(0 31 33 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(128 205 210 / var(--tw-text-opacity));
}

.text-blue-200\/0 {
  color: rgb(128 205 210 / 0);
}

.text-blue-200\/10 {
  color: rgb(128 205 210 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(128 205 210 / 1);
}

.text-blue-200\/20 {
  color: rgb(128 205 210 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(128 205 210 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(128 205 210 / 0.3);
}

.text-blue-200\/40 {
  color: rgb(128 205 210 / 0.4);
}

.text-blue-200\/5 {
  color: rgb(128 205 210 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(128 205 210 / 0.5);
}

.text-blue-200\/60 {
  color: rgb(128 205 210 / 0.6);
}

.text-blue-200\/70 {
  color: rgb(128 205 210 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(128 205 210 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(128 205 210 / 0.8);
}

.text-blue-200\/90 {
  color: rgb(128 205 210 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(128 205 210 / 0.95);
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(85 188 195 / var(--tw-text-opacity));
}

.text-blue-300\/0 {
  color: rgb(85 188 195 / 0);
}

.text-blue-300\/10 {
  color: rgb(85 188 195 / 0.1);
}

.text-blue-300\/100 {
  color: rgb(85 188 195 / 1);
}

.text-blue-300\/20 {
  color: rgb(85 188 195 / 0.2);
}

.text-blue-300\/25 {
  color: rgb(85 188 195 / 0.25);
}

.text-blue-300\/30 {
  color: rgb(85 188 195 / 0.3);
}

.text-blue-300\/40 {
  color: rgb(85 188 195 / 0.4);
}

.text-blue-300\/5 {
  color: rgb(85 188 195 / 0.05);
}

.text-blue-300\/50 {
  color: rgb(85 188 195 / 0.5);
}

.text-blue-300\/60 {
  color: rgb(85 188 195 / 0.6);
}

.text-blue-300\/70 {
  color: rgb(85 188 195 / 0.7);
}

.text-blue-300\/75 {
  color: rgb(85 188 195 / 0.75);
}

.text-blue-300\/80 {
  color: rgb(85 188 195 / 0.8);
}

.text-blue-300\/90 {
  color: rgb(85 188 195 / 0.9);
}

.text-blue-300\/95 {
  color: rgb(85 188 195 / 0.95);
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(42 172 180 / var(--tw-text-opacity));
}

.text-blue-400\/0 {
  color: rgb(42 172 180 / 0);
}

.text-blue-400\/10 {
  color: rgb(42 172 180 / 0.1);
}

.text-blue-400\/100 {
  color: rgb(42 172 180 / 1);
}

.text-blue-400\/20 {
  color: rgb(42 172 180 / 0.2);
}

.text-blue-400\/25 {
  color: rgb(42 172 180 / 0.25);
}

.text-blue-400\/30 {
  color: rgb(42 172 180 / 0.3);
}

.text-blue-400\/40 {
  color: rgb(42 172 180 / 0.4);
}

.text-blue-400\/5 {
  color: rgb(42 172 180 / 0.05);
}

.text-blue-400\/50 {
  color: rgb(42 172 180 / 0.5);
}

.text-blue-400\/60 {
  color: rgb(42 172 180 / 0.6);
}

.text-blue-400\/70 {
  color: rgb(42 172 180 / 0.7);
}

.text-blue-400\/75 {
  color: rgb(42 172 180 / 0.75);
}

.text-blue-400\/80 {
  color: rgb(42 172 180 / 0.8);
}

.text-blue-400\/90 {
  color: rgb(42 172 180 / 0.9);
}

.text-blue-400\/95 {
  color: rgb(42 172 180 / 0.95);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(204 235 237 / var(--tw-text-opacity));
}

.text-blue-50\/0 {
  color: rgb(204 235 237 / 0);
}

.text-blue-50\/10 {
  color: rgb(204 235 237 / 0.1);
}

.text-blue-50\/100 {
  color: rgb(204 235 237 / 1);
}

.text-blue-50\/20 {
  color: rgb(204 235 237 / 0.2);
}

.text-blue-50\/25 {
  color: rgb(204 235 237 / 0.25);
}

.text-blue-50\/30 {
  color: rgb(204 235 237 / 0.3);
}

.text-blue-50\/40 {
  color: rgb(204 235 237 / 0.4);
}

.text-blue-50\/5 {
  color: rgb(204 235 237 / 0.05);
}

.text-blue-50\/50 {
  color: rgb(204 235 237 / 0.5);
}

.text-blue-50\/60 {
  color: rgb(204 235 237 / 0.6);
}

.text-blue-50\/70 {
  color: rgb(204 235 237 / 0.7);
}

.text-blue-50\/75 {
  color: rgb(204 235 237 / 0.75);
}

.text-blue-50\/80 {
  color: rgb(204 235 237 / 0.8);
}

.text-blue-50\/90 {
  color: rgb(204 235 237 / 0.9);
}

.text-blue-50\/95 {
  color: rgb(204 235 237 / 0.95);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 155 165 / var(--tw-text-opacity));
}

.text-blue-500\/0 {
  color: rgb(0 155 165 / 0);
}

.text-blue-500\/10 {
  color: rgb(0 155 165 / 0.1);
}

.text-blue-500\/100 {
  color: rgb(0 155 165 / 1);
}

.text-blue-500\/20 {
  color: rgb(0 155 165 / 0.2);
}

.text-blue-500\/25 {
  color: rgb(0 155 165 / 0.25);
}

.text-blue-500\/30 {
  color: rgb(0 155 165 / 0.3);
}

.text-blue-500\/40 {
  color: rgb(0 155 165 / 0.4);
}

.text-blue-500\/5 {
  color: rgb(0 155 165 / 0.05);
}

.text-blue-500\/50 {
  color: rgb(0 155 165 / 0.5);
}

.text-blue-500\/60 {
  color: rgb(0 155 165 / 0.6);
}

.text-blue-500\/70 {
  color: rgb(0 155 165 / 0.7);
}

.text-blue-500\/75 {
  color: rgb(0 155 165 / 0.75);
}

.text-blue-500\/80 {
  color: rgb(0 155 165 / 0.8);
}

.text-blue-500\/90 {
  color: rgb(0 155 165 / 0.9);
}

.text-blue-500\/95 {
  color: rgb(0 155 165 / 0.95);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(0 129 138 / var(--tw-text-opacity));
}

.text-blue-600\/0 {
  color: rgb(0 129 138 / 0);
}

.text-blue-600\/10 {
  color: rgb(0 129 138 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(0 129 138 / 1);
}

.text-blue-600\/20 {
  color: rgb(0 129 138 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(0 129 138 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(0 129 138 / 0.3);
}

.text-blue-600\/40 {
  color: rgb(0 129 138 / 0.4);
}

.text-blue-600\/5 {
  color: rgb(0 129 138 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(0 129 138 / 0.5);
}

.text-blue-600\/60 {
  color: rgb(0 129 138 / 0.6);
}

.text-blue-600\/70 {
  color: rgb(0 129 138 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(0 129 138 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(0 129 138 / 0.8);
}

.text-blue-600\/90 {
  color: rgb(0 129 138 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(0 129 138 / 0.95);
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(0 103 110 / var(--tw-text-opacity));
}

.text-blue-700\/0 {
  color: rgb(0 103 110 / 0);
}

.text-blue-700\/10 {
  color: rgb(0 103 110 / 0.1);
}

.text-blue-700\/100 {
  color: rgb(0 103 110 / 1);
}

.text-blue-700\/20 {
  color: rgb(0 103 110 / 0.2);
}

.text-blue-700\/25 {
  color: rgb(0 103 110 / 0.25);
}

.text-blue-700\/30 {
  color: rgb(0 103 110 / 0.3);
}

.text-blue-700\/40 {
  color: rgb(0 103 110 / 0.4);
}

.text-blue-700\/5 {
  color: rgb(0 103 110 / 0.05);
}

.text-blue-700\/50 {
  color: rgb(0 103 110 / 0.5);
}

.text-blue-700\/60 {
  color: rgb(0 103 110 / 0.6);
}

.text-blue-700\/70 {
  color: rgb(0 103 110 / 0.7);
}

.text-blue-700\/75 {
  color: rgb(0 103 110 / 0.75);
}

.text-blue-700\/80 {
  color: rgb(0 103 110 / 0.8);
}

.text-blue-700\/90 {
  color: rgb(0 103 110 / 0.9);
}

.text-blue-700\/95 {
  color: rgb(0 103 110 / 0.95);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(0 78 83 / var(--tw-text-opacity));
}

.text-blue-800\/0 {
  color: rgb(0 78 83 / 0);
}

.text-blue-800\/10 {
  color: rgb(0 78 83 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(0 78 83 / 1);
}

.text-blue-800\/20 {
  color: rgb(0 78 83 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(0 78 83 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(0 78 83 / 0.3);
}

.text-blue-800\/40 {
  color: rgb(0 78 83 / 0.4);
}

.text-blue-800\/5 {
  color: rgb(0 78 83 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(0 78 83 / 0.5);
}

.text-blue-800\/60 {
  color: rgb(0 78 83 / 0.6);
}

.text-blue-800\/70 {
  color: rgb(0 78 83 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(0 78 83 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(0 78 83 / 0.8);
}

.text-blue-800\/90 {
  color: rgb(0 78 83 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(0 78 83 / 0.95);
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(0 52 55 / var(--tw-text-opacity));
}

.text-blue-900\/0 {
  color: rgb(0 52 55 / 0);
}

.text-blue-900\/10 {
  color: rgb(0 52 55 / 0.1);
}

.text-blue-900\/100 {
  color: rgb(0 52 55 / 1);
}

.text-blue-900\/20 {
  color: rgb(0 52 55 / 0.2);
}

.text-blue-900\/25 {
  color: rgb(0 52 55 / 0.25);
}

.text-blue-900\/30 {
  color: rgb(0 52 55 / 0.3);
}

.text-blue-900\/40 {
  color: rgb(0 52 55 / 0.4);
}

.text-blue-900\/5 {
  color: rgb(0 52 55 / 0.05);
}

.text-blue-900\/50 {
  color: rgb(0 52 55 / 0.5);
}

.text-blue-900\/60 {
  color: rgb(0 52 55 / 0.6);
}

.text-blue-900\/70 {
  color: rgb(0 52 55 / 0.7);
}

.text-blue-900\/75 {
  color: rgb(0 52 55 / 0.75);
}

.text-blue-900\/80 {
  color: rgb(0 52 55 / 0.8);
}

.text-blue-900\/90 {
  color: rgb(0 52 55 / 0.9);
}

.text-blue-900\/95 {
  color: rgb(0 52 55 / 0.95);
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(170 226 245 / var(--tw-text-opacity));
}

.text-cyan-100\/0 {
  color: rgb(170 226 245 / 0);
}

.text-cyan-100\/10 {
  color: rgb(170 226 245 / 0.1);
}

.text-cyan-100\/100 {
  color: rgb(170 226 245 / 1);
}

.text-cyan-100\/20 {
  color: rgb(170 226 245 / 0.2);
}

.text-cyan-100\/25 {
  color: rgb(170 226 245 / 0.25);
}

.text-cyan-100\/30 {
  color: rgb(170 226 245 / 0.3);
}

.text-cyan-100\/40 {
  color: rgb(170 226 245 / 0.4);
}

.text-cyan-100\/5 {
  color: rgb(170 226 245 / 0.05);
}

.text-cyan-100\/50 {
  color: rgb(170 226 245 / 0.5);
}

.text-cyan-100\/60 {
  color: rgb(170 226 245 / 0.6);
}

.text-cyan-100\/70 {
  color: rgb(170 226 245 / 0.7);
}

.text-cyan-100\/75 {
  color: rgb(170 226 245 / 0.75);
}

.text-cyan-100\/80 {
  color: rgb(170 226 245 / 0.8);
}

.text-cyan-100\/90 {
  color: rgb(170 226 245 / 0.9);
}

.text-cyan-100\/95 {
  color: rgb(170 226 245 / 0.95);
}

.text-cyan-1000 {
  --tw-text-opacity: 1;
  color: rgb(0 33 45 / var(--tw-text-opacity));
}

.text-cyan-1000\/0 {
  color: rgb(0 33 45 / 0);
}

.text-cyan-1000\/10 {
  color: rgb(0 33 45 / 0.1);
}

.text-cyan-1000\/100 {
  color: rgb(0 33 45 / 1);
}

.text-cyan-1000\/20 {
  color: rgb(0 33 45 / 0.2);
}

.text-cyan-1000\/25 {
  color: rgb(0 33 45 / 0.25);
}

.text-cyan-1000\/30 {
  color: rgb(0 33 45 / 0.3);
}

.text-cyan-1000\/40 {
  color: rgb(0 33 45 / 0.4);
}

.text-cyan-1000\/5 {
  color: rgb(0 33 45 / 0.05);
}

.text-cyan-1000\/50 {
  color: rgb(0 33 45 / 0.5);
}

.text-cyan-1000\/60 {
  color: rgb(0 33 45 / 0.6);
}

.text-cyan-1000\/70 {
  color: rgb(0 33 45 / 0.7);
}

.text-cyan-1000\/75 {
  color: rgb(0 33 45 / 0.75);
}

.text-cyan-1000\/80 {
  color: rgb(0 33 45 / 0.8);
}

.text-cyan-1000\/90 {
  color: rgb(0 33 45 / 0.9);
}

.text-cyan-1000\/95 {
  color: rgb(0 33 45 / 0.95);
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(128 211 240 / var(--tw-text-opacity));
}

.text-cyan-200\/0 {
  color: rgb(128 211 240 / 0);
}

.text-cyan-200\/10 {
  color: rgb(128 211 240 / 0.1);
}

.text-cyan-200\/100 {
  color: rgb(128 211 240 / 1);
}

.text-cyan-200\/20 {
  color: rgb(128 211 240 / 0.2);
}

.text-cyan-200\/25 {
  color: rgb(128 211 240 / 0.25);
}

.text-cyan-200\/30 {
  color: rgb(128 211 240 / 0.3);
}

.text-cyan-200\/40 {
  color: rgb(128 211 240 / 0.4);
}

.text-cyan-200\/5 {
  color: rgb(128 211 240 / 0.05);
}

.text-cyan-200\/50 {
  color: rgb(128 211 240 / 0.5);
}

.text-cyan-200\/60 {
  color: rgb(128 211 240 / 0.6);
}

.text-cyan-200\/70 {
  color: rgb(128 211 240 / 0.7);
}

.text-cyan-200\/75 {
  color: rgb(128 211 240 / 0.75);
}

.text-cyan-200\/80 {
  color: rgb(128 211 240 / 0.8);
}

.text-cyan-200\/90 {
  color: rgb(128 211 240 / 0.9);
}

.text-cyan-200\/95 {
  color: rgb(128 211 240 / 0.95);
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(85 196 235 / var(--tw-text-opacity));
}

.text-cyan-300\/0 {
  color: rgb(85 196 235 / 0);
}

.text-cyan-300\/10 {
  color: rgb(85 196 235 / 0.1);
}

.text-cyan-300\/100 {
  color: rgb(85 196 235 / 1);
}

.text-cyan-300\/20 {
  color: rgb(85 196 235 / 0.2);
}

.text-cyan-300\/25 {
  color: rgb(85 196 235 / 0.25);
}

.text-cyan-300\/30 {
  color: rgb(85 196 235 / 0.3);
}

.text-cyan-300\/40 {
  color: rgb(85 196 235 / 0.4);
}

.text-cyan-300\/5 {
  color: rgb(85 196 235 / 0.05);
}

.text-cyan-300\/50 {
  color: rgb(85 196 235 / 0.5);
}

.text-cyan-300\/60 {
  color: rgb(85 196 235 / 0.6);
}

.text-cyan-300\/70 {
  color: rgb(85 196 235 / 0.7);
}

.text-cyan-300\/75 {
  color: rgb(85 196 235 / 0.75);
}

.text-cyan-300\/80 {
  color: rgb(85 196 235 / 0.8);
}

.text-cyan-300\/90 {
  color: rgb(85 196 235 / 0.9);
}

.text-cyan-300\/95 {
  color: rgb(85 196 235 / 0.95);
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(42 182 230 / var(--tw-text-opacity));
}

.text-cyan-400\/0 {
  color: rgb(42 182 230 / 0);
}

.text-cyan-400\/10 {
  color: rgb(42 182 230 / 0.1);
}

.text-cyan-400\/100 {
  color: rgb(42 182 230 / 1);
}

.text-cyan-400\/20 {
  color: rgb(42 182 230 / 0.2);
}

.text-cyan-400\/25 {
  color: rgb(42 182 230 / 0.25);
}

.text-cyan-400\/30 {
  color: rgb(42 182 230 / 0.3);
}

.text-cyan-400\/40 {
  color: rgb(42 182 230 / 0.4);
}

.text-cyan-400\/5 {
  color: rgb(42 182 230 / 0.05);
}

.text-cyan-400\/50 {
  color: rgb(42 182 230 / 0.5);
}

.text-cyan-400\/60 {
  color: rgb(42 182 230 / 0.6);
}

.text-cyan-400\/70 {
  color: rgb(42 182 230 / 0.7);
}

.text-cyan-400\/75 {
  color: rgb(42 182 230 / 0.75);
}

.text-cyan-400\/80 {
  color: rgb(42 182 230 / 0.8);
}

.text-cyan-400\/90 {
  color: rgb(42 182 230 / 0.9);
}

.text-cyan-400\/95 {
  color: rgb(42 182 230 / 0.95);
}

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(204 237 249 / var(--tw-text-opacity));
}

.text-cyan-50\/0 {
  color: rgb(204 237 249 / 0);
}

.text-cyan-50\/10 {
  color: rgb(204 237 249 / 0.1);
}

.text-cyan-50\/100 {
  color: rgb(204 237 249 / 1);
}

.text-cyan-50\/20 {
  color: rgb(204 237 249 / 0.2);
}

.text-cyan-50\/25 {
  color: rgb(204 237 249 / 0.25);
}

.text-cyan-50\/30 {
  color: rgb(204 237 249 / 0.3);
}

.text-cyan-50\/40 {
  color: rgb(204 237 249 / 0.4);
}

.text-cyan-50\/5 {
  color: rgb(204 237 249 / 0.05);
}

.text-cyan-50\/50 {
  color: rgb(204 237 249 / 0.5);
}

.text-cyan-50\/60 {
  color: rgb(204 237 249 / 0.6);
}

.text-cyan-50\/70 {
  color: rgb(204 237 249 / 0.7);
}

.text-cyan-50\/75 {
  color: rgb(204 237 249 / 0.75);
}

.text-cyan-50\/80 {
  color: rgb(204 237 249 / 0.8);
}

.text-cyan-50\/90 {
  color: rgb(204 237 249 / 0.9);
}

.text-cyan-50\/95 {
  color: rgb(204 237 249 / 0.95);
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(0 167 225 / var(--tw-text-opacity));
}

.text-cyan-500\/0 {
  color: rgb(0 167 225 / 0);
}

.text-cyan-500\/10 {
  color: rgb(0 167 225 / 0.1);
}

.text-cyan-500\/100 {
  color: rgb(0 167 225 / 1);
}

.text-cyan-500\/20 {
  color: rgb(0 167 225 / 0.2);
}

.text-cyan-500\/25 {
  color: rgb(0 167 225 / 0.25);
}

.text-cyan-500\/30 {
  color: rgb(0 167 225 / 0.3);
}

.text-cyan-500\/40 {
  color: rgb(0 167 225 / 0.4);
}

.text-cyan-500\/5 {
  color: rgb(0 167 225 / 0.05);
}

.text-cyan-500\/50 {
  color: rgb(0 167 225 / 0.5);
}

.text-cyan-500\/60 {
  color: rgb(0 167 225 / 0.6);
}

.text-cyan-500\/70 {
  color: rgb(0 167 225 / 0.7);
}

.text-cyan-500\/75 {
  color: rgb(0 167 225 / 0.75);
}

.text-cyan-500\/80 {
  color: rgb(0 167 225 / 0.8);
}

.text-cyan-500\/90 {
  color: rgb(0 167 225 / 0.9);
}

.text-cyan-500\/95 {
  color: rgb(0 167 225 / 0.95);
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(0 139 188 / var(--tw-text-opacity));
}

.text-cyan-600\/0 {
  color: rgb(0 139 188 / 0);
}

.text-cyan-600\/10 {
  color: rgb(0 139 188 / 0.1);
}

.text-cyan-600\/100 {
  color: rgb(0 139 188 / 1);
}

.text-cyan-600\/20 {
  color: rgb(0 139 188 / 0.2);
}

.text-cyan-600\/25 {
  color: rgb(0 139 188 / 0.25);
}

.text-cyan-600\/30 {
  color: rgb(0 139 188 / 0.3);
}

.text-cyan-600\/40 {
  color: rgb(0 139 188 / 0.4);
}

.text-cyan-600\/5 {
  color: rgb(0 139 188 / 0.05);
}

.text-cyan-600\/50 {
  color: rgb(0 139 188 / 0.5);
}

.text-cyan-600\/60 {
  color: rgb(0 139 188 / 0.6);
}

.text-cyan-600\/70 {
  color: rgb(0 139 188 / 0.7);
}

.text-cyan-600\/75 {
  color: rgb(0 139 188 / 0.75);
}

.text-cyan-600\/80 {
  color: rgb(0 139 188 / 0.8);
}

.text-cyan-600\/90 {
  color: rgb(0 139 188 / 0.9);
}

.text-cyan-600\/95 {
  color: rgb(0 139 188 / 0.95);
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(0 111 150 / var(--tw-text-opacity));
}

.text-cyan-700\/0 {
  color: rgb(0 111 150 / 0);
}

.text-cyan-700\/10 {
  color: rgb(0 111 150 / 0.1);
}

.text-cyan-700\/100 {
  color: rgb(0 111 150 / 1);
}

.text-cyan-700\/20 {
  color: rgb(0 111 150 / 0.2);
}

.text-cyan-700\/25 {
  color: rgb(0 111 150 / 0.25);
}

.text-cyan-700\/30 {
  color: rgb(0 111 150 / 0.3);
}

.text-cyan-700\/40 {
  color: rgb(0 111 150 / 0.4);
}

.text-cyan-700\/5 {
  color: rgb(0 111 150 / 0.05);
}

.text-cyan-700\/50 {
  color: rgb(0 111 150 / 0.5);
}

.text-cyan-700\/60 {
  color: rgb(0 111 150 / 0.6);
}

.text-cyan-700\/70 {
  color: rgb(0 111 150 / 0.7);
}

.text-cyan-700\/75 {
  color: rgb(0 111 150 / 0.75);
}

.text-cyan-700\/80 {
  color: rgb(0 111 150 / 0.8);
}

.text-cyan-700\/90 {
  color: rgb(0 111 150 / 0.9);
}

.text-cyan-700\/95 {
  color: rgb(0 111 150 / 0.95);
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(0 84 113 / var(--tw-text-opacity));
}

.text-cyan-800\/0 {
  color: rgb(0 84 113 / 0);
}

.text-cyan-800\/10 {
  color: rgb(0 84 113 / 0.1);
}

.text-cyan-800\/100 {
  color: rgb(0 84 113 / 1);
}

.text-cyan-800\/20 {
  color: rgb(0 84 113 / 0.2);
}

.text-cyan-800\/25 {
  color: rgb(0 84 113 / 0.25);
}

.text-cyan-800\/30 {
  color: rgb(0 84 113 / 0.3);
}

.text-cyan-800\/40 {
  color: rgb(0 84 113 / 0.4);
}

.text-cyan-800\/5 {
  color: rgb(0 84 113 / 0.05);
}

.text-cyan-800\/50 {
  color: rgb(0 84 113 / 0.5);
}

.text-cyan-800\/60 {
  color: rgb(0 84 113 / 0.6);
}

.text-cyan-800\/70 {
  color: rgb(0 84 113 / 0.7);
}

.text-cyan-800\/75 {
  color: rgb(0 84 113 / 0.75);
}

.text-cyan-800\/80 {
  color: rgb(0 84 113 / 0.8);
}

.text-cyan-800\/90 {
  color: rgb(0 84 113 / 0.9);
}

.text-cyan-800\/95 {
  color: rgb(0 84 113 / 0.95);
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(0 56 75 / var(--tw-text-opacity));
}

.text-cyan-900\/0 {
  color: rgb(0 56 75 / 0);
}

.text-cyan-900\/10 {
  color: rgb(0 56 75 / 0.1);
}

.text-cyan-900\/100 {
  color: rgb(0 56 75 / 1);
}

.text-cyan-900\/20 {
  color: rgb(0 56 75 / 0.2);
}

.text-cyan-900\/25 {
  color: rgb(0 56 75 / 0.25);
}

.text-cyan-900\/30 {
  color: rgb(0 56 75 / 0.3);
}

.text-cyan-900\/40 {
  color: rgb(0 56 75 / 0.4);
}

.text-cyan-900\/5 {
  color: rgb(0 56 75 / 0.05);
}

.text-cyan-900\/50 {
  color: rgb(0 56 75 / 0.5);
}

.text-cyan-900\/60 {
  color: rgb(0 56 75 / 0.6);
}

.text-cyan-900\/70 {
  color: rgb(0 56 75 / 0.7);
}

.text-cyan-900\/75 {
  color: rgb(0 56 75 / 0.75);
}

.text-cyan-900\/80 {
  color: rgb(0 56 75 / 0.8);
}

.text-cyan-900\/90 {
  color: rgb(0 56 75 / 0.9);
}

.text-cyan-900\/95 {
  color: rgb(0 56 75 / 0.95);
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(44 66 81 / var(--tw-text-opacity));
}

.text-forest {
  --tw-text-opacity: 1;
  color: rgb(0 68 79 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

.text-gray-100\/0 {
  color: rgb(248 248 249 / 0);
}

.text-gray-100\/10 {
  color: rgb(248 248 249 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(248 248 249 / 1);
}

.text-gray-100\/20 {
  color: rgb(248 248 249 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(248 248 249 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(248 248 249 / 0.3);
}

.text-gray-100\/40 {
  color: rgb(248 248 249 / 0.4);
}

.text-gray-100\/5 {
  color: rgb(248 248 249 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(248 248 249 / 0.5);
}

.text-gray-100\/60 {
  color: rgb(248 248 249 / 0.6);
}

.text-gray-100\/70 {
  color: rgb(248 248 249 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(248 248 249 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(248 248 249 / 0.8);
}

.text-gray-100\/90 {
  color: rgb(248 248 249 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(248 248 249 / 0.95);
}

.text-gray-1000 {
  --tw-text-opacity: 1;
  color: rgb(44 66 81 / var(--tw-text-opacity));
}

.text-gray-1000\/0 {
  color: rgb(44 66 81 / 0);
}

.text-gray-1000\/10 {
  color: rgb(44 66 81 / 0.1);
}

.text-gray-1000\/100 {
  color: rgb(44 66 81 / 1);
}

.text-gray-1000\/20 {
  color: rgb(44 66 81 / 0.2);
}

.text-gray-1000\/25 {
  color: rgb(44 66 81 / 0.25);
}

.text-gray-1000\/30 {
  color: rgb(44 66 81 / 0.3);
}

.text-gray-1000\/40 {
  color: rgb(44 66 81 / 0.4);
}

.text-gray-1000\/5 {
  color: rgb(44 66 81 / 0.05);
}

.text-gray-1000\/50 {
  color: rgb(44 66 81 / 0.5);
}

.text-gray-1000\/60 {
  color: rgb(44 66 81 / 0.6);
}

.text-gray-1000\/70 {
  color: rgb(44 66 81 / 0.7);
}

.text-gray-1000\/75 {
  color: rgb(44 66 81 / 0.75);
}

.text-gray-1000\/80 {
  color: rgb(44 66 81 / 0.8);
}

.text-gray-1000\/90 {
  color: rgb(44 66 81 / 0.9);
}

.text-gray-1000\/95 {
  color: rgb(44 66 81 / 0.95);
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(234 236 238 / var(--tw-text-opacity));
}

.text-gray-200\/0 {
  color: rgb(234 236 238 / 0);
}

.text-gray-200\/10 {
  color: rgb(234 236 238 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(234 236 238 / 1);
}

.text-gray-200\/20 {
  color: rgb(234 236 238 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(234 236 238 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(234 236 238 / 0.3);
}

.text-gray-200\/40 {
  color: rgb(234 236 238 / 0.4);
}

.text-gray-200\/5 {
  color: rgb(234 236 238 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(234 236 238 / 0.5);
}

.text-gray-200\/60 {
  color: rgb(234 236 238 / 0.6);
}

.text-gray-200\/70 {
  color: rgb(234 236 238 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(234 236 238 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(234 236 238 / 0.8);
}

.text-gray-200\/90 {
  color: rgb(234 236 238 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(234 236 238 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(227 230 232 / var(--tw-text-opacity));
}

.text-gray-300\/0 {
  color: rgb(227 230 232 / 0);
}

.text-gray-300\/10 {
  color: rgb(227 230 232 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(227 230 232 / 1);
}

.text-gray-300\/20 {
  color: rgb(227 230 232 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(227 230 232 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(227 230 232 / 0.3);
}

.text-gray-300\/40 {
  color: rgb(227 230 232 / 0.4);
}

.text-gray-300\/5 {
  color: rgb(227 230 232 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(227 230 232 / 0.5);
}

.text-gray-300\/60 {
  color: rgb(227 230 232 / 0.6);
}

.text-gray-300\/70 {
  color: rgb(227 230 232 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(227 230 232 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(227 230 232 / 0.8);
}

.text-gray-300\/90 {
  color: rgb(227 230 232 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(227 230 232 / 0.95);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(220 223 226 / var(--tw-text-opacity));
}

.text-gray-400\/0 {
  color: rgb(220 223 226 / 0);
}

.text-gray-400\/10 {
  color: rgb(220 223 226 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(220 223 226 / 1);
}

.text-gray-400\/20 {
  color: rgb(220 223 226 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(220 223 226 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(220 223 226 / 0.3);
}

.text-gray-400\/40 {
  color: rgb(220 223 226 / 0.4);
}

.text-gray-400\/5 {
  color: rgb(220 223 226 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(220 223 226 / 0.5);
}

.text-gray-400\/60 {
  color: rgb(220 223 226 / 0.6);
}

.text-gray-400\/70 {
  color: rgb(220 223 226 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(220 223 226 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(220 223 226 / 0.8);
}

.text-gray-400\/90 {
  color: rgb(220 223 226 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(220 223 226 / 0.95);
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(239 240 241 / var(--tw-text-opacity));
}

.text-gray-50\/0 {
  color: rgb(239 240 241 / 0);
}

.text-gray-50\/10 {
  color: rgb(239 240 241 / 0.1);
}

.text-gray-50\/100 {
  color: rgb(239 240 241 / 1);
}

.text-gray-50\/20 {
  color: rgb(239 240 241 / 0.2);
}

.text-gray-50\/25 {
  color: rgb(239 240 241 / 0.25);
}

.text-gray-50\/30 {
  color: rgb(239 240 241 / 0.3);
}

.text-gray-50\/40 {
  color: rgb(239 240 241 / 0.4);
}

.text-gray-50\/5 {
  color: rgb(239 240 241 / 0.05);
}

.text-gray-50\/50 {
  color: rgb(239 240 241 / 0.5);
}

.text-gray-50\/60 {
  color: rgb(239 240 241 / 0.6);
}

.text-gray-50\/70 {
  color: rgb(239 240 241 / 0.7);
}

.text-gray-50\/75 {
  color: rgb(239 240 241 / 0.75);
}

.text-gray-50\/80 {
  color: rgb(239 240 241 / 0.8);
}

.text-gray-50\/90 {
  color: rgb(239 240 241 / 0.9);
}

.text-gray-50\/95 {
  color: rgb(239 240 241 / 0.95);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(213 217 220 / var(--tw-text-opacity));
}

.text-gray-500\/0 {
  color: rgb(213 217 220 / 0);
}

.text-gray-500\/10 {
  color: rgb(213 217 220 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(213 217 220 / 1);
}

.text-gray-500\/20 {
  color: rgb(213 217 220 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(213 217 220 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(213 217 220 / 0.3);
}

.text-gray-500\/40 {
  color: rgb(213 217 220 / 0.4);
}

.text-gray-500\/5 {
  color: rgb(213 217 220 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(213 217 220 / 0.5);
}

.text-gray-500\/60 {
  color: rgb(213 217 220 / 0.6);
}

.text-gray-500\/70 {
  color: rgb(213 217 220 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(213 217 220 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(213 217 220 / 0.8);
}

.text-gray-500\/90 {
  color: rgb(213 217 220 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(213 217 220 / 0.95);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(185 192 197 / var(--tw-text-opacity));
}

.text-gray-600\/0 {
  color: rgb(185 192 197 / 0);
}

.text-gray-600\/10 {
  color: rgb(185 192 197 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(185 192 197 / 1);
}

.text-gray-600\/20 {
  color: rgb(185 192 197 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(185 192 197 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(185 192 197 / 0.3);
}

.text-gray-600\/40 {
  color: rgb(185 192 197 / 0.4);
}

.text-gray-600\/5 {
  color: rgb(185 192 197 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(185 192 197 / 0.5);
}

.text-gray-600\/60 {
  color: rgb(185 192 197 / 0.6);
}

.text-gray-600\/70 {
  color: rgb(185 192 197 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(185 192 197 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(185 192 197 / 0.8);
}

.text-gray-600\/90 {
  color: rgb(185 192 197 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(185 192 197 / 0.95);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(150 161 168 / var(--tw-text-opacity));
}

.text-gray-700\/0 {
  color: rgb(150 161 168 / 0);
}

.text-gray-700\/10 {
  color: rgb(150 161 168 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(150 161 168 / 1);
}

.text-gray-700\/20 {
  color: rgb(150 161 168 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(150 161 168 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(150 161 168 / 0.3);
}

.text-gray-700\/40 {
  color: rgb(150 161 168 / 0.4);
}

.text-gray-700\/5 {
  color: rgb(150 161 168 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(150 161 168 / 0.5);
}

.text-gray-700\/60 {
  color: rgb(150 161 168 / 0.6);
}

.text-gray-700\/70 {
  color: rgb(150 161 168 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(150 161 168 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(150 161 168 / 0.8);
}

.text-gray-700\/90 {
  color: rgb(150 161 168 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(150 161 168 / 0.95);
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(114 129 139 / var(--tw-text-opacity));
}

.text-gray-800\/0 {
  color: rgb(114 129 139 / 0);
}

.text-gray-800\/10 {
  color: rgb(114 129 139 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(114 129 139 / 1);
}

.text-gray-800\/20 {
  color: rgb(114 129 139 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(114 129 139 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(114 129 139 / 0.3);
}

.text-gray-800\/40 {
  color: rgb(114 129 139 / 0.4);
}

.text-gray-800\/5 {
  color: rgb(114 129 139 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(114 129 139 / 0.5);
}

.text-gray-800\/60 {
  color: rgb(114 129 139 / 0.6);
}

.text-gray-800\/70 {
  color: rgb(114 129 139 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(114 129 139 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(114 129 139 / 0.8);
}

.text-gray-800\/90 {
  color: rgb(114 129 139 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(114 129 139 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(79 98 110 / var(--tw-text-opacity));
}

.text-gray-900\/0 {
  color: rgb(79 98 110 / 0);
}

.text-gray-900\/10 {
  color: rgb(79 98 110 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(79 98 110 / 1);
}

.text-gray-900\/20 {
  color: rgb(79 98 110 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(79 98 110 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(79 98 110 / 0.3);
}

.text-gray-900\/40 {
  color: rgb(79 98 110 / 0.4);
}

.text-gray-900\/5 {
  color: rgb(79 98 110 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(79 98 110 / 0.5);
}

.text-gray-900\/60 {
  color: rgb(79 98 110 / 0.6);
}

.text-gray-900\/70 {
  color: rgb(79 98 110 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(79 98 110 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(79 98 110 / 0.8);
}

.text-gray-900\/90 {
  color: rgb(79 98 110 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(79 98 110 / 0.95);
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(218 245 228 / var(--tw-text-opacity));
}

.text-green-100\/0 {
  color: rgb(218 245 228 / 0);
}

.text-green-100\/10 {
  color: rgb(218 245 228 / 0.1);
}

.text-green-100\/100 {
  color: rgb(218 245 228 / 1);
}

.text-green-100\/20 {
  color: rgb(218 245 228 / 0.2);
}

.text-green-100\/25 {
  color: rgb(218 245 228 / 0.25);
}

.text-green-100\/30 {
  color: rgb(218 245 228 / 0.3);
}

.text-green-100\/40 {
  color: rgb(218 245 228 / 0.4);
}

.text-green-100\/5 {
  color: rgb(218 245 228 / 0.05);
}

.text-green-100\/50 {
  color: rgb(218 245 228 / 0.5);
}

.text-green-100\/60 {
  color: rgb(218 245 228 / 0.6);
}

.text-green-100\/70 {
  color: rgb(218 245 228 / 0.7);
}

.text-green-100\/75 {
  color: rgb(218 245 228 / 0.75);
}

.text-green-100\/80 {
  color: rgb(218 245 228 / 0.8);
}

.text-green-100\/90 {
  color: rgb(218 245 228 / 0.9);
}

.text-green-100\/95 {
  color: rgb(218 245 228 / 0.95);
}

.text-green-1000 {
  --tw-text-opacity: 1;
  color: rgb(29 45 35 / var(--tw-text-opacity));
}

.text-green-1000\/0 {
  color: rgb(29 45 35 / 0);
}

.text-green-1000\/10 {
  color: rgb(29 45 35 / 0.1);
}

.text-green-1000\/100 {
  color: rgb(29 45 35 / 1);
}

.text-green-1000\/20 {
  color: rgb(29 45 35 / 0.2);
}

.text-green-1000\/25 {
  color: rgb(29 45 35 / 0.25);
}

.text-green-1000\/30 {
  color: rgb(29 45 35 / 0.3);
}

.text-green-1000\/40 {
  color: rgb(29 45 35 / 0.4);
}

.text-green-1000\/5 {
  color: rgb(29 45 35 / 0.05);
}

.text-green-1000\/50 {
  color: rgb(29 45 35 / 0.5);
}

.text-green-1000\/60 {
  color: rgb(29 45 35 / 0.6);
}

.text-green-1000\/70 {
  color: rgb(29 45 35 / 0.7);
}

.text-green-1000\/75 {
  color: rgb(29 45 35 / 0.75);
}

.text-green-1000\/80 {
  color: rgb(29 45 35 / 0.8);
}

.text-green-1000\/90 {
  color: rgb(29 45 35 / 0.9);
}

.text-green-1000\/95 {
  color: rgb(29 45 35 / 0.95);
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(200 240 215 / var(--tw-text-opacity));
}

.text-green-200\/0 {
  color: rgb(200 240 215 / 0);
}

.text-green-200\/10 {
  color: rgb(200 240 215 / 0.1);
}

.text-green-200\/100 {
  color: rgb(200 240 215 / 1);
}

.text-green-200\/20 {
  color: rgb(200 240 215 / 0.2);
}

.text-green-200\/25 {
  color: rgb(200 240 215 / 0.25);
}

.text-green-200\/30 {
  color: rgb(200 240 215 / 0.3);
}

.text-green-200\/40 {
  color: rgb(200 240 215 / 0.4);
}

.text-green-200\/5 {
  color: rgb(200 240 215 / 0.05);
}

.text-green-200\/50 {
  color: rgb(200 240 215 / 0.5);
}

.text-green-200\/60 {
  color: rgb(200 240 215 / 0.6);
}

.text-green-200\/70 {
  color: rgb(200 240 215 / 0.7);
}

.text-green-200\/75 {
  color: rgb(200 240 215 / 0.75);
}

.text-green-200\/80 {
  color: rgb(200 240 215 / 0.8);
}

.text-green-200\/90 {
  color: rgb(200 240 215 / 0.9);
}

.text-green-200\/95 {
  color: rgb(200 240 215 / 0.95);
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(182 235 202 / var(--tw-text-opacity));
}

.text-green-300\/0 {
  color: rgb(182 235 202 / 0);
}

.text-green-300\/10 {
  color: rgb(182 235 202 / 0.1);
}

.text-green-300\/100 {
  color: rgb(182 235 202 / 1);
}

.text-green-300\/20 {
  color: rgb(182 235 202 / 0.2);
}

.text-green-300\/25 {
  color: rgb(182 235 202 / 0.25);
}

.text-green-300\/30 {
  color: rgb(182 235 202 / 0.3);
}

.text-green-300\/40 {
  color: rgb(182 235 202 / 0.4);
}

.text-green-300\/5 {
  color: rgb(182 235 202 / 0.05);
}

.text-green-300\/50 {
  color: rgb(182 235 202 / 0.5);
}

.text-green-300\/60 {
  color: rgb(182 235 202 / 0.6);
}

.text-green-300\/70 {
  color: rgb(182 235 202 / 0.7);
}

.text-green-300\/75 {
  color: rgb(182 235 202 / 0.75);
}

.text-green-300\/80 {
  color: rgb(182 235 202 / 0.8);
}

.text-green-300\/90 {
  color: rgb(182 235 202 / 0.9);
}

.text-green-300\/95 {
  color: rgb(182 235 202 / 0.95);
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 188 / var(--tw-text-opacity));
}

.text-green-400\/0 {
  color: rgb(163 230 188 / 0);
}

.text-green-400\/10 {
  color: rgb(163 230 188 / 0.1);
}

.text-green-400\/100 {
  color: rgb(163 230 188 / 1);
}

.text-green-400\/20 {
  color: rgb(163 230 188 / 0.2);
}

.text-green-400\/25 {
  color: rgb(163 230 188 / 0.25);
}

.text-green-400\/30 {
  color: rgb(163 230 188 / 0.3);
}

.text-green-400\/40 {
  color: rgb(163 230 188 / 0.4);
}

.text-green-400\/5 {
  color: rgb(163 230 188 / 0.05);
}

.text-green-400\/50 {
  color: rgb(163 230 188 / 0.5);
}

.text-green-400\/60 {
  color: rgb(163 230 188 / 0.6);
}

.text-green-400\/70 {
  color: rgb(163 230 188 / 0.7);
}

.text-green-400\/75 {
  color: rgb(163 230 188 / 0.75);
}

.text-green-400\/80 {
  color: rgb(163 230 188 / 0.8);
}

.text-green-400\/90 {
  color: rgb(163 230 188 / 0.9);
}

.text-green-400\/95 {
  color: rgb(163 230 188 / 0.95);
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(233 249 239 / var(--tw-text-opacity));
}

.text-green-50\/0 {
  color: rgb(233 249 239 / 0);
}

.text-green-50\/10 {
  color: rgb(233 249 239 / 0.1);
}

.text-green-50\/100 {
  color: rgb(233 249 239 / 1);
}

.text-green-50\/20 {
  color: rgb(233 249 239 / 0.2);
}

.text-green-50\/25 {
  color: rgb(233 249 239 / 0.25);
}

.text-green-50\/30 {
  color: rgb(233 249 239 / 0.3);
}

.text-green-50\/40 {
  color: rgb(233 249 239 / 0.4);
}

.text-green-50\/5 {
  color: rgb(233 249 239 / 0.05);
}

.text-green-50\/50 {
  color: rgb(233 249 239 / 0.5);
}

.text-green-50\/60 {
  color: rgb(233 249 239 / 0.6);
}

.text-green-50\/70 {
  color: rgb(233 249 239 / 0.7);
}

.text-green-50\/75 {
  color: rgb(233 249 239 / 0.75);
}

.text-green-50\/80 {
  color: rgb(233 249 239 / 0.8);
}

.text-green-50\/90 {
  color: rgb(233 249 239 / 0.9);
}

.text-green-50\/95 {
  color: rgb(233 249 239 / 0.95);
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(145 225 175 / var(--tw-text-opacity));
}

.text-green-500\/0 {
  color: rgb(145 225 175 / 0);
}

.text-green-500\/10 {
  color: rgb(145 225 175 / 0.1);
}

.text-green-500\/100 {
  color: rgb(145 225 175 / 1);
}

.text-green-500\/20 {
  color: rgb(145 225 175 / 0.2);
}

.text-green-500\/25 {
  color: rgb(145 225 175 / 0.25);
}

.text-green-500\/30 {
  color: rgb(145 225 175 / 0.3);
}

.text-green-500\/40 {
  color: rgb(145 225 175 / 0.4);
}

.text-green-500\/5 {
  color: rgb(145 225 175 / 0.05);
}

.text-green-500\/50 {
  color: rgb(145 225 175 / 0.5);
}

.text-green-500\/60 {
  color: rgb(145 225 175 / 0.6);
}

.text-green-500\/70 {
  color: rgb(145 225 175 / 0.7);
}

.text-green-500\/75 {
  color: rgb(145 225 175 / 0.75);
}

.text-green-500\/80 {
  color: rgb(145 225 175 / 0.8);
}

.text-green-500\/90 {
  color: rgb(145 225 175 / 0.9);
}

.text-green-500\/95 {
  color: rgb(145 225 175 / 0.95);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(121 188 146 / var(--tw-text-opacity));
}

.text-green-600\/0 {
  color: rgb(121 188 146 / 0);
}

.text-green-600\/10 {
  color: rgb(121 188 146 / 0.1);
}

.text-green-600\/100 {
  color: rgb(121 188 146 / 1);
}

.text-green-600\/20 {
  color: rgb(121 188 146 / 0.2);
}

.text-green-600\/25 {
  color: rgb(121 188 146 / 0.25);
}

.text-green-600\/30 {
  color: rgb(121 188 146 / 0.3);
}

.text-green-600\/40 {
  color: rgb(121 188 146 / 0.4);
}

.text-green-600\/5 {
  color: rgb(121 188 146 / 0.05);
}

.text-green-600\/50 {
  color: rgb(121 188 146 / 0.5);
}

.text-green-600\/60 {
  color: rgb(121 188 146 / 0.6);
}

.text-green-600\/70 {
  color: rgb(121 188 146 / 0.7);
}

.text-green-600\/75 {
  color: rgb(121 188 146 / 0.75);
}

.text-green-600\/80 {
  color: rgb(121 188 146 / 0.8);
}

.text-green-600\/90 {
  color: rgb(121 188 146 / 0.9);
}

.text-green-600\/95 {
  color: rgb(121 188 146 / 0.95);
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(97 150 117 / var(--tw-text-opacity));
}

.text-green-700\/0 {
  color: rgb(97 150 117 / 0);
}

.text-green-700\/10 {
  color: rgb(97 150 117 / 0.1);
}

.text-green-700\/100 {
  color: rgb(97 150 117 / 1);
}

.text-green-700\/20 {
  color: rgb(97 150 117 / 0.2);
}

.text-green-700\/25 {
  color: rgb(97 150 117 / 0.25);
}

.text-green-700\/30 {
  color: rgb(97 150 117 / 0.3);
}

.text-green-700\/40 {
  color: rgb(97 150 117 / 0.4);
}

.text-green-700\/5 {
  color: rgb(97 150 117 / 0.05);
}

.text-green-700\/50 {
  color: rgb(97 150 117 / 0.5);
}

.text-green-700\/60 {
  color: rgb(97 150 117 / 0.6);
}

.text-green-700\/70 {
  color: rgb(97 150 117 / 0.7);
}

.text-green-700\/75 {
  color: rgb(97 150 117 / 0.75);
}

.text-green-700\/80 {
  color: rgb(97 150 117 / 0.8);
}

.text-green-700\/90 {
  color: rgb(97 150 117 / 0.9);
}

.text-green-700\/95 {
  color: rgb(97 150 117 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(73 113 88 / var(--tw-text-opacity));
}

.text-green-800\/0 {
  color: rgb(73 113 88 / 0);
}

.text-green-800\/10 {
  color: rgb(73 113 88 / 0.1);
}

.text-green-800\/100 {
  color: rgb(73 113 88 / 1);
}

.text-green-800\/20 {
  color: rgb(73 113 88 / 0.2);
}

.text-green-800\/25 {
  color: rgb(73 113 88 / 0.25);
}

.text-green-800\/30 {
  color: rgb(73 113 88 / 0.3);
}

.text-green-800\/40 {
  color: rgb(73 113 88 / 0.4);
}

.text-green-800\/5 {
  color: rgb(73 113 88 / 0.05);
}

.text-green-800\/50 {
  color: rgb(73 113 88 / 0.5);
}

.text-green-800\/60 {
  color: rgb(73 113 88 / 0.6);
}

.text-green-800\/70 {
  color: rgb(73 113 88 / 0.7);
}

.text-green-800\/75 {
  color: rgb(73 113 88 / 0.75);
}

.text-green-800\/80 {
  color: rgb(73 113 88 / 0.8);
}

.text-green-800\/90 {
  color: rgb(73 113 88 / 0.9);
}

.text-green-800\/95 {
  color: rgb(73 113 88 / 0.95);
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(48 75 58 / var(--tw-text-opacity));
}

.text-green-900\/0 {
  color: rgb(48 75 58 / 0);
}

.text-green-900\/10 {
  color: rgb(48 75 58 / 0.1);
}

.text-green-900\/100 {
  color: rgb(48 75 58 / 1);
}

.text-green-900\/20 {
  color: rgb(48 75 58 / 0.2);
}

.text-green-900\/25 {
  color: rgb(48 75 58 / 0.25);
}

.text-green-900\/30 {
  color: rgb(48 75 58 / 0.3);
}

.text-green-900\/40 {
  color: rgb(48 75 58 / 0.4);
}

.text-green-900\/5 {
  color: rgb(48 75 58 / 0.05);
}

.text-green-900\/50 {
  color: rgb(48 75 58 / 0.5);
}

.text-green-900\/60 {
  color: rgb(48 75 58 / 0.6);
}

.text-green-900\/70 {
  color: rgb(48 75 58 / 0.7);
}

.text-green-900\/75 {
  color: rgb(48 75 58 / 0.75);
}

.text-green-900\/80 {
  color: rgb(48 75 58 / 0.8);
}

.text-green-900\/90 {
  color: rgb(48 75 58 / 0.9);
}

.text-green-900\/95 {
  color: rgb(48 75 58 / 0.95);
}

.text-navy-100 {
  --tw-text-opacity: 1;
  color: rgb(175 195 232 / var(--tw-text-opacity));
}

.text-navy-100\/0 {
  color: rgb(175 195 232 / 0);
}

.text-navy-100\/10 {
  color: rgb(175 195 232 / 0.1);
}

.text-navy-100\/100 {
  color: rgb(175 195 232 / 1);
}

.text-navy-100\/20 {
  color: rgb(175 195 232 / 0.2);
}

.text-navy-100\/25 {
  color: rgb(175 195 232 / 0.25);
}

.text-navy-100\/30 {
  color: rgb(175 195 232 / 0.3);
}

.text-navy-100\/40 {
  color: rgb(175 195 232 / 0.4);
}

.text-navy-100\/5 {
  color: rgb(175 195 232 / 0.05);
}

.text-navy-100\/50 {
  color: rgb(175 195 232 / 0.5);
}

.text-navy-100\/60 {
  color: rgb(175 195 232 / 0.6);
}

.text-navy-100\/70 {
  color: rgb(175 195 232 / 0.7);
}

.text-navy-100\/75 {
  color: rgb(175 195 232 / 0.75);
}

.text-navy-100\/80 {
  color: rgb(175 195 232 / 0.8);
}

.text-navy-100\/90 {
  color: rgb(175 195 232 / 0.9);
}

.text-navy-100\/95 {
  color: rgb(175 195 232 / 0.95);
}

.text-navy-1000 {
  --tw-text-opacity: 1;
  color: rgb(3 15 37 / var(--tw-text-opacity));
}

.text-navy-1000\/0 {
  color: rgb(3 15 37 / 0);
}

.text-navy-1000\/10 {
  color: rgb(3 15 37 / 0.1);
}

.text-navy-1000\/100 {
  color: rgb(3 15 37 / 1);
}

.text-navy-1000\/20 {
  color: rgb(3 15 37 / 0.2);
}

.text-navy-1000\/25 {
  color: rgb(3 15 37 / 0.25);
}

.text-navy-1000\/30 {
  color: rgb(3 15 37 / 0.3);
}

.text-navy-1000\/40 {
  color: rgb(3 15 37 / 0.4);
}

.text-navy-1000\/5 {
  color: rgb(3 15 37 / 0.05);
}

.text-navy-1000\/50 {
  color: rgb(3 15 37 / 0.5);
}

.text-navy-1000\/60 {
  color: rgb(3 15 37 / 0.6);
}

.text-navy-1000\/70 {
  color: rgb(3 15 37 / 0.7);
}

.text-navy-1000\/75 {
  color: rgb(3 15 37 / 0.75);
}

.text-navy-1000\/80 {
  color: rgb(3 15 37 / 0.8);
}

.text-navy-1000\/90 {
  color: rgb(3 15 37 / 0.9);
}

.text-navy-1000\/95 {
  color: rgb(3 15 37 / 0.95);
}

.text-navy-200 {
  --tw-text-opacity: 1;
  color: rgb(135 165 220 / var(--tw-text-opacity));
}

.text-navy-200\/0 {
  color: rgb(135 165 220 / 0);
}

.text-navy-200\/10 {
  color: rgb(135 165 220 / 0.1);
}

.text-navy-200\/100 {
  color: rgb(135 165 220 / 1);
}

.text-navy-200\/20 {
  color: rgb(135 165 220 / 0.2);
}

.text-navy-200\/25 {
  color: rgb(135 165 220 / 0.25);
}

.text-navy-200\/30 {
  color: rgb(135 165 220 / 0.3);
}

.text-navy-200\/40 {
  color: rgb(135 165 220 / 0.4);
}

.text-navy-200\/5 {
  color: rgb(135 165 220 / 0.05);
}

.text-navy-200\/50 {
  color: rgb(135 165 220 / 0.5);
}

.text-navy-200\/60 {
  color: rgb(135 165 220 / 0.6);
}

.text-navy-200\/70 {
  color: rgb(135 165 220 / 0.7);
}

.text-navy-200\/75 {
  color: rgb(135 165 220 / 0.75);
}

.text-navy-200\/80 {
  color: rgb(135 165 220 / 0.8);
}

.text-navy-200\/90 {
  color: rgb(135 165 220 / 0.9);
}

.text-navy-200\/95 {
  color: rgb(135 165 220 / 0.95);
}

.text-navy-300 {
  --tw-text-opacity: 1;
  color: rgb(95 135 208 / var(--tw-text-opacity));
}

.text-navy-300\/0 {
  color: rgb(95 135 208 / 0);
}

.text-navy-300\/10 {
  color: rgb(95 135 208 / 0.1);
}

.text-navy-300\/100 {
  color: rgb(95 135 208 / 1);
}

.text-navy-300\/20 {
  color: rgb(95 135 208 / 0.2);
}

.text-navy-300\/25 {
  color: rgb(95 135 208 / 0.25);
}

.text-navy-300\/30 {
  color: rgb(95 135 208 / 0.3);
}

.text-navy-300\/40 {
  color: rgb(95 135 208 / 0.4);
}

.text-navy-300\/5 {
  color: rgb(95 135 208 / 0.05);
}

.text-navy-300\/50 {
  color: rgb(95 135 208 / 0.5);
}

.text-navy-300\/60 {
  color: rgb(95 135 208 / 0.6);
}

.text-navy-300\/70 {
  color: rgb(95 135 208 / 0.7);
}

.text-navy-300\/75 {
  color: rgb(95 135 208 / 0.75);
}

.text-navy-300\/80 {
  color: rgb(95 135 208 / 0.8);
}

.text-navy-300\/90 {
  color: rgb(95 135 208 / 0.9);
}

.text-navy-300\/95 {
  color: rgb(95 135 208 / 0.95);
}

.text-navy-400 {
  --tw-text-opacity: 1;
  color: rgb(55 105 197 / var(--tw-text-opacity));
}

.text-navy-400\/0 {
  color: rgb(55 105 197 / 0);
}

.text-navy-400\/10 {
  color: rgb(55 105 197 / 0.1);
}

.text-navy-400\/100 {
  color: rgb(55 105 197 / 1);
}

.text-navy-400\/20 {
  color: rgb(55 105 197 / 0.2);
}

.text-navy-400\/25 {
  color: rgb(55 105 197 / 0.25);
}

.text-navy-400\/30 {
  color: rgb(55 105 197 / 0.3);
}

.text-navy-400\/40 {
  color: rgb(55 105 197 / 0.4);
}

.text-navy-400\/5 {
  color: rgb(55 105 197 / 0.05);
}

.text-navy-400\/50 {
  color: rgb(55 105 197 / 0.5);
}

.text-navy-400\/60 {
  color: rgb(55 105 197 / 0.6);
}

.text-navy-400\/70 {
  color: rgb(55 105 197 / 0.7);
}

.text-navy-400\/75 {
  color: rgb(55 105 197 / 0.75);
}

.text-navy-400\/80 {
  color: rgb(55 105 197 / 0.8);
}

.text-navy-400\/90 {
  color: rgb(55 105 197 / 0.9);
}

.text-navy-400\/95 {
  color: rgb(55 105 197 / 0.95);
}

.text-navy-50 {
  --tw-text-opacity: 1;
  color: rgb(207 219 241 / var(--tw-text-opacity));
}

.text-navy-50\/0 {
  color: rgb(207 219 241 / 0);
}

.text-navy-50\/10 {
  color: rgb(207 219 241 / 0.1);
}

.text-navy-50\/100 {
  color: rgb(207 219 241 / 1);
}

.text-navy-50\/20 {
  color: rgb(207 219 241 / 0.2);
}

.text-navy-50\/25 {
  color: rgb(207 219 241 / 0.25);
}

.text-navy-50\/30 {
  color: rgb(207 219 241 / 0.3);
}

.text-navy-50\/40 {
  color: rgb(207 219 241 / 0.4);
}

.text-navy-50\/5 {
  color: rgb(207 219 241 / 0.05);
}

.text-navy-50\/50 {
  color: rgb(207 219 241 / 0.5);
}

.text-navy-50\/60 {
  color: rgb(207 219 241 / 0.6);
}

.text-navy-50\/70 {
  color: rgb(207 219 241 / 0.7);
}

.text-navy-50\/75 {
  color: rgb(207 219 241 / 0.75);
}

.text-navy-50\/80 {
  color: rgb(207 219 241 / 0.8);
}

.text-navy-50\/90 {
  color: rgb(207 219 241 / 0.9);
}

.text-navy-50\/95 {
  color: rgb(207 219 241 / 0.95);
}

.text-navy-500 {
  --tw-text-opacity: 1;
  color: rgb(15 75 185 / var(--tw-text-opacity));
}

.text-navy-500\/0 {
  color: rgb(15 75 185 / 0);
}

.text-navy-500\/10 {
  color: rgb(15 75 185 / 0.1);
}

.text-navy-500\/100 {
  color: rgb(15 75 185 / 1);
}

.text-navy-500\/20 {
  color: rgb(15 75 185 / 0.2);
}

.text-navy-500\/25 {
  color: rgb(15 75 185 / 0.25);
}

.text-navy-500\/30 {
  color: rgb(15 75 185 / 0.3);
}

.text-navy-500\/40 {
  color: rgb(15 75 185 / 0.4);
}

.text-navy-500\/5 {
  color: rgb(15 75 185 / 0.05);
}

.text-navy-500\/50 {
  color: rgb(15 75 185 / 0.5);
}

.text-navy-500\/60 {
  color: rgb(15 75 185 / 0.6);
}

.text-navy-500\/70 {
  color: rgb(15 75 185 / 0.7);
}

.text-navy-500\/75 {
  color: rgb(15 75 185 / 0.75);
}

.text-navy-500\/80 {
  color: rgb(15 75 185 / 0.8);
}

.text-navy-500\/90 {
  color: rgb(15 75 185 / 0.9);
}

.text-navy-500\/95 {
  color: rgb(15 75 185 / 0.95);
}

.text-navy-600 {
  --tw-text-opacity: 1;
  color: rgb(13 63 154 / var(--tw-text-opacity));
}

.text-navy-600\/0 {
  color: rgb(13 63 154 / 0);
}

.text-navy-600\/10 {
  color: rgb(13 63 154 / 0.1);
}

.text-navy-600\/100 {
  color: rgb(13 63 154 / 1);
}

.text-navy-600\/20 {
  color: rgb(13 63 154 / 0.2);
}

.text-navy-600\/25 {
  color: rgb(13 63 154 / 0.25);
}

.text-navy-600\/30 {
  color: rgb(13 63 154 / 0.3);
}

.text-navy-600\/40 {
  color: rgb(13 63 154 / 0.4);
}

.text-navy-600\/5 {
  color: rgb(13 63 154 / 0.05);
}

.text-navy-600\/50 {
  color: rgb(13 63 154 / 0.5);
}

.text-navy-600\/60 {
  color: rgb(13 63 154 / 0.6);
}

.text-navy-600\/70 {
  color: rgb(13 63 154 / 0.7);
}

.text-navy-600\/75 {
  color: rgb(13 63 154 / 0.75);
}

.text-navy-600\/80 {
  color: rgb(13 63 154 / 0.8);
}

.text-navy-600\/90 {
  color: rgb(13 63 154 / 0.9);
}

.text-navy-600\/95 {
  color: rgb(13 63 154 / 0.95);
}

.text-navy-700 {
  --tw-text-opacity: 1;
  color: rgb(10 50 123 / var(--tw-text-opacity));
}

.text-navy-700\/0 {
  color: rgb(10 50 123 / 0);
}

.text-navy-700\/10 {
  color: rgb(10 50 123 / 0.1);
}

.text-navy-700\/100 {
  color: rgb(10 50 123 / 1);
}

.text-navy-700\/20 {
  color: rgb(10 50 123 / 0.2);
}

.text-navy-700\/25 {
  color: rgb(10 50 123 / 0.25);
}

.text-navy-700\/30 {
  color: rgb(10 50 123 / 0.3);
}

.text-navy-700\/40 {
  color: rgb(10 50 123 / 0.4);
}

.text-navy-700\/5 {
  color: rgb(10 50 123 / 0.05);
}

.text-navy-700\/50 {
  color: rgb(10 50 123 / 0.5);
}

.text-navy-700\/60 {
  color: rgb(10 50 123 / 0.6);
}

.text-navy-700\/70 {
  color: rgb(10 50 123 / 0.7);
}

.text-navy-700\/75 {
  color: rgb(10 50 123 / 0.75);
}

.text-navy-700\/80 {
  color: rgb(10 50 123 / 0.8);
}

.text-navy-700\/90 {
  color: rgb(10 50 123 / 0.9);
}

.text-navy-700\/95 {
  color: rgb(10 50 123 / 0.95);
}

.text-navy-800 {
  --tw-text-opacity: 1;
  color: rgb(8 38 93 / var(--tw-text-opacity));
}

.text-navy-800\/0 {
  color: rgb(8 38 93 / 0);
}

.text-navy-800\/10 {
  color: rgb(8 38 93 / 0.1);
}

.text-navy-800\/100 {
  color: rgb(8 38 93 / 1);
}

.text-navy-800\/20 {
  color: rgb(8 38 93 / 0.2);
}

.text-navy-800\/25 {
  color: rgb(8 38 93 / 0.25);
}

.text-navy-800\/30 {
  color: rgb(8 38 93 / 0.3);
}

.text-navy-800\/40 {
  color: rgb(8 38 93 / 0.4);
}

.text-navy-800\/5 {
  color: rgb(8 38 93 / 0.05);
}

.text-navy-800\/50 {
  color: rgb(8 38 93 / 0.5);
}

.text-navy-800\/60 {
  color: rgb(8 38 93 / 0.6);
}

.text-navy-800\/70 {
  color: rgb(8 38 93 / 0.7);
}

.text-navy-800\/75 {
  color: rgb(8 38 93 / 0.75);
}

.text-navy-800\/80 {
  color: rgb(8 38 93 / 0.8);
}

.text-navy-800\/90 {
  color: rgb(8 38 93 / 0.9);
}

.text-navy-800\/95 {
  color: rgb(8 38 93 / 0.95);
}

.text-navy-900 {
  --tw-text-opacity: 1;
  color: rgb(5 25 62 / var(--tw-text-opacity));
}

.text-navy-900\/0 {
  color: rgb(5 25 62 / 0);
}

.text-navy-900\/10 {
  color: rgb(5 25 62 / 0.1);
}

.text-navy-900\/100 {
  color: rgb(5 25 62 / 1);
}

.text-navy-900\/20 {
  color: rgb(5 25 62 / 0.2);
}

.text-navy-900\/25 {
  color: rgb(5 25 62 / 0.25);
}

.text-navy-900\/30 {
  color: rgb(5 25 62 / 0.3);
}

.text-navy-900\/40 {
  color: rgb(5 25 62 / 0.4);
}

.text-navy-900\/5 {
  color: rgb(5 25 62 / 0.05);
}

.text-navy-900\/50 {
  color: rgb(5 25 62 / 0.5);
}

.text-navy-900\/60 {
  color: rgb(5 25 62 / 0.6);
}

.text-navy-900\/70 {
  color: rgb(5 25 62 / 0.7);
}

.text-navy-900\/75 {
  color: rgb(5 25 62 / 0.75);
}

.text-navy-900\/80 {
  color: rgb(5 25 62 / 0.8);
}

.text-navy-900\/90 {
  color: rgb(5 25 62 / 0.9);
}

.text-navy-900\/95 {
  color: rgb(5 25 62 / 0.95);
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 212 197 / var(--tw-text-opacity));
}

.text-orange-100\/0 {
  color: rgb(255 212 197 / 0);
}

.text-orange-100\/10 {
  color: rgb(255 212 197 / 0.1);
}

.text-orange-100\/100 {
  color: rgb(255 212 197 / 1);
}

.text-orange-100\/20 {
  color: rgb(255 212 197 / 0.2);
}

.text-orange-100\/25 {
  color: rgb(255 212 197 / 0.25);
}

.text-orange-100\/30 {
  color: rgb(255 212 197 / 0.3);
}

.text-orange-100\/40 {
  color: rgb(255 212 197 / 0.4);
}

.text-orange-100\/5 {
  color: rgb(255 212 197 / 0.05);
}

.text-orange-100\/50 {
  color: rgb(255 212 197 / 0.5);
}

.text-orange-100\/60 {
  color: rgb(255 212 197 / 0.6);
}

.text-orange-100\/70 {
  color: rgb(255 212 197 / 0.7);
}

.text-orange-100\/75 {
  color: rgb(255 212 197 / 0.75);
}

.text-orange-100\/80 {
  color: rgb(255 212 197 / 0.8);
}

.text-orange-100\/90 {
  color: rgb(255 212 197 / 0.9);
}

.text-orange-100\/95 {
  color: rgb(255 212 197 / 0.95);
}

.text-orange-1000 {
  --tw-text-opacity: 1;
  color: rgb(51 25 16 / var(--tw-text-opacity));
}

.text-orange-1000\/0 {
  color: rgb(51 25 16 / 0);
}

.text-orange-1000\/10 {
  color: rgb(51 25 16 / 0.1);
}

.text-orange-1000\/100 {
  color: rgb(51 25 16 / 1);
}

.text-orange-1000\/20 {
  color: rgb(51 25 16 / 0.2);
}

.text-orange-1000\/25 {
  color: rgb(51 25 16 / 0.25);
}

.text-orange-1000\/30 {
  color: rgb(51 25 16 / 0.3);
}

.text-orange-1000\/40 {
  color: rgb(51 25 16 / 0.4);
}

.text-orange-1000\/5 {
  color: rgb(51 25 16 / 0.05);
}

.text-orange-1000\/50 {
  color: rgb(51 25 16 / 0.5);
}

.text-orange-1000\/60 {
  color: rgb(51 25 16 / 0.6);
}

.text-orange-1000\/70 {
  color: rgb(51 25 16 / 0.7);
}

.text-orange-1000\/75 {
  color: rgb(51 25 16 / 0.75);
}

.text-orange-1000\/80 {
  color: rgb(51 25 16 / 0.8);
}

.text-orange-1000\/90 {
  color: rgb(51 25 16 / 0.9);
}

.text-orange-1000\/95 {
  color: rgb(51 25 16 / 0.95);
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(255 191 168 / var(--tw-text-opacity));
}

.text-orange-200\/0 {
  color: rgb(255 191 168 / 0);
}

.text-orange-200\/10 {
  color: rgb(255 191 168 / 0.1);
}

.text-orange-200\/100 {
  color: rgb(255 191 168 / 1);
}

.text-orange-200\/20 {
  color: rgb(255 191 168 / 0.2);
}

.text-orange-200\/25 {
  color: rgb(255 191 168 / 0.25);
}

.text-orange-200\/30 {
  color: rgb(255 191 168 / 0.3);
}

.text-orange-200\/40 {
  color: rgb(255 191 168 / 0.4);
}

.text-orange-200\/5 {
  color: rgb(255 191 168 / 0.05);
}

.text-orange-200\/50 {
  color: rgb(255 191 168 / 0.5);
}

.text-orange-200\/60 {
  color: rgb(255 191 168 / 0.6);
}

.text-orange-200\/70 {
  color: rgb(255 191 168 / 0.7);
}

.text-orange-200\/75 {
  color: rgb(255 191 168 / 0.75);
}

.text-orange-200\/80 {
  color: rgb(255 191 168 / 0.8);
}

.text-orange-200\/90 {
  color: rgb(255 191 168 / 0.9);
}

.text-orange-200\/95 {
  color: rgb(255 191 168 / 0.95);
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(255 170 138 / var(--tw-text-opacity));
}

.text-orange-300\/0 {
  color: rgb(255 170 138 / 0);
}

.text-orange-300\/10 {
  color: rgb(255 170 138 / 0.1);
}

.text-orange-300\/100 {
  color: rgb(255 170 138 / 1);
}

.text-orange-300\/20 {
  color: rgb(255 170 138 / 0.2);
}

.text-orange-300\/25 {
  color: rgb(255 170 138 / 0.25);
}

.text-orange-300\/30 {
  color: rgb(255 170 138 / 0.3);
}

.text-orange-300\/40 {
  color: rgb(255 170 138 / 0.4);
}

.text-orange-300\/5 {
  color: rgb(255 170 138 / 0.05);
}

.text-orange-300\/50 {
  color: rgb(255 170 138 / 0.5);
}

.text-orange-300\/60 {
  color: rgb(255 170 138 / 0.6);
}

.text-orange-300\/70 {
  color: rgb(255 170 138 / 0.7);
}

.text-orange-300\/75 {
  color: rgb(255 170 138 / 0.75);
}

.text-orange-300\/80 {
  color: rgb(255 170 138 / 0.8);
}

.text-orange-300\/90 {
  color: rgb(255 170 138 / 0.9);
}

.text-orange-300\/95 {
  color: rgb(255 170 138 / 0.95);
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(255 148 109 / var(--tw-text-opacity));
}

.text-orange-400\/0 {
  color: rgb(255 148 109 / 0);
}

.text-orange-400\/10 {
  color: rgb(255 148 109 / 0.1);
}

.text-orange-400\/100 {
  color: rgb(255 148 109 / 1);
}

.text-orange-400\/20 {
  color: rgb(255 148 109 / 0.2);
}

.text-orange-400\/25 {
  color: rgb(255 148 109 / 0.25);
}

.text-orange-400\/30 {
  color: rgb(255 148 109 / 0.3);
}

.text-orange-400\/40 {
  color: rgb(255 148 109 / 0.4);
}

.text-orange-400\/5 {
  color: rgb(255 148 109 / 0.05);
}

.text-orange-400\/50 {
  color: rgb(255 148 109 / 0.5);
}

.text-orange-400\/60 {
  color: rgb(255 148 109 / 0.6);
}

.text-orange-400\/70 {
  color: rgb(255 148 109 / 0.7);
}

.text-orange-400\/75 {
  color: rgb(255 148 109 / 0.75);
}

.text-orange-400\/80 {
  color: rgb(255 148 109 / 0.8);
}

.text-orange-400\/90 {
  color: rgb(255 148 109 / 0.9);
}

.text-orange-400\/95 {
  color: rgb(255 148 109 / 0.95);
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 229 220 / var(--tw-text-opacity));
}

.text-orange-50\/0 {
  color: rgb(255 229 220 / 0);
}

.text-orange-50\/10 {
  color: rgb(255 229 220 / 0.1);
}

.text-orange-50\/100 {
  color: rgb(255 229 220 / 1);
}

.text-orange-50\/20 {
  color: rgb(255 229 220 / 0.2);
}

.text-orange-50\/25 {
  color: rgb(255 229 220 / 0.25);
}

.text-orange-50\/30 {
  color: rgb(255 229 220 / 0.3);
}

.text-orange-50\/40 {
  color: rgb(255 229 220 / 0.4);
}

.text-orange-50\/5 {
  color: rgb(255 229 220 / 0.05);
}

.text-orange-50\/50 {
  color: rgb(255 229 220 / 0.5);
}

.text-orange-50\/60 {
  color: rgb(255 229 220 / 0.6);
}

.text-orange-50\/70 {
  color: rgb(255 229 220 / 0.7);
}

.text-orange-50\/75 {
  color: rgb(255 229 220 / 0.75);
}

.text-orange-50\/80 {
  color: rgb(255 229 220 / 0.8);
}

.text-orange-50\/90 {
  color: rgb(255 229 220 / 0.9);
}

.text-orange-50\/95 {
  color: rgb(255 229 220 / 0.95);
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(255 127 80 / var(--tw-text-opacity));
}

.text-orange-500\/0 {
  color: rgb(255 127 80 / 0);
}

.text-orange-500\/10 {
  color: rgb(255 127 80 / 0.1);
}

.text-orange-500\/100 {
  color: rgb(255 127 80 / 1);
}

.text-orange-500\/20 {
  color: rgb(255 127 80 / 0.2);
}

.text-orange-500\/25 {
  color: rgb(255 127 80 / 0.25);
}

.text-orange-500\/30 {
  color: rgb(255 127 80 / 0.3);
}

.text-orange-500\/40 {
  color: rgb(255 127 80 / 0.4);
}

.text-orange-500\/5 {
  color: rgb(255 127 80 / 0.05);
}

.text-orange-500\/50 {
  color: rgb(255 127 80 / 0.5);
}

.text-orange-500\/60 {
  color: rgb(255 127 80 / 0.6);
}

.text-orange-500\/70 {
  color: rgb(255 127 80 / 0.7);
}

.text-orange-500\/75 {
  color: rgb(255 127 80 / 0.75);
}

.text-orange-500\/80 {
  color: rgb(255 127 80 / 0.8);
}

.text-orange-500\/90 {
  color: rgb(255 127 80 / 0.9);
}

.text-orange-500\/95 {
  color: rgb(255 127 80 / 0.95);
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(213 106 67 / var(--tw-text-opacity));
}

.text-orange-600\/0 {
  color: rgb(213 106 67 / 0);
}

.text-orange-600\/10 {
  color: rgb(213 106 67 / 0.1);
}

.text-orange-600\/100 {
  color: rgb(213 106 67 / 1);
}

.text-orange-600\/20 {
  color: rgb(213 106 67 / 0.2);
}

.text-orange-600\/25 {
  color: rgb(213 106 67 / 0.25);
}

.text-orange-600\/30 {
  color: rgb(213 106 67 / 0.3);
}

.text-orange-600\/40 {
  color: rgb(213 106 67 / 0.4);
}

.text-orange-600\/5 {
  color: rgb(213 106 67 / 0.05);
}

.text-orange-600\/50 {
  color: rgb(213 106 67 / 0.5);
}

.text-orange-600\/60 {
  color: rgb(213 106 67 / 0.6);
}

.text-orange-600\/70 {
  color: rgb(213 106 67 / 0.7);
}

.text-orange-600\/75 {
  color: rgb(213 106 67 / 0.75);
}

.text-orange-600\/80 {
  color: rgb(213 106 67 / 0.8);
}

.text-orange-600\/90 {
  color: rgb(213 106 67 / 0.9);
}

.text-orange-600\/95 {
  color: rgb(213 106 67 / 0.95);
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(170 85 53 / var(--tw-text-opacity));
}

.text-orange-700\/0 {
  color: rgb(170 85 53 / 0);
}

.text-orange-700\/10 {
  color: rgb(170 85 53 / 0.1);
}

.text-orange-700\/100 {
  color: rgb(170 85 53 / 1);
}

.text-orange-700\/20 {
  color: rgb(170 85 53 / 0.2);
}

.text-orange-700\/25 {
  color: rgb(170 85 53 / 0.25);
}

.text-orange-700\/30 {
  color: rgb(170 85 53 / 0.3);
}

.text-orange-700\/40 {
  color: rgb(170 85 53 / 0.4);
}

.text-orange-700\/5 {
  color: rgb(170 85 53 / 0.05);
}

.text-orange-700\/50 {
  color: rgb(170 85 53 / 0.5);
}

.text-orange-700\/60 {
  color: rgb(170 85 53 / 0.6);
}

.text-orange-700\/70 {
  color: rgb(170 85 53 / 0.7);
}

.text-orange-700\/75 {
  color: rgb(170 85 53 / 0.75);
}

.text-orange-700\/80 {
  color: rgb(170 85 53 / 0.8);
}

.text-orange-700\/90 {
  color: rgb(170 85 53 / 0.9);
}

.text-orange-700\/95 {
  color: rgb(170 85 53 / 0.95);
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(128 64 40 / var(--tw-text-opacity));
}

.text-orange-800\/0 {
  color: rgb(128 64 40 / 0);
}

.text-orange-800\/10 {
  color: rgb(128 64 40 / 0.1);
}

.text-orange-800\/100 {
  color: rgb(128 64 40 / 1);
}

.text-orange-800\/20 {
  color: rgb(128 64 40 / 0.2);
}

.text-orange-800\/25 {
  color: rgb(128 64 40 / 0.25);
}

.text-orange-800\/30 {
  color: rgb(128 64 40 / 0.3);
}

.text-orange-800\/40 {
  color: rgb(128 64 40 / 0.4);
}

.text-orange-800\/5 {
  color: rgb(128 64 40 / 0.05);
}

.text-orange-800\/50 {
  color: rgb(128 64 40 / 0.5);
}

.text-orange-800\/60 {
  color: rgb(128 64 40 / 0.6);
}

.text-orange-800\/70 {
  color: rgb(128 64 40 / 0.7);
}

.text-orange-800\/75 {
  color: rgb(128 64 40 / 0.75);
}

.text-orange-800\/80 {
  color: rgb(128 64 40 / 0.8);
}

.text-orange-800\/90 {
  color: rgb(128 64 40 / 0.9);
}

.text-orange-800\/95 {
  color: rgb(128 64 40 / 0.95);
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(85 42 27 / var(--tw-text-opacity));
}

.text-orange-900\/0 {
  color: rgb(85 42 27 / 0);
}

.text-orange-900\/10 {
  color: rgb(85 42 27 / 0.1);
}

.text-orange-900\/100 {
  color: rgb(85 42 27 / 1);
}

.text-orange-900\/20 {
  color: rgb(85 42 27 / 0.2);
}

.text-orange-900\/25 {
  color: rgb(85 42 27 / 0.25);
}

.text-orange-900\/30 {
  color: rgb(85 42 27 / 0.3);
}

.text-orange-900\/40 {
  color: rgb(85 42 27 / 0.4);
}

.text-orange-900\/5 {
  color: rgb(85 42 27 / 0.05);
}

.text-orange-900\/50 {
  color: rgb(85 42 27 / 0.5);
}

.text-orange-900\/60 {
  color: rgb(85 42 27 / 0.6);
}

.text-orange-900\/70 {
  color: rgb(85 42 27 / 0.7);
}

.text-orange-900\/75 {
  color: rgb(85 42 27 / 0.75);
}

.text-orange-900\/80 {
  color: rgb(85 42 27 / 0.8);
}

.text-orange-900\/90 {
  color: rgb(85 42 27 / 0.9);
}

.text-orange-900\/95 {
  color: rgb(85 42 27 / 0.95);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(75 220 195 / var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(212 200 237 / var(--tw-text-opacity));
}

.text-purple-100\/0 {
  color: rgb(212 200 237 / 0);
}

.text-purple-100\/10 {
  color: rgb(212 200 237 / 0.1);
}

.text-purple-100\/100 {
  color: rgb(212 200 237 / 1);
}

.text-purple-100\/20 {
  color: rgb(212 200 237 / 0.2);
}

.text-purple-100\/25 {
  color: rgb(212 200 237 / 0.25);
}

.text-purple-100\/30 {
  color: rgb(212 200 237 / 0.3);
}

.text-purple-100\/40 {
  color: rgb(212 200 237 / 0.4);
}

.text-purple-100\/5 {
  color: rgb(212 200 237 / 0.05);
}

.text-purple-100\/50 {
  color: rgb(212 200 237 / 0.5);
}

.text-purple-100\/60 {
  color: rgb(212 200 237 / 0.6);
}

.text-purple-100\/70 {
  color: rgb(212 200 237 / 0.7);
}

.text-purple-100\/75 {
  color: rgb(212 200 237 / 0.75);
}

.text-purple-100\/80 {
  color: rgb(212 200 237 / 0.8);
}

.text-purple-100\/90 {
  color: rgb(212 200 237 / 0.9);
}

.text-purple-100\/95 {
  color: rgb(212 200 237 / 0.95);
}

.text-purple-1000 {
  --tw-text-opacity: 1;
  color: rgb(25 18 40 / var(--tw-text-opacity));
}

.text-purple-1000\/0 {
  color: rgb(25 18 40 / 0);
}

.text-purple-1000\/10 {
  color: rgb(25 18 40 / 0.1);
}

.text-purple-1000\/100 {
  color: rgb(25 18 40 / 1);
}

.text-purple-1000\/20 {
  color: rgb(25 18 40 / 0.2);
}

.text-purple-1000\/25 {
  color: rgb(25 18 40 / 0.25);
}

.text-purple-1000\/30 {
  color: rgb(25 18 40 / 0.3);
}

.text-purple-1000\/40 {
  color: rgb(25 18 40 / 0.4);
}

.text-purple-1000\/5 {
  color: rgb(25 18 40 / 0.05);
}

.text-purple-1000\/50 {
  color: rgb(25 18 40 / 0.5);
}

.text-purple-1000\/60 {
  color: rgb(25 18 40 / 0.6);
}

.text-purple-1000\/70 {
  color: rgb(25 18 40 / 0.7);
}

.text-purple-1000\/75 {
  color: rgb(25 18 40 / 0.75);
}

.text-purple-1000\/80 {
  color: rgb(25 18 40 / 0.8);
}

.text-purple-1000\/90 {
  color: rgb(25 18 40 / 0.9);
}

.text-purple-1000\/95 {
  color: rgb(25 18 40 / 0.95);
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(190 173 228 / var(--tw-text-opacity));
}

.text-purple-200\/0 {
  color: rgb(190 173 228 / 0);
}

.text-purple-200\/10 {
  color: rgb(190 173 228 / 0.1);
}

.text-purple-200\/100 {
  color: rgb(190 173 228 / 1);
}

.text-purple-200\/20 {
  color: rgb(190 173 228 / 0.2);
}

.text-purple-200\/25 {
  color: rgb(190 173 228 / 0.25);
}

.text-purple-200\/30 {
  color: rgb(190 173 228 / 0.3);
}

.text-purple-200\/40 {
  color: rgb(190 173 228 / 0.4);
}

.text-purple-200\/5 {
  color: rgb(190 173 228 / 0.05);
}

.text-purple-200\/50 {
  color: rgb(190 173 228 / 0.5);
}

.text-purple-200\/60 {
  color: rgb(190 173 228 / 0.6);
}

.text-purple-200\/70 {
  color: rgb(190 173 228 / 0.7);
}

.text-purple-200\/75 {
  color: rgb(190 173 228 / 0.75);
}

.text-purple-200\/80 {
  color: rgb(190 173 228 / 0.8);
}

.text-purple-200\/90 {
  color: rgb(190 173 228 / 0.9);
}

.text-purple-200\/95 {
  color: rgb(190 173 228 / 0.95);
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(168 145 218 / var(--tw-text-opacity));
}

.text-purple-300\/0 {
  color: rgb(168 145 218 / 0);
}

.text-purple-300\/10 {
  color: rgb(168 145 218 / 0.1);
}

.text-purple-300\/100 {
  color: rgb(168 145 218 / 1);
}

.text-purple-300\/20 {
  color: rgb(168 145 218 / 0.2);
}

.text-purple-300\/25 {
  color: rgb(168 145 218 / 0.25);
}

.text-purple-300\/30 {
  color: rgb(168 145 218 / 0.3);
}

.text-purple-300\/40 {
  color: rgb(168 145 218 / 0.4);
}

.text-purple-300\/5 {
  color: rgb(168 145 218 / 0.05);
}

.text-purple-300\/50 {
  color: rgb(168 145 218 / 0.5);
}

.text-purple-300\/60 {
  color: rgb(168 145 218 / 0.6);
}

.text-purple-300\/70 {
  color: rgb(168 145 218 / 0.7);
}

.text-purple-300\/75 {
  color: rgb(168 145 218 / 0.75);
}

.text-purple-300\/80 {
  color: rgb(168 145 218 / 0.8);
}

.text-purple-300\/90 {
  color: rgb(168 145 218 / 0.9);
}

.text-purple-300\/95 {
  color: rgb(168 145 218 / 0.95);
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(147 118 209 / var(--tw-text-opacity));
}

.text-purple-400\/0 {
  color: rgb(147 118 209 / 0);
}

.text-purple-400\/10 {
  color: rgb(147 118 209 / 0.1);
}

.text-purple-400\/100 {
  color: rgb(147 118 209 / 1);
}

.text-purple-400\/20 {
  color: rgb(147 118 209 / 0.2);
}

.text-purple-400\/25 {
  color: rgb(147 118 209 / 0.25);
}

.text-purple-400\/30 {
  color: rgb(147 118 209 / 0.3);
}

.text-purple-400\/40 {
  color: rgb(147 118 209 / 0.4);
}

.text-purple-400\/5 {
  color: rgb(147 118 209 / 0.05);
}

.text-purple-400\/50 {
  color: rgb(147 118 209 / 0.5);
}

.text-purple-400\/60 {
  color: rgb(147 118 209 / 0.6);
}

.text-purple-400\/70 {
  color: rgb(147 118 209 / 0.7);
}

.text-purple-400\/75 {
  color: rgb(147 118 209 / 0.75);
}

.text-purple-400\/80 {
  color: rgb(147 118 209 / 0.8);
}

.text-purple-400\/90 {
  color: rgb(147 118 209 / 0.9);
}

.text-purple-400\/95 {
  color: rgb(147 118 209 / 0.95);
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(229 222 244 / var(--tw-text-opacity));
}

.text-purple-50\/0 {
  color: rgb(229 222 244 / 0);
}

.text-purple-50\/10 {
  color: rgb(229 222 244 / 0.1);
}

.text-purple-50\/100 {
  color: rgb(229 222 244 / 1);
}

.text-purple-50\/20 {
  color: rgb(229 222 244 / 0.2);
}

.text-purple-50\/25 {
  color: rgb(229 222 244 / 0.25);
}

.text-purple-50\/30 {
  color: rgb(229 222 244 / 0.3);
}

.text-purple-50\/40 {
  color: rgb(229 222 244 / 0.4);
}

.text-purple-50\/5 {
  color: rgb(229 222 244 / 0.05);
}

.text-purple-50\/50 {
  color: rgb(229 222 244 / 0.5);
}

.text-purple-50\/60 {
  color: rgb(229 222 244 / 0.6);
}

.text-purple-50\/70 {
  color: rgb(229 222 244 / 0.7);
}

.text-purple-50\/75 {
  color: rgb(229 222 244 / 0.75);
}

.text-purple-50\/80 {
  color: rgb(229 222 244 / 0.8);
}

.text-purple-50\/90 {
  color: rgb(229 222 244 / 0.9);
}

.text-purple-50\/95 {
  color: rgb(229 222 244 / 0.95);
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(125 90 200 / var(--tw-text-opacity));
}

.text-purple-500\/0 {
  color: rgb(125 90 200 / 0);
}

.text-purple-500\/10 {
  color: rgb(125 90 200 / 0.1);
}

.text-purple-500\/100 {
  color: rgb(125 90 200 / 1);
}

.text-purple-500\/20 {
  color: rgb(125 90 200 / 0.2);
}

.text-purple-500\/25 {
  color: rgb(125 90 200 / 0.25);
}

.text-purple-500\/30 {
  color: rgb(125 90 200 / 0.3);
}

.text-purple-500\/40 {
  color: rgb(125 90 200 / 0.4);
}

.text-purple-500\/5 {
  color: rgb(125 90 200 / 0.05);
}

.text-purple-500\/50 {
  color: rgb(125 90 200 / 0.5);
}

.text-purple-500\/60 {
  color: rgb(125 90 200 / 0.6);
}

.text-purple-500\/70 {
  color: rgb(125 90 200 / 0.7);
}

.text-purple-500\/75 {
  color: rgb(125 90 200 / 0.75);
}

.text-purple-500\/80 {
  color: rgb(125 90 200 / 0.8);
}

.text-purple-500\/90 {
  color: rgb(125 90 200 / 0.9);
}

.text-purple-500\/95 {
  color: rgb(125 90 200 / 0.95);
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(104 75 167 / var(--tw-text-opacity));
}

.text-purple-600\/0 {
  color: rgb(104 75 167 / 0);
}

.text-purple-600\/10 {
  color: rgb(104 75 167 / 0.1);
}

.text-purple-600\/100 {
  color: rgb(104 75 167 / 1);
}

.text-purple-600\/20 {
  color: rgb(104 75 167 / 0.2);
}

.text-purple-600\/25 {
  color: rgb(104 75 167 / 0.25);
}

.text-purple-600\/30 {
  color: rgb(104 75 167 / 0.3);
}

.text-purple-600\/40 {
  color: rgb(104 75 167 / 0.4);
}

.text-purple-600\/5 {
  color: rgb(104 75 167 / 0.05);
}

.text-purple-600\/50 {
  color: rgb(104 75 167 / 0.5);
}

.text-purple-600\/60 {
  color: rgb(104 75 167 / 0.6);
}

.text-purple-600\/70 {
  color: rgb(104 75 167 / 0.7);
}

.text-purple-600\/75 {
  color: rgb(104 75 167 / 0.75);
}

.text-purple-600\/80 {
  color: rgb(104 75 167 / 0.8);
}

.text-purple-600\/90 {
  color: rgb(104 75 167 / 0.9);
}

.text-purple-600\/95 {
  color: rgb(104 75 167 / 0.95);
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(83 60 133 / var(--tw-text-opacity));
}

.text-purple-700\/0 {
  color: rgb(83 60 133 / 0);
}

.text-purple-700\/10 {
  color: rgb(83 60 133 / 0.1);
}

.text-purple-700\/100 {
  color: rgb(83 60 133 / 1);
}

.text-purple-700\/20 {
  color: rgb(83 60 133 / 0.2);
}

.text-purple-700\/25 {
  color: rgb(83 60 133 / 0.25);
}

.text-purple-700\/30 {
  color: rgb(83 60 133 / 0.3);
}

.text-purple-700\/40 {
  color: rgb(83 60 133 / 0.4);
}

.text-purple-700\/5 {
  color: rgb(83 60 133 / 0.05);
}

.text-purple-700\/50 {
  color: rgb(83 60 133 / 0.5);
}

.text-purple-700\/60 {
  color: rgb(83 60 133 / 0.6);
}

.text-purple-700\/70 {
  color: rgb(83 60 133 / 0.7);
}

.text-purple-700\/75 {
  color: rgb(83 60 133 / 0.75);
}

.text-purple-700\/80 {
  color: rgb(83 60 133 / 0.8);
}

.text-purple-700\/90 {
  color: rgb(83 60 133 / 0.9);
}

.text-purple-700\/95 {
  color: rgb(83 60 133 / 0.95);
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(63 45 100 / var(--tw-text-opacity));
}

.text-purple-800\/0 {
  color: rgb(63 45 100 / 0);
}

.text-purple-800\/10 {
  color: rgb(63 45 100 / 0.1);
}

.text-purple-800\/100 {
  color: rgb(63 45 100 / 1);
}

.text-purple-800\/20 {
  color: rgb(63 45 100 / 0.2);
}

.text-purple-800\/25 {
  color: rgb(63 45 100 / 0.25);
}

.text-purple-800\/30 {
  color: rgb(63 45 100 / 0.3);
}

.text-purple-800\/40 {
  color: rgb(63 45 100 / 0.4);
}

.text-purple-800\/5 {
  color: rgb(63 45 100 / 0.05);
}

.text-purple-800\/50 {
  color: rgb(63 45 100 / 0.5);
}

.text-purple-800\/60 {
  color: rgb(63 45 100 / 0.6);
}

.text-purple-800\/70 {
  color: rgb(63 45 100 / 0.7);
}

.text-purple-800\/75 {
  color: rgb(63 45 100 / 0.75);
}

.text-purple-800\/80 {
  color: rgb(63 45 100 / 0.8);
}

.text-purple-800\/90 {
  color: rgb(63 45 100 / 0.9);
}

.text-purple-800\/95 {
  color: rgb(63 45 100 / 0.95);
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(42 30 67 / var(--tw-text-opacity));
}

.text-purple-900\/0 {
  color: rgb(42 30 67 / 0);
}

.text-purple-900\/10 {
  color: rgb(42 30 67 / 0.1);
}

.text-purple-900\/100 {
  color: rgb(42 30 67 / 1);
}

.text-purple-900\/20 {
  color: rgb(42 30 67 / 0.2);
}

.text-purple-900\/25 {
  color: rgb(42 30 67 / 0.25);
}

.text-purple-900\/30 {
  color: rgb(42 30 67 / 0.3);
}

.text-purple-900\/40 {
  color: rgb(42 30 67 / 0.4);
}

.text-purple-900\/5 {
  color: rgb(42 30 67 / 0.05);
}

.text-purple-900\/50 {
  color: rgb(42 30 67 / 0.5);
}

.text-purple-900\/60 {
  color: rgb(42 30 67 / 0.6);
}

.text-purple-900\/70 {
  color: rgb(42 30 67 / 0.7);
}

.text-purple-900\/75 {
  color: rgb(42 30 67 / 0.75);
}

.text-purple-900\/80 {
  color: rgb(42 30 67 / 0.8);
}

.text-purple-900\/90 {
  color: rgb(42 30 67 / 0.9);
}

.text-purple-900\/95 {
  color: rgb(42 30 67 / 0.95);
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(241 194 187 / var(--tw-text-opacity));
}

.text-red-100\/0 {
  color: rgb(241 194 187 / 0);
}

.text-red-100\/10 {
  color: rgb(241 194 187 / 0.1);
}

.text-red-100\/100 {
  color: rgb(241 194 187 / 1);
}

.text-red-100\/20 {
  color: rgb(241 194 187 / 0.2);
}

.text-red-100\/25 {
  color: rgb(241 194 187 / 0.25);
}

.text-red-100\/30 {
  color: rgb(241 194 187 / 0.3);
}

.text-red-100\/40 {
  color: rgb(241 194 187 / 0.4);
}

.text-red-100\/5 {
  color: rgb(241 194 187 / 0.05);
}

.text-red-100\/50 {
  color: rgb(241 194 187 / 0.5);
}

.text-red-100\/60 {
  color: rgb(241 194 187 / 0.6);
}

.text-red-100\/70 {
  color: rgb(241 194 187 / 0.7);
}

.text-red-100\/75 {
  color: rgb(241 194 187 / 0.75);
}

.text-red-100\/80 {
  color: rgb(241 194 187 / 0.8);
}

.text-red-100\/90 {
  color: rgb(241 194 187 / 0.9);
}

.text-red-100\/95 {
  color: rgb(241 194 187 / 0.95);
}

.text-red-1000 {
  --tw-text-opacity: 1;
  color: rgb(43 15 10 / var(--tw-text-opacity));
}

.text-red-1000\/0 {
  color: rgb(43 15 10 / 0);
}

.text-red-1000\/10 {
  color: rgb(43 15 10 / 0.1);
}

.text-red-1000\/100 {
  color: rgb(43 15 10 / 1);
}

.text-red-1000\/20 {
  color: rgb(43 15 10 / 0.2);
}

.text-red-1000\/25 {
  color: rgb(43 15 10 / 0.25);
}

.text-red-1000\/30 {
  color: rgb(43 15 10 / 0.3);
}

.text-red-1000\/40 {
  color: rgb(43 15 10 / 0.4);
}

.text-red-1000\/5 {
  color: rgb(43 15 10 / 0.05);
}

.text-red-1000\/50 {
  color: rgb(43 15 10 / 0.5);
}

.text-red-1000\/60 {
  color: rgb(43 15 10 / 0.6);
}

.text-red-1000\/70 {
  color: rgb(43 15 10 / 0.7);
}

.text-red-1000\/75 {
  color: rgb(43 15 10 / 0.75);
}

.text-red-1000\/80 {
  color: rgb(43 15 10 / 0.8);
}

.text-red-1000\/90 {
  color: rgb(43 15 10 / 0.9);
}

.text-red-1000\/95 {
  color: rgb(43 15 10 / 0.95);
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(235 164 153 / var(--tw-text-opacity));
}

.text-red-200\/0 {
  color: rgb(235 164 153 / 0);
}

.text-red-200\/10 {
  color: rgb(235 164 153 / 0.1);
}

.text-red-200\/100 {
  color: rgb(235 164 153 / 1);
}

.text-red-200\/20 {
  color: rgb(235 164 153 / 0.2);
}

.text-red-200\/25 {
  color: rgb(235 164 153 / 0.25);
}

.text-red-200\/30 {
  color: rgb(235 164 153 / 0.3);
}

.text-red-200\/40 {
  color: rgb(235 164 153 / 0.4);
}

.text-red-200\/5 {
  color: rgb(235 164 153 / 0.05);
}

.text-red-200\/50 {
  color: rgb(235 164 153 / 0.5);
}

.text-red-200\/60 {
  color: rgb(235 164 153 / 0.6);
}

.text-red-200\/70 {
  color: rgb(235 164 153 / 0.7);
}

.text-red-200\/75 {
  color: rgb(235 164 153 / 0.75);
}

.text-red-200\/80 {
  color: rgb(235 164 153 / 0.8);
}

.text-red-200\/90 {
  color: rgb(235 164 153 / 0.9);
}

.text-red-200\/95 {
  color: rgb(235 164 153 / 0.95);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(228 134 119 / var(--tw-text-opacity));
}

.text-red-300\/0 {
  color: rgb(228 134 119 / 0);
}

.text-red-300\/10 {
  color: rgb(228 134 119 / 0.1);
}

.text-red-300\/100 {
  color: rgb(228 134 119 / 1);
}

.text-red-300\/20 {
  color: rgb(228 134 119 / 0.2);
}

.text-red-300\/25 {
  color: rgb(228 134 119 / 0.25);
}

.text-red-300\/30 {
  color: rgb(228 134 119 / 0.3);
}

.text-red-300\/40 {
  color: rgb(228 134 119 / 0.4);
}

.text-red-300\/5 {
  color: rgb(228 134 119 / 0.05);
}

.text-red-300\/50 {
  color: rgb(228 134 119 / 0.5);
}

.text-red-300\/60 {
  color: rgb(228 134 119 / 0.6);
}

.text-red-300\/70 {
  color: rgb(228 134 119 / 0.7);
}

.text-red-300\/75 {
  color: rgb(228 134 119 / 0.75);
}

.text-red-300\/80 {
  color: rgb(228 134 119 / 0.8);
}

.text-red-300\/90 {
  color: rgb(228 134 119 / 0.9);
}

.text-red-300\/95 {
  color: rgb(228 134 119 / 0.95);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(221 103 85 / var(--tw-text-opacity));
}

.text-red-400\/0 {
  color: rgb(221 103 85 / 0);
}

.text-red-400\/10 {
  color: rgb(221 103 85 / 0.1);
}

.text-red-400\/100 {
  color: rgb(221 103 85 / 1);
}

.text-red-400\/20 {
  color: rgb(221 103 85 / 0.2);
}

.text-red-400\/25 {
  color: rgb(221 103 85 / 0.25);
}

.text-red-400\/30 {
  color: rgb(221 103 85 / 0.3);
}

.text-red-400\/40 {
  color: rgb(221 103 85 / 0.4);
}

.text-red-400\/5 {
  color: rgb(221 103 85 / 0.05);
}

.text-red-400\/50 {
  color: rgb(221 103 85 / 0.5);
}

.text-red-400\/60 {
  color: rgb(221 103 85 / 0.6);
}

.text-red-400\/70 {
  color: rgb(221 103 85 / 0.7);
}

.text-red-400\/75 {
  color: rgb(221 103 85 / 0.75);
}

.text-red-400\/80 {
  color: rgb(221 103 85 / 0.8);
}

.text-red-400\/90 {
  color: rgb(221 103 85 / 0.9);
}

.text-red-400\/95 {
  color: rgb(221 103 85 / 0.95);
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(247 219 214 / var(--tw-text-opacity));
}

.text-red-50\/0 {
  color: rgb(247 219 214 / 0);
}

.text-red-50\/10 {
  color: rgb(247 219 214 / 0.1);
}

.text-red-50\/100 {
  color: rgb(247 219 214 / 1);
}

.text-red-50\/20 {
  color: rgb(247 219 214 / 0.2);
}

.text-red-50\/25 {
  color: rgb(247 219 214 / 0.25);
}

.text-red-50\/30 {
  color: rgb(247 219 214 / 0.3);
}

.text-red-50\/40 {
  color: rgb(247 219 214 / 0.4);
}

.text-red-50\/5 {
  color: rgb(247 219 214 / 0.05);
}

.text-red-50\/50 {
  color: rgb(247 219 214 / 0.5);
}

.text-red-50\/60 {
  color: rgb(247 219 214 / 0.6);
}

.text-red-50\/70 {
  color: rgb(247 219 214 / 0.7);
}

.text-red-50\/75 {
  color: rgb(247 219 214 / 0.75);
}

.text-red-50\/80 {
  color: rgb(247 219 214 / 0.8);
}

.text-red-50\/90 {
  color: rgb(247 219 214 / 0.9);
}

.text-red-50\/95 {
  color: rgb(247 219 214 / 0.95);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(214 73 51 / var(--tw-text-opacity));
}

.text-red-500\/0 {
  color: rgb(214 73 51 / 0);
}

.text-red-500\/10 {
  color: rgb(214 73 51 / 0.1);
}

.text-red-500\/100 {
  color: rgb(214 73 51 / 1);
}

.text-red-500\/20 {
  color: rgb(214 73 51 / 0.2);
}

.text-red-500\/25 {
  color: rgb(214 73 51 / 0.25);
}

.text-red-500\/30 {
  color: rgb(214 73 51 / 0.3);
}

.text-red-500\/40 {
  color: rgb(214 73 51 / 0.4);
}

.text-red-500\/5 {
  color: rgb(214 73 51 / 0.05);
}

.text-red-500\/50 {
  color: rgb(214 73 51 / 0.5);
}

.text-red-500\/60 {
  color: rgb(214 73 51 / 0.6);
}

.text-red-500\/70 {
  color: rgb(214 73 51 / 0.7);
}

.text-red-500\/75 {
  color: rgb(214 73 51 / 0.75);
}

.text-red-500\/80 {
  color: rgb(214 73 51 / 0.8);
}

.text-red-500\/90 {
  color: rgb(214 73 51 / 0.9);
}

.text-red-500\/95 {
  color: rgb(214 73 51 / 0.95);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(178 61 43 / var(--tw-text-opacity));
}

.text-red-600\/0 {
  color: rgb(178 61 43 / 0);
}

.text-red-600\/10 {
  color: rgb(178 61 43 / 0.1);
}

.text-red-600\/100 {
  color: rgb(178 61 43 / 1);
}

.text-red-600\/20 {
  color: rgb(178 61 43 / 0.2);
}

.text-red-600\/25 {
  color: rgb(178 61 43 / 0.25);
}

.text-red-600\/30 {
  color: rgb(178 61 43 / 0.3);
}

.text-red-600\/40 {
  color: rgb(178 61 43 / 0.4);
}

.text-red-600\/5 {
  color: rgb(178 61 43 / 0.05);
}

.text-red-600\/50 {
  color: rgb(178 61 43 / 0.5);
}

.text-red-600\/60 {
  color: rgb(178 61 43 / 0.6);
}

.text-red-600\/70 {
  color: rgb(178 61 43 / 0.7);
}

.text-red-600\/75 {
  color: rgb(178 61 43 / 0.75);
}

.text-red-600\/80 {
  color: rgb(178 61 43 / 0.8);
}

.text-red-600\/90 {
  color: rgb(178 61 43 / 0.9);
}

.text-red-600\/95 {
  color: rgb(178 61 43 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(143 49 34 / var(--tw-text-opacity));
}

.text-red-700\/0 {
  color: rgb(143 49 34 / 0);
}

.text-red-700\/10 {
  color: rgb(143 49 34 / 0.1);
}

.text-red-700\/100 {
  color: rgb(143 49 34 / 1);
}

.text-red-700\/20 {
  color: rgb(143 49 34 / 0.2);
}

.text-red-700\/25 {
  color: rgb(143 49 34 / 0.25);
}

.text-red-700\/30 {
  color: rgb(143 49 34 / 0.3);
}

.text-red-700\/40 {
  color: rgb(143 49 34 / 0.4);
}

.text-red-700\/5 {
  color: rgb(143 49 34 / 0.05);
}

.text-red-700\/50 {
  color: rgb(143 49 34 / 0.5);
}

.text-red-700\/60 {
  color: rgb(143 49 34 / 0.6);
}

.text-red-700\/70 {
  color: rgb(143 49 34 / 0.7);
}

.text-red-700\/75 {
  color: rgb(143 49 34 / 0.75);
}

.text-red-700\/80 {
  color: rgb(143 49 34 / 0.8);
}

.text-red-700\/90 {
  color: rgb(143 49 34 / 0.9);
}

.text-red-700\/95 {
  color: rgb(143 49 34 / 0.95);
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(107 37 26 / var(--tw-text-opacity));
}

.text-red-800\/0 {
  color: rgb(107 37 26 / 0);
}

.text-red-800\/10 {
  color: rgb(107 37 26 / 0.1);
}

.text-red-800\/100 {
  color: rgb(107 37 26 / 1);
}

.text-red-800\/20 {
  color: rgb(107 37 26 / 0.2);
}

.text-red-800\/25 {
  color: rgb(107 37 26 / 0.25);
}

.text-red-800\/30 {
  color: rgb(107 37 26 / 0.3);
}

.text-red-800\/40 {
  color: rgb(107 37 26 / 0.4);
}

.text-red-800\/5 {
  color: rgb(107 37 26 / 0.05);
}

.text-red-800\/50 {
  color: rgb(107 37 26 / 0.5);
}

.text-red-800\/60 {
  color: rgb(107 37 26 / 0.6);
}

.text-red-800\/70 {
  color: rgb(107 37 26 / 0.7);
}

.text-red-800\/75 {
  color: rgb(107 37 26 / 0.75);
}

.text-red-800\/80 {
  color: rgb(107 37 26 / 0.8);
}

.text-red-800\/90 {
  color: rgb(107 37 26 / 0.9);
}

.text-red-800\/95 {
  color: rgb(107 37 26 / 0.95);
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(71 24 17 / var(--tw-text-opacity));
}

.text-red-900\/0 {
  color: rgb(71 24 17 / 0);
}

.text-red-900\/10 {
  color: rgb(71 24 17 / 0.1);
}

.text-red-900\/100 {
  color: rgb(71 24 17 / 1);
}

.text-red-900\/20 {
  color: rgb(71 24 17 / 0.2);
}

.text-red-900\/25 {
  color: rgb(71 24 17 / 0.25);
}

.text-red-900\/30 {
  color: rgb(71 24 17 / 0.3);
}

.text-red-900\/40 {
  color: rgb(71 24 17 / 0.4);
}

.text-red-900\/5 {
  color: rgb(71 24 17 / 0.05);
}

.text-red-900\/50 {
  color: rgb(71 24 17 / 0.5);
}

.text-red-900\/60 {
  color: rgb(71 24 17 / 0.6);
}

.text-red-900\/70 {
  color: rgb(71 24 17 / 0.7);
}

.text-red-900\/75 {
  color: rgb(71 24 17 / 0.75);
}

.text-red-900\/80 {
  color: rgb(71 24 17 / 0.8);
}

.text-red-900\/90 {
  color: rgb(71 24 17 / 0.9);
}

.text-red-900\/95 {
  color: rgb(71 24 17 / 0.95);
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(195 243 235 / var(--tw-text-opacity));
}

.text-teal-100\/0 {
  color: rgb(195 243 235 / 0);
}

.text-teal-100\/10 {
  color: rgb(195 243 235 / 0.1);
}

.text-teal-100\/100 {
  color: rgb(195 243 235 / 1);
}

.text-teal-100\/20 {
  color: rgb(195 243 235 / 0.2);
}

.text-teal-100\/25 {
  color: rgb(195 243 235 / 0.25);
}

.text-teal-100\/30 {
  color: rgb(195 243 235 / 0.3);
}

.text-teal-100\/40 {
  color: rgb(195 243 235 / 0.4);
}

.text-teal-100\/5 {
  color: rgb(195 243 235 / 0.05);
}

.text-teal-100\/50 {
  color: rgb(195 243 235 / 0.5);
}

.text-teal-100\/60 {
  color: rgb(195 243 235 / 0.6);
}

.text-teal-100\/70 {
  color: rgb(195 243 235 / 0.7);
}

.text-teal-100\/75 {
  color: rgb(195 243 235 / 0.75);
}

.text-teal-100\/80 {
  color: rgb(195 243 235 / 0.8);
}

.text-teal-100\/90 {
  color: rgb(195 243 235 / 0.9);
}

.text-teal-100\/95 {
  color: rgb(195 243 235 / 0.95);
}

.text-teal-1000 {
  --tw-text-opacity: 1;
  color: rgb(15 44 39 / var(--tw-text-opacity));
}

.text-teal-1000\/0 {
  color: rgb(15 44 39 / 0);
}

.text-teal-1000\/10 {
  color: rgb(15 44 39 / 0.1);
}

.text-teal-1000\/100 {
  color: rgb(15 44 39 / 1);
}

.text-teal-1000\/20 {
  color: rgb(15 44 39 / 0.2);
}

.text-teal-1000\/25 {
  color: rgb(15 44 39 / 0.25);
}

.text-teal-1000\/30 {
  color: rgb(15 44 39 / 0.3);
}

.text-teal-1000\/40 {
  color: rgb(15 44 39 / 0.4);
}

.text-teal-1000\/5 {
  color: rgb(15 44 39 / 0.05);
}

.text-teal-1000\/50 {
  color: rgb(15 44 39 / 0.5);
}

.text-teal-1000\/60 {
  color: rgb(15 44 39 / 0.6);
}

.text-teal-1000\/70 {
  color: rgb(15 44 39 / 0.7);
}

.text-teal-1000\/75 {
  color: rgb(15 44 39 / 0.75);
}

.text-teal-1000\/80 {
  color: rgb(15 44 39 / 0.8);
}

.text-teal-1000\/90 {
  color: rgb(15 44 39 / 0.9);
}

.text-teal-1000\/95 {
  color: rgb(15 44 39 / 0.95);
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(165 238 225 / var(--tw-text-opacity));
}

.text-teal-200\/0 {
  color: rgb(165 238 225 / 0);
}

.text-teal-200\/10 {
  color: rgb(165 238 225 / 0.1);
}

.text-teal-200\/100 {
  color: rgb(165 238 225 / 1);
}

.text-teal-200\/20 {
  color: rgb(165 238 225 / 0.2);
}

.text-teal-200\/25 {
  color: rgb(165 238 225 / 0.25);
}

.text-teal-200\/30 {
  color: rgb(165 238 225 / 0.3);
}

.text-teal-200\/40 {
  color: rgb(165 238 225 / 0.4);
}

.text-teal-200\/5 {
  color: rgb(165 238 225 / 0.05);
}

.text-teal-200\/50 {
  color: rgb(165 238 225 / 0.5);
}

.text-teal-200\/60 {
  color: rgb(165 238 225 / 0.6);
}

.text-teal-200\/70 {
  color: rgb(165 238 225 / 0.7);
}

.text-teal-200\/75 {
  color: rgb(165 238 225 / 0.75);
}

.text-teal-200\/80 {
  color: rgb(165 238 225 / 0.8);
}

.text-teal-200\/90 {
  color: rgb(165 238 225 / 0.9);
}

.text-teal-200\/95 {
  color: rgb(165 238 225 / 0.95);
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(135 232 215 / var(--tw-text-opacity));
}

.text-teal-300\/0 {
  color: rgb(135 232 215 / 0);
}

.text-teal-300\/10 {
  color: rgb(135 232 215 / 0.1);
}

.text-teal-300\/100 {
  color: rgb(135 232 215 / 1);
}

.text-teal-300\/20 {
  color: rgb(135 232 215 / 0.2);
}

.text-teal-300\/25 {
  color: rgb(135 232 215 / 0.25);
}

.text-teal-300\/30 {
  color: rgb(135 232 215 / 0.3);
}

.text-teal-300\/40 {
  color: rgb(135 232 215 / 0.4);
}

.text-teal-300\/5 {
  color: rgb(135 232 215 / 0.05);
}

.text-teal-300\/50 {
  color: rgb(135 232 215 / 0.5);
}

.text-teal-300\/60 {
  color: rgb(135 232 215 / 0.6);
}

.text-teal-300\/70 {
  color: rgb(135 232 215 / 0.7);
}

.text-teal-300\/75 {
  color: rgb(135 232 215 / 0.75);
}

.text-teal-300\/80 {
  color: rgb(135 232 215 / 0.8);
}

.text-teal-300\/90 {
  color: rgb(135 232 215 / 0.9);
}

.text-teal-300\/95 {
  color: rgb(135 232 215 / 0.95);
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(105 226 205 / var(--tw-text-opacity));
}

.text-teal-400\/0 {
  color: rgb(105 226 205 / 0);
}

.text-teal-400\/10 {
  color: rgb(105 226 205 / 0.1);
}

.text-teal-400\/100 {
  color: rgb(105 226 205 / 1);
}

.text-teal-400\/20 {
  color: rgb(105 226 205 / 0.2);
}

.text-teal-400\/25 {
  color: rgb(105 226 205 / 0.25);
}

.text-teal-400\/30 {
  color: rgb(105 226 205 / 0.3);
}

.text-teal-400\/40 {
  color: rgb(105 226 205 / 0.4);
}

.text-teal-400\/5 {
  color: rgb(105 226 205 / 0.05);
}

.text-teal-400\/50 {
  color: rgb(105 226 205 / 0.5);
}

.text-teal-400\/60 {
  color: rgb(105 226 205 / 0.6);
}

.text-teal-400\/70 {
  color: rgb(105 226 205 / 0.7);
}

.text-teal-400\/75 {
  color: rgb(105 226 205 / 0.75);
}

.text-teal-400\/80 {
  color: rgb(105 226 205 / 0.8);
}

.text-teal-400\/90 {
  color: rgb(105 226 205 / 0.9);
}

.text-teal-400\/95 {
  color: rgb(105 226 205 / 0.95);
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(219 248 243 / var(--tw-text-opacity));
}

.text-teal-50\/0 {
  color: rgb(219 248 243 / 0);
}

.text-teal-50\/10 {
  color: rgb(219 248 243 / 0.1);
}

.text-teal-50\/100 {
  color: rgb(219 248 243 / 1);
}

.text-teal-50\/20 {
  color: rgb(219 248 243 / 0.2);
}

.text-teal-50\/25 {
  color: rgb(219 248 243 / 0.25);
}

.text-teal-50\/30 {
  color: rgb(219 248 243 / 0.3);
}

.text-teal-50\/40 {
  color: rgb(219 248 243 / 0.4);
}

.text-teal-50\/5 {
  color: rgb(219 248 243 / 0.05);
}

.text-teal-50\/50 {
  color: rgb(219 248 243 / 0.5);
}

.text-teal-50\/60 {
  color: rgb(219 248 243 / 0.6);
}

.text-teal-50\/70 {
  color: rgb(219 248 243 / 0.7);
}

.text-teal-50\/75 {
  color: rgb(219 248 243 / 0.75);
}

.text-teal-50\/80 {
  color: rgb(219 248 243 / 0.8);
}

.text-teal-50\/90 {
  color: rgb(219 248 243 / 0.9);
}

.text-teal-50\/95 {
  color: rgb(219 248 243 / 0.95);
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(75 220 195 / var(--tw-text-opacity));
}

.text-teal-500\/0 {
  color: rgb(75 220 195 / 0);
}

.text-teal-500\/10 {
  color: rgb(75 220 195 / 0.1);
}

.text-teal-500\/100 {
  color: rgb(75 220 195 / 1);
}

.text-teal-500\/20 {
  color: rgb(75 220 195 / 0.2);
}

.text-teal-500\/25 {
  color: rgb(75 220 195 / 0.25);
}

.text-teal-500\/30 {
  color: rgb(75 220 195 / 0.3);
}

.text-teal-500\/40 {
  color: rgb(75 220 195 / 0.4);
}

.text-teal-500\/5 {
  color: rgb(75 220 195 / 0.05);
}

.text-teal-500\/50 {
  color: rgb(75 220 195 / 0.5);
}

.text-teal-500\/60 {
  color: rgb(75 220 195 / 0.6);
}

.text-teal-500\/70 {
  color: rgb(75 220 195 / 0.7);
}

.text-teal-500\/75 {
  color: rgb(75 220 195 / 0.75);
}

.text-teal-500\/80 {
  color: rgb(75 220 195 / 0.8);
}

.text-teal-500\/90 {
  color: rgb(75 220 195 / 0.9);
}

.text-teal-500\/95 {
  color: rgb(75 220 195 / 0.95);
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(63 183 163 / var(--tw-text-opacity));
}

.text-teal-600\/0 {
  color: rgb(63 183 163 / 0);
}

.text-teal-600\/10 {
  color: rgb(63 183 163 / 0.1);
}

.text-teal-600\/100 {
  color: rgb(63 183 163 / 1);
}

.text-teal-600\/20 {
  color: rgb(63 183 163 / 0.2);
}

.text-teal-600\/25 {
  color: rgb(63 183 163 / 0.25);
}

.text-teal-600\/30 {
  color: rgb(63 183 163 / 0.3);
}

.text-teal-600\/40 {
  color: rgb(63 183 163 / 0.4);
}

.text-teal-600\/5 {
  color: rgb(63 183 163 / 0.05);
}

.text-teal-600\/50 {
  color: rgb(63 183 163 / 0.5);
}

.text-teal-600\/60 {
  color: rgb(63 183 163 / 0.6);
}

.text-teal-600\/70 {
  color: rgb(63 183 163 / 0.7);
}

.text-teal-600\/75 {
  color: rgb(63 183 163 / 0.75);
}

.text-teal-600\/80 {
  color: rgb(63 183 163 / 0.8);
}

.text-teal-600\/90 {
  color: rgb(63 183 163 / 0.9);
}

.text-teal-600\/95 {
  color: rgb(63 183 163 / 0.95);
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(50 147 130 / var(--tw-text-opacity));
}

.text-teal-700\/0 {
  color: rgb(50 147 130 / 0);
}

.text-teal-700\/10 {
  color: rgb(50 147 130 / 0.1);
}

.text-teal-700\/100 {
  color: rgb(50 147 130 / 1);
}

.text-teal-700\/20 {
  color: rgb(50 147 130 / 0.2);
}

.text-teal-700\/25 {
  color: rgb(50 147 130 / 0.25);
}

.text-teal-700\/30 {
  color: rgb(50 147 130 / 0.3);
}

.text-teal-700\/40 {
  color: rgb(50 147 130 / 0.4);
}

.text-teal-700\/5 {
  color: rgb(50 147 130 / 0.05);
}

.text-teal-700\/50 {
  color: rgb(50 147 130 / 0.5);
}

.text-teal-700\/60 {
  color: rgb(50 147 130 / 0.6);
}

.text-teal-700\/70 {
  color: rgb(50 147 130 / 0.7);
}

.text-teal-700\/75 {
  color: rgb(50 147 130 / 0.75);
}

.text-teal-700\/80 {
  color: rgb(50 147 130 / 0.8);
}

.text-teal-700\/90 {
  color: rgb(50 147 130 / 0.9);
}

.text-teal-700\/95 {
  color: rgb(50 147 130 / 0.95);
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(38 110 98 / var(--tw-text-opacity));
}

.text-teal-800\/0 {
  color: rgb(38 110 98 / 0);
}

.text-teal-800\/10 {
  color: rgb(38 110 98 / 0.1);
}

.text-teal-800\/100 {
  color: rgb(38 110 98 / 1);
}

.text-teal-800\/20 {
  color: rgb(38 110 98 / 0.2);
}

.text-teal-800\/25 {
  color: rgb(38 110 98 / 0.25);
}

.text-teal-800\/30 {
  color: rgb(38 110 98 / 0.3);
}

.text-teal-800\/40 {
  color: rgb(38 110 98 / 0.4);
}

.text-teal-800\/5 {
  color: rgb(38 110 98 / 0.05);
}

.text-teal-800\/50 {
  color: rgb(38 110 98 / 0.5);
}

.text-teal-800\/60 {
  color: rgb(38 110 98 / 0.6);
}

.text-teal-800\/70 {
  color: rgb(38 110 98 / 0.7);
}

.text-teal-800\/75 {
  color: rgb(38 110 98 / 0.75);
}

.text-teal-800\/80 {
  color: rgb(38 110 98 / 0.8);
}

.text-teal-800\/90 {
  color: rgb(38 110 98 / 0.9);
}

.text-teal-800\/95 {
  color: rgb(38 110 98 / 0.95);
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(25 73 65 / var(--tw-text-opacity));
}

.text-teal-900\/0 {
  color: rgb(25 73 65 / 0);
}

.text-teal-900\/10 {
  color: rgb(25 73 65 / 0.1);
}

.text-teal-900\/100 {
  color: rgb(25 73 65 / 1);
}

.text-teal-900\/20 {
  color: rgb(25 73 65 / 0.2);
}

.text-teal-900\/25 {
  color: rgb(25 73 65 / 0.25);
}

.text-teal-900\/30 {
  color: rgb(25 73 65 / 0.3);
}

.text-teal-900\/40 {
  color: rgb(25 73 65 / 0.4);
}

.text-teal-900\/5 {
  color: rgb(25 73 65 / 0.05);
}

.text-teal-900\/50 {
  color: rgb(25 73 65 / 0.5);
}

.text-teal-900\/60 {
  color: rgb(25 73 65 / 0.6);
}

.text-teal-900\/70 {
  color: rgb(25 73 65 / 0.7);
}

.text-teal-900\/75 {
  color: rgb(25 73 65 / 0.75);
}

.text-teal-900\/80 {
  color: rgb(25 73 65 / 0.8);
}

.text-teal-900\/90 {
  color: rgb(25 73 65 / 0.9);
}

.text-teal-900\/95 {
  color: rgb(25 73 65 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 247 195 / var(--tw-text-opacity));
}

.text-yellow-100\/0 {
  color: rgb(254 247 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 247 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 247 195 / 1);
}

.text-yellow-100\/20 {
  color: rgb(254 247 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 247 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 247 195 / 0.3);
}

.text-yellow-100\/40 {
  color: rgb(254 247 195 / 0.4);
}

.text-yellow-100\/5 {
  color: rgb(254 247 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 247 195 / 0.5);
}

.text-yellow-100\/60 {
  color: rgb(254 247 195 / 0.6);
}

.text-yellow-100\/70 {
  color: rgb(254 247 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 247 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 247 195 / 0.8);
}

.text-yellow-100\/90 {
  color: rgb(254 247 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 247 195 / 0.95);
}

.text-yellow-1000 {
  --tw-text-opacity: 1;
  color: rgb(51 46 15 / var(--tw-text-opacity));
}

.text-yellow-1000\/0 {
  color: rgb(51 46 15 / 0);
}

.text-yellow-1000\/10 {
  color: rgb(51 46 15 / 0.1);
}

.text-yellow-1000\/100 {
  color: rgb(51 46 15 / 1);
}

.text-yellow-1000\/20 {
  color: rgb(51 46 15 / 0.2);
}

.text-yellow-1000\/25 {
  color: rgb(51 46 15 / 0.25);
}

.text-yellow-1000\/30 {
  color: rgb(51 46 15 / 0.3);
}

.text-yellow-1000\/40 {
  color: rgb(51 46 15 / 0.4);
}

.text-yellow-1000\/5 {
  color: rgb(51 46 15 / 0.05);
}

.text-yellow-1000\/50 {
  color: rgb(51 46 15 / 0.5);
}

.text-yellow-1000\/60 {
  color: rgb(51 46 15 / 0.6);
}

.text-yellow-1000\/70 {
  color: rgb(51 46 15 / 0.7);
}

.text-yellow-1000\/75 {
  color: rgb(51 46 15 / 0.75);
}

.text-yellow-1000\/80 {
  color: rgb(51 46 15 / 0.8);
}

.text-yellow-1000\/90 {
  color: rgb(51 46 15 / 0.9);
}

.text-yellow-1000\/95 {
  color: rgb(51 46 15 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 243 166 / var(--tw-text-opacity));
}

.text-yellow-200\/0 {
  color: rgb(254 243 166 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 243 166 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 243 166 / 1);
}

.text-yellow-200\/20 {
  color: rgb(254 243 166 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 243 166 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 243 166 / 0.3);
}

.text-yellow-200\/40 {
  color: rgb(254 243 166 / 0.4);
}

.text-yellow-200\/5 {
  color: rgb(254 243 166 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 243 166 / 0.5);
}

.text-yellow-200\/60 {
  color: rgb(254 243 166 / 0.6);
}

.text-yellow-200\/70 {
  color: rgb(254 243 166 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 243 166 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 243 166 / 0.8);
}

.text-yellow-200\/90 {
  color: rgb(254 243 166 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 243 166 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(254 239 136 / var(--tw-text-opacity));
}

.text-yellow-300\/0 {
  color: rgb(254 239 136 / 0);
}

.text-yellow-300\/10 {
  color: rgb(254 239 136 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(254 239 136 / 1);
}

.text-yellow-300\/20 {
  color: rgb(254 239 136 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(254 239 136 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(254 239 136 / 0.3);
}

.text-yellow-300\/40 {
  color: rgb(254 239 136 / 0.4);
}

.text-yellow-300\/5 {
  color: rgb(254 239 136 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(254 239 136 / 0.5);
}

.text-yellow-300\/60 {
  color: rgb(254 239 136 / 0.6);
}

.text-yellow-300\/70 {
  color: rgb(254 239 136 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(254 239 136 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(254 239 136 / 0.8);
}

.text-yellow-300\/90 {
  color: rgb(254 239 136 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(254 239 136 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(253 235 106 / var(--tw-text-opacity));
}

.text-yellow-400\/0 {
  color: rgb(253 235 106 / 0);
}

.text-yellow-400\/10 {
  color: rgb(253 235 106 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(253 235 106 / 1);
}

.text-yellow-400\/20 {
  color: rgb(253 235 106 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(253 235 106 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(253 235 106 / 0.3);
}

.text-yellow-400\/40 {
  color: rgb(253 235 106 / 0.4);
}

.text-yellow-400\/5 {
  color: rgb(253 235 106 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(253 235 106 / 0.5);
}

.text-yellow-400\/60 {
  color: rgb(253 235 106 / 0.6);
}

.text-yellow-400\/70 {
  color: rgb(253 235 106 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(253 235 106 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(253 235 106 / 0.8);
}

.text-yellow-400\/90 {
  color: rgb(253 235 106 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(253 235 106 / 0.95);
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(255 250 219 / var(--tw-text-opacity));
}

.text-yellow-50\/0 {
  color: rgb(255 250 219 / 0);
}

.text-yellow-50\/10 {
  color: rgb(255 250 219 / 0.1);
}

.text-yellow-50\/100 {
  color: rgb(255 250 219 / 1);
}

.text-yellow-50\/20 {
  color: rgb(255 250 219 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(255 250 219 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(255 250 219 / 0.3);
}

.text-yellow-50\/40 {
  color: rgb(255 250 219 / 0.4);
}

.text-yellow-50\/5 {
  color: rgb(255 250 219 / 0.05);
}

.text-yellow-50\/50 {
  color: rgb(255 250 219 / 0.5);
}

.text-yellow-50\/60 {
  color: rgb(255 250 219 / 0.6);
}

.text-yellow-50\/70 {
  color: rgb(255 250 219 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(255 250 219 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(255 250 219 / 0.8);
}

.text-yellow-50\/90 {
  color: rgb(255 250 219 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(255 250 219 / 0.95);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(253 231 76 / var(--tw-text-opacity));
}

.text-yellow-500\/0 {
  color: rgb(253 231 76 / 0);
}

.text-yellow-500\/10 {
  color: rgb(253 231 76 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(253 231 76 / 1);
}

.text-yellow-500\/20 {
  color: rgb(253 231 76 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(253 231 76 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(253 231 76 / 0.3);
}

.text-yellow-500\/40 {
  color: rgb(253 231 76 / 0.4);
}

.text-yellow-500\/5 {
  color: rgb(253 231 76 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(253 231 76 / 0.5);
}

.text-yellow-500\/60 {
  color: rgb(253 231 76 / 0.6);
}

.text-yellow-500\/70 {
  color: rgb(253 231 76 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(253 231 76 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(253 231 76 / 0.8);
}

.text-yellow-500\/90 {
  color: rgb(253 231 76 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(253 231 76 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(211 193 63 / var(--tw-text-opacity));
}

.text-yellow-600\/0 {
  color: rgb(211 193 63 / 0);
}

.text-yellow-600\/10 {
  color: rgb(211 193 63 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(211 193 63 / 1);
}

.text-yellow-600\/20 {
  color: rgb(211 193 63 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(211 193 63 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(211 193 63 / 0.3);
}

.text-yellow-600\/40 {
  color: rgb(211 193 63 / 0.4);
}

.text-yellow-600\/5 {
  color: rgb(211 193 63 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(211 193 63 / 0.5);
}

.text-yellow-600\/60 {
  color: rgb(211 193 63 / 0.6);
}

.text-yellow-600\/70 {
  color: rgb(211 193 63 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(211 193 63 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(211 193 63 / 0.8);
}

.text-yellow-600\/90 {
  color: rgb(211 193 63 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(211 193 63 / 0.95);
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(169 154 51 / var(--tw-text-opacity));
}

.text-yellow-700\/0 {
  color: rgb(169 154 51 / 0);
}

.text-yellow-700\/10 {
  color: rgb(169 154 51 / 0.1);
}

.text-yellow-700\/100 {
  color: rgb(169 154 51 / 1);
}

.text-yellow-700\/20 {
  color: rgb(169 154 51 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(169 154 51 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(169 154 51 / 0.3);
}

.text-yellow-700\/40 {
  color: rgb(169 154 51 / 0.4);
}

.text-yellow-700\/5 {
  color: rgb(169 154 51 / 0.05);
}

.text-yellow-700\/50 {
  color: rgb(169 154 51 / 0.5);
}

.text-yellow-700\/60 {
  color: rgb(169 154 51 / 0.6);
}

.text-yellow-700\/70 {
  color: rgb(169 154 51 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(169 154 51 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(169 154 51 / 0.8);
}

.text-yellow-700\/90 {
  color: rgb(169 154 51 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(169 154 51 / 0.95);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(127 116 38 / var(--tw-text-opacity));
}

.text-yellow-800\/0 {
  color: rgb(127 116 38 / 0);
}

.text-yellow-800\/10 {
  color: rgb(127 116 38 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(127 116 38 / 1);
}

.text-yellow-800\/20 {
  color: rgb(127 116 38 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(127 116 38 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(127 116 38 / 0.3);
}

.text-yellow-800\/40 {
  color: rgb(127 116 38 / 0.4);
}

.text-yellow-800\/5 {
  color: rgb(127 116 38 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(127 116 38 / 0.5);
}

.text-yellow-800\/60 {
  color: rgb(127 116 38 / 0.6);
}

.text-yellow-800\/70 {
  color: rgb(127 116 38 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(127 116 38 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(127 116 38 / 0.8);
}

.text-yellow-800\/90 {
  color: rgb(127 116 38 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(127 116 38 / 0.95);
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(84 77 25 / var(--tw-text-opacity));
}

.text-yellow-900\/0 {
  color: rgb(84 77 25 / 0);
}

.text-yellow-900\/10 {
  color: rgb(84 77 25 / 0.1);
}

.text-yellow-900\/100 {
  color: rgb(84 77 25 / 1);
}

.text-yellow-900\/20 {
  color: rgb(84 77 25 / 0.2);
}

.text-yellow-900\/25 {
  color: rgb(84 77 25 / 0.25);
}

.text-yellow-900\/30 {
  color: rgb(84 77 25 / 0.3);
}

.text-yellow-900\/40 {
  color: rgb(84 77 25 / 0.4);
}

.text-yellow-900\/5 {
  color: rgb(84 77 25 / 0.05);
}

.text-yellow-900\/50 {
  color: rgb(84 77 25 / 0.5);
}

.text-yellow-900\/60 {
  color: rgb(84 77 25 / 0.6);
}

.text-yellow-900\/70 {
  color: rgb(84 77 25 / 0.7);
}

.text-yellow-900\/75 {
  color: rgb(84 77 25 / 0.75);
}

.text-yellow-900\/80 {
  color: rgb(84 77 25 / 0.8);
}

.text-yellow-900\/90 {
  color: rgb(84 77 25 / 0.9);
}

.text-yellow-900\/95 {
  color: rgb(84 77 25 / 0.95);
}

.\!no-underline {
  text-decoration-line: none !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.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-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-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 {
  outline-style: solid;
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-\[height\] {
  transition-property: height;
  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;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/**
 * 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: 6rem;
  --dot-size: 0.1rem;
  --dot-space: 1.25rem;
}

@media screen and (min-width:992px) {
  :root{
    --header-height: 7.5rem;
  }
}

/*-----------------------------------
-------------------------------------
Structure & Color
-------------------------------------
-----------------------------------*/

/* Add custom container max-widths at Tailwind breakpoints */

.container {
  position: relative;
  max-width: 90rem;
}

.pin-spacer {
  position: absolute !important;
  z-index: 5 !important;
}

/* Simulate Bootstrap rows and columns */

/* .row{ @apply flex flex-wrap w-[calc(100% + var(--gutter))] ml-[var(--gutter) * -1]; }
.col{ @apply px-[calc(var(--gutter) / 2)]; } */

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

.col {
  width: 100%;
  padding-left: calc(var(--gutter));
  padding-right: calc(var(--gutter));
}

/* 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-primary, .bg-teal, .bg-navy, .bg-gray-1000, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

/* Make links on conflicting backgrounds white */

:where(.bg-primary, .bg-teal, .bg-dark, .bg-gray-1000, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form input:not([type=submit]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form select {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 248 249 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form input:not([type=submit]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 220 195 / var(--tw-border-opacity)) !important;
}

.bg-dark,
.\!bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(44 66 81 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-primary, .bg-teal, .bg-navy,.bg-dark, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest),:where(.bg-dark, .bg-secondary, .bg-primary, .bg-teal, .bg-navy,
.\!bg-dark, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

:where(.bg-primary, .bg-teal, .bg-dark,.bg-dark, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn),:where(.bg-primary, .bg-teal, .bg-dark,
.\!bg-dark, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

.text-dark,
.\!text-dark {
  --tw-text-opacity: 1;
  color: rgb(44 66 81 / var(--tw-text-opacity));
}

/* Add class for faded text */

.text-muted {
  --tw-text-opacity: 1;
  color: rgb(185 192 197 / var(--tw-text-opacity));
}

#main ul li::marker {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(75 220 195 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #main ul li::marker {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}

@media (min-width: 1024px){
  #main ul li::marker {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}

/* Add borders to rows and cols */

.has-guides {
  position: relative;
}

.has-guides::before,
.has-guides.guides-outer::after {
  position: absolute;
  top: -100vh;
  left: 0px;
  display: block;
  height: 600vh;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(213 217 220 / var(--tw-bg-opacity));
  opacity: 0.75;
  --tw-content: '';
  content: var(--tw-content);
}

.has-guides.guides-outer::after {
  left: auto;
  right: 0px;
}

.has-guides:not(.guides-outer)::before {
  display: none;
  background-color: transparent;
  background-image: repeating-linear-gradient(-4deg, var(--color-gray-600), var(--color-gray-600) 2px, transparent 2px, transparent 11px, var(--color-gray-600) 11px), repeating-linear-gradient(86deg, var(--color-gray-600), var(--color-gray-600) 2px, transparent 2px, transparent 11px, var(--color-gray-600) 11px), repeating-linear-gradient(176deg, var(--color-gray-600), var(--color-gray-600) 2px, transparent 2px, transparent 11px, var(--color-gray-600) 11px), repeating-linear-gradient(266deg, var(--color-gray-600), var(--color-gray-600) 2px, transparent 2px, transparent 11px, var(--color-gray-600) 11px);
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .has-guides:not(.guides-outer)::before {
    display: block;
  }
}

/* Account for blocks inside of sidebar templates */

.modify-inner-containers .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.modify-inner-containers .container .row.has-guides.guides-outer::before,
.modify-inner-containers .container .row.has-guides.guides-outer::after {
  display: none !important;
}

.dot-pattern {
  background:
        linear-gradient(90deg, #0F4BB9 calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
        linear-gradient(#0F4BB9 calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
        #4BDCC3;
}

.dot-pattern.white-on-teal {
  background:
        linear-gradient(90deg, #4BDCC3 calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
        linear-gradient(#4BDCC3 calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
        #F8F8F9;
}

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

/*-----------------------------------
-------------------------------------
Interactions
-------------------------------------
-----------------------------------*/

/* Set default link styles */

a:not(.btn, #primary-menu > li > a, .navbar-brand) {
  --tw-text-opacity: 1;
  color: rgb(75 220 195 / var(--tw-text-opacity));
}

a:not(.btn, #primary-menu > li > a, .navbar-brand):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 232 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 66 81 / var(--tw-text-opacity));
}

/* Set button styles */

.btn,
input[type=submit] {
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(75 220 195 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(75 220 195 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .btn,
input[type=submit] {
    font-size: 1.4375rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1024px){
  .btn,
input[type=submit] {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.btn-sm {
  border-width: 0px;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 500;
}

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

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

.btn-sm:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 232 215 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(44 66 81 / var(--tw-text-opacity)) !important;
}

.btn.btn-icon {
  border-width: 0px;
  padding-top: 0px;
  font-size: 0;
}

.btn:not(.btn-sm) {
  overflow: hidden;
}

.btn:not(.btn-sm)::after {
  content: '\e09f';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  margin-left: 0.5rem;
  font-size: 1.125rem;
  position: relative;
  top: 0;
}

.btn:not(.btn-sm):hover::after {
  animation: btn-anim 0.3s ease-in-out forwards;
}

.btn.btn-icon::after {
  font-size: 1.75rem;
}

.btn-sm::before {
  content: '\f0a9';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  margin-right: 0.5rem;
}

/* Add a list class that groups buttons */

.btn-list {
  margin-top: 2rem;
  margin-bottom: 0px;
  display: flex;
  list-style-type: none !important;
  gap: 1.5rem;
  padding-inline-start: 0px !important;
}

@media (min-width: 1024px) {
  .btn-list {
    margin-top: 3rem;
  }
}

.btn-list-sm {
  gap: 2rem;
}

.single-col-text span.btn {
  margin-top: 1rem;
}

:where(.bg-primary, .bg-teal):not(.entry-header) .btn,
:where(.bg-primary, .bg-teal):not(.entry-header) input[type=submit],
:where(.bg-primary, .bg-teal):not(.entry-header) input[type=button] {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

.sticky-top {
  position: sticky;
  top: 0px;
  top: var(--header-height);
}

.split-parent {
  overflow: hidden;
}

/* @keyframes btn-anim {
    100% { transform: translateY(-200%); }
} */

@keyframes btn-anim {
  50% {
    top: -2rem;
  }

  51% {
    top: 2rem;
  }

  100% {
    top: 0;
  }
}

/*-----------------------------------
-------------------------------------
Components
-------------------------------------
-----------------------------------*/

/* Accordion */

/* Alert */

.alert {
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 195 / var(--tw-bg-opacity));
  padding: 1rem;
}

/* Badge */

.badge {
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(175 195 232 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(15 75 185 / var(--tw-text-opacity));
}

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

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

/* Card */

.card {
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity));
}

.card figure {
  margin-bottom: 0px !important;
  aspect-ratio: 4/3;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(44 66 81 / var(--tw-bg-opacity));
}

:where(.card figure, .bg-secondary, .bg-primary, .bg-teal, .bg-navy, .bg-gray-1000, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

:where(.bg-primary, .bg-teal,.card figure, .bg-gray-1000, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form input:not([type=submit]),
:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form textarea,
:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form select {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 248 249 / var(--tw-border-opacity)) !important;
}

:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form input:not([type=submit]):focus,
:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form textarea:focus,
:where(.card figure, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 220 195 / var(--tw-border-opacity)) !important;
}

.card figure {
  --tw-bg-opacity: 1;
  background-color: rgb(44 66 81 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-primary, .bg-teal, .bg-navy,.card figure, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

:where(.bg-primary, .bg-teal, .bg-dark,.card figure, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

.card 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));
  opacity: 0.75;
}

.card img {
  transition: 0.3s all ease;
}

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

/* Collapse */

.collapse {
}

/* Link Box */

.link-box a:hover {
  background-color: transparent !important;
}

.link-box {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(44 66 81 / var(--tw-bg-opacity));
}

:where(.link-box, .bg-secondary, .bg-primary, .bg-teal, .bg-navy, .bg-gray-1000, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

:where(.bg-primary, .bg-teal,.link-box, .bg-gray-1000, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form input:not([type=submit]),
:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form textarea,
:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form select {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 248 249 / var(--tw-border-opacity)) !important;
}

:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form input:not([type=submit]):focus,
:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form textarea:focus,
:where(.link-box, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900, .bg-primary, .bg-orange) form select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 220 195 / var(--tw-border-opacity)) !important;
}

.link-box {
  --tw-bg-opacity: 1;
  background-color: rgb(44 66 81 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-primary, .bg-teal, .bg-navy,.link-box, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

:where(.bg-primary, .bg-teal, .bg-dark,.link-box, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-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 */

/* 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(75 220 195 / var(--tw-bg-opacity));
  padding: 1rem !important;
  text-align: left !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

:where(.bg-dark, .bg-secondary,:where(.table, .wp-block-table) th, .bg-teal, .bg-navy, .bg-gray-1000, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

:where(:where(.table, .wp-block-table) th, .bg-teal, .bg-dark, .bg-gray-1000, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,:where(.table, .wp-block-table) th, .bg-orange) form input:not([type=submit]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,:where(.table, .wp-block-table) th, .bg-orange) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,:where(.table, .wp-block-table) th, .bg-orange) form select {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 248 249 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,:where(.table, .wp-block-table) th, .bg-orange) form input:not([type=submit]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,:where(.table, .wp-block-table) th, .bg-orange) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,:where(.table, .wp-block-table) th, .bg-orange) form select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 220 195 / var(--tw-border-opacity)) !important;
}

:where(:where(.table, .wp-block-table) th, .bg-teal):not(.entry-header) .btn,
:where(:where(.table, .wp-block-table) th, .bg-teal):not(.entry-header) input[type=submit],
:where(:where(.table, .wp-block-table) th, .bg-teal):not(.entry-header) input[type=button] {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / 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(239 240 241 / 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.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  opacity: 0.75;
}

@media (min-width: 768px){
  :where(.table, .wp-block-table) figcaption {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1024px){
  :where(.table, .wp-block-table) figcaption {
    font-size: 0.875rem !important;
    line-height: 1rem !important;
  }
}

/*-----------------------------------
-------------------------------------
Forms
-------------------------------------
-----------------------------------*/

form :where(input:not([type=submit], [type=checkbox], [type=radio]), textarea, select) {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(44 66 81 / 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]), textarea, select)::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

form :where(input:not([type=submit], [type=checkbox], [type=radio]), textarea, select)::placeholder {
  color: inherit;
  opacity: 0.5;
}

form :where(input:not([type=submit], [type=checkbox], [type=radio]), textarea, select):focus {
  --tw-border-opacity: 1;
  border-color: rgb(75 220 195 / var(--tw-border-opacity));
}

form input[type=submit] {
  cursor: pointer;
}

/* Search */

.search-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

.search-form>label {
  flex-grow: 1;
}

.search-form>label>input {
  width: 100%;
}

/* Gravity Form */

#gform_1 {
  position: relative;
}

#gform_1 .gform_footer {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin: 0px;
  --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));
  padding: 0px;
}

#gform_1 .gform_footer .gform_image_button {
  margin: 0px !important;
  height: 2rem !important;
  width: 1.5rem !important;
  padding: 0px !important;
}

/*-----------------------------------
-------------------------------------
Sliders
-------------------------------------
-----------------------------------*/

.slider-controls {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  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(75 220 195 / var(--tw-border-opacity));
  text-align: center;
}

.slider-btn svg * {
  stroke: #4bdcc3;
}

.swiper-slide {
  /* @apply !w-[17.5rem] lg:!w-[18.75rem] !h-auto; */
  height: auto !important;
}

.marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*-----------------------------------
-------------------------------------
Header
-------------------------------------
-----------------------------------*/

/* .menu-item-content {
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0;
    background: white;
} */

#masthead,
.navbar-brand svg,
.sticky-sub-nav {
  transition: all ease 0.5s;
}

.navbar-brand svg {
  height: 2.5rem;
  width: auto;
}

@media (min-width: 1024px) {
  .navbar-brand svg {
    height: 3rem;
  }
}

#masthead .hoverable>a,
#site-actions a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(114 129 139 / 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;
}

#masthead .hoverable>a:hover,
#site-actions a:not(.btn):hover {
  --tw-text-opacity: 1;
  color: rgb(75 220 195 / var(--tw-text-opacity));
}

#masthead.mega-menu-open {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity)) !important;
}

/* Before scrolling */

#masthead:not(.scrolled) {
  --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);
}

#masthead:not(.scrolled) .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  #masthead:not(.scrolled) .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#masthead:not(.scrolled) .hoverable>a {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

#masthead.navbar-dark:not(.scrolled) {
  border-color: transparent;
  background-color: transparent;
}

.home #masthead.navbar-dark:not(.scrolled) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 79 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-secondary, .bg-primary, .bg-teal, .bg-navy, .bg-gray-1000, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan,.home #masthead.navbar-dark:not(.scrolled)) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

#masthead.navbar-dark:not(.scrolled, .mega-menu-open) .navbar-brand .fill-gray-900 {
  fill: #f8f8f9 !important;
}

#masthead.navbar-dark:not(.scrolled) .header-right {
  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;
}

@media (min-width: 1024px) {
  #masthead.navbar-dark:not(.scrolled) .header-right {
    --tw-bg-opacity: 1;
    background-color: rgb(75 220 195 / var(--tw-bg-opacity));
  }
}

#masthead.navbar-dark:not(.scrolled) .header-right a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 68 79 / var(--tw-text-opacity)) !important;
}

#masthead.navbar-dark:not(.scrolled) .header-right a:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

body:not(.home) #masthead.navbar-dark:not(.scrolled, .mega-menu-open) :where(.hoverable > a, #site-actions a:not(.btn), i),
body.home #masthead.navbar-dark:not(.scrolled, .mega-menu-open) .hoverable > a {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

body:not(.home) #masthead.navbar-dark:not(.scrolled, .mega-menu-open) :where(.hoverable > a, #site-actions a:not(.btn), i):hover,
body.home #masthead.navbar-dark:not(.scrolled, .mega-menu-open) .hoverable > a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / var(--tw-text-opacity)) !important;
}

#masthead.navbar-light:not(.scrolled, .mega-menu-open) :where(.hoverable > a, #site-actions a:not(.btn), i) {
  --tw-text-opacity: 1 !important;
  color: rgb(114 129 139 / var(--tw-text-opacity)) !important;
}

#masthead.navbar-light:not(.scrolled, .mega-menu-open) :where(.hoverable > a, #site-actions a:not(.btn), i):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / var(--tw-text-opacity)) !important;
}

#masthead .hoverable.active>a {
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / var(--tw-text-opacity)) !important;
}

/* .home #masthead:not(.scrolled) .header-left {
    @apply gap-0;
}

.home #masthead:not(.scrolled) .hideable-logo svg {
    @apply lg:w-0 lg:opacity-0;
}

.home #masthead:not(.scrolled) #primary-menu>li.menu-item-has-children::after {
    @apply text-white;
} */

/* Account for header height in hero sections */

.mt-hh {
  margin-top: var(--header-height);
}

.pt-hh {
  padding-top: var(--header-height);
}

/* Dropdown menus */

.sub-menu {
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 9996;
  margin-top: 0.5rem;
  display: none;
  width: 100vw;
  max-width: 82rem;
  --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));
  -moz-columns: 2;
       columns: 2;
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5.25rem;
  padding-right: 5.25rem;
  margin-top: var(--header-height);
}

#masthead.scrolled .sub-menu {
  margin-top: 5.5rem;
}

.sub-menu::before {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100vw;
  --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));
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity));
  border-color: var(--border-color) !important;
  content: '';
}

.sub-menu li {
  display: block;
  border-bottom-width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-color: var(--border-color) !important;
}

.sub-menu a {
  display: inline-block;
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1 !important;
  color: rgb(44 66 81 / var(--tw-text-opacity)) !important;
}

.sub-menu a::before {
  margin-right: 0.5rem;
  display: inline-block;
  width: 0px;
  color: transparent;
  content: '\f061';
  font-family: 'Font Awesome 6 Pro';
  transition: 0.3s all ease;
}

.sub-menu a:hover::before {
  width: auto;
  color: inherit;
  opacity: 1;
}

#primary-menu li.open>a {
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / 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.75rem;
  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.6875rem !important;
    line-height: 1rem !important;
  }
}

#primary-menu>li.menu-item-has-children::after {
  font-family: 'Font Awesome 6 Pro';
  content: '\f078';
}

/* Desktop 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;
  color: rgb(44 66 81 / var(--tw-text-opacity));
}

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

.pre-footer::before {
  content: '';
  background-color: var(--color-light);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pre-footer #earth-core>svg>g {
  transform: translateX(-21%) translateY(-4%);
}

#colophon .menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#colophon .menu a {
  --tw-text-opacity: 1;
  color: rgb(44 66 81 / var(--tw-text-opacity));
}

#colophon .menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 232 215 / var(--tw-bg-opacity));
}

/*-----------------------------------
-------------------------------------
Blocks
-------------------------------------
-----------------------------------*/

.hero_offset-text h1 .split-parent:nth-of-type(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 220 195 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 75 185 / var(--tw-text-opacity));
}

:where(.bg-dark, .bg-secondary,.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-teal, .bg-navy, .bg-gray-1000, .bg-blue, .bg-purple, .bg-red, .bg-orange, .bg-cyan, .bg-forest) {
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

:where(.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-teal, .bg-dark, .bg-gray-1000, .bg-blue, .bg-red, .bg-orange, .bg-cyan) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-orange) form input:not([type=submit]),
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-orange) form textarea,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-orange) form select {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 248 249 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-orange) form input:not([type=submit]):focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-orange) form textarea:focus,
:where(.bg-dark, .bg-secondary, .bg-blue, .bg-blue-700, .bg-blue-900,.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-orange) form select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 220 195 / var(--tw-border-opacity)) !important;
}

:where(.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-teal):not(.entry-header) .btn,
:where(.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-teal):not(.entry-header) input[type=submit],
:where(.hero_offset-text h1 .split-parent:nth-of-type(2), .bg-teal):not(.entry-header) input[type=button] {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 248 249 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hero_offset-text h1 .split-parent:nth-of-type(2) {
    margin-left: 19rem;
  }

  .hero_offset-text h1 .split-parent:nth-of-type(3) {
    margin-left: 6.75rem;
  }
}

.sticky-alt-grid>div {
  border-bottom-width: 1px;
  border-color: var(--border-color) !important;
}

.hero-date{
  content: '';
}

.dot-border{
  background-image: url(../theme/img/dot-border_teal.svg);
}

.spin{
  animation: 5s gear-rotate linear infinite;
  transform-origin: center;
}

.float{
  animation: float 6s ease-in-out infinite;
}

@keyframes gear-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-359deg);
  }
}

@keyframes float {
  0% {
    transform: translatey(0%) translateX(-6%);
  }

  50% {
    transform: translatey(-5%) translateX(-6%);
  }

  100% {
    transform: translatey(0%) translateX(-6%);
  }
}

@media screen and (min-width:992px){
  @keyframes float {
    0% {
      transform: translatey(10%) translateX(-6%);
    }

    50% {
      transform: translatey(5%) translateX(-6%);
    }

    100% {
      transform: translatey(10%) translateX(-6%);
    }
  }
}

/*-----------------------------------
-------------------------------------
Other
-------------------------------------
-----------------------------------*/

.home-brand svg {
  height: auto;
  width: 100%;
}

.home-brand svg .fill-gray-900 {
  fill: #f8f8f9;
}

.logo-grid {
  display: grid;
  list-style-type: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding-inline-start: 0px !important;
}

.logo-grid li {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.logo-grid li img {
  aspect-ratio: 5/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.sticky-sub-nav .sub-nav.sticky-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
  padding-left: 2rem !important;
}

@media (min-width: 1024px) {
  .sticky-sub-nav .sub-nav.sticky-list {
    padding-left: 5rem !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px){
  .sticky-sub-nav .sub-nav.sticky-list {
    padding-left: 4rem !important;
  }
}

@media (min-width: 1024px) {
  .vert-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

/* 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 {
  opacity: 0.5;
}

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

.tablepress > :where(thead,tfoot) > * > th {
  border-bottom-width: 2px !important;
  --tw-border-opacity: 1;
  border-color: rgb(44 66 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 220 195 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

.tablepress > :where(tbody) > .odd > * {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity));
}

.dataTables_paginate .paginate_button {
  margin-left: 1rem;
  margin-right: 1rem;
}

.dataTables_length, .dataTables_filter {
  margin-bottom: 0.5rem;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate.paging_simple .paginate_button {
  font-size: 0.9375rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0 !important;
}

.dataTables_paginate.paging_simple .paginate_button::after {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400 !important;
  text-shadow: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / var(--tw-text-opacity)) !important;
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.hover\:\!text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(75 220 195 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 249 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(220 223 226 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(150 161 168 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(75 220 195 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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(220 223 226 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #f8f8f9;
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(213 217 220 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.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(0 129 138 / var(--tw-text-opacity));
}

.hs-accordion.active.group:hover .hs-accordion-active\:group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(0 129 138 / 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(0 129 138 / 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(0 129 138 / 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(0 129 138 / 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(0 129 138 / 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(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(150 161 168 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(114 129 139 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-opacity-80) {
  --tw-bg-opacity: 0.8;
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(220 223 226 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(213 217 220 / var(--tw-text-opacity));
}

:is(.dark .dark\:shadow-slate-700\/\[\.7\]) {
  --tw-shadow-color: rgb(51 65 85 / .7);
  --tw-shadow: var(--tw-shadow-colored);
}

:is(.dark .dark\:hover\:text-gray-400:hover) {
  --tw-text-opacity: 1;
  color: rgb(220 223 226 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:ring-gray-700:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(150 161 168 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-offset-gray-800:focus) {
  --tw-ring-offset-color: #72818b;
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

@media (min-width: 768px) {
  .md\:mb-7 {
    margin-bottom: 2rem;
  }

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

  .md\:mb-9 {
    margin-bottom: 4rem;
  }

  .md\:mt-11 {
    margin-top: 6rem;
  }

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

  .md\:mt-9 {
    margin-top: 4rem;
  }

  .md\:grid {
    display: grid;
  }

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

  .md\:h-\[37\.5rem\] {
    height: 37.5rem;
  }

  .md\:\!w-1\/2 {
    width: 50% !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-\[12\.5rem\] {
    width: 12.5rem !important;
  }

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-7 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 4rem;
  }

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

  .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-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\:pt-10 {
    padding-top: 4.5rem;
  }

  .md\:pt-11 {
    padding-top: 6rem;
  }

  .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\:relative {
    position: relative;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:order-3 {
    order: 3;
  }

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

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

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

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

  .lg\:mb-11 {
    margin-bottom: 6rem;
  }

  .lg\:mb-9 {
    margin-bottom: 4rem;
  }

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

  .lg\:mt-11 {
    margin-top: 6rem;
  }

  .lg\:mt-13 {
    margin-top: 10.25rem;
  }

  .lg\:mt-9 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-\[calc\(100vh-7\.5rem\)\] {
    height: calc(100vh - 7.5rem);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:min-h-\[calc\(52\.5rem-12\.75rem\)\] {
    min-height: calc(52.5rem - 12.75rem);
  }

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

  .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-10\/12 {
    width: 83.333333% !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-9\/12 {
    width: 75% !important;
  }

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

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

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

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

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

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

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

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[60vw\] {
    max-width: 60vw;
  }

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

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

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

  .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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .lg\:grid-cols-\[7fr_5fr\] {
    grid-template-columns: 7fr 5fr;
  }

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

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

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

  .lg\:gap-11 {
    gap: 6rem;
  }

  .lg\:gap-9 {
    gap: 4rem;
  }

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

  .lg\:gap-y-7 {
    row-gap: 2rem;
  }

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:\!px-8 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:\!px-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .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-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .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-14 {
    padding-bottom: 13rem;
  }

  .lg\:pb-8 {
    padding-bottom: 3rem;
  }

  .lg\:pb-9 {
    padding-bottom: 4rem;
  }

  .lg\:pe-0 {
    padding-inline-end: 0px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

  .lg\:pt-9 {
    padding-top: 4rem;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:\!text-5xl {
    font-size: 4rem !important;
    line-height: 4rem !important;
    letter-spacing: -0.02em !important;
  }

  .lg\:\!text-xl {
    font-size: 1.9375rem !important;
    line-height: 2.25rem !important;
    letter-spacing: 0 !important;
  }

  .lg\:text-4xl {
    font-size: 3.375rem;
    line-height: 3.5rem;
    letter-spacing: -0.01em;
  }

  .lg\:text-\[12rem\] {
    font-size: 12rem;
  }

  .lg\:text-\[clamp\(4rem\2c 13\.5vw\2c 13rem\)\] {
    font-size: clamp(4rem,13.5vw,13rem);
  }
}

@media (min-width: 1280px) {
  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.\[\&\>div\:nth-of-type\(3n\)\]\:col-span-2>div:nth-of-type(3n) {
  grid-column: span 2 / span 2;
}
