/*!
Theme Name: The West Harbour Custom Theme
Theme URI: https://thewestharbour.com
Author: The West Harbour
Author URI: https://thewestharbour.com
Description: A custom theme based on _tw
Version: 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 Theme 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.
 */

@font-face {
  font-family: 'D-DIN Condensed';

  src: url('../theme/fonts/D-DINCondensed-Bold.woff2') format('woff2'),
        url('../theme/fonts/D-DINCondensed-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'D-DIN Pro';

  src: url('../theme/fonts/D-DIN-PRO-SemiBold.woff2') format('woff2'),
        url('../theme/fonts/D-DIN-PRO-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'D-DIN Pro';

  src: url('../theme/fonts/D-DIN-PRO-Bold.woff2') format('woff2'),
        url('../theme/fonts/D-DIN-PRO-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';

  src: url('../theme/fonts/PPNeueMontreal-SemiBold.woff2') format('woff2'),
         url('../theme/fonts/PPNeueMontreal-SemiBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';

  src: url('../theme/fonts/PPNeueMontreal-SemiBolditalic.woff2') format('woff2'),
         url('../theme/fonts/PPNeueMontreal-SemiBolditalic.woff') format('woff');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'Neue Montreal';

  src: url('../theme/fonts/PPNeueMontreal-Regular.woff2') format('woff2'),
         url('../theme/fonts/PPNeueMontreal-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';

  src: url('../theme/fonts/PPNeueMontreal-Italic.woff2') format('woff2'),
         url('../theme/fonts/PPNeueMontreal-Italic.woff') format('woff');

  font-weight: normal;

  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: #DFE1DE;
  /* 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: 'Neue Montreal', Helvetica, Arial, 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: #BEC2BD;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

:root {
  --color-inherit: inherit;
  --color-current: currentColor;
  --color-transparent: transparent;
  --color-black: #000;
  --color-white: #ffffff;
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cbd5e1;
  --color-slate-400: #94a3b8;
  --color-slate-500: #64748b;
  --color-slate-600: #475569;
  --color-slate-700: #334155;
  --color-slate-800: #1e293b;
  --color-slate-900: #0f172a;
  --color-slate-950: #020617;
  --color-gray-50: #F7F7F7;
  --color-gray-100: #EFF0EF;
  --color-gray-200: #DFE1DE;
  --color-gray-300: #CED1CE;
  --color-gray-400: #BEC2BD;
  --color-gray-500: #AEB3AD;
  --color-gray-600: #8A9188;
  --color-gray-700: #676E65;
  --color-gray-800: #454944;
  --color-gray-900: #222522;
  --color-gray-950: #030712;
  --color-gray-1000: #121619;
  --color-gray: #AEB3AD;
  --color-zinc-50: #fafafa;
  --color-zinc-100: #f4f4f5;
  --color-zinc-200: #e4e4e7;
  --color-zinc-300: #d4d4d8;
  --color-zinc-400: #a1a1aa;
  --color-zinc-500: #71717a;
  --color-zinc-600: #52525b;
  --color-zinc-700: #3f3f46;
  --color-zinc-800: #27272a;
  --color-zinc-900: #18181b;
  --color-zinc-950: #09090b;
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e5e5e5;
  --color-neutral-300: #d4d4d4;
  --color-neutral-400: #a3a3a3;
  --color-neutral-500: #737373;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #262626;
  --color-neutral-900: #171717;
  --color-neutral-950: #0a0a0a;
  --color-stone-50: #fafaf9;
  --color-stone-100: #f5f5f4;
  --color-stone-200: #e7e5e4;
  --color-stone-300: #d6d3d1;
  --color-stone-400: #a8a29e;
  --color-stone-500: #78716c;
  --color-stone-600: #57534e;
  --color-stone-700: #44403c;
  --color-stone-800: #292524;
  --color-stone-900: #1c1917;
  --color-stone-950: #0c0a09;
  --color-red-50: #fef2f2;
  --color-red-100: #fee2e2;
  --color-red-200: #fecaca;
  --color-red-300: #fca5a5;
  --color-red-400: #f87171;
  --color-red-500: #ef4444;
  --color-red-600: #dc2626;
  --color-red-700: #b91c1c;
  --color-red-800: #991b1b;
  --color-red-900: #7f1d1d;
  --color-red-950: #450a0a;
  --color-orange-50: #FCEEEA;
  --color-orange-100: #FADED5;
  --color-orange-200: #F4BDAC;
  --color-orange-300: #EF9C82;
  --color-orange-400: #E97B59;
  --color-orange-500: #E4572E;
  --color-orange-600: #C34119;
  --color-orange-700: #923113;
  --color-orange-800: #61200D;
  --color-orange-900: #311006;
  --color-orange-950: #431407;
  --color-orange-1000: #180803;
  --color-orange: #E4572E;
  --color-amber-50: #fffbeb;
  --color-amber-100: #fef3c7;
  --color-amber-200: #fde68a;
  --color-amber-300: #fcd34d;
  --color-amber-400: #fbbf24;
  --color-amber-500: #f59e0b;
  --color-amber-600: #d97706;
  --color-amber-700: #b45309;
  --color-amber-800: #92400e;
  --color-amber-900: #78350f;
  --color-amber-950: #451a03;
  --color-yellow-50: #fefce8;
  --color-yellow-100: #fef9c3;
  --color-yellow-200: #fef08a;
  --color-yellow-300: #fde047;
  --color-yellow-400: #facc15;
  --color-yellow-500: #eab308;
  --color-yellow-600: #ca8a04;
  --color-yellow-700: #a16207;
  --color-yellow-800: #854d0e;
  --color-yellow-900: #713f12;
  --color-yellow-950: #422006;
  --color-lime-50: #f7fee7;
  --color-lime-100: #ecfccb;
  --color-lime-200: #d9f99d;
  --color-lime-300: #bef264;
  --color-lime-400: #a3e635;
  --color-lime-500: #84cc16;
  --color-lime-600: #65a30d;
  --color-lime-700: #4d7c0f;
  --color-lime-800: #3f6212;
  --color-lime-900: #365314;
  --color-lime-950: #1a2e05;
  --color-green-50: #DFFFF2;
  --color-green-100: #BFFFE4;
  --color-green-200: #7EFFC9;
  --color-green-300: #3EFFAF;
  --color-green-400: #00FD94;
  --color-green-500: #00BF6F;
  --color-green-600: #009758;
  --color-green-700: #007142;
  --color-green-800: #004B2C;
  --color-green-900: #002616;
  --color-green-950: #052e16;
  --color-green-1000: #00130B;
  --color-green: #00BF6F;
  --color-emerald-50: #ecfdf5;
  --color-emerald-100: #d1fae5;
  --color-emerald-200: #a7f3d0;
  --color-emerald-300: #6ee7b7;
  --color-emerald-400: #34d399;
  --color-emerald-500: #10b981;
  --color-emerald-600: #059669;
  --color-emerald-700: #047857;
  --color-emerald-800: #065f46;
  --color-emerald-900: #064e3b;
  --color-emerald-950: #022c22;
  --color-teal-50: #f0fdfa;
  --color-teal-100: #ccfbf1;
  --color-teal-200: #99f6e4;
  --color-teal-300: #5eead4;
  --color-teal-400: #2dd4bf;
  --color-teal-500: #14b8a6;
  --color-teal-600: #0d9488;
  --color-teal-700: #0f766e;
  --color-teal-800: #115e59;
  --color-teal-900: #134e4a;
  --color-teal-950: #042f2e;
  --color-cyan-50: #ecfeff;
  --color-cyan-100: #cffafe;
  --color-cyan-200: #a5f3fc;
  --color-cyan-300: #67e8f9;
  --color-cyan-400: #22d3ee;
  --color-cyan-500: #06b6d4;
  --color-cyan-600: #0891b2;
  --color-cyan-700: #0e7490;
  --color-cyan-800: #155e75;
  --color-cyan-900: #164e63;
  --color-cyan-950: #083344;
  --color-sky-50: #f0f9ff;
  --color-sky-100: #e0f2fe;
  --color-sky-200: #bae6fd;
  --color-sky-300: #7dd3fc;
  --color-sky-400: #38bdf8;
  --color-sky-500: #0ea5e9;
  --color-sky-600: #0284c7;
  --color-sky-700: #0369a1;
  --color-sky-800: #075985;
  --color-sky-900: #0c4a6e;
  --color-sky-950: #082f49;
  --color-blue-50: #eff6ff;
  --color-blue-100: #dbeafe;
  --color-blue-200: #bfdbfe;
  --color-blue-300: #93c5fd;
  --color-blue-400: #60a5fa;
  --color-blue-500: #3b82f6;
  --color-blue-600: #2563eb;
  --color-blue-700: #1d4ed8;
  --color-blue-800: #1e40af;
  --color-blue-900: #1e3a8a;
  --color-blue-950: #172554;
  --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: #faf5ff;
  --color-purple-100: #f3e8ff;
  --color-purple-200: #e9d5ff;
  --color-purple-300: #d8b4fe;
  --color-purple-400: #c084fc;
  --color-purple-500: #a855f7;
  --color-purple-600: #9333ea;
  --color-purple-700: #7e22ce;
  --color-purple-800: #6b21a8;
  --color-purple-900: #581c87;
  --color-purple-950: #3b0764;
  --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: #EFF0EF;
  --color-dark: #121619;
  --color-primary: #00BF6F;
  --color-secondary: #E4572E;
  --color-brown-50: #F7F2EE;
  --color-brown-100: #EEE6DD;
  --color-brown-200: #DECCBA;
  --color-brown-300: #CDB398;
  --color-brown-400: #BD9975;
  --color-brown-500: #AC8053;
  --color-brown-600: #8A6642;
  --color-brown-700: #674D32;
  --color-brown-800: #453321;
  --color-brown-900: #221A11;
  --color-brown-1000: #110D08;
  --color-brown: #AC8053;
}

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

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

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

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

html, body {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: 'Neue Montreal', Helvetica, Arial, sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(.bg-light, .bg-gray-100, .bg-gray-500,body, .bg-green-500, .bg-primary) {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.bg-light,body, .bg-green-500, .bg-primary) .card{
  border: 1px solid #000;
}

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

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 111 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

::selection, ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 111 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500,)::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500,)::selection,:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500,) ::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-white, .bg-green-500,) .card::-moz-selection{
  border: 1px solid #000;
}

:where(.bg-light, .bg-white, .bg-green-500,) .card::selection,:where(.bg-light, .bg-white, .bg-green-500, ::-moz-selection) .card{
  border: 1px solid #000;
}

:where(.bg-green-500,) a:not(.btn)::-moz-selection {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

:where(.bg-green-500,) a:not(.btn)::selection,:where(.bg-green-500, ::-moz-selection) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main :where(.bg-green-500,) :is(h1,h2,h3,h4,h5,h6,ul li)::-moz-selection::before {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main :where(.bg-green-500,) :is(h1,h2,h3,h4,h5,h6,ul li)::selection::before,#main :where(.bg-green-500, ::-moz-selection) :is(h1,h2,h3,h4,h5,h6,ul li)::before {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main  h6::-moz-selection {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main  h6::selection,#main  ::-moz-selection h6 {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

/* Add immersive effect on desktop screens */

/* @media screen(xl){
	html { font-size: clamp(16px, 1.058201vw, 18.5px); }
} */

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

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

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

h1, h2, h3, h4, h5 {
  font-family: 'D-DIN Pro', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

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

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

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

.display{
  -webkit-text-stroke: 0.01em white;
  -webkit-text-fill-color: none;
  color: transparent;
}

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

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

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

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

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

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

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

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

span:is(.text-sm,.text-md,.text-lg,h3),span:is(.text-sm,.text-md,.text-lg, .h3),span:is(.text-sm,.text-md,.text-lg, .has-x-large-font-size) {
  display: inline-block;
}

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

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

span:is(.text-sm,.text-md,h4,.text-xl),span:is(.text-sm,.text-md, .h4,.text-xl),span:is(.text-sm,.text-md, .has-large-font-size,.text-xl) {
  display: inline-block;
}

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

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

span:is(.text-sm,h5,.text-lg,.text-xl),span:is(.text-sm, .h5,.text-lg,.text-xl),span:is(.text-sm, .has-medium-font-size,.text-lg,.text-xl) {
  display: inline-block;
}

h6, .h6 {
  margin-bottom: 0.25rem !important;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(174 179 173 / var(--tw-text-opacity)) !important;
}

h6 :is(p,ul,ol), :where(p,ul,ol)h6, .h6 :is(p,ul,ol), :where(p,ul,ol) .h6 {
  margin-bottom: 1rem;
}

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

span:is(h6,.text-md,.text-lg,.text-xl),span:is( .h6,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

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

.has-small-font-size :is(p,ul,ol), :where(p,ul,ol).has-small-font-size {
  margin-bottom: 1rem;
}

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

span:is(.has-small-font-size,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

.text-sm :is(p,ul,ol), :where(p,ul,ol).text-sm {
  margin-bottom: 1rem;
}

.text-xs :is(p,ul,ol), :where(p,ul,ol).text-xs {
  margin-bottom: 0.75rem;
}

/* Override Tailwind font sizes on tablet */

/* @media screen(md){
	.text-xs{ @apply !text-[0.75rem] !leading-[1rem]; }
	.text-sm{ @apply !text-[0.875rem] !leading-[1.25rem]; }
	.text-base{ @apply !text-[1.125rem] !leading-[1.5rem]; }
	.text-md{ @apply !text-[1.4375rem] !leading-[1.75rem]; }
	.text-lg{ @apply !text-[1.75rem] !leading-[2rem]; }
	.text-xl{ @apply !text-[2.1875rem] !leading-[2.5rem]; }
	.text-2xl{ @apply !text-[2.75rem] !leading-[3rem]; }
	.text-3xl{ @apply !text-[3.4375rem] !leading-[3.75rem]; }
	.text-4xl{ @apply !text-[4.3125rem] !leading-[4.5rem]; }
	.text-5xl{ @apply !text-[5.375rem] !leading-[5.5rem]; }
} */

/* Override Tailwind font sizes on desktop */

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

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

  .text-base {
    font-size: 1.125rem !important;
    line-height: 1.75rem !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.75rem !important;
  }

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

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

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

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

#main ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
  list-style: disc;
}

#main ul li::marker,
#main ul li::before {
  --tw-text-opacity: 1 !important;
  color: rgb(0 191 111 / var(--tw-text-opacity)) !important;
}

span:is(.text-sm,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

.text-pretty{
  text-wrap: pretty;
}

/* Prose */

.prose :where(h2, h3):not(:where([class~="not-prose"] *)) {
  margin-top: 3rem !important;
  margin-bottom: 0.75rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

.prose :where(h4, h5, h6):not(:where([class~="not-prose"] *)) {
  margin-top: 2rem !important;
  margin-bottom: 0.5rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

.prose :where(p, ul, ol):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.5rem !important;
  margin-top: 0px !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/**
 * 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: 1rem;
    padding-left: 1rem;
  }
}

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

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

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

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

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

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  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: 1024px){
  .page-title,
.entry-title {
    font-size: 4.3125rem !important;
    line-height: 4rem !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: 4rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

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

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

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

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

.top-\[20vh\] {
  top: 20vh;
}

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

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

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

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

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

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

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

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

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

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

.m-3 {
  margin: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.\!mt-6 {
  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-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 !important;
}

.grid {
  display: grid;
}

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

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

.hidden {
  display: none;
}

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

.\!aspect-square {
  aspect-ratio: 1 / 1 !important;
}

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

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

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

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

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

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

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

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

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

.h-3 {
  height: 0.75rem;
}

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

.h-8 {
  height: 4rem;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!w-\[18\.5rem\] {
  width: 18.5rem !important;
}

.\!w-\[19\.75rem\] {
  width: 19.75rem !important;
}

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

.\!w-auto {
  width: auto !important;
}

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

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

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

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

.w-3 {
  width: 0.75rem;
}

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

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

.w-8 {
  width: 4rem;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

.max-w-\[12\.5rem\] {
  max-width: 12.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.-translate-x-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-\[-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-\[-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-\[-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));
}

.\!transform-none {
  transform: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

.grid-rows-\[repeat\(3\2c minmax\(0\2c 9\.5rem\)\)\] {
  grid-template-rows: repeat(3,minmax(0,9.5rem));
}

.\!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;
}

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

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

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

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

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

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

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

.\!gap-2 {
  gap: 0.5rem !important;
}

.\!gap-3 {
  gap: 0.75rem !important;
}

.\!gap-4 {
  gap: 1rem !important;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.5rem;
}

.gap-6 {
  gap: 2rem;
}

.gap-7 {
  gap: 3rem;
}

.gap-8 {
  gap: 4rem;
}

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

.\!gap-y-4 {
  row-gap: 1rem !important;
}

.\!gap-y-5 {
  row-gap: 1.5rem !important;
}

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

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

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

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

.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-lg {
  border-radius: 2rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

.\!border-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 22 25 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-gray-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 22 25 / var(--tw-border-opacity)) !important;
}

.\!border-gray-1000\/0 {
  border-color: rgb(18 22 25 / 0) !important;
}

.\!border-gray-1000\/10 {
  border-color: rgb(18 22 25 / 0.1) !important;
}

.\!border-gray-1000\/100 {
  border-color: rgb(18 22 25 / 1) !important;
}

.\!border-gray-1000\/20 {
  border-color: rgb(18 22 25 / 0.2) !important;
}

.\!border-gray-1000\/25 {
  border-color: rgb(18 22 25 / 0.25) !important;
}

.\!border-gray-1000\/30 {
  border-color: rgb(18 22 25 / 0.3) !important;
}

.\!border-gray-1000\/40 {
  border-color: rgb(18 22 25 / 0.4) !important;
}

.\!border-gray-1000\/5 {
  border-color: rgb(18 22 25 / 0.05) !important;
}

.\!border-gray-1000\/50 {
  border-color: rgb(18 22 25 / 0.5) !important;
}

.\!border-gray-1000\/60 {
  border-color: rgb(18 22 25 / 0.6) !important;
}

.\!border-gray-1000\/70 {
  border-color: rgb(18 22 25 / 0.7) !important;
}

.\!border-gray-1000\/75 {
  border-color: rgb(18 22 25 / 0.75) !important;
}

.\!border-gray-1000\/80 {
  border-color: rgb(18 22 25 / 0.8) !important;
}

.\!border-gray-1000\/90 {
  border-color: rgb(18 22 25 / 0.9) !important;
}

.\!border-gray-1000\/95 {
  border-color: rgb(18 22 25 / 0.95) !important;
}

.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 225 222 / var(--tw-border-opacity)) !important;
}

.\!border-gray-200\/0 {
  border-color: rgb(223 225 222 / 0) !important;
}

.\!border-gray-200\/10 {
  border-color: rgb(223 225 222 / 0.1) !important;
}

.\!border-gray-200\/100 {
  border-color: rgb(223 225 222 / 1) !important;
}

.\!border-gray-200\/20 {
  border-color: rgb(223 225 222 / 0.2) !important;
}

.\!border-gray-200\/25 {
  border-color: rgb(223 225 222 / 0.25) !important;
}

.\!border-gray-200\/30 {
  border-color: rgb(223 225 222 / 0.3) !important;
}

.\!border-gray-200\/40 {
  border-color: rgb(223 225 222 / 0.4) !important;
}

.\!border-gray-200\/5 {
  border-color: rgb(223 225 222 / 0.05) !important;
}

.\!border-gray-200\/50 {
  border-color: rgb(223 225 222 / 0.5) !important;
}

.\!border-gray-200\/60 {
  border-color: rgb(223 225 222 / 0.6) !important;
}

.\!border-gray-200\/70 {
  border-color: rgb(223 225 222 / 0.7) !important;
}

.\!border-gray-200\/75 {
  border-color: rgb(223 225 222 / 0.75) !important;
}

.\!border-gray-200\/80 {
  border-color: rgb(223 225 222 / 0.8) !important;
}

.\!border-gray-200\/90 {
  border-color: rgb(223 225 222 / 0.9) !important;
}

.\!border-gray-200\/95 {
  border-color: rgb(223 225 222 / 0.95) !important;
}

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

.\!border-gray-300\/0 {
  border-color: rgb(206 209 206 / 0) !important;
}

.\!border-gray-300\/10 {
  border-color: rgb(206 209 206 / 0.1) !important;
}

.\!border-gray-300\/100 {
  border-color: rgb(206 209 206 / 1) !important;
}

.\!border-gray-300\/20 {
  border-color: rgb(206 209 206 / 0.2) !important;
}

.\!border-gray-300\/25 {
  border-color: rgb(206 209 206 / 0.25) !important;
}

.\!border-gray-300\/30 {
  border-color: rgb(206 209 206 / 0.3) !important;
}

.\!border-gray-300\/40 {
  border-color: rgb(206 209 206 / 0.4) !important;
}

.\!border-gray-300\/5 {
  border-color: rgb(206 209 206 / 0.05) !important;
}

.\!border-gray-300\/50 {
  border-color: rgb(206 209 206 / 0.5) !important;
}

.\!border-gray-300\/60 {
  border-color: rgb(206 209 206 / 0.6) !important;
}

.\!border-gray-300\/70 {
  border-color: rgb(206 209 206 / 0.7) !important;
}

.\!border-gray-300\/75 {
  border-color: rgb(206 209 206 / 0.75) !important;
}

.\!border-gray-300\/80 {
  border-color: rgb(206 209 206 / 0.8) !important;
}

.\!border-gray-300\/90 {
  border-color: rgb(206 209 206 / 0.9) !important;
}

.\!border-gray-300\/95 {
  border-color: rgb(206 209 206 / 0.95) !important;
}

.\!border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 194 189 / var(--tw-border-opacity)) !important;
}

.\!border-gray-400\/0 {
  border-color: rgb(190 194 189 / 0) !important;
}

.\!border-gray-400\/10 {
  border-color: rgb(190 194 189 / 0.1) !important;
}

.\!border-gray-400\/100 {
  border-color: rgb(190 194 189 / 1) !important;
}

.\!border-gray-400\/20 {
  border-color: rgb(190 194 189 / 0.2) !important;
}

.\!border-gray-400\/25 {
  border-color: rgb(190 194 189 / 0.25) !important;
}

.\!border-gray-400\/30 {
  border-color: rgb(190 194 189 / 0.3) !important;
}

.\!border-gray-400\/40 {
  border-color: rgb(190 194 189 / 0.4) !important;
}

.\!border-gray-400\/5 {
  border-color: rgb(190 194 189 / 0.05) !important;
}

.\!border-gray-400\/50 {
  border-color: rgb(190 194 189 / 0.5) !important;
}

.\!border-gray-400\/60 {
  border-color: rgb(190 194 189 / 0.6) !important;
}

.\!border-gray-400\/70 {
  border-color: rgb(190 194 189 / 0.7) !important;
}

.\!border-gray-400\/75 {
  border-color: rgb(190 194 189 / 0.75) !important;
}

.\!border-gray-400\/80 {
  border-color: rgb(190 194 189 / 0.8) !important;
}

.\!border-gray-400\/90 {
  border-color: rgb(190 194 189 / 0.9) !important;
}

.\!border-gray-400\/95 {
  border-color: rgb(190 194 189 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(174 179 173 / var(--tw-border-opacity)) !important;
}

.\!border-gray-500\/0 {
  border-color: rgb(174 179 173 / 0) !important;
}

.\!border-gray-500\/10 {
  border-color: rgb(174 179 173 / 0.1) !important;
}

.\!border-gray-500\/100 {
  border-color: rgb(174 179 173 / 1) !important;
}

.\!border-gray-500\/20 {
  border-color: rgb(174 179 173 / 0.2) !important;
}

.\!border-gray-500\/25 {
  border-color: rgb(174 179 173 / 0.25) !important;
}

.\!border-gray-500\/30 {
  border-color: rgb(174 179 173 / 0.3) !important;
}

.\!border-gray-500\/40 {
  border-color: rgb(174 179 173 / 0.4) !important;
}

.\!border-gray-500\/5 {
  border-color: rgb(174 179 173 / 0.05) !important;
}

.\!border-gray-500\/50 {
  border-color: rgb(174 179 173 / 0.5) !important;
}

.\!border-gray-500\/60 {
  border-color: rgb(174 179 173 / 0.6) !important;
}

.\!border-gray-500\/70 {
  border-color: rgb(174 179 173 / 0.7) !important;
}

.\!border-gray-500\/75 {
  border-color: rgb(174 179 173 / 0.75) !important;
}

.\!border-gray-500\/80 {
  border-color: rgb(174 179 173 / 0.8) !important;
}

.\!border-gray-500\/90 {
  border-color: rgb(174 179 173 / 0.9) !important;
}

.\!border-gray-500\/95 {
  border-color: rgb(174 179 173 / 0.95) !important;
}

.\!border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 145 136 / var(--tw-border-opacity)) !important;
}

.\!border-gray-600\/0 {
  border-color: rgb(138 145 136 / 0) !important;
}

.\!border-gray-600\/10 {
  border-color: rgb(138 145 136 / 0.1) !important;
}

.\!border-gray-600\/100 {
  border-color: rgb(138 145 136 / 1) !important;
}

.\!border-gray-600\/20 {
  border-color: rgb(138 145 136 / 0.2) !important;
}

.\!border-gray-600\/25 {
  border-color: rgb(138 145 136 / 0.25) !important;
}

.\!border-gray-600\/30 {
  border-color: rgb(138 145 136 / 0.3) !important;
}

.\!border-gray-600\/40 {
  border-color: rgb(138 145 136 / 0.4) !important;
}

.\!border-gray-600\/5 {
  border-color: rgb(138 145 136 / 0.05) !important;
}

.\!border-gray-600\/50 {
  border-color: rgb(138 145 136 / 0.5) !important;
}

.\!border-gray-600\/60 {
  border-color: rgb(138 145 136 / 0.6) !important;
}

.\!border-gray-600\/70 {
  border-color: rgb(138 145 136 / 0.7) !important;
}

.\!border-gray-600\/75 {
  border-color: rgb(138 145 136 / 0.75) !important;
}

.\!border-gray-600\/80 {
  border-color: rgb(138 145 136 / 0.8) !important;
}

.\!border-gray-600\/90 {
  border-color: rgb(138 145 136 / 0.9) !important;
}

.\!border-gray-600\/95 {
  border-color: rgb(138 145 136 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(69 73 68 / var(--tw-border-opacity)) !important;
}

.\!border-gray-800\/0 {
  border-color: rgb(69 73 68 / 0) !important;
}

.\!border-gray-800\/10 {
  border-color: rgb(69 73 68 / 0.1) !important;
}

.\!border-gray-800\/100 {
  border-color: rgb(69 73 68 / 1) !important;
}

.\!border-gray-800\/20 {
  border-color: rgb(69 73 68 / 0.2) !important;
}

.\!border-gray-800\/25 {
  border-color: rgb(69 73 68 / 0.25) !important;
}

.\!border-gray-800\/30 {
  border-color: rgb(69 73 68 / 0.3) !important;
}

.\!border-gray-800\/40 {
  border-color: rgb(69 73 68 / 0.4) !important;
}

.\!border-gray-800\/5 {
  border-color: rgb(69 73 68 / 0.05) !important;
}

.\!border-gray-800\/50 {
  border-color: rgb(69 73 68 / 0.5) !important;
}

.\!border-gray-800\/60 {
  border-color: rgb(69 73 68 / 0.6) !important;
}

.\!border-gray-800\/70 {
  border-color: rgb(69 73 68 / 0.7) !important;
}

.\!border-gray-800\/75 {
  border-color: rgb(69 73 68 / 0.75) !important;
}

.\!border-gray-800\/80 {
  border-color: rgb(69 73 68 / 0.8) !important;
}

.\!border-gray-800\/90 {
  border-color: rgb(69 73 68 / 0.9) !important;
}

.\!border-gray-800\/95 {
  border-color: rgb(69 73 68 / 0.95) !important;
}

.\!border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 37 34 / var(--tw-border-opacity)) !important;
}

.\!border-gray-900\/0 {
  border-color: rgb(34 37 34 / 0) !important;
}

.\!border-gray-900\/10 {
  border-color: rgb(34 37 34 / 0.1) !important;
}

.\!border-gray-900\/100 {
  border-color: rgb(34 37 34 / 1) !important;
}

.\!border-gray-900\/20 {
  border-color: rgb(34 37 34 / 0.2) !important;
}

.\!border-gray-900\/25 {
  border-color: rgb(34 37 34 / 0.25) !important;
}

.\!border-gray-900\/30 {
  border-color: rgb(34 37 34 / 0.3) !important;
}

.\!border-gray-900\/40 {
  border-color: rgb(34 37 34 / 0.4) !important;
}

.\!border-gray-900\/5 {
  border-color: rgb(34 37 34 / 0.05) !important;
}

.\!border-gray-900\/50 {
  border-color: rgb(34 37 34 / 0.5) !important;
}

.\!border-gray-900\/60 {
  border-color: rgb(34 37 34 / 0.6) !important;
}

.\!border-gray-900\/70 {
  border-color: rgb(34 37 34 / 0.7) !important;
}

.\!border-gray-900\/75 {
  border-color: rgb(34 37 34 / 0.75) !important;
}

.\!border-gray-900\/80 {
  border-color: rgb(34 37 34 / 0.8) !important;
}

.\!border-gray-900\/90 {
  border-color: rgb(34 37 34 / 0.9) !important;
}

.\!border-gray-900\/95 {
  border-color: rgb(34 37 34 / 0.95) !important;
}

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

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

.\!border-red-100\/0 {
  border-color: rgb(254 226 226 / 0) !important;
}

.\!border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1) !important;
}

.\!border-red-100\/100 {
  border-color: rgb(254 226 226 / 1) !important;
}

.\!border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2) !important;
}

.\!border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25) !important;
}

.\!border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3) !important;
}

.\!border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4) !important;
}

.\!border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05) !important;
}

.\!border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5) !important;
}

.\!border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6) !important;
}

.\!border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7) !important;
}

.\!border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75) !important;
}

.\!border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8) !important;
}

.\!border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9) !important;
}

.\!border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95) !important;
}

.\!border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}

.\!border-red-200\/0 {
  border-color: rgb(254 202 202 / 0) !important;
}

.\!border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1) !important;
}

.\!border-red-200\/100 {
  border-color: rgb(254 202 202 / 1) !important;
}

.\!border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2) !important;
}

.\!border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25) !important;
}

.\!border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3) !important;
}

.\!border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4) !important;
}

.\!border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05) !important;
}

.\!border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5) !important;
}

.\!border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6) !important;
}

.\!border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7) !important;
}

.\!border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75) !important;
}

.\!border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8) !important;
}

.\!border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9) !important;
}

.\!border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95) !important;
}

.\!border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}

.\!border-red-300\/0 {
  border-color: rgb(252 165 165 / 0) !important;
}

.\!border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1) !important;
}

.\!border-red-300\/100 {
  border-color: rgb(252 165 165 / 1) !important;
}

.\!border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2) !important;
}

.\!border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25) !important;
}

.\!border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3) !important;
}

.\!border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4) !important;
}

.\!border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05) !important;
}

.\!border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5) !important;
}

.\!border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6) !important;
}

.\!border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7) !important;
}

.\!border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75) !important;
}

.\!border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8) !important;
}

.\!border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9) !important;
}

.\!border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95) !important;
}

.\!border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}

.\!border-red-400\/0 {
  border-color: rgb(248 113 113 / 0) !important;
}

.\!border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1) !important;
}

.\!border-red-400\/100 {
  border-color: rgb(248 113 113 / 1) !important;
}

.\!border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2) !important;
}

.\!border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25) !important;
}

.\!border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3) !important;
}

.\!border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4) !important;
}

.\!border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05) !important;
}

.\!border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5) !important;
}

.\!border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6) !important;
}

.\!border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7) !important;
}

.\!border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75) !important;
}

.\!border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8) !important;
}

.\!border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9) !important;
}

.\!border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95) !important;
}

.\!border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}

.\!border-red-50\/0 {
  border-color: rgb(254 242 242 / 0) !important;
}

.\!border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1) !important;
}

.\!border-red-50\/100 {
  border-color: rgb(254 242 242 / 1) !important;
}

.\!border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2) !important;
}

.\!border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25) !important;
}

.\!border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3) !important;
}

.\!border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4) !important;
}

.\!border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05) !important;
}

.\!border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5) !important;
}

.\!border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6) !important;
}

.\!border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7) !important;
}

.\!border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75) !important;
}

.\!border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8) !important;
}

.\!border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9) !important;
}

.\!border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95) !important;
}

.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

.\!border-red-500\/0 {
  border-color: rgb(239 68 68 / 0) !important;
}

.\!border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1) !important;
}

.\!border-red-500\/100 {
  border-color: rgb(239 68 68 / 1) !important;
}

.\!border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2) !important;
}

.\!border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25) !important;
}

.\!border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3) !important;
}

.\!border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4) !important;
}

.\!border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05) !important;
}

.\!border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5) !important;
}

.\!border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6) !important;
}

.\!border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7) !important;
}

.\!border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75) !important;
}

.\!border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8) !important;
}

.\!border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9) !important;
}

.\!border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95) !important;
}

.\!border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}

.\!border-red-600\/0 {
  border-color: rgb(220 38 38 / 0) !important;
}

.\!border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1) !important;
}

.\!border-red-600\/100 {
  border-color: rgb(220 38 38 / 1) !important;
}

.\!border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2) !important;
}

.\!border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25) !important;
}

.\!border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3) !important;
}

.\!border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4) !important;
}

.\!border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05) !important;
}

.\!border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5) !important;
}

.\!border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6) !important;
}

.\!border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7) !important;
}

.\!border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75) !important;
}

.\!border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8) !important;
}

.\!border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9) !important;
}

.\!border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95) !important;
}

.\!border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.\!border-red-700\/0 {
  border-color: rgb(185 28 28 / 0) !important;
}

.\!border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1) !important;
}

.\!border-red-700\/100 {
  border-color: rgb(185 28 28 / 1) !important;
}

.\!border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2) !important;
}

.\!border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25) !important;
}

.\!border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3) !important;
}

.\!border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4) !important;
}

.\!border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05) !important;
}

.\!border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5) !important;
}

.\!border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6) !important;
}

.\!border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7) !important;
}

.\!border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75) !important;
}

.\!border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8) !important;
}

.\!border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9) !important;
}

.\!border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95) !important;
}

.\!border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}

.\!border-red-800\/0 {
  border-color: rgb(153 27 27 / 0) !important;
}

.\!border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1) !important;
}

.\!border-red-800\/100 {
  border-color: rgb(153 27 27 / 1) !important;
}

.\!border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2) !important;
}

.\!border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25) !important;
}

.\!border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3) !important;
}

.\!border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4) !important;
}

.\!border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05) !important;
}

.\!border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5) !important;
}

.\!border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6) !important;
}

.\!border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7) !important;
}

.\!border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75) !important;
}

.\!border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8) !important;
}

.\!border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9) !important;
}

.\!border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95) !important;
}

.\!border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}

.\!border-red-900\/0 {
  border-color: rgb(127 29 29 / 0) !important;
}

.\!border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1) !important;
}

.\!border-red-900\/100 {
  border-color: rgb(127 29 29 / 1) !important;
}

.\!border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2) !important;
}

.\!border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25) !important;
}

.\!border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3) !important;
}

.\!border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4) !important;
}

.\!border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05) !important;
}

.\!border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5) !important;
}

.\!border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6) !important;
}

.\!border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7) !important;
}

.\!border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75) !important;
}

.\!border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8) !important;
}

.\!border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9) !important;
}

.\!border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95) !important;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-brown {
  --tw-border-opacity: 1;
  border-color: rgb(172 128 83 / var(--tw-border-opacity));
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(18 22 25 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(239 240 239 / var(--tw-border-opacity));
}

.border-gray-100\/0 {
  border-color: rgb(239 240 239 / 0);
}

.border-gray-100\/10 {
  border-color: rgb(239 240 239 / 0.1);
}

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

.border-gray-100\/20 {
  border-color: rgb(239 240 239 / 0.2);
}

.border-gray-100\/25 {
  border-color: rgb(239 240 239 / 0.25);
}

.border-gray-100\/30 {
  border-color: rgb(239 240 239 / 0.3);
}

.border-gray-100\/40 {
  border-color: rgb(239 240 239 / 0.4);
}

.border-gray-100\/5 {
  border-color: rgb(239 240 239 / 0.05);
}

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

.border-gray-100\/60 {
  border-color: rgb(239 240 239 / 0.6);
}

.border-gray-100\/70 {
  border-color: rgb(239 240 239 / 0.7);
}

.border-gray-100\/75 {
  border-color: rgb(239 240 239 / 0.75);
}

.border-gray-100\/80 {
  border-color: rgb(239 240 239 / 0.8);
}

.border-gray-100\/90 {
  border-color: rgb(239 240 239 / 0.9);
}

.border-gray-100\/95 {
  border-color: rgb(239 240 239 / 0.95);
}

.border-gray-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(18 22 25 / var(--tw-border-opacity));
}

.border-gray-1000\/0 {
  border-color: rgb(18 22 25 / 0);
}

.border-gray-1000\/10 {
  border-color: rgb(18 22 25 / 0.1);
}

.border-gray-1000\/100 {
  border-color: rgb(18 22 25 / 1);
}

.border-gray-1000\/20 {
  border-color: rgb(18 22 25 / 0.2);
}

.border-gray-1000\/25 {
  border-color: rgb(18 22 25 / 0.25);
}

.border-gray-1000\/30 {
  border-color: rgb(18 22 25 / 0.3);
}

.border-gray-1000\/40 {
  border-color: rgb(18 22 25 / 0.4);
}

.border-gray-1000\/5 {
  border-color: rgb(18 22 25 / 0.05);
}

.border-gray-1000\/50 {
  border-color: rgb(18 22 25 / 0.5);
}

.border-gray-1000\/60 {
  border-color: rgb(18 22 25 / 0.6);
}

.border-gray-1000\/70 {
  border-color: rgb(18 22 25 / 0.7);
}

.border-gray-1000\/75 {
  border-color: rgb(18 22 25 / 0.75);
}

.border-gray-1000\/80 {
  border-color: rgb(18 22 25 / 0.8);
}

.border-gray-1000\/90 {
  border-color: rgb(18 22 25 / 0.9);
}

.border-gray-1000\/95 {
  border-color: rgb(18 22 25 / 0.95);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(223 225 222 / var(--tw-border-opacity));
}

.border-gray-200\/0 {
  border-color: rgb(223 225 222 / 0);
}

.border-gray-200\/10 {
  border-color: rgb(223 225 222 / 0.1);
}

.border-gray-200\/100 {
  border-color: rgb(223 225 222 / 1);
}

.border-gray-200\/20 {
  border-color: rgb(223 225 222 / 0.2);
}

.border-gray-200\/25 {
  border-color: rgb(223 225 222 / 0.25);
}

.border-gray-200\/30 {
  border-color: rgb(223 225 222 / 0.3);
}

.border-gray-200\/40 {
  border-color: rgb(223 225 222 / 0.4);
}

.border-gray-200\/5 {
  border-color: rgb(223 225 222 / 0.05);
}

.border-gray-200\/50 {
  border-color: rgb(223 225 222 / 0.5);
}

.border-gray-200\/60 {
  border-color: rgb(223 225 222 / 0.6);
}

.border-gray-200\/70 {
  border-color: rgb(223 225 222 / 0.7);
}

.border-gray-200\/75 {
  border-color: rgb(223 225 222 / 0.75);
}

.border-gray-200\/80 {
  border-color: rgb(223 225 222 / 0.8);
}

.border-gray-200\/90 {
  border-color: rgb(223 225 222 / 0.9);
}

.border-gray-200\/95 {
  border-color: rgb(223 225 222 / 0.95);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(206 209 206 / var(--tw-border-opacity));
}

.border-gray-300\/0 {
  border-color: rgb(206 209 206 / 0);
}

.border-gray-300\/10 {
  border-color: rgb(206 209 206 / 0.1);
}

.border-gray-300\/100 {
  border-color: rgb(206 209 206 / 1);
}

.border-gray-300\/20 {
  border-color: rgb(206 209 206 / 0.2);
}

.border-gray-300\/25 {
  border-color: rgb(206 209 206 / 0.25);
}

.border-gray-300\/30 {
  border-color: rgb(206 209 206 / 0.3);
}

.border-gray-300\/40 {
  border-color: rgb(206 209 206 / 0.4);
}

.border-gray-300\/5 {
  border-color: rgb(206 209 206 / 0.05);
}

.border-gray-300\/50 {
  border-color: rgb(206 209 206 / 0.5);
}

.border-gray-300\/60 {
  border-color: rgb(206 209 206 / 0.6);
}

.border-gray-300\/70 {
  border-color: rgb(206 209 206 / 0.7);
}

.border-gray-300\/75 {
  border-color: rgb(206 209 206 / 0.75);
}

.border-gray-300\/80 {
  border-color: rgb(206 209 206 / 0.8);
}

.border-gray-300\/90 {
  border-color: rgb(206 209 206 / 0.9);
}

.border-gray-300\/95 {
  border-color: rgb(206 209 206 / 0.95);
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(190 194 189 / var(--tw-border-opacity));
}

.border-gray-400\/0 {
  border-color: rgb(190 194 189 / 0);
}

.border-gray-400\/10 {
  border-color: rgb(190 194 189 / 0.1);
}

.border-gray-400\/100 {
  border-color: rgb(190 194 189 / 1);
}

.border-gray-400\/20 {
  border-color: rgb(190 194 189 / 0.2);
}

.border-gray-400\/25 {
  border-color: rgb(190 194 189 / 0.25);
}

.border-gray-400\/30 {
  border-color: rgb(190 194 189 / 0.3);
}

.border-gray-400\/40 {
  border-color: rgb(190 194 189 / 0.4);
}

.border-gray-400\/5 {
  border-color: rgb(190 194 189 / 0.05);
}

.border-gray-400\/50 {
  border-color: rgb(190 194 189 / 0.5);
}

.border-gray-400\/60 {
  border-color: rgb(190 194 189 / 0.6);
}

.border-gray-400\/70 {
  border-color: rgb(190 194 189 / 0.7);
}

.border-gray-400\/75 {
  border-color: rgb(190 194 189 / 0.75);
}

.border-gray-400\/80 {
  border-color: rgb(190 194 189 / 0.8);
}

.border-gray-400\/90 {
  border-color: rgb(190 194 189 / 0.9);
}

.border-gray-400\/95 {
  border-color: rgb(190 194 189 / 0.95);
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(174 179 173 / var(--tw-border-opacity));
}

.border-gray-500\/0 {
  border-color: rgb(174 179 173 / 0);
}

.border-gray-500\/10 {
  border-color: rgb(174 179 173 / 0.1);
}

.border-gray-500\/100 {
  border-color: rgb(174 179 173 / 1);
}

.border-gray-500\/20 {
  border-color: rgb(174 179 173 / 0.2);
}

.border-gray-500\/25 {
  border-color: rgb(174 179 173 / 0.25);
}

.border-gray-500\/30 {
  border-color: rgb(174 179 173 / 0.3);
}

.border-gray-500\/40 {
  border-color: rgb(174 179 173 / 0.4);
}

.border-gray-500\/5 {
  border-color: rgb(174 179 173 / 0.05);
}

.border-gray-500\/50 {
  border-color: rgb(174 179 173 / 0.5);
}

.border-gray-500\/60 {
  border-color: rgb(174 179 173 / 0.6);
}

.border-gray-500\/70 {
  border-color: rgb(174 179 173 / 0.7);
}

.border-gray-500\/75 {
  border-color: rgb(174 179 173 / 0.75);
}

.border-gray-500\/80 {
  border-color: rgb(174 179 173 / 0.8);
}

.border-gray-500\/90 {
  border-color: rgb(174 179 173 / 0.9);
}

.border-gray-500\/95 {
  border-color: rgb(174 179 173 / 0.95);
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(138 145 136 / var(--tw-border-opacity));
}

.border-gray-600\/0 {
  border-color: rgb(138 145 136 / 0);
}

.border-gray-600\/10 {
  border-color: rgb(138 145 136 / 0.1);
}

.border-gray-600\/100 {
  border-color: rgb(138 145 136 / 1);
}

.border-gray-600\/20 {
  border-color: rgb(138 145 136 / 0.2);
}

.border-gray-600\/25 {
  border-color: rgb(138 145 136 / 0.25);
}

.border-gray-600\/30 {
  border-color: rgb(138 145 136 / 0.3);
}

.border-gray-600\/40 {
  border-color: rgb(138 145 136 / 0.4);
}

.border-gray-600\/5 {
  border-color: rgb(138 145 136 / 0.05);
}

.border-gray-600\/50 {
  border-color: rgb(138 145 136 / 0.5);
}

.border-gray-600\/60 {
  border-color: rgb(138 145 136 / 0.6);
}

.border-gray-600\/70 {
  border-color: rgb(138 145 136 / 0.7);
}

.border-gray-600\/75 {
  border-color: rgb(138 145 136 / 0.75);
}

.border-gray-600\/80 {
  border-color: rgb(138 145 136 / 0.8);
}

.border-gray-600\/90 {
  border-color: rgb(138 145 136 / 0.9);
}

.border-gray-600\/95 {
  border-color: rgb(138 145 136 / 0.95);
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(103 110 101 / var(--tw-border-opacity));
}

.border-gray-700\/0 {
  border-color: rgb(103 110 101 / 0);
}

.border-gray-700\/10 {
  border-color: rgb(103 110 101 / 0.1);
}

.border-gray-700\/100 {
  border-color: rgb(103 110 101 / 1);
}

.border-gray-700\/20 {
  border-color: rgb(103 110 101 / 0.2);
}

.border-gray-700\/25 {
  border-color: rgb(103 110 101 / 0.25);
}

.border-gray-700\/30 {
  border-color: rgb(103 110 101 / 0.3);
}

.border-gray-700\/40 {
  border-color: rgb(103 110 101 / 0.4);
}

.border-gray-700\/5 {
  border-color: rgb(103 110 101 / 0.05);
}

.border-gray-700\/50 {
  border-color: rgb(103 110 101 / 0.5);
}

.border-gray-700\/60 {
  border-color: rgb(103 110 101 / 0.6);
}

.border-gray-700\/70 {
  border-color: rgb(103 110 101 / 0.7);
}

.border-gray-700\/75 {
  border-color: rgb(103 110 101 / 0.75);
}

.border-gray-700\/80 {
  border-color: rgb(103 110 101 / 0.8);
}

.border-gray-700\/90 {
  border-color: rgb(103 110 101 / 0.9);
}

.border-gray-700\/95 {
  border-color: rgb(103 110 101 / 0.95);
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(69 73 68 / var(--tw-border-opacity));
}

.border-gray-800\/0 {
  border-color: rgb(69 73 68 / 0);
}

.border-gray-800\/10 {
  border-color: rgb(69 73 68 / 0.1);
}

.border-gray-800\/100 {
  border-color: rgb(69 73 68 / 1);
}

.border-gray-800\/20 {
  border-color: rgb(69 73 68 / 0.2);
}

.border-gray-800\/25 {
  border-color: rgb(69 73 68 / 0.25);
}

.border-gray-800\/30 {
  border-color: rgb(69 73 68 / 0.3);
}

.border-gray-800\/40 {
  border-color: rgb(69 73 68 / 0.4);
}

.border-gray-800\/5 {
  border-color: rgb(69 73 68 / 0.05);
}

.border-gray-800\/50 {
  border-color: rgb(69 73 68 / 0.5);
}

.border-gray-800\/60 {
  border-color: rgb(69 73 68 / 0.6);
}

.border-gray-800\/70 {
  border-color: rgb(69 73 68 / 0.7);
}

.border-gray-800\/75 {
  border-color: rgb(69 73 68 / 0.75);
}

.border-gray-800\/80 {
  border-color: rgb(69 73 68 / 0.8);
}

.border-gray-800\/90 {
  border-color: rgb(69 73 68 / 0.9);
}

.border-gray-800\/95 {
  border-color: rgb(69 73 68 / 0.95);
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(34 37 34 / var(--tw-border-opacity));
}

.border-gray-900\/0 {
  border-color: rgb(34 37 34 / 0);
}

.border-gray-900\/10 {
  border-color: rgb(34 37 34 / 0.1);
}

.border-gray-900\/100 {
  border-color: rgb(34 37 34 / 1);
}

.border-gray-900\/20 {
  border-color: rgb(34 37 34 / 0.2);
}

.border-gray-900\/25 {
  border-color: rgb(34 37 34 / 0.25);
}

.border-gray-900\/30 {
  border-color: rgb(34 37 34 / 0.3);
}

.border-gray-900\/40 {
  border-color: rgb(34 37 34 / 0.4);
}

.border-gray-900\/5 {
  border-color: rgb(34 37 34 / 0.05);
}

.border-gray-900\/50 {
  border-color: rgb(34 37 34 / 0.5);
}

.border-gray-900\/60 {
  border-color: rgb(34 37 34 / 0.6);
}

.border-gray-900\/70 {
  border-color: rgb(34 37 34 / 0.7);
}

.border-gray-900\/75 {
  border-color: rgb(34 37 34 / 0.75);
}

.border-gray-900\/80 {
  border-color: rgb(34 37 34 / 0.8);
}

.border-gray-900\/90 {
  border-color: rgb(34 37 34 / 0.9);
}

.border-gray-900\/95 {
  border-color: rgb(34 37 34 / 0.95);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 191 111 / var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}

.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}

.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}

.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}

.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}

.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}

.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}

.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}

.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}

.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}

.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}

.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}

.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}

.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}

.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}

.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}

.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}

.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}

.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}

.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}

.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}

.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}

.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}

.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}

.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}

.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}

.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}

.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}

.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}

.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}

.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}

.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}

.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\!bg-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 22 25 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 240 239 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100\/0 {
  background-color: rgb(239 240 239 / 0) !important;
}

.\!bg-gray-100\/10 {
  background-color: rgb(239 240 239 / 0.1) !important;
}

.\!bg-gray-100\/100 {
  background-color: rgb(239 240 239 / 1) !important;
}

.\!bg-gray-100\/20 {
  background-color: rgb(239 240 239 / 0.2) !important;
}

.\!bg-gray-100\/25 {
  background-color: rgb(239 240 239 / 0.25) !important;
}

.\!bg-gray-100\/30 {
  background-color: rgb(239 240 239 / 0.3) !important;
}

.\!bg-gray-100\/40 {
  background-color: rgb(239 240 239 / 0.4) !important;
}

.\!bg-gray-100\/5 {
  background-color: rgb(239 240 239 / 0.05) !important;
}

.\!bg-gray-100\/50 {
  background-color: rgb(239 240 239 / 0.5) !important;
}

.\!bg-gray-100\/60 {
  background-color: rgb(239 240 239 / 0.6) !important;
}

.\!bg-gray-100\/70 {
  background-color: rgb(239 240 239 / 0.7) !important;
}

.\!bg-gray-100\/75 {
  background-color: rgb(239 240 239 / 0.75) !important;
}

.\!bg-gray-100\/80 {
  background-color: rgb(239 240 239 / 0.8) !important;
}

.\!bg-gray-100\/90 {
  background-color: rgb(239 240 239 / 0.9) !important;
}

.\!bg-gray-100\/95 {
  background-color: rgb(239 240 239 / 0.95) !important;
}

.\!bg-gray-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 22 25 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-1000\/0 {
  background-color: rgb(18 22 25 / 0) !important;
}

.\!bg-gray-1000\/10 {
  background-color: rgb(18 22 25 / 0.1) !important;
}

.\!bg-gray-1000\/100 {
  background-color: rgb(18 22 25 / 1) !important;
}

.\!bg-gray-1000\/20 {
  background-color: rgb(18 22 25 / 0.2) !important;
}

.\!bg-gray-1000\/25 {
  background-color: rgb(18 22 25 / 0.25) !important;
}

.\!bg-gray-1000\/30 {
  background-color: rgb(18 22 25 / 0.3) !important;
}

.\!bg-gray-1000\/40 {
  background-color: rgb(18 22 25 / 0.4) !important;
}

.\!bg-gray-1000\/5 {
  background-color: rgb(18 22 25 / 0.05) !important;
}

.\!bg-gray-1000\/50 {
  background-color: rgb(18 22 25 / 0.5) !important;
}

.\!bg-gray-1000\/60 {
  background-color: rgb(18 22 25 / 0.6) !important;
}

.\!bg-gray-1000\/70 {
  background-color: rgb(18 22 25 / 0.7) !important;
}

.\!bg-gray-1000\/75 {
  background-color: rgb(18 22 25 / 0.75) !important;
}

.\!bg-gray-1000\/80 {
  background-color: rgb(18 22 25 / 0.8) !important;
}

.\!bg-gray-1000\/90 {
  background-color: rgb(18 22 25 / 0.9) !important;
}

.\!bg-gray-1000\/95 {
  background-color: rgb(18 22 25 / 0.95) !important;
}

.\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 225 222 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-200\/0 {
  background-color: rgb(223 225 222 / 0) !important;
}

.\!bg-gray-200\/10 {
  background-color: rgb(223 225 222 / 0.1) !important;
}

.\!bg-gray-200\/100 {
  background-color: rgb(223 225 222 / 1) !important;
}

.\!bg-gray-200\/20 {
  background-color: rgb(223 225 222 / 0.2) !important;
}

.\!bg-gray-200\/25 {
  background-color: rgb(223 225 222 / 0.25) !important;
}

.\!bg-gray-200\/30 {
  background-color: rgb(223 225 222 / 0.3) !important;
}

.\!bg-gray-200\/40 {
  background-color: rgb(223 225 222 / 0.4) !important;
}

.\!bg-gray-200\/5 {
  background-color: rgb(223 225 222 / 0.05) !important;
}

.\!bg-gray-200\/50 {
  background-color: rgb(223 225 222 / 0.5) !important;
}

.\!bg-gray-200\/60 {
  background-color: rgb(223 225 222 / 0.6) !important;
}

.\!bg-gray-200\/70 {
  background-color: rgb(223 225 222 / 0.7) !important;
}

.\!bg-gray-200\/75 {
  background-color: rgb(223 225 222 / 0.75) !important;
}

.\!bg-gray-200\/80 {
  background-color: rgb(223 225 222 / 0.8) !important;
}

.\!bg-gray-200\/90 {
  background-color: rgb(223 225 222 / 0.9) !important;
}

.\!bg-gray-200\/95 {
  background-color: rgb(223 225 222 / 0.95) !important;
}

.\!bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(206 209 206 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-300\/0 {
  background-color: rgb(206 209 206 / 0) !important;
}

.\!bg-gray-300\/10 {
  background-color: rgb(206 209 206 / 0.1) !important;
}

.\!bg-gray-300\/100 {
  background-color: rgb(206 209 206 / 1) !important;
}

.\!bg-gray-300\/20 {
  background-color: rgb(206 209 206 / 0.2) !important;
}

.\!bg-gray-300\/25 {
  background-color: rgb(206 209 206 / 0.25) !important;
}

.\!bg-gray-300\/30 {
  background-color: rgb(206 209 206 / 0.3) !important;
}

.\!bg-gray-300\/40 {
  background-color: rgb(206 209 206 / 0.4) !important;
}

.\!bg-gray-300\/5 {
  background-color: rgb(206 209 206 / 0.05) !important;
}

.\!bg-gray-300\/50 {
  background-color: rgb(206 209 206 / 0.5) !important;
}

.\!bg-gray-300\/60 {
  background-color: rgb(206 209 206 / 0.6) !important;
}

.\!bg-gray-300\/70 {
  background-color: rgb(206 209 206 / 0.7) !important;
}

.\!bg-gray-300\/75 {
  background-color: rgb(206 209 206 / 0.75) !important;
}

.\!bg-gray-300\/80 {
  background-color: rgb(206 209 206 / 0.8) !important;
}

.\!bg-gray-300\/90 {
  background-color: rgb(206 209 206 / 0.9) !important;
}

.\!bg-gray-300\/95 {
  background-color: rgb(206 209 206 / 0.95) !important;
}

.\!bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 194 189 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-400\/0 {
  background-color: rgb(190 194 189 / 0) !important;
}

.\!bg-gray-400\/10 {
  background-color: rgb(190 194 189 / 0.1) !important;
}

.\!bg-gray-400\/100 {
  background-color: rgb(190 194 189 / 1) !important;
}

.\!bg-gray-400\/20 {
  background-color: rgb(190 194 189 / 0.2) !important;
}

.\!bg-gray-400\/25 {
  background-color: rgb(190 194 189 / 0.25) !important;
}

.\!bg-gray-400\/30 {
  background-color: rgb(190 194 189 / 0.3) !important;
}

.\!bg-gray-400\/40 {
  background-color: rgb(190 194 189 / 0.4) !important;
}

.\!bg-gray-400\/5 {
  background-color: rgb(190 194 189 / 0.05) !important;
}

.\!bg-gray-400\/50 {
  background-color: rgb(190 194 189 / 0.5) !important;
}

.\!bg-gray-400\/60 {
  background-color: rgb(190 194 189 / 0.6) !important;
}

.\!bg-gray-400\/70 {
  background-color: rgb(190 194 189 / 0.7) !important;
}

.\!bg-gray-400\/75 {
  background-color: rgb(190 194 189 / 0.75) !important;
}

.\!bg-gray-400\/80 {
  background-color: rgb(190 194 189 / 0.8) !important;
}

.\!bg-gray-400\/90 {
  background-color: rgb(190 194 189 / 0.9) !important;
}

.\!bg-gray-400\/95 {
  background-color: rgb(190 194 189 / 0.95) !important;
}

.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-50\/0 {
  background-color: rgb(247 247 247 / 0) !important;
}

.\!bg-gray-50\/10 {
  background-color: rgb(247 247 247 / 0.1) !important;
}

.\!bg-gray-50\/100 {
  background-color: rgb(247 247 247 / 1) !important;
}

.\!bg-gray-50\/20 {
  background-color: rgb(247 247 247 / 0.2) !important;
}

.\!bg-gray-50\/25 {
  background-color: rgb(247 247 247 / 0.25) !important;
}

.\!bg-gray-50\/30 {
  background-color: rgb(247 247 247 / 0.3) !important;
}

.\!bg-gray-50\/40 {
  background-color: rgb(247 247 247 / 0.4) !important;
}

.\!bg-gray-50\/5 {
  background-color: rgb(247 247 247 / 0.05) !important;
}

.\!bg-gray-50\/50 {
  background-color: rgb(247 247 247 / 0.5) !important;
}

.\!bg-gray-50\/60 {
  background-color: rgb(247 247 247 / 0.6) !important;
}

.\!bg-gray-50\/70 {
  background-color: rgb(247 247 247 / 0.7) !important;
}

.\!bg-gray-50\/75 {
  background-color: rgb(247 247 247 / 0.75) !important;
}

.\!bg-gray-50\/80 {
  background-color: rgb(247 247 247 / 0.8) !important;
}

.\!bg-gray-50\/90 {
  background-color: rgb(247 247 247 / 0.9) !important;
}

.\!bg-gray-50\/95 {
  background-color: rgb(247 247 247 / 0.95) !important;
}

.\!bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(174 179 173 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-500\/0 {
  background-color: rgb(174 179 173 / 0) !important;
}

.\!bg-gray-500\/10 {
  background-color: rgb(174 179 173 / 0.1) !important;
}

.\!bg-gray-500\/100 {
  background-color: rgb(174 179 173 / 1) !important;
}

.\!bg-gray-500\/20 {
  background-color: rgb(174 179 173 / 0.2) !important;
}

.\!bg-gray-500\/25 {
  background-color: rgb(174 179 173 / 0.25) !important;
}

.\!bg-gray-500\/30 {
  background-color: rgb(174 179 173 / 0.3) !important;
}

.\!bg-gray-500\/40 {
  background-color: rgb(174 179 173 / 0.4) !important;
}

.\!bg-gray-500\/5 {
  background-color: rgb(174 179 173 / 0.05) !important;
}

.\!bg-gray-500\/50 {
  background-color: rgb(174 179 173 / 0.5) !important;
}

.\!bg-gray-500\/60 {
  background-color: rgb(174 179 173 / 0.6) !important;
}

.\!bg-gray-500\/70 {
  background-color: rgb(174 179 173 / 0.7) !important;
}

.\!bg-gray-500\/75 {
  background-color: rgb(174 179 173 / 0.75) !important;
}

.\!bg-gray-500\/80 {
  background-color: rgb(174 179 173 / 0.8) !important;
}

.\!bg-gray-500\/90 {
  background-color: rgb(174 179 173 / 0.9) !important;
}

.\!bg-gray-500\/95 {
  background-color: rgb(174 179 173 / 0.95) !important;
}

.\!bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(138 145 136 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-600\/0 {
  background-color: rgb(138 145 136 / 0) !important;
}

.\!bg-gray-600\/10 {
  background-color: rgb(138 145 136 / 0.1) !important;
}

.\!bg-gray-600\/100 {
  background-color: rgb(138 145 136 / 1) !important;
}

.\!bg-gray-600\/20 {
  background-color: rgb(138 145 136 / 0.2) !important;
}

.\!bg-gray-600\/25 {
  background-color: rgb(138 145 136 / 0.25) !important;
}

.\!bg-gray-600\/30 {
  background-color: rgb(138 145 136 / 0.3) !important;
}

.\!bg-gray-600\/40 {
  background-color: rgb(138 145 136 / 0.4) !important;
}

.\!bg-gray-600\/5 {
  background-color: rgb(138 145 136 / 0.05) !important;
}

.\!bg-gray-600\/50 {
  background-color: rgb(138 145 136 / 0.5) !important;
}

.\!bg-gray-600\/60 {
  background-color: rgb(138 145 136 / 0.6) !important;
}

.\!bg-gray-600\/70 {
  background-color: rgb(138 145 136 / 0.7) !important;
}

.\!bg-gray-600\/75 {
  background-color: rgb(138 145 136 / 0.75) !important;
}

.\!bg-gray-600\/80 {
  background-color: rgb(138 145 136 / 0.8) !important;
}

.\!bg-gray-600\/90 {
  background-color: rgb(138 145 136 / 0.9) !important;
}

.\!bg-gray-600\/95 {
  background-color: rgb(138 145 136 / 0.95) !important;
}

.\!bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 110 101 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-700\/0 {
  background-color: rgb(103 110 101 / 0) !important;
}

.\!bg-gray-700\/10 {
  background-color: rgb(103 110 101 / 0.1) !important;
}

.\!bg-gray-700\/100 {
  background-color: rgb(103 110 101 / 1) !important;
}

.\!bg-gray-700\/20 {
  background-color: rgb(103 110 101 / 0.2) !important;
}

.\!bg-gray-700\/25 {
  background-color: rgb(103 110 101 / 0.25) !important;
}

.\!bg-gray-700\/30 {
  background-color: rgb(103 110 101 / 0.3) !important;
}

.\!bg-gray-700\/40 {
  background-color: rgb(103 110 101 / 0.4) !important;
}

.\!bg-gray-700\/5 {
  background-color: rgb(103 110 101 / 0.05) !important;
}

.\!bg-gray-700\/50 {
  background-color: rgb(103 110 101 / 0.5) !important;
}

.\!bg-gray-700\/60 {
  background-color: rgb(103 110 101 / 0.6) !important;
}

.\!bg-gray-700\/70 {
  background-color: rgb(103 110 101 / 0.7) !important;
}

.\!bg-gray-700\/75 {
  background-color: rgb(103 110 101 / 0.75) !important;
}

.\!bg-gray-700\/80 {
  background-color: rgb(103 110 101 / 0.8) !important;
}

.\!bg-gray-700\/90 {
  background-color: rgb(103 110 101 / 0.9) !important;
}

.\!bg-gray-700\/95 {
  background-color: rgb(103 110 101 / 0.95) !important;
}

.\!bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 73 68 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-800\/0 {
  background-color: rgb(69 73 68 / 0) !important;
}

.\!bg-gray-800\/10 {
  background-color: rgb(69 73 68 / 0.1) !important;
}

.\!bg-gray-800\/100 {
  background-color: rgb(69 73 68 / 1) !important;
}

.\!bg-gray-800\/20 {
  background-color: rgb(69 73 68 / 0.2) !important;
}

.\!bg-gray-800\/25 {
  background-color: rgb(69 73 68 / 0.25) !important;
}

.\!bg-gray-800\/30 {
  background-color: rgb(69 73 68 / 0.3) !important;
}

.\!bg-gray-800\/40 {
  background-color: rgb(69 73 68 / 0.4) !important;
}

.\!bg-gray-800\/5 {
  background-color: rgb(69 73 68 / 0.05) !important;
}

.\!bg-gray-800\/50 {
  background-color: rgb(69 73 68 / 0.5) !important;
}

.\!bg-gray-800\/60 {
  background-color: rgb(69 73 68 / 0.6) !important;
}

.\!bg-gray-800\/70 {
  background-color: rgb(69 73 68 / 0.7) !important;
}

.\!bg-gray-800\/75 {
  background-color: rgb(69 73 68 / 0.75) !important;
}

.\!bg-gray-800\/80 {
  background-color: rgb(69 73 68 / 0.8) !important;
}

.\!bg-gray-800\/90 {
  background-color: rgb(69 73 68 / 0.9) !important;
}

.\!bg-gray-800\/95 {
  background-color: rgb(69 73 68 / 0.95) !important;
}

.\!bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 37 34 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-900\/0 {
  background-color: rgb(34 37 34 / 0) !important;
}

.\!bg-gray-900\/10 {
  background-color: rgb(34 37 34 / 0.1) !important;
}

.\!bg-gray-900\/100 {
  background-color: rgb(34 37 34 / 1) !important;
}

.\!bg-gray-900\/20 {
  background-color: rgb(34 37 34 / 0.2) !important;
}

.\!bg-gray-900\/25 {
  background-color: rgb(34 37 34 / 0.25) !important;
}

.\!bg-gray-900\/30 {
  background-color: rgb(34 37 34 / 0.3) !important;
}

.\!bg-gray-900\/40 {
  background-color: rgb(34 37 34 / 0.4) !important;
}

.\!bg-gray-900\/5 {
  background-color: rgb(34 37 34 / 0.05) !important;
}

.\!bg-gray-900\/50 {
  background-color: rgb(34 37 34 / 0.5) !important;
}

.\!bg-gray-900\/60 {
  background-color: rgb(34 37 34 / 0.6) !important;
}

.\!bg-gray-900\/70 {
  background-color: rgb(34 37 34 / 0.7) !important;
}

.\!bg-gray-900\/75 {
  background-color: rgb(34 37 34 / 0.75) !important;
}

.\!bg-gray-900\/80 {
  background-color: rgb(34 37 34 / 0.8) !important;
}

.\!bg-gray-900\/90 {
  background-color: rgb(34 37 34 / 0.9) !important;
}

.\!bg-gray-900\/95 {
  background-color: rgb(34 37 34 / 0.95) !important;
}

.\!bg-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 240 239 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0) !important;
}

.\!bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1) !important;
}

.\!bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1) !important;
}

.\!bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2) !important;
}

.\!bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25) !important;
}

.\!bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3) !important;
}

.\!bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4) !important;
}

.\!bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05) !important;
}

.\!bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5) !important;
}

.\!bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6) !important;
}

.\!bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7) !important;
}

.\!bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75) !important;
}

.\!bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8) !important;
}

.\!bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9) !important;
}

.\!bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95) !important;
}

.\!bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0) !important;
}

.\!bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1) !important;
}

.\!bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1) !important;
}

.\!bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2) !important;
}

.\!bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25) !important;
}

.\!bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3) !important;
}

.\!bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4) !important;
}

.\!bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05) !important;
}

.\!bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5) !important;
}

.\!bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6) !important;
}

.\!bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7) !important;
}

.\!bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75) !important;
}

.\!bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8) !important;
}

.\!bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9) !important;
}

.\!bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95) !important;
}

.\!bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0) !important;
}

.\!bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1) !important;
}

.\!bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1) !important;
}

.\!bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2) !important;
}

.\!bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25) !important;
}

.\!bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3) !important;
}

.\!bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4) !important;
}

.\!bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05) !important;
}

.\!bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5) !important;
}

.\!bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6) !important;
}

.\!bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7) !important;
}

.\!bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75) !important;
}

.\!bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8) !important;
}

.\!bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9) !important;
}

.\!bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95) !important;
}

.\!bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0) !important;
}

.\!bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1) !important;
}

.\!bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1) !important;
}

.\!bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2) !important;
}

.\!bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25) !important;
}

.\!bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3) !important;
}

.\!bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4) !important;
}

.\!bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05) !important;
}

.\!bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5) !important;
}

.\!bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6) !important;
}

.\!bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7) !important;
}

.\!bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75) !important;
}

.\!bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8) !important;
}

.\!bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9) !important;
}

.\!bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95) !important;
}

.\!bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0) !important;
}

.\!bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1) !important;
}

.\!bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1) !important;
}

.\!bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2) !important;
}

.\!bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25) !important;
}

.\!bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3) !important;
}

.\!bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4) !important;
}

.\!bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05) !important;
}

.\!bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5) !important;
}

.\!bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6) !important;
}

.\!bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7) !important;
}

.\!bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75) !important;
}

.\!bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8) !important;
}

.\!bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9) !important;
}

.\!bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95) !important;
}

.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0) !important;
}

.\!bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}

.\!bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1) !important;
}

.\!bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}

.\!bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25) !important;
}

.\!bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3) !important;
}

.\!bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4) !important;
}

.\!bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05) !important;
}

.\!bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5) !important;
}

.\!bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6) !important;
}

.\!bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7) !important;
}

.\!bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75) !important;
}

.\!bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8) !important;
}

.\!bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9) !important;
}

.\!bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95) !important;
}

.\!bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0) !important;
}

.\!bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1) !important;
}

.\!bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1) !important;
}

.\!bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2) !important;
}

.\!bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25) !important;
}

.\!bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3) !important;
}

.\!bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4) !important;
}

.\!bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05) !important;
}

.\!bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5) !important;
}

.\!bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6) !important;
}

.\!bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7) !important;
}

.\!bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75) !important;
}

.\!bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8) !important;
}

.\!bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9) !important;
}

.\!bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95) !important;
}

.\!bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0) !important;
}

.\!bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1) !important;
}

.\!bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1) !important;
}

.\!bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2) !important;
}

.\!bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25) !important;
}

.\!bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3) !important;
}

.\!bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4) !important;
}

.\!bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05) !important;
}

.\!bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5) !important;
}

.\!bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6) !important;
}

.\!bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7) !important;
}

.\!bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75) !important;
}

.\!bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8) !important;
}

.\!bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9) !important;
}

.\!bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95) !important;
}

.\!bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0) !important;
}

.\!bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1) !important;
}

.\!bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1) !important;
}

.\!bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2) !important;
}

.\!bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25) !important;
}

.\!bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3) !important;
}

.\!bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4) !important;
}

.\!bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05) !important;
}

.\!bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5) !important;
}

.\!bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6) !important;
}

.\!bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7) !important;
}

.\!bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75) !important;
}

.\!bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8) !important;
}

.\!bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9) !important;
}

.\!bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95) !important;
}

.\!bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0) !important;
}

.\!bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1) !important;
}

.\!bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1) !important;
}

.\!bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2) !important;
}

.\!bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25) !important;
}

.\!bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3) !important;
}

.\!bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4) !important;
}

.\!bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05) !important;
}

.\!bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5) !important;
}

.\!bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6) !important;
}

.\!bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7) !important;
}

.\!bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75) !important;
}

.\!bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8) !important;
}

.\!bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9) !important;
}

.\!bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95) !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.65\)\] {
  background-color: rgba(0,0,0,0.65);
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(18 22 25 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 239 / var(--tw-bg-opacity));
}

.bg-gray-100\/0 {
  background-color: rgb(239 240 239 / 0);
}

.bg-gray-100\/10 {
  background-color: rgb(239 240 239 / 0.1);
}

.bg-gray-100\/100 {
  background-color: rgb(239 240 239 / 1);
}

.bg-gray-100\/20 {
  background-color: rgb(239 240 239 / 0.2);
}

.bg-gray-100\/25 {
  background-color: rgb(239 240 239 / 0.25);
}

.bg-gray-100\/30 {
  background-color: rgb(239 240 239 / 0.3);
}

.bg-gray-100\/40 {
  background-color: rgb(239 240 239 / 0.4);
}

.bg-gray-100\/5 {
  background-color: rgb(239 240 239 / 0.05);
}

.bg-gray-100\/50 {
  background-color: rgb(239 240 239 / 0.5);
}

.bg-gray-100\/60 {
  background-color: rgb(239 240 239 / 0.6);
}

.bg-gray-100\/70 {
  background-color: rgb(239 240 239 / 0.7);
}

.bg-gray-100\/75 {
  background-color: rgb(239 240 239 / 0.75);
}

.bg-gray-100\/80 {
  background-color: rgb(239 240 239 / 0.8);
}

.bg-gray-100\/90 {
  background-color: rgb(239 240 239 / 0.9);
}

.bg-gray-100\/95 {
  background-color: rgb(239 240 239 / 0.95);
}

.bg-gray-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 22 25 / var(--tw-bg-opacity));
}

.bg-gray-1000\/0 {
  background-color: rgb(18 22 25 / 0);
}

.bg-gray-1000\/10 {
  background-color: rgb(18 22 25 / 0.1);
}

.bg-gray-1000\/100 {
  background-color: rgb(18 22 25 / 1);
}

.bg-gray-1000\/20 {
  background-color: rgb(18 22 25 / 0.2);
}

.bg-gray-1000\/25 {
  background-color: rgb(18 22 25 / 0.25);
}

.bg-gray-1000\/30 {
  background-color: rgb(18 22 25 / 0.3);
}

.bg-gray-1000\/40 {
  background-color: rgb(18 22 25 / 0.4);
}

.bg-gray-1000\/5 {
  background-color: rgb(18 22 25 / 0.05);
}

.bg-gray-1000\/50 {
  background-color: rgb(18 22 25 / 0.5);
}

.bg-gray-1000\/60 {
  background-color: rgb(18 22 25 / 0.6);
}

.bg-gray-1000\/70 {
  background-color: rgb(18 22 25 / 0.7);
}

.bg-gray-1000\/75 {
  background-color: rgb(18 22 25 / 0.75);
}

.bg-gray-1000\/80 {
  background-color: rgb(18 22 25 / 0.8);
}

.bg-gray-1000\/90 {
  background-color: rgb(18 22 25 / 0.9);
}

.bg-gray-1000\/95 {
  background-color: rgb(18 22 25 / 0.95);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 225 222 / var(--tw-bg-opacity));
}

.bg-gray-200\/0 {
  background-color: rgb(223 225 222 / 0);
}

.bg-gray-200\/10 {
  background-color: rgb(223 225 222 / 0.1);
}

.bg-gray-200\/100 {
  background-color: rgb(223 225 222 / 1);
}

.bg-gray-200\/20 {
  background-color: rgb(223 225 222 / 0.2);
}

.bg-gray-200\/25 {
  background-color: rgb(223 225 222 / 0.25);
}

.bg-gray-200\/30 {
  background-color: rgb(223 225 222 / 0.3);
}

.bg-gray-200\/40 {
  background-color: rgb(223 225 222 / 0.4);
}

.bg-gray-200\/5 {
  background-color: rgb(223 225 222 / 0.05);
}

.bg-gray-200\/50 {
  background-color: rgb(223 225 222 / 0.5);
}

.bg-gray-200\/60 {
  background-color: rgb(223 225 222 / 0.6);
}

.bg-gray-200\/70 {
  background-color: rgb(223 225 222 / 0.7);
}

.bg-gray-200\/75 {
  background-color: rgb(223 225 222 / 0.75);
}

.bg-gray-200\/80 {
  background-color: rgb(223 225 222 / 0.8);
}

.bg-gray-200\/90 {
  background-color: rgb(223 225 222 / 0.9);
}

.bg-gray-200\/95 {
  background-color: rgb(223 225 222 / 0.95);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 209 206 / var(--tw-bg-opacity));
}

.bg-gray-300\/0 {
  background-color: rgb(206 209 206 / 0);
}

.bg-gray-300\/10 {
  background-color: rgb(206 209 206 / 0.1);
}

.bg-gray-300\/100 {
  background-color: rgb(206 209 206 / 1);
}

.bg-gray-300\/20 {
  background-color: rgb(206 209 206 / 0.2);
}

.bg-gray-300\/25 {
  background-color: rgb(206 209 206 / 0.25);
}

.bg-gray-300\/30 {
  background-color: rgb(206 209 206 / 0.3);
}

.bg-gray-300\/40 {
  background-color: rgb(206 209 206 / 0.4);
}

.bg-gray-300\/5 {
  background-color: rgb(206 209 206 / 0.05);
}

.bg-gray-300\/50 {
  background-color: rgb(206 209 206 / 0.5);
}

.bg-gray-300\/60 {
  background-color: rgb(206 209 206 / 0.6);
}

.bg-gray-300\/70 {
  background-color: rgb(206 209 206 / 0.7);
}

.bg-gray-300\/75 {
  background-color: rgb(206 209 206 / 0.75);
}

.bg-gray-300\/80 {
  background-color: rgb(206 209 206 / 0.8);
}

.bg-gray-300\/90 {
  background-color: rgb(206 209 206 / 0.9);
}

.bg-gray-300\/95 {
  background-color: rgb(206 209 206 / 0.95);
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 189 / var(--tw-bg-opacity));
}

.bg-gray-400\/0 {
  background-color: rgb(190 194 189 / 0);
}

.bg-gray-400\/10 {
  background-color: rgb(190 194 189 / 0.1);
}

.bg-gray-400\/100 {
  background-color: rgb(190 194 189 / 1);
}

.bg-gray-400\/20 {
  background-color: rgb(190 194 189 / 0.2);
}

.bg-gray-400\/25 {
  background-color: rgb(190 194 189 / 0.25);
}

.bg-gray-400\/30 {
  background-color: rgb(190 194 189 / 0.3);
}

.bg-gray-400\/40 {
  background-color: rgb(190 194 189 / 0.4);
}

.bg-gray-400\/5 {
  background-color: rgb(190 194 189 / 0.05);
}

.bg-gray-400\/50 {
  background-color: rgb(190 194 189 / 0.5);
}

.bg-gray-400\/60 {
  background-color: rgb(190 194 189 / 0.6);
}

.bg-gray-400\/70 {
  background-color: rgb(190 194 189 / 0.7);
}

.bg-gray-400\/75 {
  background-color: rgb(190 194 189 / 0.75);
}

.bg-gray-400\/80 {
  background-color: rgb(190 194 189 / 0.8);
}

.bg-gray-400\/90 {
  background-color: rgb(190 194 189 / 0.9);
}

.bg-gray-400\/95 {
  background-color: rgb(190 194 189 / 0.95);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-gray-50\/0 {
  background-color: rgb(247 247 247 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(247 247 247 / 0.1);
}

.bg-gray-50\/100 {
  background-color: rgb(247 247 247 / 1);
}

.bg-gray-50\/20 {
  background-color: rgb(247 247 247 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(247 247 247 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(247 247 247 / 0.3);
}

.bg-gray-50\/40 {
  background-color: rgb(247 247 247 / 0.4);
}

.bg-gray-50\/5 {
  background-color: rgb(247 247 247 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(247 247 247 / 0.5);
}

.bg-gray-50\/60 {
  background-color: rgb(247 247 247 / 0.6);
}

.bg-gray-50\/70 {
  background-color: rgb(247 247 247 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(247 247 247 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(247 247 247 / 0.8);
}

.bg-gray-50\/90 {
  background-color: rgb(247 247 247 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(247 247 247 / 0.95);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 179 173 / var(--tw-bg-opacity));
}

.bg-gray-500\/0 {
  background-color: rgb(174 179 173 / 0);
}

.bg-gray-500\/10 {
  background-color: rgb(174 179 173 / 0.1);
}

.bg-gray-500\/100 {
  background-color: rgb(174 179 173 / 1);
}

.bg-gray-500\/20 {
  background-color: rgb(174 179 173 / 0.2);
}

.bg-gray-500\/25 {
  background-color: rgb(174 179 173 / 0.25);
}

.bg-gray-500\/30 {
  background-color: rgb(174 179 173 / 0.3);
}

.bg-gray-500\/40 {
  background-color: rgb(174 179 173 / 0.4);
}

.bg-gray-500\/5 {
  background-color: rgb(174 179 173 / 0.05);
}

.bg-gray-500\/50 {
  background-color: rgb(174 179 173 / 0.5);
}

.bg-gray-500\/60 {
  background-color: rgb(174 179 173 / 0.6);
}

.bg-gray-500\/70 {
  background-color: rgb(174 179 173 / 0.7);
}

.bg-gray-500\/75 {
  background-color: rgb(174 179 173 / 0.75);
}

.bg-gray-500\/80 {
  background-color: rgb(174 179 173 / 0.8);
}

.bg-gray-500\/90 {
  background-color: rgb(174 179 173 / 0.9);
}

.bg-gray-500\/95 {
  background-color: rgb(174 179 173 / 0.95);
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(138 145 136 / var(--tw-bg-opacity));
}

.bg-gray-600\/0 {
  background-color: rgb(138 145 136 / 0);
}

.bg-gray-600\/10 {
  background-color: rgb(138 145 136 / 0.1);
}

.bg-gray-600\/100 {
  background-color: rgb(138 145 136 / 1);
}

.bg-gray-600\/20 {
  background-color: rgb(138 145 136 / 0.2);
}

.bg-gray-600\/25 {
  background-color: rgb(138 145 136 / 0.25);
}

.bg-gray-600\/30 {
  background-color: rgb(138 145 136 / 0.3);
}

.bg-gray-600\/40 {
  background-color: rgb(138 145 136 / 0.4);
}

.bg-gray-600\/5 {
  background-color: rgb(138 145 136 / 0.05);
}

.bg-gray-600\/50 {
  background-color: rgb(138 145 136 / 0.5);
}

.bg-gray-600\/60 {
  background-color: rgb(138 145 136 / 0.6);
}

.bg-gray-600\/70 {
  background-color: rgb(138 145 136 / 0.7);
}

.bg-gray-600\/75 {
  background-color: rgb(138 145 136 / 0.75);
}

.bg-gray-600\/80 {
  background-color: rgb(138 145 136 / 0.8);
}

.bg-gray-600\/90 {
  background-color: rgb(138 145 136 / 0.9);
}

.bg-gray-600\/95 {
  background-color: rgb(138 145 136 / 0.95);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 110 101 / var(--tw-bg-opacity));
}

.bg-gray-700\/0 {
  background-color: rgb(103 110 101 / 0);
}

.bg-gray-700\/10 {
  background-color: rgb(103 110 101 / 0.1);
}

.bg-gray-700\/100 {
  background-color: rgb(103 110 101 / 1);
}

.bg-gray-700\/20 {
  background-color: rgb(103 110 101 / 0.2);
}

.bg-gray-700\/25 {
  background-color: rgb(103 110 101 / 0.25);
}

.bg-gray-700\/30 {
  background-color: rgb(103 110 101 / 0.3);
}

.bg-gray-700\/40 {
  background-color: rgb(103 110 101 / 0.4);
}

.bg-gray-700\/5 {
  background-color: rgb(103 110 101 / 0.05);
}

.bg-gray-700\/50 {
  background-color: rgb(103 110 101 / 0.5);
}

.bg-gray-700\/60 {
  background-color: rgb(103 110 101 / 0.6);
}

.bg-gray-700\/70 {
  background-color: rgb(103 110 101 / 0.7);
}

.bg-gray-700\/75 {
  background-color: rgb(103 110 101 / 0.75);
}

.bg-gray-700\/80 {
  background-color: rgb(103 110 101 / 0.8);
}

.bg-gray-700\/90 {
  background-color: rgb(103 110 101 / 0.9);
}

.bg-gray-700\/95 {
  background-color: rgb(103 110 101 / 0.95);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 73 68 / var(--tw-bg-opacity));
}

.bg-gray-800\/0 {
  background-color: rgb(69 73 68 / 0);
}

.bg-gray-800\/10 {
  background-color: rgb(69 73 68 / 0.1);
}

.bg-gray-800\/100 {
  background-color: rgb(69 73 68 / 1);
}

.bg-gray-800\/20 {
  background-color: rgb(69 73 68 / 0.2);
}

.bg-gray-800\/25 {
  background-color: rgb(69 73 68 / 0.25);
}

.bg-gray-800\/30 {
  background-color: rgb(69 73 68 / 0.3);
}

.bg-gray-800\/40 {
  background-color: rgb(69 73 68 / 0.4);
}

.bg-gray-800\/5 {
  background-color: rgb(69 73 68 / 0.05);
}

.bg-gray-800\/50 {
  background-color: rgb(69 73 68 / 0.5);
}

.bg-gray-800\/60 {
  background-color: rgb(69 73 68 / 0.6);
}

.bg-gray-800\/70 {
  background-color: rgb(69 73 68 / 0.7);
}

.bg-gray-800\/75 {
  background-color: rgb(69 73 68 / 0.75);
}

.bg-gray-800\/80 {
  background-color: rgb(69 73 68 / 0.8);
}

.bg-gray-800\/90 {
  background-color: rgb(69 73 68 / 0.9);
}

.bg-gray-800\/95 {
  background-color: rgb(69 73 68 / 0.95);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 37 34 / var(--tw-bg-opacity));
}

.bg-gray-900\/0 {
  background-color: rgb(34 37 34 / 0);
}

.bg-gray-900\/10 {
  background-color: rgb(34 37 34 / 0.1);
}

.bg-gray-900\/100 {
  background-color: rgb(34 37 34 / 1);
}

.bg-gray-900\/20 {
  background-color: rgb(34 37 34 / 0.2);
}

.bg-gray-900\/25 {
  background-color: rgb(34 37 34 / 0.25);
}

.bg-gray-900\/30 {
  background-color: rgb(34 37 34 / 0.3);
}

.bg-gray-900\/40 {
  background-color: rgb(34 37 34 / 0.4);
}

.bg-gray-900\/5 {
  background-color: rgb(34 37 34 / 0.05);
}

.bg-gray-900\/50 {
  background-color: rgb(34 37 34 / 0.5);
}

.bg-gray-900\/60 {
  background-color: rgb(34 37 34 / 0.6);
}

.bg-gray-900\/70 {
  background-color: rgb(34 37 34 / 0.7);
}

.bg-gray-900\/75 {
  background-color: rgb(34 37 34 / 0.75);
}

.bg-gray-900\/80 {
  background-color: rgb(34 37 34 / 0.8);
}

.bg-gray-900\/90 {
  background-color: rgb(34 37 34 / 0.9);
}

.bg-gray-900\/95 {
  background-color: rgb(34 37 34 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 111 / var(--tw-bg-opacity));
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 239 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 111 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.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-gray-100 {
  fill: #EFF0EF !important;
}

.\!fill-gray-100\/0 {
  fill: rgb(239 240 239 / 0) !important;
}

.\!fill-gray-100\/10 {
  fill: rgb(239 240 239 / 0.1) !important;
}

.\!fill-gray-100\/100 {
  fill: rgb(239 240 239 / 1) !important;
}

.\!fill-gray-100\/20 {
  fill: rgb(239 240 239 / 0.2) !important;
}

.\!fill-gray-100\/25 {
  fill: rgb(239 240 239 / 0.25) !important;
}

.\!fill-gray-100\/30 {
  fill: rgb(239 240 239 / 0.3) !important;
}

.\!fill-gray-100\/40 {
  fill: rgb(239 240 239 / 0.4) !important;
}

.\!fill-gray-100\/5 {
  fill: rgb(239 240 239 / 0.05) !important;
}

.\!fill-gray-100\/50 {
  fill: rgb(239 240 239 / 0.5) !important;
}

.\!fill-gray-100\/60 {
  fill: rgb(239 240 239 / 0.6) !important;
}

.\!fill-gray-100\/70 {
  fill: rgb(239 240 239 / 0.7) !important;
}

.\!fill-gray-100\/75 {
  fill: rgb(239 240 239 / 0.75) !important;
}

.\!fill-gray-100\/80 {
  fill: rgb(239 240 239 / 0.8) !important;
}

.\!fill-gray-100\/90 {
  fill: rgb(239 240 239 / 0.9) !important;
}

.\!fill-gray-100\/95 {
  fill: rgb(239 240 239 / 0.95) !important;
}

.\!fill-gray-1000 {
  fill: #121619 !important;
}

.\!fill-gray-1000\/0 {
  fill: rgb(18 22 25 / 0) !important;
}

.\!fill-gray-1000\/10 {
  fill: rgb(18 22 25 / 0.1) !important;
}

.\!fill-gray-1000\/100 {
  fill: rgb(18 22 25 / 1) !important;
}

.\!fill-gray-1000\/20 {
  fill: rgb(18 22 25 / 0.2) !important;
}

.\!fill-gray-1000\/25 {
  fill: rgb(18 22 25 / 0.25) !important;
}

.\!fill-gray-1000\/30 {
  fill: rgb(18 22 25 / 0.3) !important;
}

.\!fill-gray-1000\/40 {
  fill: rgb(18 22 25 / 0.4) !important;
}

.\!fill-gray-1000\/5 {
  fill: rgb(18 22 25 / 0.05) !important;
}

.\!fill-gray-1000\/50 {
  fill: rgb(18 22 25 / 0.5) !important;
}

.\!fill-gray-1000\/60 {
  fill: rgb(18 22 25 / 0.6) !important;
}

.\!fill-gray-1000\/70 {
  fill: rgb(18 22 25 / 0.7) !important;
}

.\!fill-gray-1000\/75 {
  fill: rgb(18 22 25 / 0.75) !important;
}

.\!fill-gray-1000\/80 {
  fill: rgb(18 22 25 / 0.8) !important;
}

.\!fill-gray-1000\/90 {
  fill: rgb(18 22 25 / 0.9) !important;
}

.\!fill-gray-1000\/95 {
  fill: rgb(18 22 25 / 0.95) !important;
}

.\!fill-gray-200 {
  fill: #DFE1DE !important;
}

.\!fill-gray-200\/0 {
  fill: rgb(223 225 222 / 0) !important;
}

.\!fill-gray-200\/10 {
  fill: rgb(223 225 222 / 0.1) !important;
}

.\!fill-gray-200\/100 {
  fill: rgb(223 225 222 / 1) !important;
}

.\!fill-gray-200\/20 {
  fill: rgb(223 225 222 / 0.2) !important;
}

.\!fill-gray-200\/25 {
  fill: rgb(223 225 222 / 0.25) !important;
}

.\!fill-gray-200\/30 {
  fill: rgb(223 225 222 / 0.3) !important;
}

.\!fill-gray-200\/40 {
  fill: rgb(223 225 222 / 0.4) !important;
}

.\!fill-gray-200\/5 {
  fill: rgb(223 225 222 / 0.05) !important;
}

.\!fill-gray-200\/50 {
  fill: rgb(223 225 222 / 0.5) !important;
}

.\!fill-gray-200\/60 {
  fill: rgb(223 225 222 / 0.6) !important;
}

.\!fill-gray-200\/70 {
  fill: rgb(223 225 222 / 0.7) !important;
}

.\!fill-gray-200\/75 {
  fill: rgb(223 225 222 / 0.75) !important;
}

.\!fill-gray-200\/80 {
  fill: rgb(223 225 222 / 0.8) !important;
}

.\!fill-gray-200\/90 {
  fill: rgb(223 225 222 / 0.9) !important;
}

.\!fill-gray-200\/95 {
  fill: rgb(223 225 222 / 0.95) !important;
}

.\!fill-gray-300 {
  fill: #CED1CE !important;
}

.\!fill-gray-300\/0 {
  fill: rgb(206 209 206 / 0) !important;
}

.\!fill-gray-300\/10 {
  fill: rgb(206 209 206 / 0.1) !important;
}

.\!fill-gray-300\/100 {
  fill: rgb(206 209 206 / 1) !important;
}

.\!fill-gray-300\/20 {
  fill: rgb(206 209 206 / 0.2) !important;
}

.\!fill-gray-300\/25 {
  fill: rgb(206 209 206 / 0.25) !important;
}

.\!fill-gray-300\/30 {
  fill: rgb(206 209 206 / 0.3) !important;
}

.\!fill-gray-300\/40 {
  fill: rgb(206 209 206 / 0.4) !important;
}

.\!fill-gray-300\/5 {
  fill: rgb(206 209 206 / 0.05) !important;
}

.\!fill-gray-300\/50 {
  fill: rgb(206 209 206 / 0.5) !important;
}

.\!fill-gray-300\/60 {
  fill: rgb(206 209 206 / 0.6) !important;
}

.\!fill-gray-300\/70 {
  fill: rgb(206 209 206 / 0.7) !important;
}

.\!fill-gray-300\/75 {
  fill: rgb(206 209 206 / 0.75) !important;
}

.\!fill-gray-300\/80 {
  fill: rgb(206 209 206 / 0.8) !important;
}

.\!fill-gray-300\/90 {
  fill: rgb(206 209 206 / 0.9) !important;
}

.\!fill-gray-300\/95 {
  fill: rgb(206 209 206 / 0.95) !important;
}

.\!fill-gray-400 {
  fill: #BEC2BD !important;
}

.\!fill-gray-400\/0 {
  fill: rgb(190 194 189 / 0) !important;
}

.\!fill-gray-400\/10 {
  fill: rgb(190 194 189 / 0.1) !important;
}

.\!fill-gray-400\/100 {
  fill: rgb(190 194 189 / 1) !important;
}

.\!fill-gray-400\/20 {
  fill: rgb(190 194 189 / 0.2) !important;
}

.\!fill-gray-400\/25 {
  fill: rgb(190 194 189 / 0.25) !important;
}

.\!fill-gray-400\/30 {
  fill: rgb(190 194 189 / 0.3) !important;
}

.\!fill-gray-400\/40 {
  fill: rgb(190 194 189 / 0.4) !important;
}

.\!fill-gray-400\/5 {
  fill: rgb(190 194 189 / 0.05) !important;
}

.\!fill-gray-400\/50 {
  fill: rgb(190 194 189 / 0.5) !important;
}

.\!fill-gray-400\/60 {
  fill: rgb(190 194 189 / 0.6) !important;
}

.\!fill-gray-400\/70 {
  fill: rgb(190 194 189 / 0.7) !important;
}

.\!fill-gray-400\/75 {
  fill: rgb(190 194 189 / 0.75) !important;
}

.\!fill-gray-400\/80 {
  fill: rgb(190 194 189 / 0.8) !important;
}

.\!fill-gray-400\/90 {
  fill: rgb(190 194 189 / 0.9) !important;
}

.\!fill-gray-400\/95 {
  fill: rgb(190 194 189 / 0.95) !important;
}

.\!fill-gray-50 {
  fill: #F7F7F7 !important;
}

.\!fill-gray-50\/0 {
  fill: rgb(247 247 247 / 0) !important;
}

.\!fill-gray-50\/10 {
  fill: rgb(247 247 247 / 0.1) !important;
}

.\!fill-gray-50\/100 {
  fill: rgb(247 247 247 / 1) !important;
}

.\!fill-gray-50\/20 {
  fill: rgb(247 247 247 / 0.2) !important;
}

.\!fill-gray-50\/25 {
  fill: rgb(247 247 247 / 0.25) !important;
}

.\!fill-gray-50\/30 {
  fill: rgb(247 247 247 / 0.3) !important;
}

.\!fill-gray-50\/40 {
  fill: rgb(247 247 247 / 0.4) !important;
}

.\!fill-gray-50\/5 {
  fill: rgb(247 247 247 / 0.05) !important;
}

.\!fill-gray-50\/50 {
  fill: rgb(247 247 247 / 0.5) !important;
}

.\!fill-gray-50\/60 {
  fill: rgb(247 247 247 / 0.6) !important;
}

.\!fill-gray-50\/70 {
  fill: rgb(247 247 247 / 0.7) !important;
}

.\!fill-gray-50\/75 {
  fill: rgb(247 247 247 / 0.75) !important;
}

.\!fill-gray-50\/80 {
  fill: rgb(247 247 247 / 0.8) !important;
}

.\!fill-gray-50\/90 {
  fill: rgb(247 247 247 / 0.9) !important;
}

.\!fill-gray-50\/95 {
  fill: rgb(247 247 247 / 0.95) !important;
}

.\!fill-gray-500 {
  fill: #AEB3AD !important;
}

.\!fill-gray-500\/0 {
  fill: rgb(174 179 173 / 0) !important;
}

.\!fill-gray-500\/10 {
  fill: rgb(174 179 173 / 0.1) !important;
}

.\!fill-gray-500\/100 {
  fill: rgb(174 179 173 / 1) !important;
}

.\!fill-gray-500\/20 {
  fill: rgb(174 179 173 / 0.2) !important;
}

.\!fill-gray-500\/25 {
  fill: rgb(174 179 173 / 0.25) !important;
}

.\!fill-gray-500\/30 {
  fill: rgb(174 179 173 / 0.3) !important;
}

.\!fill-gray-500\/40 {
  fill: rgb(174 179 173 / 0.4) !important;
}

.\!fill-gray-500\/5 {
  fill: rgb(174 179 173 / 0.05) !important;
}

.\!fill-gray-500\/50 {
  fill: rgb(174 179 173 / 0.5) !important;
}

.\!fill-gray-500\/60 {
  fill: rgb(174 179 173 / 0.6) !important;
}

.\!fill-gray-500\/70 {
  fill: rgb(174 179 173 / 0.7) !important;
}

.\!fill-gray-500\/75 {
  fill: rgb(174 179 173 / 0.75) !important;
}

.\!fill-gray-500\/80 {
  fill: rgb(174 179 173 / 0.8) !important;
}

.\!fill-gray-500\/90 {
  fill: rgb(174 179 173 / 0.9) !important;
}

.\!fill-gray-500\/95 {
  fill: rgb(174 179 173 / 0.95) !important;
}

.\!fill-gray-600 {
  fill: #8A9188 !important;
}

.\!fill-gray-600\/0 {
  fill: rgb(138 145 136 / 0) !important;
}

.\!fill-gray-600\/10 {
  fill: rgb(138 145 136 / 0.1) !important;
}

.\!fill-gray-600\/100 {
  fill: rgb(138 145 136 / 1) !important;
}

.\!fill-gray-600\/20 {
  fill: rgb(138 145 136 / 0.2) !important;
}

.\!fill-gray-600\/25 {
  fill: rgb(138 145 136 / 0.25) !important;
}

.\!fill-gray-600\/30 {
  fill: rgb(138 145 136 / 0.3) !important;
}

.\!fill-gray-600\/40 {
  fill: rgb(138 145 136 / 0.4) !important;
}

.\!fill-gray-600\/5 {
  fill: rgb(138 145 136 / 0.05) !important;
}

.\!fill-gray-600\/50 {
  fill: rgb(138 145 136 / 0.5) !important;
}

.\!fill-gray-600\/60 {
  fill: rgb(138 145 136 / 0.6) !important;
}

.\!fill-gray-600\/70 {
  fill: rgb(138 145 136 / 0.7) !important;
}

.\!fill-gray-600\/75 {
  fill: rgb(138 145 136 / 0.75) !important;
}

.\!fill-gray-600\/80 {
  fill: rgb(138 145 136 / 0.8) !important;
}

.\!fill-gray-600\/90 {
  fill: rgb(138 145 136 / 0.9) !important;
}

.\!fill-gray-600\/95 {
  fill: rgb(138 145 136 / 0.95) !important;
}

.\!fill-gray-700 {
  fill: #676E65 !important;
}

.\!fill-gray-700\/0 {
  fill: rgb(103 110 101 / 0) !important;
}

.\!fill-gray-700\/10 {
  fill: rgb(103 110 101 / 0.1) !important;
}

.\!fill-gray-700\/100 {
  fill: rgb(103 110 101 / 1) !important;
}

.\!fill-gray-700\/20 {
  fill: rgb(103 110 101 / 0.2) !important;
}

.\!fill-gray-700\/25 {
  fill: rgb(103 110 101 / 0.25) !important;
}

.\!fill-gray-700\/30 {
  fill: rgb(103 110 101 / 0.3) !important;
}

.\!fill-gray-700\/40 {
  fill: rgb(103 110 101 / 0.4) !important;
}

.\!fill-gray-700\/5 {
  fill: rgb(103 110 101 / 0.05) !important;
}

.\!fill-gray-700\/50 {
  fill: rgb(103 110 101 / 0.5) !important;
}

.\!fill-gray-700\/60 {
  fill: rgb(103 110 101 / 0.6) !important;
}

.\!fill-gray-700\/70 {
  fill: rgb(103 110 101 / 0.7) !important;
}

.\!fill-gray-700\/75 {
  fill: rgb(103 110 101 / 0.75) !important;
}

.\!fill-gray-700\/80 {
  fill: rgb(103 110 101 / 0.8) !important;
}

.\!fill-gray-700\/90 {
  fill: rgb(103 110 101 / 0.9) !important;
}

.\!fill-gray-700\/95 {
  fill: rgb(103 110 101 / 0.95) !important;
}

.\!fill-gray-800 {
  fill: #454944 !important;
}

.\!fill-gray-800\/0 {
  fill: rgb(69 73 68 / 0) !important;
}

.\!fill-gray-800\/10 {
  fill: rgb(69 73 68 / 0.1) !important;
}

.\!fill-gray-800\/100 {
  fill: rgb(69 73 68 / 1) !important;
}

.\!fill-gray-800\/20 {
  fill: rgb(69 73 68 / 0.2) !important;
}

.\!fill-gray-800\/25 {
  fill: rgb(69 73 68 / 0.25) !important;
}

.\!fill-gray-800\/30 {
  fill: rgb(69 73 68 / 0.3) !important;
}

.\!fill-gray-800\/40 {
  fill: rgb(69 73 68 / 0.4) !important;
}

.\!fill-gray-800\/5 {
  fill: rgb(69 73 68 / 0.05) !important;
}

.\!fill-gray-800\/50 {
  fill: rgb(69 73 68 / 0.5) !important;
}

.\!fill-gray-800\/60 {
  fill: rgb(69 73 68 / 0.6) !important;
}

.\!fill-gray-800\/70 {
  fill: rgb(69 73 68 / 0.7) !important;
}

.\!fill-gray-800\/75 {
  fill: rgb(69 73 68 / 0.75) !important;
}

.\!fill-gray-800\/80 {
  fill: rgb(69 73 68 / 0.8) !important;
}

.\!fill-gray-800\/90 {
  fill: rgb(69 73 68 / 0.9) !important;
}

.\!fill-gray-800\/95 {
  fill: rgb(69 73 68 / 0.95) !important;
}

.\!fill-gray-900 {
  fill: #222522 !important;
}

.\!fill-gray-900\/0 {
  fill: rgb(34 37 34 / 0) !important;
}

.\!fill-gray-900\/10 {
  fill: rgb(34 37 34 / 0.1) !important;
}

.\!fill-gray-900\/100 {
  fill: rgb(34 37 34 / 1) !important;
}

.\!fill-gray-900\/20 {
  fill: rgb(34 37 34 / 0.2) !important;
}

.\!fill-gray-900\/25 {
  fill: rgb(34 37 34 / 0.25) !important;
}

.\!fill-gray-900\/30 {
  fill: rgb(34 37 34 / 0.3) !important;
}

.\!fill-gray-900\/40 {
  fill: rgb(34 37 34 / 0.4) !important;
}

.\!fill-gray-900\/5 {
  fill: rgb(34 37 34 / 0.05) !important;
}

.\!fill-gray-900\/50 {
  fill: rgb(34 37 34 / 0.5) !important;
}

.\!fill-gray-900\/60 {
  fill: rgb(34 37 34 / 0.6) !important;
}

.\!fill-gray-900\/70 {
  fill: rgb(34 37 34 / 0.7) !important;
}

.\!fill-gray-900\/75 {
  fill: rgb(34 37 34 / 0.75) !important;
}

.\!fill-gray-900\/80 {
  fill: rgb(34 37 34 / 0.8) !important;
}

.\!fill-gray-900\/90 {
  fill: rgb(34 37 34 / 0.9) !important;
}

.\!fill-gray-900\/95 {
  fill: rgb(34 37 34 / 0.95) !important;
}

.\!fill-red-100 {
  fill: #fee2e2 !important;
}

.\!fill-red-100\/0 {
  fill: rgb(254 226 226 / 0) !important;
}

.\!fill-red-100\/10 {
  fill: rgb(254 226 226 / 0.1) !important;
}

.\!fill-red-100\/100 {
  fill: rgb(254 226 226 / 1) !important;
}

.\!fill-red-100\/20 {
  fill: rgb(254 226 226 / 0.2) !important;
}

.\!fill-red-100\/25 {
  fill: rgb(254 226 226 / 0.25) !important;
}

.\!fill-red-100\/30 {
  fill: rgb(254 226 226 / 0.3) !important;
}

.\!fill-red-100\/40 {
  fill: rgb(254 226 226 / 0.4) !important;
}

.\!fill-red-100\/5 {
  fill: rgb(254 226 226 / 0.05) !important;
}

.\!fill-red-100\/50 {
  fill: rgb(254 226 226 / 0.5) !important;
}

.\!fill-red-100\/60 {
  fill: rgb(254 226 226 / 0.6) !important;
}

.\!fill-red-100\/70 {
  fill: rgb(254 226 226 / 0.7) !important;
}

.\!fill-red-100\/75 {
  fill: rgb(254 226 226 / 0.75) !important;
}

.\!fill-red-100\/80 {
  fill: rgb(254 226 226 / 0.8) !important;
}

.\!fill-red-100\/90 {
  fill: rgb(254 226 226 / 0.9) !important;
}

.\!fill-red-100\/95 {
  fill: rgb(254 226 226 / 0.95) !important;
}

.\!fill-red-200 {
  fill: #fecaca !important;
}

.\!fill-red-200\/0 {
  fill: rgb(254 202 202 / 0) !important;
}

.\!fill-red-200\/10 {
  fill: rgb(254 202 202 / 0.1) !important;
}

.\!fill-red-200\/100 {
  fill: rgb(254 202 202 / 1) !important;
}

.\!fill-red-200\/20 {
  fill: rgb(254 202 202 / 0.2) !important;
}

.\!fill-red-200\/25 {
  fill: rgb(254 202 202 / 0.25) !important;
}

.\!fill-red-200\/30 {
  fill: rgb(254 202 202 / 0.3) !important;
}

.\!fill-red-200\/40 {
  fill: rgb(254 202 202 / 0.4) !important;
}

.\!fill-red-200\/5 {
  fill: rgb(254 202 202 / 0.05) !important;
}

.\!fill-red-200\/50 {
  fill: rgb(254 202 202 / 0.5) !important;
}

.\!fill-red-200\/60 {
  fill: rgb(254 202 202 / 0.6) !important;
}

.\!fill-red-200\/70 {
  fill: rgb(254 202 202 / 0.7) !important;
}

.\!fill-red-200\/75 {
  fill: rgb(254 202 202 / 0.75) !important;
}

.\!fill-red-200\/80 {
  fill: rgb(254 202 202 / 0.8) !important;
}

.\!fill-red-200\/90 {
  fill: rgb(254 202 202 / 0.9) !important;
}

.\!fill-red-200\/95 {
  fill: rgb(254 202 202 / 0.95) !important;
}

.\!fill-red-300 {
  fill: #fca5a5 !important;
}

.\!fill-red-300\/0 {
  fill: rgb(252 165 165 / 0) !important;
}

.\!fill-red-300\/10 {
  fill: rgb(252 165 165 / 0.1) !important;
}

.\!fill-red-300\/100 {
  fill: rgb(252 165 165 / 1) !important;
}

.\!fill-red-300\/20 {
  fill: rgb(252 165 165 / 0.2) !important;
}

.\!fill-red-300\/25 {
  fill: rgb(252 165 165 / 0.25) !important;
}

.\!fill-red-300\/30 {
  fill: rgb(252 165 165 / 0.3) !important;
}

.\!fill-red-300\/40 {
  fill: rgb(252 165 165 / 0.4) !important;
}

.\!fill-red-300\/5 {
  fill: rgb(252 165 165 / 0.05) !important;
}

.\!fill-red-300\/50 {
  fill: rgb(252 165 165 / 0.5) !important;
}

.\!fill-red-300\/60 {
  fill: rgb(252 165 165 / 0.6) !important;
}

.\!fill-red-300\/70 {
  fill: rgb(252 165 165 / 0.7) !important;
}

.\!fill-red-300\/75 {
  fill: rgb(252 165 165 / 0.75) !important;
}

.\!fill-red-300\/80 {
  fill: rgb(252 165 165 / 0.8) !important;
}

.\!fill-red-300\/90 {
  fill: rgb(252 165 165 / 0.9) !important;
}

.\!fill-red-300\/95 {
  fill: rgb(252 165 165 / 0.95) !important;
}

.\!fill-red-400 {
  fill: #f87171 !important;
}

.\!fill-red-400\/0 {
  fill: rgb(248 113 113 / 0) !important;
}

.\!fill-red-400\/10 {
  fill: rgb(248 113 113 / 0.1) !important;
}

.\!fill-red-400\/100 {
  fill: rgb(248 113 113 / 1) !important;
}

.\!fill-red-400\/20 {
  fill: rgb(248 113 113 / 0.2) !important;
}

.\!fill-red-400\/25 {
  fill: rgb(248 113 113 / 0.25) !important;
}

.\!fill-red-400\/30 {
  fill: rgb(248 113 113 / 0.3) !important;
}

.\!fill-red-400\/40 {
  fill: rgb(248 113 113 / 0.4) !important;
}

.\!fill-red-400\/5 {
  fill: rgb(248 113 113 / 0.05) !important;
}

.\!fill-red-400\/50 {
  fill: rgb(248 113 113 / 0.5) !important;
}

.\!fill-red-400\/60 {
  fill: rgb(248 113 113 / 0.6) !important;
}

.\!fill-red-400\/70 {
  fill: rgb(248 113 113 / 0.7) !important;
}

.\!fill-red-400\/75 {
  fill: rgb(248 113 113 / 0.75) !important;
}

.\!fill-red-400\/80 {
  fill: rgb(248 113 113 / 0.8) !important;
}

.\!fill-red-400\/90 {
  fill: rgb(248 113 113 / 0.9) !important;
}

.\!fill-red-400\/95 {
  fill: rgb(248 113 113 / 0.95) !important;
}

.\!fill-red-50 {
  fill: #fef2f2 !important;
}

.\!fill-red-50\/0 {
  fill: rgb(254 242 242 / 0) !important;
}

.\!fill-red-50\/10 {
  fill: rgb(254 242 242 / 0.1) !important;
}

.\!fill-red-50\/100 {
  fill: rgb(254 242 242 / 1) !important;
}

.\!fill-red-50\/20 {
  fill: rgb(254 242 242 / 0.2) !important;
}

.\!fill-red-50\/25 {
  fill: rgb(254 242 242 / 0.25) !important;
}

.\!fill-red-50\/30 {
  fill: rgb(254 242 242 / 0.3) !important;
}

.\!fill-red-50\/40 {
  fill: rgb(254 242 242 / 0.4) !important;
}

.\!fill-red-50\/5 {
  fill: rgb(254 242 242 / 0.05) !important;
}

.\!fill-red-50\/50 {
  fill: rgb(254 242 242 / 0.5) !important;
}

.\!fill-red-50\/60 {
  fill: rgb(254 242 242 / 0.6) !important;
}

.\!fill-red-50\/70 {
  fill: rgb(254 242 242 / 0.7) !important;
}

.\!fill-red-50\/75 {
  fill: rgb(254 242 242 / 0.75) !important;
}

.\!fill-red-50\/80 {
  fill: rgb(254 242 242 / 0.8) !important;
}

.\!fill-red-50\/90 {
  fill: rgb(254 242 242 / 0.9) !important;
}

.\!fill-red-50\/95 {
  fill: rgb(254 242 242 / 0.95) !important;
}

.\!fill-red-500 {
  fill: #ef4444 !important;
}

.\!fill-red-500\/0 {
  fill: rgb(239 68 68 / 0) !important;
}

.\!fill-red-500\/10 {
  fill: rgb(239 68 68 / 0.1) !important;
}

.\!fill-red-500\/100 {
  fill: rgb(239 68 68 / 1) !important;
}

.\!fill-red-500\/20 {
  fill: rgb(239 68 68 / 0.2) !important;
}

.\!fill-red-500\/25 {
  fill: rgb(239 68 68 / 0.25) !important;
}

.\!fill-red-500\/30 {
  fill: rgb(239 68 68 / 0.3) !important;
}

.\!fill-red-500\/40 {
  fill: rgb(239 68 68 / 0.4) !important;
}

.\!fill-red-500\/5 {
  fill: rgb(239 68 68 / 0.05) !important;
}

.\!fill-red-500\/50 {
  fill: rgb(239 68 68 / 0.5) !important;
}

.\!fill-red-500\/60 {
  fill: rgb(239 68 68 / 0.6) !important;
}

.\!fill-red-500\/70 {
  fill: rgb(239 68 68 / 0.7) !important;
}

.\!fill-red-500\/75 {
  fill: rgb(239 68 68 / 0.75) !important;
}

.\!fill-red-500\/80 {
  fill: rgb(239 68 68 / 0.8) !important;
}

.\!fill-red-500\/90 {
  fill: rgb(239 68 68 / 0.9) !important;
}

.\!fill-red-500\/95 {
  fill: rgb(239 68 68 / 0.95) !important;
}

.\!fill-red-600 {
  fill: #dc2626 !important;
}

.\!fill-red-600\/0 {
  fill: rgb(220 38 38 / 0) !important;
}

.\!fill-red-600\/10 {
  fill: rgb(220 38 38 / 0.1) !important;
}

.\!fill-red-600\/100 {
  fill: rgb(220 38 38 / 1) !important;
}

.\!fill-red-600\/20 {
  fill: rgb(220 38 38 / 0.2) !important;
}

.\!fill-red-600\/25 {
  fill: rgb(220 38 38 / 0.25) !important;
}

.\!fill-red-600\/30 {
  fill: rgb(220 38 38 / 0.3) !important;
}

.\!fill-red-600\/40 {
  fill: rgb(220 38 38 / 0.4) !important;
}

.\!fill-red-600\/5 {
  fill: rgb(220 38 38 / 0.05) !important;
}

.\!fill-red-600\/50 {
  fill: rgb(220 38 38 / 0.5) !important;
}

.\!fill-red-600\/60 {
  fill: rgb(220 38 38 / 0.6) !important;
}

.\!fill-red-600\/70 {
  fill: rgb(220 38 38 / 0.7) !important;
}

.\!fill-red-600\/75 {
  fill: rgb(220 38 38 / 0.75) !important;
}

.\!fill-red-600\/80 {
  fill: rgb(220 38 38 / 0.8) !important;
}

.\!fill-red-600\/90 {
  fill: rgb(220 38 38 / 0.9) !important;
}

.\!fill-red-600\/95 {
  fill: rgb(220 38 38 / 0.95) !important;
}

.\!fill-red-700 {
  fill: #b91c1c !important;
}

.\!fill-red-700\/0 {
  fill: rgb(185 28 28 / 0) !important;
}

.\!fill-red-700\/10 {
  fill: rgb(185 28 28 / 0.1) !important;
}

.\!fill-red-700\/100 {
  fill: rgb(185 28 28 / 1) !important;
}

.\!fill-red-700\/20 {
  fill: rgb(185 28 28 / 0.2) !important;
}

.\!fill-red-700\/25 {
  fill: rgb(185 28 28 / 0.25) !important;
}

.\!fill-red-700\/30 {
  fill: rgb(185 28 28 / 0.3) !important;
}

.\!fill-red-700\/40 {
  fill: rgb(185 28 28 / 0.4) !important;
}

.\!fill-red-700\/5 {
  fill: rgb(185 28 28 / 0.05) !important;
}

.\!fill-red-700\/50 {
  fill: rgb(185 28 28 / 0.5) !important;
}

.\!fill-red-700\/60 {
  fill: rgb(185 28 28 / 0.6) !important;
}

.\!fill-red-700\/70 {
  fill: rgb(185 28 28 / 0.7) !important;
}

.\!fill-red-700\/75 {
  fill: rgb(185 28 28 / 0.75) !important;
}

.\!fill-red-700\/80 {
  fill: rgb(185 28 28 / 0.8) !important;
}

.\!fill-red-700\/90 {
  fill: rgb(185 28 28 / 0.9) !important;
}

.\!fill-red-700\/95 {
  fill: rgb(185 28 28 / 0.95) !important;
}

.\!fill-red-800 {
  fill: #991b1b !important;
}

.\!fill-red-800\/0 {
  fill: rgb(153 27 27 / 0) !important;
}

.\!fill-red-800\/10 {
  fill: rgb(153 27 27 / 0.1) !important;
}

.\!fill-red-800\/100 {
  fill: rgb(153 27 27 / 1) !important;
}

.\!fill-red-800\/20 {
  fill: rgb(153 27 27 / 0.2) !important;
}

.\!fill-red-800\/25 {
  fill: rgb(153 27 27 / 0.25) !important;
}

.\!fill-red-800\/30 {
  fill: rgb(153 27 27 / 0.3) !important;
}

.\!fill-red-800\/40 {
  fill: rgb(153 27 27 / 0.4) !important;
}

.\!fill-red-800\/5 {
  fill: rgb(153 27 27 / 0.05) !important;
}

.\!fill-red-800\/50 {
  fill: rgb(153 27 27 / 0.5) !important;
}

.\!fill-red-800\/60 {
  fill: rgb(153 27 27 / 0.6) !important;
}

.\!fill-red-800\/70 {
  fill: rgb(153 27 27 / 0.7) !important;
}

.\!fill-red-800\/75 {
  fill: rgb(153 27 27 / 0.75) !important;
}

.\!fill-red-800\/80 {
  fill: rgb(153 27 27 / 0.8) !important;
}

.\!fill-red-800\/90 {
  fill: rgb(153 27 27 / 0.9) !important;
}

.\!fill-red-800\/95 {
  fill: rgb(153 27 27 / 0.95) !important;
}

.\!fill-red-900 {
  fill: #7f1d1d !important;
}

.\!fill-red-900\/0 {
  fill: rgb(127 29 29 / 0) !important;
}

.\!fill-red-900\/10 {
  fill: rgb(127 29 29 / 0.1) !important;
}

.\!fill-red-900\/100 {
  fill: rgb(127 29 29 / 1) !important;
}

.\!fill-red-900\/20 {
  fill: rgb(127 29 29 / 0.2) !important;
}

.\!fill-red-900\/25 {
  fill: rgb(127 29 29 / 0.25) !important;
}

.\!fill-red-900\/30 {
  fill: rgb(127 29 29 / 0.3) !important;
}

.\!fill-red-900\/40 {
  fill: rgb(127 29 29 / 0.4) !important;
}

.\!fill-red-900\/5 {
  fill: rgb(127 29 29 / 0.05) !important;
}

.\!fill-red-900\/50 {
  fill: rgb(127 29 29 / 0.5) !important;
}

.\!fill-red-900\/60 {
  fill: rgb(127 29 29 / 0.6) !important;
}

.\!fill-red-900\/70 {
  fill: rgb(127 29 29 / 0.7) !important;
}

.\!fill-red-900\/75 {
  fill: rgb(127 29 29 / 0.75) !important;
}

.\!fill-red-900\/80 {
  fill: rgb(127 29 29 / 0.8) !important;
}

.\!fill-red-900\/90 {
  fill: rgb(127 29 29 / 0.9) !important;
}

.\!fill-red-900\/95 {
  fill: rgb(127 29 29 / 0.95) !important;
}

.fill-gray-100 {
  fill: #EFF0EF;
}

.fill-gray-100\/0 {
  fill: rgb(239 240 239 / 0);
}

.fill-gray-100\/10 {
  fill: rgb(239 240 239 / 0.1);
}

.fill-gray-100\/100 {
  fill: rgb(239 240 239 / 1);
}

.fill-gray-100\/20 {
  fill: rgb(239 240 239 / 0.2);
}

.fill-gray-100\/25 {
  fill: rgb(239 240 239 / 0.25);
}

.fill-gray-100\/30 {
  fill: rgb(239 240 239 / 0.3);
}

.fill-gray-100\/40 {
  fill: rgb(239 240 239 / 0.4);
}

.fill-gray-100\/5 {
  fill: rgb(239 240 239 / 0.05);
}

.fill-gray-100\/50 {
  fill: rgb(239 240 239 / 0.5);
}

.fill-gray-100\/60 {
  fill: rgb(239 240 239 / 0.6);
}

.fill-gray-100\/70 {
  fill: rgb(239 240 239 / 0.7);
}

.fill-gray-100\/75 {
  fill: rgb(239 240 239 / 0.75);
}

.fill-gray-100\/80 {
  fill: rgb(239 240 239 / 0.8);
}

.fill-gray-100\/90 {
  fill: rgb(239 240 239 / 0.9);
}

.fill-gray-100\/95 {
  fill: rgb(239 240 239 / 0.95);
}

.fill-gray-1000 {
  fill: #121619;
}

.fill-gray-1000\/0 {
  fill: rgb(18 22 25 / 0);
}

.fill-gray-1000\/10 {
  fill: rgb(18 22 25 / 0.1);
}

.fill-gray-1000\/100 {
  fill: rgb(18 22 25 / 1);
}

.fill-gray-1000\/20 {
  fill: rgb(18 22 25 / 0.2);
}

.fill-gray-1000\/25 {
  fill: rgb(18 22 25 / 0.25);
}

.fill-gray-1000\/30 {
  fill: rgb(18 22 25 / 0.3);
}

.fill-gray-1000\/40 {
  fill: rgb(18 22 25 / 0.4);
}

.fill-gray-1000\/5 {
  fill: rgb(18 22 25 / 0.05);
}

.fill-gray-1000\/50 {
  fill: rgb(18 22 25 / 0.5);
}

.fill-gray-1000\/60 {
  fill: rgb(18 22 25 / 0.6);
}

.fill-gray-1000\/70 {
  fill: rgb(18 22 25 / 0.7);
}

.fill-gray-1000\/75 {
  fill: rgb(18 22 25 / 0.75);
}

.fill-gray-1000\/80 {
  fill: rgb(18 22 25 / 0.8);
}

.fill-gray-1000\/90 {
  fill: rgb(18 22 25 / 0.9);
}

.fill-gray-1000\/95 {
  fill: rgb(18 22 25 / 0.95);
}

.fill-gray-200 {
  fill: #DFE1DE;
}

.fill-gray-200\/0 {
  fill: rgb(223 225 222 / 0);
}

.fill-gray-200\/10 {
  fill: rgb(223 225 222 / 0.1);
}

.fill-gray-200\/100 {
  fill: rgb(223 225 222 / 1);
}

.fill-gray-200\/20 {
  fill: rgb(223 225 222 / 0.2);
}

.fill-gray-200\/25 {
  fill: rgb(223 225 222 / 0.25);
}

.fill-gray-200\/30 {
  fill: rgb(223 225 222 / 0.3);
}

.fill-gray-200\/40 {
  fill: rgb(223 225 222 / 0.4);
}

.fill-gray-200\/5 {
  fill: rgb(223 225 222 / 0.05);
}

.fill-gray-200\/50 {
  fill: rgb(223 225 222 / 0.5);
}

.fill-gray-200\/60 {
  fill: rgb(223 225 222 / 0.6);
}

.fill-gray-200\/70 {
  fill: rgb(223 225 222 / 0.7);
}

.fill-gray-200\/75 {
  fill: rgb(223 225 222 / 0.75);
}

.fill-gray-200\/80 {
  fill: rgb(223 225 222 / 0.8);
}

.fill-gray-200\/90 {
  fill: rgb(223 225 222 / 0.9);
}

.fill-gray-200\/95 {
  fill: rgb(223 225 222 / 0.95);
}

.fill-gray-300 {
  fill: #CED1CE;
}

.fill-gray-300\/0 {
  fill: rgb(206 209 206 / 0);
}

.fill-gray-300\/10 {
  fill: rgb(206 209 206 / 0.1);
}

.fill-gray-300\/100 {
  fill: rgb(206 209 206 / 1);
}

.fill-gray-300\/20 {
  fill: rgb(206 209 206 / 0.2);
}

.fill-gray-300\/25 {
  fill: rgb(206 209 206 / 0.25);
}

.fill-gray-300\/30 {
  fill: rgb(206 209 206 / 0.3);
}

.fill-gray-300\/40 {
  fill: rgb(206 209 206 / 0.4);
}

.fill-gray-300\/5 {
  fill: rgb(206 209 206 / 0.05);
}

.fill-gray-300\/50 {
  fill: rgb(206 209 206 / 0.5);
}

.fill-gray-300\/60 {
  fill: rgb(206 209 206 / 0.6);
}

.fill-gray-300\/70 {
  fill: rgb(206 209 206 / 0.7);
}

.fill-gray-300\/75 {
  fill: rgb(206 209 206 / 0.75);
}

.fill-gray-300\/80 {
  fill: rgb(206 209 206 / 0.8);
}

.fill-gray-300\/90 {
  fill: rgb(206 209 206 / 0.9);
}

.fill-gray-300\/95 {
  fill: rgb(206 209 206 / 0.95);
}

.fill-gray-400 {
  fill: #BEC2BD;
}

.fill-gray-400\/0 {
  fill: rgb(190 194 189 / 0);
}

.fill-gray-400\/10 {
  fill: rgb(190 194 189 / 0.1);
}

.fill-gray-400\/100 {
  fill: rgb(190 194 189 / 1);
}

.fill-gray-400\/20 {
  fill: rgb(190 194 189 / 0.2);
}

.fill-gray-400\/25 {
  fill: rgb(190 194 189 / 0.25);
}

.fill-gray-400\/30 {
  fill: rgb(190 194 189 / 0.3);
}

.fill-gray-400\/40 {
  fill: rgb(190 194 189 / 0.4);
}

.fill-gray-400\/5 {
  fill: rgb(190 194 189 / 0.05);
}

.fill-gray-400\/50 {
  fill: rgb(190 194 189 / 0.5);
}

.fill-gray-400\/60 {
  fill: rgb(190 194 189 / 0.6);
}

.fill-gray-400\/70 {
  fill: rgb(190 194 189 / 0.7);
}

.fill-gray-400\/75 {
  fill: rgb(190 194 189 / 0.75);
}

.fill-gray-400\/80 {
  fill: rgb(190 194 189 / 0.8);
}

.fill-gray-400\/90 {
  fill: rgb(190 194 189 / 0.9);
}

.fill-gray-400\/95 {
  fill: rgb(190 194 189 / 0.95);
}

.fill-gray-50 {
  fill: #F7F7F7;
}

.fill-gray-50\/0 {
  fill: rgb(247 247 247 / 0);
}

.fill-gray-50\/10 {
  fill: rgb(247 247 247 / 0.1);
}

.fill-gray-50\/100 {
  fill: rgb(247 247 247 / 1);
}

.fill-gray-50\/20 {
  fill: rgb(247 247 247 / 0.2);
}

.fill-gray-50\/25 {
  fill: rgb(247 247 247 / 0.25);
}

.fill-gray-50\/30 {
  fill: rgb(247 247 247 / 0.3);
}

.fill-gray-50\/40 {
  fill: rgb(247 247 247 / 0.4);
}

.fill-gray-50\/5 {
  fill: rgb(247 247 247 / 0.05);
}

.fill-gray-50\/50 {
  fill: rgb(247 247 247 / 0.5);
}

.fill-gray-50\/60 {
  fill: rgb(247 247 247 / 0.6);
}

.fill-gray-50\/70 {
  fill: rgb(247 247 247 / 0.7);
}

.fill-gray-50\/75 {
  fill: rgb(247 247 247 / 0.75);
}

.fill-gray-50\/80 {
  fill: rgb(247 247 247 / 0.8);
}

.fill-gray-50\/90 {
  fill: rgb(247 247 247 / 0.9);
}

.fill-gray-50\/95 {
  fill: rgb(247 247 247 / 0.95);
}

.fill-gray-500 {
  fill: #AEB3AD;
}

.fill-gray-500\/0 {
  fill: rgb(174 179 173 / 0);
}

.fill-gray-500\/10 {
  fill: rgb(174 179 173 / 0.1);
}

.fill-gray-500\/100 {
  fill: rgb(174 179 173 / 1);
}

.fill-gray-500\/20 {
  fill: rgb(174 179 173 / 0.2);
}

.fill-gray-500\/25 {
  fill: rgb(174 179 173 / 0.25);
}

.fill-gray-500\/30 {
  fill: rgb(174 179 173 / 0.3);
}

.fill-gray-500\/40 {
  fill: rgb(174 179 173 / 0.4);
}

.fill-gray-500\/5 {
  fill: rgb(174 179 173 / 0.05);
}

.fill-gray-500\/50 {
  fill: rgb(174 179 173 / 0.5);
}

.fill-gray-500\/60 {
  fill: rgb(174 179 173 / 0.6);
}

.fill-gray-500\/70 {
  fill: rgb(174 179 173 / 0.7);
}

.fill-gray-500\/75 {
  fill: rgb(174 179 173 / 0.75);
}

.fill-gray-500\/80 {
  fill: rgb(174 179 173 / 0.8);
}

.fill-gray-500\/90 {
  fill: rgb(174 179 173 / 0.9);
}

.fill-gray-500\/95 {
  fill: rgb(174 179 173 / 0.95);
}

.fill-gray-600 {
  fill: #8A9188;
}

.fill-gray-600\/0 {
  fill: rgb(138 145 136 / 0);
}

.fill-gray-600\/10 {
  fill: rgb(138 145 136 / 0.1);
}

.fill-gray-600\/100 {
  fill: rgb(138 145 136 / 1);
}

.fill-gray-600\/20 {
  fill: rgb(138 145 136 / 0.2);
}

.fill-gray-600\/25 {
  fill: rgb(138 145 136 / 0.25);
}

.fill-gray-600\/30 {
  fill: rgb(138 145 136 / 0.3);
}

.fill-gray-600\/40 {
  fill: rgb(138 145 136 / 0.4);
}

.fill-gray-600\/5 {
  fill: rgb(138 145 136 / 0.05);
}

.fill-gray-600\/50 {
  fill: rgb(138 145 136 / 0.5);
}

.fill-gray-600\/60 {
  fill: rgb(138 145 136 / 0.6);
}

.fill-gray-600\/70 {
  fill: rgb(138 145 136 / 0.7);
}

.fill-gray-600\/75 {
  fill: rgb(138 145 136 / 0.75);
}

.fill-gray-600\/80 {
  fill: rgb(138 145 136 / 0.8);
}

.fill-gray-600\/90 {
  fill: rgb(138 145 136 / 0.9);
}

.fill-gray-600\/95 {
  fill: rgb(138 145 136 / 0.95);
}

.fill-gray-700 {
  fill: #676E65;
}

.fill-gray-700\/0 {
  fill: rgb(103 110 101 / 0);
}

.fill-gray-700\/10 {
  fill: rgb(103 110 101 / 0.1);
}

.fill-gray-700\/100 {
  fill: rgb(103 110 101 / 1);
}

.fill-gray-700\/20 {
  fill: rgb(103 110 101 / 0.2);
}

.fill-gray-700\/25 {
  fill: rgb(103 110 101 / 0.25);
}

.fill-gray-700\/30 {
  fill: rgb(103 110 101 / 0.3);
}

.fill-gray-700\/40 {
  fill: rgb(103 110 101 / 0.4);
}

.fill-gray-700\/5 {
  fill: rgb(103 110 101 / 0.05);
}

.fill-gray-700\/50 {
  fill: rgb(103 110 101 / 0.5);
}

.fill-gray-700\/60 {
  fill: rgb(103 110 101 / 0.6);
}

.fill-gray-700\/70 {
  fill: rgb(103 110 101 / 0.7);
}

.fill-gray-700\/75 {
  fill: rgb(103 110 101 / 0.75);
}

.fill-gray-700\/80 {
  fill: rgb(103 110 101 / 0.8);
}

.fill-gray-700\/90 {
  fill: rgb(103 110 101 / 0.9);
}

.fill-gray-700\/95 {
  fill: rgb(103 110 101 / 0.95);
}

.fill-gray-800 {
  fill: #454944;
}

.fill-gray-800\/0 {
  fill: rgb(69 73 68 / 0);
}

.fill-gray-800\/10 {
  fill: rgb(69 73 68 / 0.1);
}

.fill-gray-800\/100 {
  fill: rgb(69 73 68 / 1);
}

.fill-gray-800\/20 {
  fill: rgb(69 73 68 / 0.2);
}

.fill-gray-800\/25 {
  fill: rgb(69 73 68 / 0.25);
}

.fill-gray-800\/30 {
  fill: rgb(69 73 68 / 0.3);
}

.fill-gray-800\/40 {
  fill: rgb(69 73 68 / 0.4);
}

.fill-gray-800\/5 {
  fill: rgb(69 73 68 / 0.05);
}

.fill-gray-800\/50 {
  fill: rgb(69 73 68 / 0.5);
}

.fill-gray-800\/60 {
  fill: rgb(69 73 68 / 0.6);
}

.fill-gray-800\/70 {
  fill: rgb(69 73 68 / 0.7);
}

.fill-gray-800\/75 {
  fill: rgb(69 73 68 / 0.75);
}

.fill-gray-800\/80 {
  fill: rgb(69 73 68 / 0.8);
}

.fill-gray-800\/90 {
  fill: rgb(69 73 68 / 0.9);
}

.fill-gray-800\/95 {
  fill: rgb(69 73 68 / 0.95);
}

.fill-gray-900 {
  fill: #222522;
}

.fill-gray-900\/0 {
  fill: rgb(34 37 34 / 0);
}

.fill-gray-900\/10 {
  fill: rgb(34 37 34 / 0.1);
}

.fill-gray-900\/100 {
  fill: rgb(34 37 34 / 1);
}

.fill-gray-900\/20 {
  fill: rgb(34 37 34 / 0.2);
}

.fill-gray-900\/25 {
  fill: rgb(34 37 34 / 0.25);
}

.fill-gray-900\/30 {
  fill: rgb(34 37 34 / 0.3);
}

.fill-gray-900\/40 {
  fill: rgb(34 37 34 / 0.4);
}

.fill-gray-900\/5 {
  fill: rgb(34 37 34 / 0.05);
}

.fill-gray-900\/50 {
  fill: rgb(34 37 34 / 0.5);
}

.fill-gray-900\/60 {
  fill: rgb(34 37 34 / 0.6);
}

.fill-gray-900\/70 {
  fill: rgb(34 37 34 / 0.7);
}

.fill-gray-900\/75 {
  fill: rgb(34 37 34 / 0.75);
}

.fill-gray-900\/80 {
  fill: rgb(34 37 34 / 0.8);
}

.fill-gray-900\/90 {
  fill: rgb(34 37 34 / 0.9);
}

.fill-gray-900\/95 {
  fill: rgb(34 37 34 / 0.95);
}

.fill-red-100 {
  fill: #fee2e2;
}

.fill-red-100\/0 {
  fill: rgb(254 226 226 / 0);
}

.fill-red-100\/10 {
  fill: rgb(254 226 226 / 0.1);
}

.fill-red-100\/100 {
  fill: rgb(254 226 226 / 1);
}

.fill-red-100\/20 {
  fill: rgb(254 226 226 / 0.2);
}

.fill-red-100\/25 {
  fill: rgb(254 226 226 / 0.25);
}

.fill-red-100\/30 {
  fill: rgb(254 226 226 / 0.3);
}

.fill-red-100\/40 {
  fill: rgb(254 226 226 / 0.4);
}

.fill-red-100\/5 {
  fill: rgb(254 226 226 / 0.05);
}

.fill-red-100\/50 {
  fill: rgb(254 226 226 / 0.5);
}

.fill-red-100\/60 {
  fill: rgb(254 226 226 / 0.6);
}

.fill-red-100\/70 {
  fill: rgb(254 226 226 / 0.7);
}

.fill-red-100\/75 {
  fill: rgb(254 226 226 / 0.75);
}

.fill-red-100\/80 {
  fill: rgb(254 226 226 / 0.8);
}

.fill-red-100\/90 {
  fill: rgb(254 226 226 / 0.9);
}

.fill-red-100\/95 {
  fill: rgb(254 226 226 / 0.95);
}

.fill-red-200 {
  fill: #fecaca;
}

.fill-red-200\/0 {
  fill: rgb(254 202 202 / 0);
}

.fill-red-200\/10 {
  fill: rgb(254 202 202 / 0.1);
}

.fill-red-200\/100 {
  fill: rgb(254 202 202 / 1);
}

.fill-red-200\/20 {
  fill: rgb(254 202 202 / 0.2);
}

.fill-red-200\/25 {
  fill: rgb(254 202 202 / 0.25);
}

.fill-red-200\/30 {
  fill: rgb(254 202 202 / 0.3);
}

.fill-red-200\/40 {
  fill: rgb(254 202 202 / 0.4);
}

.fill-red-200\/5 {
  fill: rgb(254 202 202 / 0.05);
}

.fill-red-200\/50 {
  fill: rgb(254 202 202 / 0.5);
}

.fill-red-200\/60 {
  fill: rgb(254 202 202 / 0.6);
}

.fill-red-200\/70 {
  fill: rgb(254 202 202 / 0.7);
}

.fill-red-200\/75 {
  fill: rgb(254 202 202 / 0.75);
}

.fill-red-200\/80 {
  fill: rgb(254 202 202 / 0.8);
}

.fill-red-200\/90 {
  fill: rgb(254 202 202 / 0.9);
}

.fill-red-200\/95 {
  fill: rgb(254 202 202 / 0.95);
}

.fill-red-300 {
  fill: #fca5a5;
}

.fill-red-300\/0 {
  fill: rgb(252 165 165 / 0);
}

.fill-red-300\/10 {
  fill: rgb(252 165 165 / 0.1);
}

.fill-red-300\/100 {
  fill: rgb(252 165 165 / 1);
}

.fill-red-300\/20 {
  fill: rgb(252 165 165 / 0.2);
}

.fill-red-300\/25 {
  fill: rgb(252 165 165 / 0.25);
}

.fill-red-300\/30 {
  fill: rgb(252 165 165 / 0.3);
}

.fill-red-300\/40 {
  fill: rgb(252 165 165 / 0.4);
}

.fill-red-300\/5 {
  fill: rgb(252 165 165 / 0.05);
}

.fill-red-300\/50 {
  fill: rgb(252 165 165 / 0.5);
}

.fill-red-300\/60 {
  fill: rgb(252 165 165 / 0.6);
}

.fill-red-300\/70 {
  fill: rgb(252 165 165 / 0.7);
}

.fill-red-300\/75 {
  fill: rgb(252 165 165 / 0.75);
}

.fill-red-300\/80 {
  fill: rgb(252 165 165 / 0.8);
}

.fill-red-300\/90 {
  fill: rgb(252 165 165 / 0.9);
}

.fill-red-300\/95 {
  fill: rgb(252 165 165 / 0.95);
}

.fill-red-400 {
  fill: #f87171;
}

.fill-red-400\/0 {
  fill: rgb(248 113 113 / 0);
}

.fill-red-400\/10 {
  fill: rgb(248 113 113 / 0.1);
}

.fill-red-400\/100 {
  fill: rgb(248 113 113 / 1);
}

.fill-red-400\/20 {
  fill: rgb(248 113 113 / 0.2);
}

.fill-red-400\/25 {
  fill: rgb(248 113 113 / 0.25);
}

.fill-red-400\/30 {
  fill: rgb(248 113 113 / 0.3);
}

.fill-red-400\/40 {
  fill: rgb(248 113 113 / 0.4);
}

.fill-red-400\/5 {
  fill: rgb(248 113 113 / 0.05);
}

.fill-red-400\/50 {
  fill: rgb(248 113 113 / 0.5);
}

.fill-red-400\/60 {
  fill: rgb(248 113 113 / 0.6);
}

.fill-red-400\/70 {
  fill: rgb(248 113 113 / 0.7);
}

.fill-red-400\/75 {
  fill: rgb(248 113 113 / 0.75);
}

.fill-red-400\/80 {
  fill: rgb(248 113 113 / 0.8);
}

.fill-red-400\/90 {
  fill: rgb(248 113 113 / 0.9);
}

.fill-red-400\/95 {
  fill: rgb(248 113 113 / 0.95);
}

.fill-red-50 {
  fill: #fef2f2;
}

.fill-red-50\/0 {
  fill: rgb(254 242 242 / 0);
}

.fill-red-50\/10 {
  fill: rgb(254 242 242 / 0.1);
}

.fill-red-50\/100 {
  fill: rgb(254 242 242 / 1);
}

.fill-red-50\/20 {
  fill: rgb(254 242 242 / 0.2);
}

.fill-red-50\/25 {
  fill: rgb(254 242 242 / 0.25);
}

.fill-red-50\/30 {
  fill: rgb(254 242 242 / 0.3);
}

.fill-red-50\/40 {
  fill: rgb(254 242 242 / 0.4);
}

.fill-red-50\/5 {
  fill: rgb(254 242 242 / 0.05);
}

.fill-red-50\/50 {
  fill: rgb(254 242 242 / 0.5);
}

.fill-red-50\/60 {
  fill: rgb(254 242 242 / 0.6);
}

.fill-red-50\/70 {
  fill: rgb(254 242 242 / 0.7);
}

.fill-red-50\/75 {
  fill: rgb(254 242 242 / 0.75);
}

.fill-red-50\/80 {
  fill: rgb(254 242 242 / 0.8);
}

.fill-red-50\/90 {
  fill: rgb(254 242 242 / 0.9);
}

.fill-red-50\/95 {
  fill: rgb(254 242 242 / 0.95);
}

.fill-red-500 {
  fill: #ef4444;
}

.fill-red-500\/0 {
  fill: rgb(239 68 68 / 0);
}

.fill-red-500\/10 {
  fill: rgb(239 68 68 / 0.1);
}

.fill-red-500\/100 {
  fill: rgb(239 68 68 / 1);
}

.fill-red-500\/20 {
  fill: rgb(239 68 68 / 0.2);
}

.fill-red-500\/25 {
  fill: rgb(239 68 68 / 0.25);
}

.fill-red-500\/30 {
  fill: rgb(239 68 68 / 0.3);
}

.fill-red-500\/40 {
  fill: rgb(239 68 68 / 0.4);
}

.fill-red-500\/5 {
  fill: rgb(239 68 68 / 0.05);
}

.fill-red-500\/50 {
  fill: rgb(239 68 68 / 0.5);
}

.fill-red-500\/60 {
  fill: rgb(239 68 68 / 0.6);
}

.fill-red-500\/70 {
  fill: rgb(239 68 68 / 0.7);
}

.fill-red-500\/75 {
  fill: rgb(239 68 68 / 0.75);
}

.fill-red-500\/80 {
  fill: rgb(239 68 68 / 0.8);
}

.fill-red-500\/90 {
  fill: rgb(239 68 68 / 0.9);
}

.fill-red-500\/95 {
  fill: rgb(239 68 68 / 0.95);
}

.fill-red-600 {
  fill: #dc2626;
}

.fill-red-600\/0 {
  fill: rgb(220 38 38 / 0);
}

.fill-red-600\/10 {
  fill: rgb(220 38 38 / 0.1);
}

.fill-red-600\/100 {
  fill: rgb(220 38 38 / 1);
}

.fill-red-600\/20 {
  fill: rgb(220 38 38 / 0.2);
}

.fill-red-600\/25 {
  fill: rgb(220 38 38 / 0.25);
}

.fill-red-600\/30 {
  fill: rgb(220 38 38 / 0.3);
}

.fill-red-600\/40 {
  fill: rgb(220 38 38 / 0.4);
}

.fill-red-600\/5 {
  fill: rgb(220 38 38 / 0.05);
}

.fill-red-600\/50 {
  fill: rgb(220 38 38 / 0.5);
}

.fill-red-600\/60 {
  fill: rgb(220 38 38 / 0.6);
}

.fill-red-600\/70 {
  fill: rgb(220 38 38 / 0.7);
}

.fill-red-600\/75 {
  fill: rgb(220 38 38 / 0.75);
}

.fill-red-600\/80 {
  fill: rgb(220 38 38 / 0.8);
}

.fill-red-600\/90 {
  fill: rgb(220 38 38 / 0.9);
}

.fill-red-600\/95 {
  fill: rgb(220 38 38 / 0.95);
}

.fill-red-700 {
  fill: #b91c1c;
}

.fill-red-700\/0 {
  fill: rgb(185 28 28 / 0);
}

.fill-red-700\/10 {
  fill: rgb(185 28 28 / 0.1);
}

.fill-red-700\/100 {
  fill: rgb(185 28 28 / 1);
}

.fill-red-700\/20 {
  fill: rgb(185 28 28 / 0.2);
}

.fill-red-700\/25 {
  fill: rgb(185 28 28 / 0.25);
}

.fill-red-700\/30 {
  fill: rgb(185 28 28 / 0.3);
}

.fill-red-700\/40 {
  fill: rgb(185 28 28 / 0.4);
}

.fill-red-700\/5 {
  fill: rgb(185 28 28 / 0.05);
}

.fill-red-700\/50 {
  fill: rgb(185 28 28 / 0.5);
}

.fill-red-700\/60 {
  fill: rgb(185 28 28 / 0.6);
}

.fill-red-700\/70 {
  fill: rgb(185 28 28 / 0.7);
}

.fill-red-700\/75 {
  fill: rgb(185 28 28 / 0.75);
}

.fill-red-700\/80 {
  fill: rgb(185 28 28 / 0.8);
}

.fill-red-700\/90 {
  fill: rgb(185 28 28 / 0.9);
}

.fill-red-700\/95 {
  fill: rgb(185 28 28 / 0.95);
}

.fill-red-800 {
  fill: #991b1b;
}

.fill-red-800\/0 {
  fill: rgb(153 27 27 / 0);
}

.fill-red-800\/10 {
  fill: rgb(153 27 27 / 0.1);
}

.fill-red-800\/100 {
  fill: rgb(153 27 27 / 1);
}

.fill-red-800\/20 {
  fill: rgb(153 27 27 / 0.2);
}

.fill-red-800\/25 {
  fill: rgb(153 27 27 / 0.25);
}

.fill-red-800\/30 {
  fill: rgb(153 27 27 / 0.3);
}

.fill-red-800\/40 {
  fill: rgb(153 27 27 / 0.4);
}

.fill-red-800\/5 {
  fill: rgb(153 27 27 / 0.05);
}

.fill-red-800\/50 {
  fill: rgb(153 27 27 / 0.5);
}

.fill-red-800\/60 {
  fill: rgb(153 27 27 / 0.6);
}

.fill-red-800\/70 {
  fill: rgb(153 27 27 / 0.7);
}

.fill-red-800\/75 {
  fill: rgb(153 27 27 / 0.75);
}

.fill-red-800\/80 {
  fill: rgb(153 27 27 / 0.8);
}

.fill-red-800\/90 {
  fill: rgb(153 27 27 / 0.9);
}

.fill-red-800\/95 {
  fill: rgb(153 27 27 / 0.95);
}

.fill-red-900 {
  fill: #7f1d1d;
}

.fill-red-900\/0 {
  fill: rgb(127 29 29 / 0);
}

.fill-red-900\/10 {
  fill: rgb(127 29 29 / 0.1);
}

.fill-red-900\/100 {
  fill: rgb(127 29 29 / 1);
}

.fill-red-900\/20 {
  fill: rgb(127 29 29 / 0.2);
}

.fill-red-900\/25 {
  fill: rgb(127 29 29 / 0.25);
}

.fill-red-900\/30 {
  fill: rgb(127 29 29 / 0.3);
}

.fill-red-900\/40 {
  fill: rgb(127 29 29 / 0.4);
}

.fill-red-900\/5 {
  fill: rgb(127 29 29 / 0.05);
}

.fill-red-900\/50 {
  fill: rgb(127 29 29 / 0.5);
}

.fill-red-900\/60 {
  fill: rgb(127 29 29 / 0.6);
}

.fill-red-900\/70 {
  fill: rgb(127 29 29 / 0.7);
}

.fill-red-900\/75 {
  fill: rgb(127 29 29 / 0.75);
}

.fill-red-900\/80 {
  fill: rgb(127 29 29 / 0.8);
}

.fill-red-900\/90 {
  fill: rgb(127 29 29 / 0.9);
}

.fill-red-900\/95 {
  fill: rgb(127 29 29 / 0.95);
}

.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.5rem;
}

.p-6 {
  padding: 2rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-6 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.\!py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.\!py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-7 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.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.5rem;
  padding-bottom: 1.5rem;
}

.py-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.\!pl-0 {
  padding-left: 0px !important;
}

.\!ps-0 {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 8rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.pb-6 {
  padding-bottom: 2rem;
}

.pb-7 {
  padding-bottom: 3rem;
}

.pb-8 {
  padding-bottom: 4rem;
}

.pb-9 {
  padding-bottom: 6rem;
}

.pl-6 {
  padding-left: 2rem;
}

.pr-6 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-11 {
  padding-top: 12rem;
}

.pt-12 {
  padding-top: 16rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.5rem;
}

.pt-6 {
  padding-top: 2rem;
}

.pt-7 {
  padding-top: 3rem;
}

.pt-8 {
  padding-top: 4rem;
}

.pt-9 {
  padding-top: 6rem;
}

.text-left {
  text-align: left;
}

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

.\!text-5xl {
  font-size: 4rem !important;
  line-height: 4rem !important;
  letter-spacing: -0.02em !important;
}

.\!text-md {
  font-size: 1.375rem !important;
  line-height: 2rem !important;
  letter-spacing: 0 !important;
}

.\!text-sm {
  font-size: 0.9375rem !important;
  line-height: 1.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-\[4rem\] {
  font-size: 4rem;
}

.text-base {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.text-lg {
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 0;
}

.text-md {
  font-size: 1.375rem;
  line-height: 2rem;
  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.5rem;
  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-semibold {
  font-weight: 600;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.\!text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

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

.\!text-gray-100\/0 {
  color: rgb(239 240 239 / 0) !important;
}

.\!text-gray-100\/10 {
  color: rgb(239 240 239 / 0.1) !important;
}

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

.\!text-gray-100\/20 {
  color: rgb(239 240 239 / 0.2) !important;
}

.\!text-gray-100\/25 {
  color: rgb(239 240 239 / 0.25) !important;
}

.\!text-gray-100\/30 {
  color: rgb(239 240 239 / 0.3) !important;
}

.\!text-gray-100\/40 {
  color: rgb(239 240 239 / 0.4) !important;
}

.\!text-gray-100\/5 {
  color: rgb(239 240 239 / 0.05) !important;
}

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

.\!text-gray-100\/60 {
  color: rgb(239 240 239 / 0.6) !important;
}

.\!text-gray-100\/70 {
  color: rgb(239 240 239 / 0.7) !important;
}

.\!text-gray-100\/75 {
  color: rgb(239 240 239 / 0.75) !important;
}

.\!text-gray-100\/80 {
  color: rgb(239 240 239 / 0.8) !important;
}

.\!text-gray-100\/90 {
  color: rgb(239 240 239 / 0.9) !important;
}

.\!text-gray-100\/95 {
  color: rgb(239 240 239 / 0.95) !important;
}

.\!text-gray-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

.\!text-gray-1000\/0 {
  color: rgb(18 22 25 / 0) !important;
}

.\!text-gray-1000\/10 {
  color: rgb(18 22 25 / 0.1) !important;
}

.\!text-gray-1000\/100 {
  color: rgb(18 22 25 / 1) !important;
}

.\!text-gray-1000\/20 {
  color: rgb(18 22 25 / 0.2) !important;
}

.\!text-gray-1000\/25 {
  color: rgb(18 22 25 / 0.25) !important;
}

.\!text-gray-1000\/30 {
  color: rgb(18 22 25 / 0.3) !important;
}

.\!text-gray-1000\/40 {
  color: rgb(18 22 25 / 0.4) !important;
}

.\!text-gray-1000\/5 {
  color: rgb(18 22 25 / 0.05) !important;
}

.\!text-gray-1000\/50 {
  color: rgb(18 22 25 / 0.5) !important;
}

.\!text-gray-1000\/60 {
  color: rgb(18 22 25 / 0.6) !important;
}

.\!text-gray-1000\/70 {
  color: rgb(18 22 25 / 0.7) !important;
}

.\!text-gray-1000\/75 {
  color: rgb(18 22 25 / 0.75) !important;
}

.\!text-gray-1000\/80 {
  color: rgb(18 22 25 / 0.8) !important;
}

.\!text-gray-1000\/90 {
  color: rgb(18 22 25 / 0.9) !important;
}

.\!text-gray-1000\/95 {
  color: rgb(18 22 25 / 0.95) !important;
}

.\!text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(223 225 222 / var(--tw-text-opacity)) !important;
}

.\!text-gray-200\/0 {
  color: rgb(223 225 222 / 0) !important;
}

.\!text-gray-200\/10 {
  color: rgb(223 225 222 / 0.1) !important;
}

.\!text-gray-200\/100 {
  color: rgb(223 225 222 / 1) !important;
}

.\!text-gray-200\/20 {
  color: rgb(223 225 222 / 0.2) !important;
}

.\!text-gray-200\/25 {
  color: rgb(223 225 222 / 0.25) !important;
}

.\!text-gray-200\/30 {
  color: rgb(223 225 222 / 0.3) !important;
}

.\!text-gray-200\/40 {
  color: rgb(223 225 222 / 0.4) !important;
}

.\!text-gray-200\/5 {
  color: rgb(223 225 222 / 0.05) !important;
}

.\!text-gray-200\/50 {
  color: rgb(223 225 222 / 0.5) !important;
}

.\!text-gray-200\/60 {
  color: rgb(223 225 222 / 0.6) !important;
}

.\!text-gray-200\/70 {
  color: rgb(223 225 222 / 0.7) !important;
}

.\!text-gray-200\/75 {
  color: rgb(223 225 222 / 0.75) !important;
}

.\!text-gray-200\/80 {
  color: rgb(223 225 222 / 0.8) !important;
}

.\!text-gray-200\/90 {
  color: rgb(223 225 222 / 0.9) !important;
}

.\!text-gray-200\/95 {
  color: rgb(223 225 222 / 0.95) !important;
}

.\!text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(206 209 206 / var(--tw-text-opacity)) !important;
}

.\!text-gray-300\/0 {
  color: rgb(206 209 206 / 0) !important;
}

.\!text-gray-300\/10 {
  color: rgb(206 209 206 / 0.1) !important;
}

.\!text-gray-300\/100 {
  color: rgb(206 209 206 / 1) !important;
}

.\!text-gray-300\/20 {
  color: rgb(206 209 206 / 0.2) !important;
}

.\!text-gray-300\/25 {
  color: rgb(206 209 206 / 0.25) !important;
}

.\!text-gray-300\/30 {
  color: rgb(206 209 206 / 0.3) !important;
}

.\!text-gray-300\/40 {
  color: rgb(206 209 206 / 0.4) !important;
}

.\!text-gray-300\/5 {
  color: rgb(206 209 206 / 0.05) !important;
}

.\!text-gray-300\/50 {
  color: rgb(206 209 206 / 0.5) !important;
}

.\!text-gray-300\/60 {
  color: rgb(206 209 206 / 0.6) !important;
}

.\!text-gray-300\/70 {
  color: rgb(206 209 206 / 0.7) !important;
}

.\!text-gray-300\/75 {
  color: rgb(206 209 206 / 0.75) !important;
}

.\!text-gray-300\/80 {
  color: rgb(206 209 206 / 0.8) !important;
}

.\!text-gray-300\/90 {
  color: rgb(206 209 206 / 0.9) !important;
}

.\!text-gray-300\/95 {
  color: rgb(206 209 206 / 0.95) !important;
}

.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 194 189 / var(--tw-text-opacity)) !important;
}

.\!text-gray-400\/0 {
  color: rgb(190 194 189 / 0) !important;
}

.\!text-gray-400\/10 {
  color: rgb(190 194 189 / 0.1) !important;
}

.\!text-gray-400\/100 {
  color: rgb(190 194 189 / 1) !important;
}

.\!text-gray-400\/20 {
  color: rgb(190 194 189 / 0.2) !important;
}

.\!text-gray-400\/25 {
  color: rgb(190 194 189 / 0.25) !important;
}

.\!text-gray-400\/30 {
  color: rgb(190 194 189 / 0.3) !important;
}

.\!text-gray-400\/40 {
  color: rgb(190 194 189 / 0.4) !important;
}

.\!text-gray-400\/5 {
  color: rgb(190 194 189 / 0.05) !important;
}

.\!text-gray-400\/50 {
  color: rgb(190 194 189 / 0.5) !important;
}

.\!text-gray-400\/60 {
  color: rgb(190 194 189 / 0.6) !important;
}

.\!text-gray-400\/70 {
  color: rgb(190 194 189 / 0.7) !important;
}

.\!text-gray-400\/75 {
  color: rgb(190 194 189 / 0.75) !important;
}

.\!text-gray-400\/80 {
  color: rgb(190 194 189 / 0.8) !important;
}

.\!text-gray-400\/90 {
  color: rgb(190 194 189 / 0.9) !important;
}

.\!text-gray-400\/95 {
  color: rgb(190 194 189 / 0.95) !important;
}

.\!text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(247 247 247 / var(--tw-text-opacity)) !important;
}

.\!text-gray-50\/0 {
  color: rgb(247 247 247 / 0) !important;
}

.\!text-gray-50\/10 {
  color: rgb(247 247 247 / 0.1) !important;
}

.\!text-gray-50\/100 {
  color: rgb(247 247 247 / 1) !important;
}

.\!text-gray-50\/20 {
  color: rgb(247 247 247 / 0.2) !important;
}

.\!text-gray-50\/25 {
  color: rgb(247 247 247 / 0.25) !important;
}

.\!text-gray-50\/30 {
  color: rgb(247 247 247 / 0.3) !important;
}

.\!text-gray-50\/40 {
  color: rgb(247 247 247 / 0.4) !important;
}

.\!text-gray-50\/5 {
  color: rgb(247 247 247 / 0.05) !important;
}

.\!text-gray-50\/50 {
  color: rgb(247 247 247 / 0.5) !important;
}

.\!text-gray-50\/60 {
  color: rgb(247 247 247 / 0.6) !important;
}

.\!text-gray-50\/70 {
  color: rgb(247 247 247 / 0.7) !important;
}

.\!text-gray-50\/75 {
  color: rgb(247 247 247 / 0.75) !important;
}

.\!text-gray-50\/80 {
  color: rgb(247 247 247 / 0.8) !important;
}

.\!text-gray-50\/90 {
  color: rgb(247 247 247 / 0.9) !important;
}

.\!text-gray-50\/95 {
  color: rgb(247 247 247 / 0.95) !important;
}

.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(174 179 173 / var(--tw-text-opacity)) !important;
}

.\!text-gray-500\/0 {
  color: rgb(174 179 173 / 0) !important;
}

.\!text-gray-500\/10 {
  color: rgb(174 179 173 / 0.1) !important;
}

.\!text-gray-500\/100 {
  color: rgb(174 179 173 / 1) !important;
}

.\!text-gray-500\/20 {
  color: rgb(174 179 173 / 0.2) !important;
}

.\!text-gray-500\/25 {
  color: rgb(174 179 173 / 0.25) !important;
}

.\!text-gray-500\/30 {
  color: rgb(174 179 173 / 0.3) !important;
}

.\!text-gray-500\/40 {
  color: rgb(174 179 173 / 0.4) !important;
}

.\!text-gray-500\/5 {
  color: rgb(174 179 173 / 0.05) !important;
}

.\!text-gray-500\/50 {
  color: rgb(174 179 173 / 0.5) !important;
}

.\!text-gray-500\/60 {
  color: rgb(174 179 173 / 0.6) !important;
}

.\!text-gray-500\/70 {
  color: rgb(174 179 173 / 0.7) !important;
}

.\!text-gray-500\/75 {
  color: rgb(174 179 173 / 0.75) !important;
}

.\!text-gray-500\/80 {
  color: rgb(174 179 173 / 0.8) !important;
}

.\!text-gray-500\/90 {
  color: rgb(174 179 173 / 0.9) !important;
}

.\!text-gray-500\/95 {
  color: rgb(174 179 173 / 0.95) !important;
}

.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(138 145 136 / var(--tw-text-opacity)) !important;
}

.\!text-gray-600\/0 {
  color: rgb(138 145 136 / 0) !important;
}

.\!text-gray-600\/10 {
  color: rgb(138 145 136 / 0.1) !important;
}

.\!text-gray-600\/100 {
  color: rgb(138 145 136 / 1) !important;
}

.\!text-gray-600\/20 {
  color: rgb(138 145 136 / 0.2) !important;
}

.\!text-gray-600\/25 {
  color: rgb(138 145 136 / 0.25) !important;
}

.\!text-gray-600\/30 {
  color: rgb(138 145 136 / 0.3) !important;
}

.\!text-gray-600\/40 {
  color: rgb(138 145 136 / 0.4) !important;
}

.\!text-gray-600\/5 {
  color: rgb(138 145 136 / 0.05) !important;
}

.\!text-gray-600\/50 {
  color: rgb(138 145 136 / 0.5) !important;
}

.\!text-gray-600\/60 {
  color: rgb(138 145 136 / 0.6) !important;
}

.\!text-gray-600\/70 {
  color: rgb(138 145 136 / 0.7) !important;
}

.\!text-gray-600\/75 {
  color: rgb(138 145 136 / 0.75) !important;
}

.\!text-gray-600\/80 {
  color: rgb(138 145 136 / 0.8) !important;
}

.\!text-gray-600\/90 {
  color: rgb(138 145 136 / 0.9) !important;
}

.\!text-gray-600\/95 {
  color: rgb(138 145 136 / 0.95) !important;
}

.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(103 110 101 / var(--tw-text-opacity)) !important;
}

.\!text-gray-700\/0 {
  color: rgb(103 110 101 / 0) !important;
}

.\!text-gray-700\/10 {
  color: rgb(103 110 101 / 0.1) !important;
}

.\!text-gray-700\/100 {
  color: rgb(103 110 101 / 1) !important;
}

.\!text-gray-700\/20 {
  color: rgb(103 110 101 / 0.2) !important;
}

.\!text-gray-700\/25 {
  color: rgb(103 110 101 / 0.25) !important;
}

.\!text-gray-700\/30 {
  color: rgb(103 110 101 / 0.3) !important;
}

.\!text-gray-700\/40 {
  color: rgb(103 110 101 / 0.4) !important;
}

.\!text-gray-700\/5 {
  color: rgb(103 110 101 / 0.05) !important;
}

.\!text-gray-700\/50 {
  color: rgb(103 110 101 / 0.5) !important;
}

.\!text-gray-700\/60 {
  color: rgb(103 110 101 / 0.6) !important;
}

.\!text-gray-700\/70 {
  color: rgb(103 110 101 / 0.7) !important;
}

.\!text-gray-700\/75 {
  color: rgb(103 110 101 / 0.75) !important;
}

.\!text-gray-700\/80 {
  color: rgb(103 110 101 / 0.8) !important;
}

.\!text-gray-700\/90 {
  color: rgb(103 110 101 / 0.9) !important;
}

.\!text-gray-700\/95 {
  color: rgb(103 110 101 / 0.95) !important;
}

.\!text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(69 73 68 / var(--tw-text-opacity)) !important;
}

.\!text-gray-800\/0 {
  color: rgb(69 73 68 / 0) !important;
}

.\!text-gray-800\/10 {
  color: rgb(69 73 68 / 0.1) !important;
}

.\!text-gray-800\/100 {
  color: rgb(69 73 68 / 1) !important;
}

.\!text-gray-800\/20 {
  color: rgb(69 73 68 / 0.2) !important;
}

.\!text-gray-800\/25 {
  color: rgb(69 73 68 / 0.25) !important;
}

.\!text-gray-800\/30 {
  color: rgb(69 73 68 / 0.3) !important;
}

.\!text-gray-800\/40 {
  color: rgb(69 73 68 / 0.4) !important;
}

.\!text-gray-800\/5 {
  color: rgb(69 73 68 / 0.05) !important;
}

.\!text-gray-800\/50 {
  color: rgb(69 73 68 / 0.5) !important;
}

.\!text-gray-800\/60 {
  color: rgb(69 73 68 / 0.6) !important;
}

.\!text-gray-800\/70 {
  color: rgb(69 73 68 / 0.7) !important;
}

.\!text-gray-800\/75 {
  color: rgb(69 73 68 / 0.75) !important;
}

.\!text-gray-800\/80 {
  color: rgb(69 73 68 / 0.8) !important;
}

.\!text-gray-800\/90 {
  color: rgb(69 73 68 / 0.9) !important;
}

.\!text-gray-800\/95 {
  color: rgb(69 73 68 / 0.95) !important;
}

.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 37 34 / var(--tw-text-opacity)) !important;
}

.\!text-gray-900\/0 {
  color: rgb(34 37 34 / 0) !important;
}

.\!text-gray-900\/10 {
  color: rgb(34 37 34 / 0.1) !important;
}

.\!text-gray-900\/100 {
  color: rgb(34 37 34 / 1) !important;
}

.\!text-gray-900\/20 {
  color: rgb(34 37 34 / 0.2) !important;
}

.\!text-gray-900\/25 {
  color: rgb(34 37 34 / 0.25) !important;
}

.\!text-gray-900\/30 {
  color: rgb(34 37 34 / 0.3) !important;
}

.\!text-gray-900\/40 {
  color: rgb(34 37 34 / 0.4) !important;
}

.\!text-gray-900\/5 {
  color: rgb(34 37 34 / 0.05) !important;
}

.\!text-gray-900\/50 {
  color: rgb(34 37 34 / 0.5) !important;
}

.\!text-gray-900\/60 {
  color: rgb(34 37 34 / 0.6) !important;
}

.\!text-gray-900\/70 {
  color: rgb(34 37 34 / 0.7) !important;
}

.\!text-gray-900\/75 {
  color: rgb(34 37 34 / 0.75) !important;
}

.\!text-gray-900\/80 {
  color: rgb(34 37 34 / 0.8) !important;
}

.\!text-gray-900\/90 {
  color: rgb(34 37 34 / 0.9) !important;
}

.\!text-gray-900\/95 {
  color: rgb(34 37 34 / 0.95) !important;
}

.\!text-inherit {
  color: inherit !important;
}

.\!text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity)) !important;
}

.\!text-red-100\/0 {
  color: rgb(254 226 226 / 0) !important;
}

.\!text-red-100\/10 {
  color: rgb(254 226 226 / 0.1) !important;
}

.\!text-red-100\/100 {
  color: rgb(254 226 226 / 1) !important;
}

.\!text-red-100\/20 {
  color: rgb(254 226 226 / 0.2) !important;
}

.\!text-red-100\/25 {
  color: rgb(254 226 226 / 0.25) !important;
}

.\!text-red-100\/30 {
  color: rgb(254 226 226 / 0.3) !important;
}

.\!text-red-100\/40 {
  color: rgb(254 226 226 / 0.4) !important;
}

.\!text-red-100\/5 {
  color: rgb(254 226 226 / 0.05) !important;
}

.\!text-red-100\/50 {
  color: rgb(254 226 226 / 0.5) !important;
}

.\!text-red-100\/60 {
  color: rgb(254 226 226 / 0.6) !important;
}

.\!text-red-100\/70 {
  color: rgb(254 226 226 / 0.7) !important;
}

.\!text-red-100\/75 {
  color: rgb(254 226 226 / 0.75) !important;
}

.\!text-red-100\/80 {
  color: rgb(254 226 226 / 0.8) !important;
}

.\!text-red-100\/90 {
  color: rgb(254 226 226 / 0.9) !important;
}

.\!text-red-100\/95 {
  color: rgb(254 226 226 / 0.95) !important;
}

.\!text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity)) !important;
}

.\!text-red-200\/0 {
  color: rgb(254 202 202 / 0) !important;
}

.\!text-red-200\/10 {
  color: rgb(254 202 202 / 0.1) !important;
}

.\!text-red-200\/100 {
  color: rgb(254 202 202 / 1) !important;
}

.\!text-red-200\/20 {
  color: rgb(254 202 202 / 0.2) !important;
}

.\!text-red-200\/25 {
  color: rgb(254 202 202 / 0.25) !important;
}

.\!text-red-200\/30 {
  color: rgb(254 202 202 / 0.3) !important;
}

.\!text-red-200\/40 {
  color: rgb(254 202 202 / 0.4) !important;
}

.\!text-red-200\/5 {
  color: rgb(254 202 202 / 0.05) !important;
}

.\!text-red-200\/50 {
  color: rgb(254 202 202 / 0.5) !important;
}

.\!text-red-200\/60 {
  color: rgb(254 202 202 / 0.6) !important;
}

.\!text-red-200\/70 {
  color: rgb(254 202 202 / 0.7) !important;
}

.\!text-red-200\/75 {
  color: rgb(254 202 202 / 0.75) !important;
}

.\!text-red-200\/80 {
  color: rgb(254 202 202 / 0.8) !important;
}

.\!text-red-200\/90 {
  color: rgb(254 202 202 / 0.9) !important;
}

.\!text-red-200\/95 {
  color: rgb(254 202 202 / 0.95) !important;
}

.\!text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity)) !important;
}

.\!text-red-300\/0 {
  color: rgb(252 165 165 / 0) !important;
}

.\!text-red-300\/10 {
  color: rgb(252 165 165 / 0.1) !important;
}

.\!text-red-300\/100 {
  color: rgb(252 165 165 / 1) !important;
}

.\!text-red-300\/20 {
  color: rgb(252 165 165 / 0.2) !important;
}

.\!text-red-300\/25 {
  color: rgb(252 165 165 / 0.25) !important;
}

.\!text-red-300\/30 {
  color: rgb(252 165 165 / 0.3) !important;
}

.\!text-red-300\/40 {
  color: rgb(252 165 165 / 0.4) !important;
}

.\!text-red-300\/5 {
  color: rgb(252 165 165 / 0.05) !important;
}

.\!text-red-300\/50 {
  color: rgb(252 165 165 / 0.5) !important;
}

.\!text-red-300\/60 {
  color: rgb(252 165 165 / 0.6) !important;
}

.\!text-red-300\/70 {
  color: rgb(252 165 165 / 0.7) !important;
}

.\!text-red-300\/75 {
  color: rgb(252 165 165 / 0.75) !important;
}

.\!text-red-300\/80 {
  color: rgb(252 165 165 / 0.8) !important;
}

.\!text-red-300\/90 {
  color: rgb(252 165 165 / 0.9) !important;
}

.\!text-red-300\/95 {
  color: rgb(252 165 165 / 0.95) !important;
}

.\!text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}

.\!text-red-400\/0 {
  color: rgb(248 113 113 / 0) !important;
}

.\!text-red-400\/10 {
  color: rgb(248 113 113 / 0.1) !important;
}

.\!text-red-400\/100 {
  color: rgb(248 113 113 / 1) !important;
}

.\!text-red-400\/20 {
  color: rgb(248 113 113 / 0.2) !important;
}

.\!text-red-400\/25 {
  color: rgb(248 113 113 / 0.25) !important;
}

.\!text-red-400\/30 {
  color: rgb(248 113 113 / 0.3) !important;
}

.\!text-red-400\/40 {
  color: rgb(248 113 113 / 0.4) !important;
}

.\!text-red-400\/5 {
  color: rgb(248 113 113 / 0.05) !important;
}

.\!text-red-400\/50 {
  color: rgb(248 113 113 / 0.5) !important;
}

.\!text-red-400\/60 {
  color: rgb(248 113 113 / 0.6) !important;
}

.\!text-red-400\/70 {
  color: rgb(248 113 113 / 0.7) !important;
}

.\!text-red-400\/75 {
  color: rgb(248 113 113 / 0.75) !important;
}

.\!text-red-400\/80 {
  color: rgb(248 113 113 / 0.8) !important;
}

.\!text-red-400\/90 {
  color: rgb(248 113 113 / 0.9) !important;
}

.\!text-red-400\/95 {
  color: rgb(248 113 113 / 0.95) !important;
}

.\!text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}

.\!text-red-50\/0 {
  color: rgb(254 242 242 / 0) !important;
}

.\!text-red-50\/10 {
  color: rgb(254 242 242 / 0.1) !important;
}

.\!text-red-50\/100 {
  color: rgb(254 242 242 / 1) !important;
}

.\!text-red-50\/20 {
  color: rgb(254 242 242 / 0.2) !important;
}

.\!text-red-50\/25 {
  color: rgb(254 242 242 / 0.25) !important;
}

.\!text-red-50\/30 {
  color: rgb(254 242 242 / 0.3) !important;
}

.\!text-red-50\/40 {
  color: rgb(254 242 242 / 0.4) !important;
}

.\!text-red-50\/5 {
  color: rgb(254 242 242 / 0.05) !important;
}

.\!text-red-50\/50 {
  color: rgb(254 242 242 / 0.5) !important;
}

.\!text-red-50\/60 {
  color: rgb(254 242 242 / 0.6) !important;
}

.\!text-red-50\/70 {
  color: rgb(254 242 242 / 0.7) !important;
}

.\!text-red-50\/75 {
  color: rgb(254 242 242 / 0.75) !important;
}

.\!text-red-50\/80 {
  color: rgb(254 242 242 / 0.8) !important;
}

.\!text-red-50\/90 {
  color: rgb(254 242 242 / 0.9) !important;
}

.\!text-red-50\/95 {
  color: rgb(254 242 242 / 0.95) !important;
}

.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.\!text-red-500\/0 {
  color: rgb(239 68 68 / 0) !important;
}

.\!text-red-500\/10 {
  color: rgb(239 68 68 / 0.1) !important;
}

.\!text-red-500\/100 {
  color: rgb(239 68 68 / 1) !important;
}

.\!text-red-500\/20 {
  color: rgb(239 68 68 / 0.2) !important;
}

.\!text-red-500\/25 {
  color: rgb(239 68 68 / 0.25) !important;
}

.\!text-red-500\/30 {
  color: rgb(239 68 68 / 0.3) !important;
}

.\!text-red-500\/40 {
  color: rgb(239 68 68 / 0.4) !important;
}

.\!text-red-500\/5 {
  color: rgb(239 68 68 / 0.05) !important;
}

.\!text-red-500\/50 {
  color: rgb(239 68 68 / 0.5) !important;
}

.\!text-red-500\/60 {
  color: rgb(239 68 68 / 0.6) !important;
}

.\!text-red-500\/70 {
  color: rgb(239 68 68 / 0.7) !important;
}

.\!text-red-500\/75 {
  color: rgb(239 68 68 / 0.75) !important;
}

.\!text-red-500\/80 {
  color: rgb(239 68 68 / 0.8) !important;
}

.\!text-red-500\/90 {
  color: rgb(239 68 68 / 0.9) !important;
}

.\!text-red-500\/95 {
  color: rgb(239 68 68 / 0.95) !important;
}

.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.\!text-red-600\/0 {
  color: rgb(220 38 38 / 0) !important;
}

.\!text-red-600\/10 {
  color: rgb(220 38 38 / 0.1) !important;
}

.\!text-red-600\/100 {
  color: rgb(220 38 38 / 1) !important;
}

.\!text-red-600\/20 {
  color: rgb(220 38 38 / 0.2) !important;
}

.\!text-red-600\/25 {
  color: rgb(220 38 38 / 0.25) !important;
}

.\!text-red-600\/30 {
  color: rgb(220 38 38 / 0.3) !important;
}

.\!text-red-600\/40 {
  color: rgb(220 38 38 / 0.4) !important;
}

.\!text-red-600\/5 {
  color: rgb(220 38 38 / 0.05) !important;
}

.\!text-red-600\/50 {
  color: rgb(220 38 38 / 0.5) !important;
}

.\!text-red-600\/60 {
  color: rgb(220 38 38 / 0.6) !important;
}

.\!text-red-600\/70 {
  color: rgb(220 38 38 / 0.7) !important;
}

.\!text-red-600\/75 {
  color: rgb(220 38 38 / 0.75) !important;
}

.\!text-red-600\/80 {
  color: rgb(220 38 38 / 0.8) !important;
}

.\!text-red-600\/90 {
  color: rgb(220 38 38 / 0.9) !important;
}

.\!text-red-600\/95 {
  color: rgb(220 38 38 / 0.95) !important;
}

.\!text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.\!text-red-700\/0 {
  color: rgb(185 28 28 / 0) !important;
}

.\!text-red-700\/10 {
  color: rgb(185 28 28 / 0.1) !important;
}

.\!text-red-700\/100 {
  color: rgb(185 28 28 / 1) !important;
}

.\!text-red-700\/20 {
  color: rgb(185 28 28 / 0.2) !important;
}

.\!text-red-700\/25 {
  color: rgb(185 28 28 / 0.25) !important;
}

.\!text-red-700\/30 {
  color: rgb(185 28 28 / 0.3) !important;
}

.\!text-red-700\/40 {
  color: rgb(185 28 28 / 0.4) !important;
}

.\!text-red-700\/5 {
  color: rgb(185 28 28 / 0.05) !important;
}

.\!text-red-700\/50 {
  color: rgb(185 28 28 / 0.5) !important;
}

.\!text-red-700\/60 {
  color: rgb(185 28 28 / 0.6) !important;
}

.\!text-red-700\/70 {
  color: rgb(185 28 28 / 0.7) !important;
}

.\!text-red-700\/75 {
  color: rgb(185 28 28 / 0.75) !important;
}

.\!text-red-700\/80 {
  color: rgb(185 28 28 / 0.8) !important;
}

.\!text-red-700\/90 {
  color: rgb(185 28 28 / 0.9) !important;
}

.\!text-red-700\/95 {
  color: rgb(185 28 28 / 0.95) !important;
}

.\!text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}

.\!text-red-800\/0 {
  color: rgb(153 27 27 / 0) !important;
}

.\!text-red-800\/10 {
  color: rgb(153 27 27 / 0.1) !important;
}

.\!text-red-800\/100 {
  color: rgb(153 27 27 / 1) !important;
}

.\!text-red-800\/20 {
  color: rgb(153 27 27 / 0.2) !important;
}

.\!text-red-800\/25 {
  color: rgb(153 27 27 / 0.25) !important;
}

.\!text-red-800\/30 {
  color: rgb(153 27 27 / 0.3) !important;
}

.\!text-red-800\/40 {
  color: rgb(153 27 27 / 0.4) !important;
}

.\!text-red-800\/5 {
  color: rgb(153 27 27 / 0.05) !important;
}

.\!text-red-800\/50 {
  color: rgb(153 27 27 / 0.5) !important;
}

.\!text-red-800\/60 {
  color: rgb(153 27 27 / 0.6) !important;
}

.\!text-red-800\/70 {
  color: rgb(153 27 27 / 0.7) !important;
}

.\!text-red-800\/75 {
  color: rgb(153 27 27 / 0.75) !important;
}

.\!text-red-800\/80 {
  color: rgb(153 27 27 / 0.8) !important;
}

.\!text-red-800\/90 {
  color: rgb(153 27 27 / 0.9) !important;
}

.\!text-red-800\/95 {
  color: rgb(153 27 27 / 0.95) !important;
}

.\!text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
}

.\!text-red-900\/0 {
  color: rgb(127 29 29 / 0) !important;
}

.\!text-red-900\/10 {
  color: rgb(127 29 29 / 0.1) !important;
}

.\!text-red-900\/100 {
  color: rgb(127 29 29 / 1) !important;
}

.\!text-red-900\/20 {
  color: rgb(127 29 29 / 0.2) !important;
}

.\!text-red-900\/25 {
  color: rgb(127 29 29 / 0.25) !important;
}

.\!text-red-900\/30 {
  color: rgb(127 29 29 / 0.3) !important;
}

.\!text-red-900\/40 {
  color: rgb(127 29 29 / 0.4) !important;
}

.\!text-red-900\/5 {
  color: rgb(127 29 29 / 0.05) !important;
}

.\!text-red-900\/50 {
  color: rgb(127 29 29 / 0.5) !important;
}

.\!text-red-900\/60 {
  color: rgb(127 29 29 / 0.6) !important;
}

.\!text-red-900\/70 {
  color: rgb(127 29 29 / 0.7) !important;
}

.\!text-red-900\/75 {
  color: rgb(127 29 29 / 0.75) !important;
}

.\!text-red-900\/80 {
  color: rgb(127 29 29 / 0.8) !important;
}

.\!text-red-900\/90 {
  color: rgb(127 29 29 / 0.9) !important;
}

.\!text-red-900\/95 {
  color: rgb(127 29 29 / 0.95) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(239 240 239 / var(--tw-text-opacity));
}

.text-gray-100\/0 {
  color: rgb(239 240 239 / 0);
}

.text-gray-100\/10 {
  color: rgb(239 240 239 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(239 240 239 / 1);
}

.text-gray-100\/20 {
  color: rgb(239 240 239 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(239 240 239 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(239 240 239 / 0.3);
}

.text-gray-100\/40 {
  color: rgb(239 240 239 / 0.4);
}

.text-gray-100\/5 {
  color: rgb(239 240 239 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(239 240 239 / 0.5);
}

.text-gray-100\/60 {
  color: rgb(239 240 239 / 0.6);
}

.text-gray-100\/70 {
  color: rgb(239 240 239 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(239 240 239 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(239 240 239 / 0.8);
}

.text-gray-100\/90 {
  color: rgb(239 240 239 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(239 240 239 / 0.95);
}

.text-gray-1000 {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

.text-gray-1000\/0 {
  color: rgb(18 22 25 / 0);
}

.text-gray-1000\/10 {
  color: rgb(18 22 25 / 0.1);
}

.text-gray-1000\/100 {
  color: rgb(18 22 25 / 1);
}

.text-gray-1000\/20 {
  color: rgb(18 22 25 / 0.2);
}

.text-gray-1000\/25 {
  color: rgb(18 22 25 / 0.25);
}

.text-gray-1000\/30 {
  color: rgb(18 22 25 / 0.3);
}

.text-gray-1000\/40 {
  color: rgb(18 22 25 / 0.4);
}

.text-gray-1000\/5 {
  color: rgb(18 22 25 / 0.05);
}

.text-gray-1000\/50 {
  color: rgb(18 22 25 / 0.5);
}

.text-gray-1000\/60 {
  color: rgb(18 22 25 / 0.6);
}

.text-gray-1000\/70 {
  color: rgb(18 22 25 / 0.7);
}

.text-gray-1000\/75 {
  color: rgb(18 22 25 / 0.75);
}

.text-gray-1000\/80 {
  color: rgb(18 22 25 / 0.8);
}

.text-gray-1000\/90 {
  color: rgb(18 22 25 / 0.9);
}

.text-gray-1000\/95 {
  color: rgb(18 22 25 / 0.95);
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(223 225 222 / var(--tw-text-opacity));
}

.text-gray-200\/0 {
  color: rgb(223 225 222 / 0);
}

.text-gray-200\/10 {
  color: rgb(223 225 222 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(223 225 222 / 1);
}

.text-gray-200\/20 {
  color: rgb(223 225 222 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(223 225 222 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(223 225 222 / 0.3);
}

.text-gray-200\/40 {
  color: rgb(223 225 222 / 0.4);
}

.text-gray-200\/5 {
  color: rgb(223 225 222 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(223 225 222 / 0.5);
}

.text-gray-200\/60 {
  color: rgb(223 225 222 / 0.6);
}

.text-gray-200\/70 {
  color: rgb(223 225 222 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(223 225 222 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(223 225 222 / 0.8);
}

.text-gray-200\/90 {
  color: rgb(223 225 222 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(223 225 222 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(206 209 206 / var(--tw-text-opacity));
}

.text-gray-300\/0 {
  color: rgb(206 209 206 / 0);
}

.text-gray-300\/10 {
  color: rgb(206 209 206 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(206 209 206 / 1);
}

.text-gray-300\/20 {
  color: rgb(206 209 206 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(206 209 206 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(206 209 206 / 0.3);
}

.text-gray-300\/40 {
  color: rgb(206 209 206 / 0.4);
}

.text-gray-300\/5 {
  color: rgb(206 209 206 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(206 209 206 / 0.5);
}

.text-gray-300\/60 {
  color: rgb(206 209 206 / 0.6);
}

.text-gray-300\/70 {
  color: rgb(206 209 206 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(206 209 206 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(206 209 206 / 0.8);
}

.text-gray-300\/90 {
  color: rgb(206 209 206 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(206 209 206 / 0.95);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(190 194 189 / var(--tw-text-opacity));
}

.text-gray-400\/0 {
  color: rgb(190 194 189 / 0);
}

.text-gray-400\/10 {
  color: rgb(190 194 189 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(190 194 189 / 1);
}

.text-gray-400\/20 {
  color: rgb(190 194 189 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(190 194 189 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(190 194 189 / 0.3);
}

.text-gray-400\/40 {
  color: rgb(190 194 189 / 0.4);
}

.text-gray-400\/5 {
  color: rgb(190 194 189 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(190 194 189 / 0.5);
}

.text-gray-400\/60 {
  color: rgb(190 194 189 / 0.6);
}

.text-gray-400\/70 {
  color: rgb(190 194 189 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(190 194 189 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(190 194 189 / 0.8);
}

.text-gray-400\/90 {
  color: rgb(190 194 189 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(190 194 189 / 0.95);
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}

.text-gray-50\/0 {
  color: rgb(247 247 247 / 0);
}

.text-gray-50\/10 {
  color: rgb(247 247 247 / 0.1);
}

.text-gray-50\/100 {
  color: rgb(247 247 247 / 1);
}

.text-gray-50\/20 {
  color: rgb(247 247 247 / 0.2);
}

.text-gray-50\/25 {
  color: rgb(247 247 247 / 0.25);
}

.text-gray-50\/30 {
  color: rgb(247 247 247 / 0.3);
}

.text-gray-50\/40 {
  color: rgb(247 247 247 / 0.4);
}

.text-gray-50\/5 {
  color: rgb(247 247 247 / 0.05);
}

.text-gray-50\/50 {
  color: rgb(247 247 247 / 0.5);
}

.text-gray-50\/60 {
  color: rgb(247 247 247 / 0.6);
}

.text-gray-50\/70 {
  color: rgb(247 247 247 / 0.7);
}

.text-gray-50\/75 {
  color: rgb(247 247 247 / 0.75);
}

.text-gray-50\/80 {
  color: rgb(247 247 247 / 0.8);
}

.text-gray-50\/90 {
  color: rgb(247 247 247 / 0.9);
}

.text-gray-50\/95 {
  color: rgb(247 247 247 / 0.95);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(174 179 173 / var(--tw-text-opacity));
}

.text-gray-500\/0 {
  color: rgb(174 179 173 / 0);
}

.text-gray-500\/10 {
  color: rgb(174 179 173 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(174 179 173 / 1);
}

.text-gray-500\/20 {
  color: rgb(174 179 173 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(174 179 173 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(174 179 173 / 0.3);
}

.text-gray-500\/40 {
  color: rgb(174 179 173 / 0.4);
}

.text-gray-500\/5 {
  color: rgb(174 179 173 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(174 179 173 / 0.5);
}

.text-gray-500\/60 {
  color: rgb(174 179 173 / 0.6);
}

.text-gray-500\/70 {
  color: rgb(174 179 173 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(174 179 173 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(174 179 173 / 0.8);
}

.text-gray-500\/90 {
  color: rgb(174 179 173 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(174 179 173 / 0.95);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(138 145 136 / var(--tw-text-opacity));
}

.text-gray-600\/0 {
  color: rgb(138 145 136 / 0);
}

.text-gray-600\/10 {
  color: rgb(138 145 136 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(138 145 136 / 1);
}

.text-gray-600\/20 {
  color: rgb(138 145 136 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(138 145 136 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(138 145 136 / 0.3);
}

.text-gray-600\/40 {
  color: rgb(138 145 136 / 0.4);
}

.text-gray-600\/5 {
  color: rgb(138 145 136 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(138 145 136 / 0.5);
}

.text-gray-600\/60 {
  color: rgb(138 145 136 / 0.6);
}

.text-gray-600\/70 {
  color: rgb(138 145 136 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(138 145 136 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(138 145 136 / 0.8);
}

.text-gray-600\/90 {
  color: rgb(138 145 136 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(138 145 136 / 0.95);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(103 110 101 / var(--tw-text-opacity));
}

.text-gray-700\/0 {
  color: rgb(103 110 101 / 0);
}

.text-gray-700\/10 {
  color: rgb(103 110 101 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(103 110 101 / 1);
}

.text-gray-700\/20 {
  color: rgb(103 110 101 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(103 110 101 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(103 110 101 / 0.3);
}

.text-gray-700\/40 {
  color: rgb(103 110 101 / 0.4);
}

.text-gray-700\/5 {
  color: rgb(103 110 101 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(103 110 101 / 0.5);
}

.text-gray-700\/60 {
  color: rgb(103 110 101 / 0.6);
}

.text-gray-700\/70 {
  color: rgb(103 110 101 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(103 110 101 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(103 110 101 / 0.8);
}

.text-gray-700\/90 {
  color: rgb(103 110 101 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(103 110 101 / 0.95);
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(69 73 68 / var(--tw-text-opacity));
}

.text-gray-800\/0 {
  color: rgb(69 73 68 / 0);
}

.text-gray-800\/10 {
  color: rgb(69 73 68 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(69 73 68 / 1);
}

.text-gray-800\/20 {
  color: rgb(69 73 68 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(69 73 68 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(69 73 68 / 0.3);
}

.text-gray-800\/40 {
  color: rgb(69 73 68 / 0.4);
}

.text-gray-800\/5 {
  color: rgb(69 73 68 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(69 73 68 / 0.5);
}

.text-gray-800\/60 {
  color: rgb(69 73 68 / 0.6);
}

.text-gray-800\/70 {
  color: rgb(69 73 68 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(69 73 68 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(69 73 68 / 0.8);
}

.text-gray-800\/90 {
  color: rgb(69 73 68 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(69 73 68 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(34 37 34 / var(--tw-text-opacity));
}

.text-gray-900\/0 {
  color: rgb(34 37 34 / 0);
}

.text-gray-900\/10 {
  color: rgb(34 37 34 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(34 37 34 / 1);
}

.text-gray-900\/20 {
  color: rgb(34 37 34 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(34 37 34 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(34 37 34 / 0.3);
}

.text-gray-900\/40 {
  color: rgb(34 37 34 / 0.4);
}

.text-gray-900\/5 {
  color: rgb(34 37 34 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(34 37 34 / 0.5);
}

.text-gray-900\/60 {
  color: rgb(34 37 34 / 0.6);
}

.text-gray-900\/70 {
  color: rgb(34 37 34 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(34 37 34 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(34 37 34 / 0.8);
}

.text-gray-900\/90 {
  color: rgb(34 37 34 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(34 37 34 / 0.95);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}

.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}

.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}

.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}

.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}

.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}

.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!no-underline {
  text-decoration-line: none !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

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

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

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

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

@media (min-width: 768px){
  :root{
    --gutter: 1.5rem;
  }
}

@media (min-width: 1024px){
  :root{
    --header-height: 5.25rem;
  }
}

/*-----------------------------------
-------------------------------------
Structure & Color
-------------------------------------
-----------------------------------*/

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(18 22 25 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-black,.bg-dark, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-dark, .bg-black,.bg-dark, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-black,.bg-dark, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 191 111 / var(--tw-border-opacity)) !important;
}

/* Add custom container max-widths at Tailwind breakpoints */

.container {
  position: relative;
  z-index: 1;
  max-width: 90rem;
}

/* Simulate Bootstrap rows and columns */

.row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  width: calc(100% + var(--gutter));
  margin-left: calc((var(--gutter) / 2) * -1);
}

.col {
  width: 100%;
  padding-inline: calc(var(--gutter) / 2);
}

/* Expand images inside a <figure> tag and prevent warping */

.match-figure {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Make sure the last element in the div does not have space below it */

.flush-bottom > :last-child {
  margin-bottom: 0px !important;
}

/* Set a default border color */

.border-color {
  border-color: var(--border-color) !important;
}

/* Make text and links on dark backgrounds white */

:where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500, .bg-primary) {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-white, .bg-green-500, .bg-primary) .card{
  border: 1px solid #000;
}

:where(.bg-green-500, .bg-primary) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main :where(.bg-green-500, .bg-primary) :is(h1,h2,h3,h4,h5,h6,ul li)::before {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main .bg-primary h6 {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

:where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 191 111 / var(--tw-border-opacity)) !important;
}

/* Add class for faded text */

.text-muted {
  --tw-text-opacity: 1;
  color: rgb(138 145 136 / var(--tw-text-opacity));
}

#main ul li::marker {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  #main ul li::marker {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

.sticky-top {
  position: sticky;
  top: 0px;
  top: var(--header-height);
}

@media (min-width: 1024px) {
  .vert-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

/*-----------------------------------
-------------------------------------
Interactions
-------------------------------------
-----------------------------------*/

/* Set default link styles */

a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:not(.btn, #primary-menu > li > a, .navbar-brand) {
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

a:not(.btn, #primary-menu > li > a, .navbar-brand):hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

:where(h1,h2,h3,h4,h5,h6) a {
  text-decoration-line: none !important;
}

/* Set button styles */

.btn, button:not(.btn-unstyled), input[type=button], input[type=submit] {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 191 111 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 111 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-family: 'D-DIN Pro', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
  text-decoration-line: none !important;
}

:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500,.btn),:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500, button:not(.btn-unstyled)),:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500, input[type=button]),:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500, input[type=submit]) {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-white, .bg-green-500,.btn) .card,:where(.bg-light, .bg-white, .bg-green-500, button:not(.btn-unstyled)) .card,:where(.bg-light, .bg-white, .bg-green-500, input[type=button]) .card,:where(.bg-light, .bg-white, .bg-green-500, input[type=submit]) .card{
  border: 1px solid #000;
}

:where(.bg-green-500,.btn) a:not(.btn),:where(.bg-green-500, button:not(.btn-unstyled)) a:not(.btn),:where(.bg-green-500, input[type=button]) a:not(.btn),:where(.bg-green-500, input[type=submit]) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main :where(.bg-green-500,.btn) :is(h1,h2,h3,h4,h5,h6,ul li)::before,#main :where(.bg-green-500, button:not(.btn-unstyled)) :is(h1,h2,h3,h4,h5,h6,ul li)::before,#main :where(.bg-green-500, input[type=button]) :is(h1,h2,h3,h4,h5,h6,ul li)::before,#main :where(.bg-green-500, input[type=submit]) :is(h1,h2,h3,h4,h5,h6,ul li)::before {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main .btn h6,#main  button:not(.btn-unstyled) h6,#main  input[type=button] h6,#main  input[type=submit] h6 {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

.btn:hover, button:not(.btn-unstyled):hover, input[type=button]:hover, input[type=submit]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 87 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(228 87 46 / var(--tw-bg-opacity));
}

:where(.btn-primary, .btn-secondary):not(.btn-sm) {
  min-width: 11rem;
}

.btn-secondary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 87 46 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(228 87 46 / var(--tw-text-opacity));
}

.btn-tertiary {
  border-color: transparent;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

.btn-tertiary:hover {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(228 87 46 / var(--tw-text-opacity));
}

.btn-sm:not(.btn-tertiary) {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.btn-sm:not(.btn-tertiary) :is(p,ul,ol), :where(p,ul,ol).btn-sm:not(.btn-tertiary) {
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  .btn-sm:not(.btn-tertiary) {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
}

span:is(.btn-sm:not(.btn-tertiary),.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

/* Alt Colours */

.btn-primary.btn-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-gray-100, .bg-gray-500,.btn-primary.btn-light, .bg-green-500, .bg-primary) {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.bg-light,.btn-primary.btn-light, .bg-green-500, .bg-primary) .card{
  border: 1px solid #000;
}

.btn-secondary.btn-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-tertiary.btn-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary.btndark {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

:where(.bg-dark,.btn-primary.btndark, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-dark,.btn-primary.btndark, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark,.btn-primary.btndark, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 191 111 / var(--tw-border-opacity)) !important;
}

.btn-secondary.btn-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-tertiary.btn-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* Add a list class that groups buttons */

.btn-list {
  margin-top: 1.5rem;
  margin-bottom: 0px;
  list-style-type: none !important;
  gap: 0.5rem !important;
}

@media (min-width: 768px) {
  .btn-list {
    flex-direction: row !important;
    align-items: center;
    gap: 0.75rem !important;
  }
}

@media (min-width: 1024px) {
  .btn-list {
    margin-top: 3rem;
  }
}

.btn-list .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-list .btn {
    width: auto;
  }
}

.btn-list-sm {
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .btn-list-sm {
    gap: 0.75rem;
  }
}

.single-col-text span.btn {
  margin-top: 1rem;
}

/*-----------------------------------
-------------------------------------
Components
-------------------------------------
-----------------------------------*/

/* Accordion */

/* Alert */

.alert {
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  padding: 1rem;
}

/* Badge */

.badge {
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 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(220 38 38 / var(--tw-text-opacity));
}

.badge :is(p,ul,ol), :where(p,ul,ol).badge {
  margin-bottom: 1rem;
}

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

span:is(.badge,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

/* Card */

.card {
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.card figure {
  margin-bottom: 0px !important;
  aspect-ratio: 3/2;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(18 22 25 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-black,.card figure, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-dark, .bg-black,.card figure, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-black,.card figure, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 191 111 / var(--tw-border-opacity)) !important;
}

:where(.card figure, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.card figure, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.card figure, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 191 111 / var(--tw-border-opacity)) !important;
}

.card a 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 a img {
  transition: 0.3s all ease;
}

.card-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Collapse */

.collapse {
}

/* 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(0 191 111 / var(--tw-bg-opacity));
  padding: 1rem !important;
  text-align: left !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500,:where(.table, .wp-block-table) th) {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.bg-light, .bg-white, .bg-green-500,:where(.table, .wp-block-table) th) .card{
  border: 1px solid #000;
}

:where(.bg-green-500,:where(.table, .wp-block-table) th) a:not(.btn) {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main :where(.bg-green-500,:where(.table, .wp-block-table) th) :is(h1,h2,h3,h4,h5,h6,ul li)::before {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

#main :where(.table, .wp-block-table) th h6 {
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 25 / var(--tw-text-opacity)) !important;
}

: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 239 / var(--tw-bg-opacity));
}

:where(:where(.table, .wp-block-table) tr:nth-of-type(even) td, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500, .bg-primary) {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(:where(.table, .wp-block-table) tr:nth-of-type(even) td, .bg-white, .bg-green-500, .bg-primary) .card{
  border: 1px solid #000;
}

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

:where(.table, .wp-block-table) figcaption :is(p,ul,ol), :where(p,ul,ol):where(.table, .wp-block-table) figcaption {
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  :where(.table, .wp-block-table) figcaption {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
}

span:is(:where(.table, .wp-block-table) figcaption,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

/*-----------------------------------
-------------------------------------
Forms
-------------------------------------
-----------------------------------*/

.gfield_required_text {
  display: none !important;
}

form :where(input:not([type=submit], [type=checkbox], [type=radio]), textarea, select) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(18 22 25 / 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(0 191 111 / var(--tw-border-opacity));
}

/* Search */

.search-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.search-form>label {
  flex-grow: 1;
}

.search-form>label>input {
  width: 100%;
}

/* Gravity Forms */

.gform_required_legend {
  display: none !important;
}

.gform_submission_error {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
}

.gfield.inline .gfield_radio {
  display: flex !important;
  gap: 1.75rem;
}

.gform_body .gfield_select option {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

#gform_3 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 768px) {
  #gform_3 {
    flex-wrap: nowrap;
  }
}

#gform_3 .gform-body {
  flex-grow: 1;
}

#gform_3 .gform_body * {
  height: 100%;
}

#gform_3 .gform_footer {
  margin: 0px !important;
  width: 100%;
  padding: 0px !important;
}

@media (min-width: 768px) {
  #gform_3 .gform_footer {
    width: -moz-fit-content;
    width: fit-content;
  }
}

#gform_3 .gform_footer input {
  margin-bottom: 0px;
  width: 100% !important;
}

@media (min-width: 768px) {
  #gform_3 .gform_footer input {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

/* #gform_1{
	position: relative;
}

#gform_1 .gform_footer{
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}

#gform_1 .gform_footer .gform_button{
    padding: 0 !important;
    height: 2rem;
    width: auto;
    margin: 0 !important;
} */

:where(#colophon) #gform_1 .gform_footer input[type='submit'] {
  --tw-border-opacity: 1;
  border-color: rgb(18 22 25 / var(--tw-border-opacity));
}

/*-----------------------------------
-------------------------------------
Sliders
-------------------------------------
-----------------------------------*/

.slider-controls {
  margin-top: 3rem;
  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(0 191 111 / var(--tw-border-opacity));
  text-align: center;
}

.slider-btn svg * {
  stroke: #00BF6F;
}

.slider-btn-minimal {
  display: inline-block;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  text-align: center;
}

.slider-btn-minimal svg * {
  stroke: #ffffff;
}

.swiper-slide {
  /* @apply !w-[17.5rem] lg:!w-[18.75rem] !h-auto; */
  height: auto !important;
  cursor: grab
}

.marquee .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
  /* Hint for the browser to optimize animations */
}

.swiper-pagination-bullet {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 191 111 / var(--tw-bg-opacity)) !important;
}

/*-----------------------------------
-------------------------------------
Header
-------------------------------------
-----------------------------------*/

#masthead, .navbar-brand svg{
  transition: all ease 0.5s;
}

.navbar-brand svg {
  height: 2.5rem;
  width: auto;
}

@media (min-width: 1024px) {
  .navbar-brand svg {
    height: 3rem;
  }
}

#masthead #primary-menu > li > a {
  display: block;
  white-space: nowrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-decoration-line: none !important;
}

#masthead #primary-menu > li > a :is(p,ul,ol), :where(p,ul,ol)#masthead #primary-menu > li > a {
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  #masthead #primary-menu > li > a {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
}

span:is(#masthead #primary-menu > li > a,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

#masthead #primary-menu > li > a,
#masthead #primary-menu > li::after {
  --tw-text-opacity: 1;
  color: rgb(174 179 173 / 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 #primary-menu  > li:hover > a,
#masthead #primary-menu  > li:hover::after {
  --tw-text-opacity: 1 !important;
  color: rgb(228 87 46 / var(--tw-text-opacity)) !important;
}

#masthead #primary-menu li.current_page_item > a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 191 111 / var(--tw-text-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);
}

/* Account for header height in hero sections */

.mt-hh {
  margin-top: var(--header-height);
}

.pt-hh {
  padding-top: var(--header-height);
}

/* Standard Dropdown menus */

.sub-menu {
  position: absolute;
  top: 1.5rem;
  z-index: 9998;
  margin-top: 3rem;
  display: flex;
  display: none;
  width: 15rem;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 239 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:where(.sub-menu, .bg-gray-100, .bg-gray-500, .bg-white, .bg-green-500, .bg-primary) {
  --tw-text-opacity: 1;
  color: rgb(18 22 25 / var(--tw-text-opacity));
}

:where(.sub-menu, .bg-white, .bg-green-500, .bg-primary) .card{
  border: 1px solid #000;
}

.sub-menu a {
  display: block;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.sub-menu a :is(p,ul,ol), :where(p,ul,ol).sub-menu a {
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  .sub-menu a {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
}

span:is(.sub-menu a,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

.sub-menu a:hover {
  color: rgb(0 191 111 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#primary-menu li.open > a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 191 111 / var(--tw-text-opacity)) !important;
}

#primary-menu li.open .sub-menu {
  display: block;
}

#primary-menu > li.menu-item-has-children {
  position: relative;
  padding-right: 1rem;
}

#primary-menu > li.menu-item-has-children::after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  display: inline-block;
  --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;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#primary-menu > li.menu-item-has-children :is(p,ul,ol)::after, :where(p,ul,ol)#primary-menu > li.menu-item-has-children::after {
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px){
  #primary-menu > li.menu-item-has-children::after {
    font-size: 0.875rem !important;
    line-height: 1rem !important;
  }
}

#primary-menu > li.menu-item-has-children::after{
  font-family: 'Font Awesome 6 Pro';
  content: '\f078';
}

/* Mega menu */

/* #masthead.mega-menu-open{
    @apply bg-white;
}

.mega-menu {
    transition: all 0.15s linear 0s;
}

.mega-menu-open .mega-menu {
    transition: none;
}

#primary-menu > li.hoverable{ 
    @apply relative pr-6; 
}

#primary-menu > li.hoverable::after{ 
    @apply inline-block absolute right-5 top-[50%] translate-y-[-50%] text-inherit text-xs; 
    font-family: 'Font Awesome 6 Pro'; 
    content: '\f078'; 
}

.hoverable:hover .mega-menu {
    @apply !opacity-100 !visible !z-[900];
}

.hoverable:hover .mega-menu .text-sm{
    @apply text-gray-600 transition;
}

.hoverable:hover .mega-menu a:hover .text-sm{
    @apply text-dark;
}

.mega-menu-open #primary-menu > li > a,
.mega-menu-open #primary-menu > li::after {
    @apply !text-dark;
}

#primary-menu > li.active > a,
#primary-menu > li > a:hover,
.mega-menu-open #primary-menu > li.active > a{
    @apply !text-ocean-500;
}

.toggleable>label:after {
    content: "\25BC";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.toggle-input {
    @apply hidden;
}

.toggle-input:not(checked)~.mega-menu {
    @apply !opacity-0 !invisible !z-[-900];
} */

/* Dark Navbar */

#masthead.navbar-dark:not(.scrolled) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

#masthead.navbar-dark.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(18 22 25 / var(--tw-bg-opacity));
}

:where(.bg-dark, .bg-black,#masthead.navbar-dark.scrolled, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(.bg-dark, .bg-black,#masthead.navbar-dark.scrolled, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark, .bg-black,#masthead.navbar-dark.scrolled, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 191 111 / var(--tw-border-opacity)) !important;
}

:where(#masthead.navbar-dark.scrolled, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(#masthead.navbar-dark.scrolled, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

:where(#masthead.navbar-dark.scrolled, .bg-black, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) form :where(input:not([type=submit]), textarea, select):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 191 111 / var(--tw-border-opacity)) !important;
}

#masthead.navbar-dark:not(.scrolled) #primary-menu > li > a,
#masthead.navbar-dark:not(.scrolled) #primary-menu > li.menu-item-has-children::after,
#masthead.navbar-dark:not(.scrolled) #primary-menu > li.hoverable::after,
#masthead.navbar-dark:not(.scrolled) .socials > li > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*-----------------------------------
-------------------------------------
Footer & Pre-Footer
-------------------------------------
-----------------------------------*/

#colophon .menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#colophon .menu a {
  --tw-text-opacity: 1;
  color: rgb(223 225 222 / var(--tw-text-opacity));
}

#colophon .menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

.socials {
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 0px !important;
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0;
}

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

span:is(.text-sm,.socials,.text-lg,.text-xl) {
  display: inline-block;
}

/*-----------------------------------
-------------------------------------
Blocks
-------------------------------------
-----------------------------------*/

/* Content Grid (Dynamic) 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) * 1));
  }

  .acc-item:nth-of-type(2n+3) {
    clear: left;
  }

  .acc-item__expander {
    width: calc(200% + (var(--gutter) * 1));
  }
}

@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) * 1));
  }

  .acc-item:nth-of-type(3n+3) .acc-item__expander {
    margin-left: calc(-200% - (var(--gutter) * 2));
  }

  .acc-item:nth-of-type(3n+4) {
    clear: left;
  }

  .acc-item__expander {
    width: calc(300% + (var(--gutter) * 2));
  }
}

@media screen and (min-width: 1280px) {
  .acc-item:nth-of-type(4n+2) .acc-item__expander {
    margin-left: calc(-100% - (var(--gutter) * 1));
  }

  .acc-item:nth-of-type(4n+3) .acc-item__expander {
    margin-left: calc(-200% - (var(--gutter) * 2));
  }

  .acc-item:nth-of-type(4n+4) .acc-item__expander {
    margin-left: calc(-300% - (var(--gutter) * 3));
  }

  .acc-item:nth-of-type(4n+5) {
    clear: left;
  }

  .acc-item__expander {
    width: calc(400% + (var(--gutter) * 3));
  }
}

/* Core/embed */

.wp-block-embed blockquote {
  border-width: 0px !important;
}

.wp-block-embed blockquote.tiktok-embed > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.wp-block-embed iframe {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/*-----------------------------------
-------------------------------------
Other
-------------------------------------
-----------------------------------*/

/* Breadcrumb Menu */

.breadcrumbs {
  margin-bottom: 0.5rem !important;
  display: flex;
  list-style-type: none;
  flex-direction: row !important;
  flex-wrap: wrap;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

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

.breadcrumbs li:not(:last-of-type)::after{
  font-family: 'Font Awesome 6 Pro';
  content: '\f054';
  font-weight: 400;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  opacity: 0.5;
}

.breadcrumbs li:not(:last-of-type) :is(p,ul,ol)::after, :where(p,ul,ol).breadcrumbs li:not(:last-of-type)::after {
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  .breadcrumbs li:not(:last-of-type)::after {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
}

span:is(.breadcrumbs li:not(:last-of-type),.text-md,.text-lg,.text-xl)::after {
  display: inline-block;
}

.checklist li {
  display: flex;
  gap: 0.75rem;
}

.checklist li::before{
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}

.page-content > *, .entry-content > * {
  max-width: none;
}

#project-type-filter li a {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(138 145 136 / var(--tw-text-opacity)) !important;
  text-decoration-line: none;
}

#project-type-filter li a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 191 111 / var(--tw-text-opacity)) !important;
}

#project-type-filter li a:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(0 191 111 / var(--tw-text-opacity)) !important;
}

.group:hover #project-type-filter li a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 191 111 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
  #project-type-filter li a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#project-type-filter li.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 191 111 / var(--tw-border-opacity));
}

#project-type-filter li.active a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 191 111 / var(--tw-text-opacity)) !important;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 191 111 / var(--tw-border-opacity));
}

.hover\:\!bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 191 111 / var(--tw-bg-opacity)) !important;
}

.hover\:\!text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 191 111 / var(--tw-text-opacity)) !important;
}

.hover\:hover\:text-blue-600:hover:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(190 194 189 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(103 110 101 / var(--tw-text-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 191 111 / var(--tw-border-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(190 194 189 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #ffffff;
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(174 179 173 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 191 111 / var(--tw-text-opacity));
}

.hs-accordion.active.hs-accordion-active\:block {
  display: block;
}

.hs-accordion.active.hs-accordion-active\:hidden {
  display: none;
}

.hs-accordion.active > .hs-accordion-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\:block {
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden {
  display: none;
}

.hs-collapse.open .hs-collapse-open\:block {
  display: block;
}

.hs-collapse.open .hs-collapse-open\:hidden {
  display: none;
}

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

.hs-collapse.open.hs-collapse-open\:block {
  display: block;
}

.hs-collapse.open.hs-collapse-open\:hidden {
  display: none;
}

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

.hs-collapse-toggle.open .hs-collapse-open\:block {
  display: block;
}

.hs-collapse-toggle.open .hs-collapse-open\:hidden {
  display: none;
}

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

.hs-collapse-toggle.open.hs-collapse-open\:block {
  display: block;
}

.hs-collapse-toggle.open.hs-collapse-open\:hidden {
  display: none;
}

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

[data-hs-tab].active.hs-tab-active\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[data-hs-tab].active.hs-tab-active\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(103 110 101 / var(--tw-text-opacity));
}

[data-hs-tab].active.hs-tab-active\:opacity-50 {
  opacity: 0.5;
}

[data-hs-tab].active .hs-tab-active\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[data-hs-tab].active .hs-tab-active\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(103 110 101 / var(--tw-text-opacity));
}

[data-hs-tab].active .hs-tab-active\:opacity-50 {
  opacity: 0.5;
}

.open.hs-overlay-open\:mt-7 {
  margin-top: 3rem;
}

.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: 3rem;
}

.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(103 110 101 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 73 68 / 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(190 194 189 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(174 179 173 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-neutral-400) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

:is(.dark .dark\: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(190 194 189 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:ring-gray-700:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 110 101 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-offset-gray-800:focus) {
  --tw-ring-offset-color: #454944;
}

:is(.dark [data-hs-tab].active.dark\:hs-tab-active\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 73 68 / var(--tw-bg-opacity));
}

[data-hs-tab].active:is(.dark .hs-tab-active\:dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 73 68 / var(--tw-bg-opacity));
}

[data-hs-tab].active:is(.dark .hs-tab-active\:dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(190 194 189 / var(--tw-text-opacity));
}

:is(.dark [data-hs-tab].active .dark\:hs-tab-active\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 73 68 / var(--tw-bg-opacity));
}

[data-hs-tab].active :is(.dark .hs-tab-active\:dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 73 68 / var(--tw-bg-opacity));
}

[data-hs-tab].active :is(.dark .hs-tab-active\:dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(190 194 189 / var(--tw-text-opacity));
}

@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: 35rem;
  }
}

@media (min-width: 768px) {
  .md\:top-0 {
    top: 0px;
  }

  .md\:mb-8 {
    margin-bottom: 4rem;
  }

  .md\:mt-9 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

  .md\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 3rem;
  }

  .md\:gap-9 {
    gap: 6rem;
  }

  .md\:p-7 {
    padding: 3rem;
  }

  .md\:py-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 8rem;
  }

  .md\:pb-6 {
    padding-bottom: 2rem;
  }

  .md\:pb-7 {
    padding-bottom: 3rem;
  }

  .md\:pb-8 {
    padding-bottom: 4rem;
  }

  .md\:pb-9 {
    padding-bottom: 6rem;
  }

  .md\:pr-5 {
    padding-right: 1.5rem;
  }

  .md\:pt-10 {
    padding-top: 8rem;
  }

  .md\:pt-6 {
    padding-top: 2rem;
  }

  .md\:pt-7 {
    padding-top: 3rem;
  }

  .md\:pt-8 {
    padding-top: 4rem;
  }

  .md\:pt-9 {
    padding-top: 6rem;
  }

  .md\:text-md {
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-7 {
    bottom: 3rem;
  }

  .lg\:right-9 {
    right: 6rem;
  }

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

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

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

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

  .lg\:mb-6 {
    margin-bottom: 2rem;
  }

  .lg\:mb-7 {
    margin-bottom: 3rem;
  }

  .lg\:mb-8 {
    margin-bottom: 4rem;
  }

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

  .lg\:mt-10 {
    margin-top: 8rem;
  }

  .lg\:mt-7 {
    margin-top: 3rem;
  }

  .lg\:mt-8 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

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

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

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

  .lg\:\!w-1\/4 {
    width: 25% !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-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:\!w-5\/12 {
    width: 41.666667% !important;
  }

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

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

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

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

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

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

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

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

  .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-9\/12 {
    width: 75%;
  }

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

  .lg\:max-w-sm {
    max-width: 25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!gap-5 {
    gap: 1.5rem !important;
  }

  .lg\:gap-11 {
    gap: 12rem;
  }

  .lg\:gap-7 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 4rem;
  }

  .lg\:\!gap-y-6 {
    row-gap: 2rem !important;
  }

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

  .lg\:p-6 {
    padding: 2rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-10 {
    padding-bottom: 8rem;
  }

  .lg\:pb-11 {
    padding-bottom: 12rem;
  }

  .lg\:pb-7 {
    padding-bottom: 3rem;
  }

  .lg\:pb-8 {
    padding-bottom: 4rem;
  }

  .lg\:pb-9 {
    padding-bottom: 6rem;
  }

  .lg\:pr-5 {
    padding-right: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 2rem;
  }

  .lg\:pr-7 {
    padding-right: 3rem;
  }

  .lg\:pr-8 {
    padding-right: 4rem;
  }

  .lg\:pt-10 {
    padding-top: 8rem;
  }

  .lg\:pt-11 {
    padding-top: 12rem;
  }

  .lg\:pt-12 {
    padding-top: 16rem;
  }

  .lg\:pt-7 {
    padding-top: 3rem;
  }

  .lg\:pt-8 {
    padding-top: 4rem;
  }

  .lg\:pt-9 {
    padding-top: 6rem;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:\!text-5xl {
    font-size: 4rem !important;
    line-height: 4rem !important;
    letter-spacing: -0.02em !important;
  }

  .lg\:text-\[8rem\] {
    font-size: 8rem;
  }
}

@media (min-width: 1280px) {
  .xl\:w-1\/4 {
    width: 25%;
  }
}

.\[\&_select\]\:w-\[14\.5rem\] select {
  width: 14.5rem;
}

.\[\&_select\]\:text-base select {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.\[\&_span\]\:text-sm span {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .lg\:\[\&_span\]\:text-base span {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
