/*!
Theme Name: The West Harbour Custom Theme - New Brand
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.
 */

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

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

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

  src:  url('fonts/Selecta-365.woff2') format('woff2'),
        url('fonts/Selecta-365.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

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

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

  font-weight: 400;

  font-style: italic;
}

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

  src:  url('fonts/Selecta-425.woff2') format('woff2'),
        url('fonts/Selecta-425.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

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

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

  font-weight: 500;

  font-style: italic;
}

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

  src:  url('fonts/Selecta-545.woff2') format('woff2'),
        url('fonts/Selecta-545.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

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

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

  font-weight: 700;

  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: #D6D6D3;
  /* 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: Selecta, 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: #8B8B88;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #8B8B88;
  /* 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: #000000;
  --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: #f5f5f5;
  --color-gray-100: #EAEAE9;
  --color-gray-200: #D6D6D3;
  --color-gray-300: #AEAEA9;
  --color-gray-400: #8B8B88;
  --color-gray-500: #6F6F6E;
  --color-gray-600: #424143;
  --color-gray-700: #313033;
  --color-gray-800: #222125;
  --color-gray-900: #0F0D13;
  --color-gray-950: #030712;
  --color-gray-1000: #000000;
  --color-gray: #6F6F6E;
  --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: #9AA5B1;
  --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: #F88D8B;
  --color-red-400: #f87171;
  --color-red-500: #FF0035;
  --color-red-600: #dc2626;
  --color-red-700: #b91c1c;
  --color-red-800: #881522;
  --color-red-900: #7f1d1d;
  --color-red-950: #450a0a;
  --color-red: #FF0035;
  --color-orange-50: #fff7ed;
  --color-orange-100: #ffedd5;
  --color-orange-200: #FCB384;
  --color-orange-300: #fdba74;
  --color-orange-400: #F27C17;
  --color-orange-500: #f97316;
  --color-orange-600: #ea580c;
  --color-orange-700: #c2410c;
  --color-orange-800: #9a3412;
  --color-orange-900: #7c2d12;
  --color-orange-950: #431407;
  --color-orange: #F27C17;
  --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: #F5C400;
  --color-yellow-300: #fde047;
  --color-yellow-400: #facc15;
  --color-yellow-500: #AF8700;
  --color-yellow-600: #ca8a04;
  --color-yellow-700: #a16207;
  --color-yellow-800: #854d0e;
  --color-yellow-900: #713f12;
  --color-yellow-950: #422006;
  --color-yellow: #F5C400;
  --color-lime-50: #f7fee7;
  --color-lime-100: #CDEE8F;
  --color-lime-200: #d9f99d;
  --color-lime-300: #9EC831;
  --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-lime: #9EC831;
  --color-green-50: #f0fdf4;
  --color-green-100: #dcfce7;
  --color-green-200: #bbf7d0;
  --color-green-300: #86efac;
  --color-green-400: #4ade80;
  --color-green-500: #00B04B;
  --color-green-600: #16a34a;
  --color-green-700: #15803d;
  --color-green-800: #11572D;
  --color-green-900: #14532d;
  --color-green-950: #052e16;
  --color-green: #00B04B;
  --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: #3BD1C2;
  --color-teal-600: #0d9488;
  --color-teal-700: #0f766e;
  --color-teal-800: #115e59;
  --color-teal-900: #134e4a;
  --color-teal-950: #042f2e;
  --color-teal: #3BD1C2;
  --color-cyan-50: #ecfeff;
  --color-cyan-100: #cffafe;
  --color-cyan-200: #a5f3fc;
  --color-cyan-300: #67e8f9;
  --color-cyan-400: #22d3ee;
  --color-cyan-500: #34CBF1;
  --color-cyan-600: #0891b2;
  --color-cyan-700: #0e7490;
  --color-cyan-800: #155e75;
  --color-cyan-900: #164e63;
  --color-cyan-950: #083344;
  --color-cyan: #34CBF1;
  --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: #ECF5FF;
  --color-blue-100: #C8E0FE;
  --color-blue-200: #A4CCFB;
  --color-blue-300: #80B8F9;
  --color-blue-400: #59A3F6;
  --color-blue-500: #008CFF;
  --color-blue-600: #1877D2;
  --color-blue-700: #085FAE;
  --color-blue-800: #0F4983;
  --color-blue-900: #033361;
  --color-blue-950: #011F3F;
  --color-blue: #008CFF;
  --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: #AD59FB;
  --color-violet-600: #7c3aed;
  --color-violet-700: #6d28d9;
  --color-violet-800: #62179B;
  --color-violet-900: #4c1d95;
  --color-violet-950: #2e1065;
  --color-violet: #AD59FB;
  --color-purple-50: #faf5ff;
  --color-purple-100: #f3e8ff;
  --color-purple-200: #e9d5ff;
  --color-purple-300: #d8b4fe;
  --color-purple-400: #c084fc;
  --color-purple-500: #DC32D5;
  --color-purple-600: #9333ea;
  --color-purple-700: #7e22ce;
  --color-purple-800: #6b21a8;
  --color-purple-900: #581c87;
  --color-purple-950: #3b0764;
  --color-purple: #DC32D5;
  --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: #FA84B4;
  --color-pink-400: #f472b6;
  --color-pink-500: #FF0095;
  --color-pink-600: #db2777;
  --color-pink-700: #be185d;
  --color-pink-800: #9d174d;
  --color-pink-900: #831843;
  --color-pink-950: #500724;
  --color-pink: #FF0095;
  --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: #f5f5f5;
  --color-dark: #0F0D13;
  --color-primary: #008CFF;
  --color-neutral-125: #F1F4F8;
  --color-neutral-250: #E3E6EB;
  --color-neutral-375: #C5CBD3;
  --color-neutral-625: #707A87;
  --color-neutral-750: #464F5B;
  --color-neutral-875: #1F2933;
  --color-secondary: #3A17B8;
  --color-legacy: #1A96D3;
  --color-royal-500: #777AFB;
  --color-royal-800: #3A17B8;
  --color-royal: #777AFB;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 140 255 / 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: Selecta, Helvetica, Arial, sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(49 48 51 / var(--tw-text-opacity)) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
}

::selection, ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
}

/* 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(15 13 19 / var(--tw-text-opacity)) !important;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(15 13 19 / var(--tw-text-opacity));
}

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

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

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

.display {
  font-size: 3.35rem;
  line-height: 3.5rem;
  letter-spacing: -0.025em;
}

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

h1:not(.large, .display, .h2, .h3, .h4, .h5, .h6), .h1:not(.large, .display, .h2, .h3, .h4, .h5, .h6) {
  font-size: 2.75rem;
  line-height: 3rem;
  letter-spacing: -0.02em;
}

@media (min-width: 1024px){
  h1:not(.large, .display, .h2, .h3, .h4, .h5, .h6), .h1:not(.large, .display, .h2, .h3, .h4, .h5, .h6) {
    font-size: 4.25rem !important;
    line-height: 4.5rem !important;
  }
}

h2, .h2 {
  margin-bottom: 1.5rem;
  font-size: 2.3rem;
  line-height: 2.75rem;
  letter-spacing: -0.015em;
}

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

h3, .h3, .has-x-large-font-size {
  font-size: 1.9rem;
  line-height: 2.25rem;
  letter-spacing: -0.015em;
}

@media (min-width: 1024px){
  h3, .h3, .has-x-large-font-size {
    font-size: 2.5rem !important;
    line-height: 3rem !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.575rem;
  line-height: 2rem;
  letter-spacing: 0;
}

@media (min-width: 1024px){
  h4, .h4, .has-large-font-size {
    font-size: 1.9rem !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.3125rem;
  line-height: 1.75rem;
  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: 0px !important;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 600;
}

.has-small-font-size {
  font-size: 1rem;
  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;
}

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

.hoverable:hover .mega-menu .has-small-font-size {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / 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;
}

/* 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-md {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

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

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

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

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

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

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

#main ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

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

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

label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 13 19 / var(--tw-text-opacity));
}

sup, sub {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

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

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

.hoverable:hover .mega-menu sup,.hoverable:hover .mega-menu  sub {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / 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;
}

sup {
  top: -0.75em;
}

:where(h1,h2) sup {
  top: -1.5em;
}

/* Prose */

.prose :where(h2, h3):not(:where([class~="not-prose"] *)) {
  margin-top: 3rem !important;
  margin-bottom: 0.75rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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: 600 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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.1875rem;
  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: 2rem;
    padding-left: 2rem;
  }
}

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

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

@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.75rem;
  line-height: 3rem;
  letter-spacing: -0.02em;
  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.25rem !important;
    line-height: 4.5rem !important;
  }
}

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

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

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

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

.entry-content > .alignleft {
  float: left;
  margin-right: 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 !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

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

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

.bottom-\[5\.75rem\] {
  bottom: 5.75rem;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

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

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

.right-0 {
  right: 0px;
}

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

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

.right-\[4\.5rem\] {
  right: 4.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.5rem;
}

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

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

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

.top-\[4\.75rem\] {
  top: 4.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-none {
  float: none;
}

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!mt-0 {
  margin-top: 0px !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-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-2 {
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none;
}

.\!aspect-video {
  aspect-ratio: 16 / 9 !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-\[3\/4\] {
  aspect-ratio: 3/4;
}

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

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

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

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

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

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

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

.\!h-\[2\.5rem\] {
  height: 2.5rem !important;
}

.\!h-\[4\.5rem\] {
  height: 4.5rem !important;
}

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

.\!h-full {
  height: 100% !important;
}

.h-3 {
  height: 0.75rem;
}

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

.h-5 {
  height: 1.5rem;
}

.h-6 {
  height: 2rem;
}

.h-7 {
  height: 3rem;
}

.h-8 {
  height: 4rem;
}

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

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

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

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

.h-\[35\.25rem\] {
  height: 35.25rem;
}

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

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

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

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

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

.h-\[calc\(100vh-4\.75rem\)\] {
  height: calc(100vh - 4.75rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[40\.375rem\] {
  max-height: 40.375rem;
}

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

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

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

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

.min-h-\[17\.5rem\] {
  min-height: 17.5rem;
}

.min-h-\[18\.75rem\] {
  min-height: 18.75rem;
}

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

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

.min-h-\[32\.5rem\] {
  min-height: 32.5rem;
}

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

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

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

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

.min-h-\[66\.67vw\] {
  min-height: 66.67vw;
}

.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-9\/12 {
  width: 75% !important;
}

.\!w-\[10vw\] {
  width: 10vw !important;
}

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

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

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

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

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

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

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

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

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

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

.w-3 {
  width: 0.75rem;
}

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

.w-5 {
  width: 1.5rem;
}

.w-6 {
  width: 2rem;
}

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

.w-7 {
  width: 3rem;
}

.w-8 {
  width: 4rem;
}

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

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

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

.w-\[37\.5rem\] {
  width: 37.5rem;
}

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

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

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

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

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

.\!max-w-\[7\.5rem\] {
  max-width: 7.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-y-full {
  --tw-translate-y: -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-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!justify-start {
  justify-content: flex-start !important;
}

.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-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.5rem;
}

.gap-6 {
  gap: 2rem;
}

.gap-7 {
  gap: 3rem;
}

.gap-8 {
  gap: 4rem;
}

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

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.75rem;
}

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

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

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

.rounded-none {
  border-radius: 0px;
}

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

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

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

.rounded-bl-lg {
  border-bottom-left-radius: 2rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 2rem;
}

.rounded-tr {
  border-top-right-radius: 0.75rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-black\/10 {
  border-color: rgb(0 0 0 / 0.1) !important;
}

.\!border-black\/100 {
  border-color: rgb(0 0 0 / 1) !important;
}

.\!border-black\/20 {
  border-color: rgb(0 0 0 / 0.2) !important;
}

.\!border-black\/25 {
  border-color: rgb(0 0 0 / 0.25) !important;
}

.\!border-black\/30 {
  border-color: rgb(0 0 0 / 0.3) !important;
}

.\!border-black\/40 {
  border-color: rgb(0 0 0 / 0.4) !important;
}

.\!border-black\/5 {
  border-color: rgb(0 0 0 / 0.05) !important;
}

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

.\!border-black\/60 {
  border-color: rgb(0 0 0 / 0.6) !important;
}

.\!border-black\/70 {
  border-color: rgb(0 0 0 / 0.7) !important;
}

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

.\!border-black\/80 {
  border-color: rgb(0 0 0 / 0.8) !important;
}

.\!border-black\/90 {
  border-color: rgb(0 0 0 / 0.9) !important;
}

.\!border-black\/95 {
  border-color: rgb(0 0 0 / 0.95) !important;
}

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

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

.\!border-blue-100\/0 {
  border-color: rgb(200 224 254 / 0) !important;
}

.\!border-blue-100\/10 {
  border-color: rgb(200 224 254 / 0.1) !important;
}

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

.\!border-blue-100\/20 {
  border-color: rgb(200 224 254 / 0.2) !important;
}

.\!border-blue-100\/25 {
  border-color: rgb(200 224 254 / 0.25) !important;
}

.\!border-blue-100\/30 {
  border-color: rgb(200 224 254 / 0.3) !important;
}

.\!border-blue-100\/40 {
  border-color: rgb(200 224 254 / 0.4) !important;
}

.\!border-blue-100\/5 {
  border-color: rgb(200 224 254 / 0.05) !important;
}

.\!border-blue-100\/50 {
  border-color: rgb(200 224 254 / 0.5) !important;
}

.\!border-blue-100\/60 {
  border-color: rgb(200 224 254 / 0.6) !important;
}

.\!border-blue-100\/70 {
  border-color: rgb(200 224 254 / 0.7) !important;
}

.\!border-blue-100\/75 {
  border-color: rgb(200 224 254 / 0.75) !important;
}

.\!border-blue-100\/80 {
  border-color: rgb(200 224 254 / 0.8) !important;
}

.\!border-blue-100\/90 {
  border-color: rgb(200 224 254 / 0.9) !important;
}

.\!border-blue-100\/95 {
  border-color: rgb(200 224 254 / 0.95) !important;
}

.\!border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 204 251 / var(--tw-border-opacity)) !important;
}

.\!border-blue-200\/0 {
  border-color: rgb(164 204 251 / 0) !important;
}

.\!border-blue-200\/10 {
  border-color: rgb(164 204 251 / 0.1) !important;
}

.\!border-blue-200\/100 {
  border-color: rgb(164 204 251 / 1) !important;
}

.\!border-blue-200\/20 {
  border-color: rgb(164 204 251 / 0.2) !important;
}

.\!border-blue-200\/25 {
  border-color: rgb(164 204 251 / 0.25) !important;
}

.\!border-blue-200\/30 {
  border-color: rgb(164 204 251 / 0.3) !important;
}

.\!border-blue-200\/40 {
  border-color: rgb(164 204 251 / 0.4) !important;
}

.\!border-blue-200\/5 {
  border-color: rgb(164 204 251 / 0.05) !important;
}

.\!border-blue-200\/50 {
  border-color: rgb(164 204 251 / 0.5) !important;
}

.\!border-blue-200\/60 {
  border-color: rgb(164 204 251 / 0.6) !important;
}

.\!border-blue-200\/70 {
  border-color: rgb(164 204 251 / 0.7) !important;
}

.\!border-blue-200\/75 {
  border-color: rgb(164 204 251 / 0.75) !important;
}

.\!border-blue-200\/80 {
  border-color: rgb(164 204 251 / 0.8) !important;
}

.\!border-blue-200\/90 {
  border-color: rgb(164 204 251 / 0.9) !important;
}

.\!border-blue-200\/95 {
  border-color: rgb(164 204 251 / 0.95) !important;
}

.\!border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 184 249 / var(--tw-border-opacity)) !important;
}

.\!border-blue-300\/0 {
  border-color: rgb(128 184 249 / 0) !important;
}

.\!border-blue-300\/10 {
  border-color: rgb(128 184 249 / 0.1) !important;
}

.\!border-blue-300\/100 {
  border-color: rgb(128 184 249 / 1) !important;
}

.\!border-blue-300\/20 {
  border-color: rgb(128 184 249 / 0.2) !important;
}

.\!border-blue-300\/25 {
  border-color: rgb(128 184 249 / 0.25) !important;
}

.\!border-blue-300\/30 {
  border-color: rgb(128 184 249 / 0.3) !important;
}

.\!border-blue-300\/40 {
  border-color: rgb(128 184 249 / 0.4) !important;
}

.\!border-blue-300\/5 {
  border-color: rgb(128 184 249 / 0.05) !important;
}

.\!border-blue-300\/50 {
  border-color: rgb(128 184 249 / 0.5) !important;
}

.\!border-blue-300\/60 {
  border-color: rgb(128 184 249 / 0.6) !important;
}

.\!border-blue-300\/70 {
  border-color: rgb(128 184 249 / 0.7) !important;
}

.\!border-blue-300\/75 {
  border-color: rgb(128 184 249 / 0.75) !important;
}

.\!border-blue-300\/80 {
  border-color: rgb(128 184 249 / 0.8) !important;
}

.\!border-blue-300\/90 {
  border-color: rgb(128 184 249 / 0.9) !important;
}

.\!border-blue-300\/95 {
  border-color: rgb(128 184 249 / 0.95) !important;
}

.\!border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(89 163 246 / var(--tw-border-opacity)) !important;
}

.\!border-blue-400\/0 {
  border-color: rgb(89 163 246 / 0) !important;
}

.\!border-blue-400\/10 {
  border-color: rgb(89 163 246 / 0.1) !important;
}

.\!border-blue-400\/100 {
  border-color: rgb(89 163 246 / 1) !important;
}

.\!border-blue-400\/20 {
  border-color: rgb(89 163 246 / 0.2) !important;
}

.\!border-blue-400\/25 {
  border-color: rgb(89 163 246 / 0.25) !important;
}

.\!border-blue-400\/30 {
  border-color: rgb(89 163 246 / 0.3) !important;
}

.\!border-blue-400\/40 {
  border-color: rgb(89 163 246 / 0.4) !important;
}

.\!border-blue-400\/5 {
  border-color: rgb(89 163 246 / 0.05) !important;
}

.\!border-blue-400\/50 {
  border-color: rgb(89 163 246 / 0.5) !important;
}

.\!border-blue-400\/60 {
  border-color: rgb(89 163 246 / 0.6) !important;
}

.\!border-blue-400\/70 {
  border-color: rgb(89 163 246 / 0.7) !important;
}

.\!border-blue-400\/75 {
  border-color: rgb(89 163 246 / 0.75) !important;
}

.\!border-blue-400\/80 {
  border-color: rgb(89 163 246 / 0.8) !important;
}

.\!border-blue-400\/90 {
  border-color: rgb(89 163 246 / 0.9) !important;
}

.\!border-blue-400\/95 {
  border-color: rgb(89 163 246 / 0.95) !important;
}

.\!border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 245 255 / var(--tw-border-opacity)) !important;
}

.\!border-blue-50\/0 {
  border-color: rgb(236 245 255 / 0) !important;
}

.\!border-blue-50\/10 {
  border-color: rgb(236 245 255 / 0.1) !important;
}

.\!border-blue-50\/100 {
  border-color: rgb(236 245 255 / 1) !important;
}

.\!border-blue-50\/20 {
  border-color: rgb(236 245 255 / 0.2) !important;
}

.\!border-blue-50\/25 {
  border-color: rgb(236 245 255 / 0.25) !important;
}

.\!border-blue-50\/30 {
  border-color: rgb(236 245 255 / 0.3) !important;
}

.\!border-blue-50\/40 {
  border-color: rgb(236 245 255 / 0.4) !important;
}

.\!border-blue-50\/5 {
  border-color: rgb(236 245 255 / 0.05) !important;
}

.\!border-blue-50\/50 {
  border-color: rgb(236 245 255 / 0.5) !important;
}

.\!border-blue-50\/60 {
  border-color: rgb(236 245 255 / 0.6) !important;
}

.\!border-blue-50\/70 {
  border-color: rgb(236 245 255 / 0.7) !important;
}

.\!border-blue-50\/75 {
  border-color: rgb(236 245 255 / 0.75) !important;
}

.\!border-blue-50\/80 {
  border-color: rgb(236 245 255 / 0.8) !important;
}

.\!border-blue-50\/90 {
  border-color: rgb(236 245 255 / 0.9) !important;
}

.\!border-blue-50\/95 {
  border-color: rgb(236 245 255 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 119 210 / var(--tw-border-opacity)) !important;
}

.\!border-blue-600\/0 {
  border-color: rgb(24 119 210 / 0) !important;
}

.\!border-blue-600\/10 {
  border-color: rgb(24 119 210 / 0.1) !important;
}

.\!border-blue-600\/100 {
  border-color: rgb(24 119 210 / 1) !important;
}

.\!border-blue-600\/20 {
  border-color: rgb(24 119 210 / 0.2) !important;
}

.\!border-blue-600\/25 {
  border-color: rgb(24 119 210 / 0.25) !important;
}

.\!border-blue-600\/30 {
  border-color: rgb(24 119 210 / 0.3) !important;
}

.\!border-blue-600\/40 {
  border-color: rgb(24 119 210 / 0.4) !important;
}

.\!border-blue-600\/5 {
  border-color: rgb(24 119 210 / 0.05) !important;
}

.\!border-blue-600\/50 {
  border-color: rgb(24 119 210 / 0.5) !important;
}

.\!border-blue-600\/60 {
  border-color: rgb(24 119 210 / 0.6) !important;
}

.\!border-blue-600\/70 {
  border-color: rgb(24 119 210 / 0.7) !important;
}

.\!border-blue-600\/75 {
  border-color: rgb(24 119 210 / 0.75) !important;
}

.\!border-blue-600\/80 {
  border-color: rgb(24 119 210 / 0.8) !important;
}

.\!border-blue-600\/90 {
  border-color: rgb(24 119 210 / 0.9) !important;
}

.\!border-blue-600\/95 {
  border-color: rgb(24 119 210 / 0.95) !important;
}

.\!border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 95 174 / var(--tw-border-opacity)) !important;
}

.\!border-blue-700\/0 {
  border-color: rgb(8 95 174 / 0) !important;
}

.\!border-blue-700\/10 {
  border-color: rgb(8 95 174 / 0.1) !important;
}

.\!border-blue-700\/100 {
  border-color: rgb(8 95 174 / 1) !important;
}

.\!border-blue-700\/20 {
  border-color: rgb(8 95 174 / 0.2) !important;
}

.\!border-blue-700\/25 {
  border-color: rgb(8 95 174 / 0.25) !important;
}

.\!border-blue-700\/30 {
  border-color: rgb(8 95 174 / 0.3) !important;
}

.\!border-blue-700\/40 {
  border-color: rgb(8 95 174 / 0.4) !important;
}

.\!border-blue-700\/5 {
  border-color: rgb(8 95 174 / 0.05) !important;
}

.\!border-blue-700\/50 {
  border-color: rgb(8 95 174 / 0.5) !important;
}

.\!border-blue-700\/60 {
  border-color: rgb(8 95 174 / 0.6) !important;
}

.\!border-blue-700\/70 {
  border-color: rgb(8 95 174 / 0.7) !important;
}

.\!border-blue-700\/75 {
  border-color: rgb(8 95 174 / 0.75) !important;
}

.\!border-blue-700\/80 {
  border-color: rgb(8 95 174 / 0.8) !important;
}

.\!border-blue-700\/90 {
  border-color: rgb(8 95 174 / 0.9) !important;
}

.\!border-blue-700\/95 {
  border-color: rgb(8 95 174 / 0.95) !important;
}

.\!border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 73 131 / var(--tw-border-opacity)) !important;
}

.\!border-blue-800\/0 {
  border-color: rgb(15 73 131 / 0) !important;
}

.\!border-blue-800\/10 {
  border-color: rgb(15 73 131 / 0.1) !important;
}

.\!border-blue-800\/100 {
  border-color: rgb(15 73 131 / 1) !important;
}

.\!border-blue-800\/20 {
  border-color: rgb(15 73 131 / 0.2) !important;
}

.\!border-blue-800\/25 {
  border-color: rgb(15 73 131 / 0.25) !important;
}

.\!border-blue-800\/30 {
  border-color: rgb(15 73 131 / 0.3) !important;
}

.\!border-blue-800\/40 {
  border-color: rgb(15 73 131 / 0.4) !important;
}

.\!border-blue-800\/5 {
  border-color: rgb(15 73 131 / 0.05) !important;
}

.\!border-blue-800\/50 {
  border-color: rgb(15 73 131 / 0.5) !important;
}

.\!border-blue-800\/60 {
  border-color: rgb(15 73 131 / 0.6) !important;
}

.\!border-blue-800\/70 {
  border-color: rgb(15 73 131 / 0.7) !important;
}

.\!border-blue-800\/75 {
  border-color: rgb(15 73 131 / 0.75) !important;
}

.\!border-blue-800\/80 {
  border-color: rgb(15 73 131 / 0.8) !important;
}

.\!border-blue-800\/90 {
  border-color: rgb(15 73 131 / 0.9) !important;
}

.\!border-blue-800\/95 {
  border-color: rgb(15 73 131 / 0.95) !important;
}

.\!border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 51 97 / var(--tw-border-opacity)) !important;
}

.\!border-blue-900\/0 {
  border-color: rgb(3 51 97 / 0) !important;
}

.\!border-blue-900\/10 {
  border-color: rgb(3 51 97 / 0.1) !important;
}

.\!border-blue-900\/100 {
  border-color: rgb(3 51 97 / 1) !important;
}

.\!border-blue-900\/20 {
  border-color: rgb(3 51 97 / 0.2) !important;
}

.\!border-blue-900\/25 {
  border-color: rgb(3 51 97 / 0.25) !important;
}

.\!border-blue-900\/30 {
  border-color: rgb(3 51 97 / 0.3) !important;
}

.\!border-blue-900\/40 {
  border-color: rgb(3 51 97 / 0.4) !important;
}

.\!border-blue-900\/5 {
  border-color: rgb(3 51 97 / 0.05) !important;
}

.\!border-blue-900\/50 {
  border-color: rgb(3 51 97 / 0.5) !important;
}

.\!border-blue-900\/60 {
  border-color: rgb(3 51 97 / 0.6) !important;
}

.\!border-blue-900\/70 {
  border-color: rgb(3 51 97 / 0.7) !important;
}

.\!border-blue-900\/75 {
  border-color: rgb(3 51 97 / 0.75) !important;
}

.\!border-blue-900\/80 {
  border-color: rgb(3 51 97 / 0.8) !important;
}

.\!border-blue-900\/90 {
  border-color: rgb(3 51 97 / 0.9) !important;
}

.\!border-blue-900\/95 {
  border-color: rgb(3 51 97 / 0.95) !important;
}

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

.\!border-blue-950\/0 {
  border-color: rgb(1 31 63 / 0) !important;
}

.\!border-blue-950\/10 {
  border-color: rgb(1 31 63 / 0.1) !important;
}

.\!border-blue-950\/100 {
  border-color: rgb(1 31 63 / 1) !important;
}

.\!border-blue-950\/20 {
  border-color: rgb(1 31 63 / 0.2) !important;
}

.\!border-blue-950\/25 {
  border-color: rgb(1 31 63 / 0.25) !important;
}

.\!border-blue-950\/30 {
  border-color: rgb(1 31 63 / 0.3) !important;
}

.\!border-blue-950\/40 {
  border-color: rgb(1 31 63 / 0.4) !important;
}

.\!border-blue-950\/5 {
  border-color: rgb(1 31 63 / 0.05) !important;
}

.\!border-blue-950\/50 {
  border-color: rgb(1 31 63 / 0.5) !important;
}

.\!border-blue-950\/60 {
  border-color: rgb(1 31 63 / 0.6) !important;
}

.\!border-blue-950\/70 {
  border-color: rgb(1 31 63 / 0.7) !important;
}

.\!border-blue-950\/75 {
  border-color: rgb(1 31 63 / 0.75) !important;
}

.\!border-blue-950\/80 {
  border-color: rgb(1 31 63 / 0.8) !important;
}

.\!border-blue-950\/90 {
  border-color: rgb(1 31 63 / 0.9) !important;
}

.\!border-blue-950\/95 {
  border-color: rgb(1 31 63 / 0.95) !important;
}

.\!border-blue\/0 {
  border-color: rgb(0 140 255 / 0) !important;
}

.\!border-blue\/10 {
  border-color: rgb(0 140 255 / 0.1) !important;
}

.\!border-blue\/100 {
  border-color: rgb(0 140 255 / 1) !important;
}

.\!border-blue\/20 {
  border-color: rgb(0 140 255 / 0.2) !important;
}

.\!border-blue\/25 {
  border-color: rgb(0 140 255 / 0.25) !important;
}

.\!border-blue\/30 {
  border-color: rgb(0 140 255 / 0.3) !important;
}

.\!border-blue\/40 {
  border-color: rgb(0 140 255 / 0.4) !important;
}

.\!border-blue\/5 {
  border-color: rgb(0 140 255 / 0.05) !important;
}

.\!border-blue\/50 {
  border-color: rgb(0 140 255 / 0.5) !important;
}

.\!border-blue\/60 {
  border-color: rgb(0 140 255 / 0.6) !important;
}

.\!border-blue\/70 {
  border-color: rgb(0 140 255 / 0.7) !important;
}

.\!border-blue\/75 {
  border-color: rgb(0 140 255 / 0.75) !important;
}

.\!border-blue\/80 {
  border-color: rgb(0 140 255 / 0.8) !important;
}

.\!border-blue\/90 {
  border-color: rgb(0 140 255 / 0.9) !important;
}

.\!border-blue\/95 {
  border-color: rgb(0 140 255 / 0.95) !important;
}

.\!border-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 13 19 / var(--tw-border-opacity)) !important;
}

.\!border-dark\/0 {
  border-color: rgb(15 13 19 / 0) !important;
}

.\!border-dark\/10 {
  border-color: rgb(15 13 19 / 0.1) !important;
}

.\!border-dark\/100 {
  border-color: rgb(15 13 19 / 1) !important;
}

.\!border-dark\/20 {
  border-color: rgb(15 13 19 / 0.2) !important;
}

.\!border-dark\/25 {
  border-color: rgb(15 13 19 / 0.25) !important;
}

.\!border-dark\/30 {
  border-color: rgb(15 13 19 / 0.3) !important;
}

.\!border-dark\/40 {
  border-color: rgb(15 13 19 / 0.4) !important;
}

.\!border-dark\/5 {
  border-color: rgb(15 13 19 / 0.05) !important;
}

.\!border-dark\/50 {
  border-color: rgb(15 13 19 / 0.5) !important;
}

.\!border-dark\/60 {
  border-color: rgb(15 13 19 / 0.6) !important;
}

.\!border-dark\/70 {
  border-color: rgb(15 13 19 / 0.7) !important;
}

.\!border-dark\/75 {
  border-color: rgb(15 13 19 / 0.75) !important;
}

.\!border-dark\/80 {
  border-color: rgb(15 13 19 / 0.8) !important;
}

.\!border-dark\/90 {
  border-color: rgb(15 13 19 / 0.9) !important;
}

.\!border-dark\/95 {
  border-color: rgb(15 13 19 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-gray-200\/0 {
  border-color: rgb(214 214 211 / 0) !important;
}

.\!border-gray-200\/10 {
  border-color: rgb(214 214 211 / 0.1) !important;
}

.\!border-gray-200\/100 {
  border-color: rgb(214 214 211 / 1) !important;
}

.\!border-gray-200\/20 {
  border-color: rgb(214 214 211 / 0.2) !important;
}

.\!border-gray-200\/25 {
  border-color: rgb(214 214 211 / 0.25) !important;
}

.\!border-gray-200\/30 {
  border-color: rgb(214 214 211 / 0.3) !important;
}

.\!border-gray-200\/40 {
  border-color: rgb(214 214 211 / 0.4) !important;
}

.\!border-gray-200\/5 {
  border-color: rgb(214 214 211 / 0.05) !important;
}

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

.\!border-gray-200\/60 {
  border-color: rgb(214 214 211 / 0.6) !important;
}

.\!border-gray-200\/70 {
  border-color: rgb(214 214 211 / 0.7) !important;
}

.\!border-gray-200\/75 {
  border-color: rgb(214 214 211 / 0.75) !important;
}

.\!border-gray-200\/80 {
  border-color: rgb(214 214 211 / 0.8) !important;
}

.\!border-gray-200\/90 {
  border-color: rgb(214 214 211 / 0.9) !important;
}

.\!border-gray-200\/95 {
  border-color: rgb(214 214 211 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-gray-400\/0 {
  border-color: rgb(139 139 136 / 0) !important;
}

.\!border-gray-400\/10 {
  border-color: rgb(139 139 136 / 0.1) !important;
}

.\!border-gray-400\/100 {
  border-color: rgb(139 139 136 / 1) !important;
}

.\!border-gray-400\/20 {
  border-color: rgb(139 139 136 / 0.2) !important;
}

.\!border-gray-400\/25 {
  border-color: rgb(139 139 136 / 0.25) !important;
}

.\!border-gray-400\/30 {
  border-color: rgb(139 139 136 / 0.3) !important;
}

.\!border-gray-400\/40 {
  border-color: rgb(139 139 136 / 0.4) !important;
}

.\!border-gray-400\/5 {
  border-color: rgb(139 139 136 / 0.05) !important;
}

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

.\!border-gray-400\/60 {
  border-color: rgb(139 139 136 / 0.6) !important;
}

.\!border-gray-400\/70 {
  border-color: rgb(139 139 136 / 0.7) !important;
}

.\!border-gray-400\/75 {
  border-color: rgb(139 139 136 / 0.75) !important;
}

.\!border-gray-400\/80 {
  border-color: rgb(139 139 136 / 0.8) !important;
}

.\!border-gray-400\/90 {
  border-color: rgb(139 139 136 / 0.9) !important;
}

.\!border-gray-400\/95 {
  border-color: rgb(139 139 136 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-gray-500\/0 {
  border-color: rgb(111 111 110 / 0) !important;
}

.\!border-gray-500\/10 {
  border-color: rgb(111 111 110 / 0.1) !important;
}

.\!border-gray-500\/100 {
  border-color: rgb(111 111 110 / 1) !important;
}

.\!border-gray-500\/20 {
  border-color: rgb(111 111 110 / 0.2) !important;
}

.\!border-gray-500\/25 {
  border-color: rgb(111 111 110 / 0.25) !important;
}

.\!border-gray-500\/30 {
  border-color: rgb(111 111 110 / 0.3) !important;
}

.\!border-gray-500\/40 {
  border-color: rgb(111 111 110 / 0.4) !important;
}

.\!border-gray-500\/5 {
  border-color: rgb(111 111 110 / 0.05) !important;
}

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

.\!border-gray-500\/60 {
  border-color: rgb(111 111 110 / 0.6) !important;
}

.\!border-gray-500\/70 {
  border-color: rgb(111 111 110 / 0.7) !important;
}

.\!border-gray-500\/75 {
  border-color: rgb(111 111 110 / 0.75) !important;
}

.\!border-gray-500\/80 {
  border-color: rgb(111 111 110 / 0.8) !important;
}

.\!border-gray-500\/90 {
  border-color: rgb(111 111 110 / 0.9) !important;
}

.\!border-gray-500\/95 {
  border-color: rgb(111 111 110 / 0.95) !important;
}

.\!border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 65 67 / var(--tw-border-opacity)) !important;
}

.\!border-gray-600\/0 {
  border-color: rgb(66 65 67 / 0) !important;
}

.\!border-gray-600\/10 {
  border-color: rgb(66 65 67 / 0.1) !important;
}

.\!border-gray-600\/100 {
  border-color: rgb(66 65 67 / 1) !important;
}

.\!border-gray-600\/20 {
  border-color: rgb(66 65 67 / 0.2) !important;
}

.\!border-gray-600\/25 {
  border-color: rgb(66 65 67 / 0.25) !important;
}

.\!border-gray-600\/30 {
  border-color: rgb(66 65 67 / 0.3) !important;
}

.\!border-gray-600\/40 {
  border-color: rgb(66 65 67 / 0.4) !important;
}

.\!border-gray-600\/5 {
  border-color: rgb(66 65 67 / 0.05) !important;
}

.\!border-gray-600\/50 {
  border-color: rgb(66 65 67 / 0.5) !important;
}

.\!border-gray-600\/60 {
  border-color: rgb(66 65 67 / 0.6) !important;
}

.\!border-gray-600\/70 {
  border-color: rgb(66 65 67 / 0.7) !important;
}

.\!border-gray-600\/75 {
  border-color: rgb(66 65 67 / 0.75) !important;
}

.\!border-gray-600\/80 {
  border-color: rgb(66 65 67 / 0.8) !important;
}

.\!border-gray-600\/90 {
  border-color: rgb(66 65 67 / 0.9) !important;
}

.\!border-gray-600\/95 {
  border-color: rgb(66 65 67 / 0.95) !important;
}

.\!border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 48 51 / var(--tw-border-opacity)) !important;
}

.\!border-gray-700\/0 {
  border-color: rgb(49 48 51 / 0) !important;
}

.\!border-gray-700\/10 {
  border-color: rgb(49 48 51 / 0.1) !important;
}

.\!border-gray-700\/100 {
  border-color: rgb(49 48 51 / 1) !important;
}

.\!border-gray-700\/20 {
  border-color: rgb(49 48 51 / 0.2) !important;
}

.\!border-gray-700\/25 {
  border-color: rgb(49 48 51 / 0.25) !important;
}

.\!border-gray-700\/30 {
  border-color: rgb(49 48 51 / 0.3) !important;
}

.\!border-gray-700\/40 {
  border-color: rgb(49 48 51 / 0.4) !important;
}

.\!border-gray-700\/5 {
  border-color: rgb(49 48 51 / 0.05) !important;
}

.\!border-gray-700\/50 {
  border-color: rgb(49 48 51 / 0.5) !important;
}

.\!border-gray-700\/60 {
  border-color: rgb(49 48 51 / 0.6) !important;
}

.\!border-gray-700\/70 {
  border-color: rgb(49 48 51 / 0.7) !important;
}

.\!border-gray-700\/75 {
  border-color: rgb(49 48 51 / 0.75) !important;
}

.\!border-gray-700\/80 {
  border-color: rgb(49 48 51 / 0.8) !important;
}

.\!border-gray-700\/90 {
  border-color: rgb(49 48 51 / 0.9) !important;
}

.\!border-gray-700\/95 {
  border-color: rgb(49 48 51 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-gray-900\/0 {
  border-color: rgb(15 13 19 / 0) !important;
}

.\!border-gray-900\/10 {
  border-color: rgb(15 13 19 / 0.1) !important;
}

.\!border-gray-900\/100 {
  border-color: rgb(15 13 19 / 1) !important;
}

.\!border-gray-900\/20 {
  border-color: rgb(15 13 19 / 0.2) !important;
}

.\!border-gray-900\/25 {
  border-color: rgb(15 13 19 / 0.25) !important;
}

.\!border-gray-900\/30 {
  border-color: rgb(15 13 19 / 0.3) !important;
}

.\!border-gray-900\/40 {
  border-color: rgb(15 13 19 / 0.4) !important;
}

.\!border-gray-900\/5 {
  border-color: rgb(15 13 19 / 0.05) !important;
}

.\!border-gray-900\/50 {
  border-color: rgb(15 13 19 / 0.5) !important;
}

.\!border-gray-900\/60 {
  border-color: rgb(15 13 19 / 0.6) !important;
}

.\!border-gray-900\/70 {
  border-color: rgb(15 13 19 / 0.7) !important;
}

.\!border-gray-900\/75 {
  border-color: rgb(15 13 19 / 0.75) !important;
}

.\!border-gray-900\/80 {
  border-color: rgb(15 13 19 / 0.8) !important;
}

.\!border-gray-900\/90 {
  border-color: rgb(15 13 19 / 0.9) !important;
}

.\!border-gray-900\/95 {
  border-color: rgb(15 13 19 / 0.95) !important;
}

.\!border-gray-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 7 18 / var(--tw-border-opacity)) !important;
}

.\!border-gray-950\/0 {
  border-color: rgb(3 7 18 / 0) !important;
}

.\!border-gray-950\/10 {
  border-color: rgb(3 7 18 / 0.1) !important;
}

.\!border-gray-950\/100 {
  border-color: rgb(3 7 18 / 1) !important;
}

.\!border-gray-950\/20 {
  border-color: rgb(3 7 18 / 0.2) !important;
}

.\!border-gray-950\/25 {
  border-color: rgb(3 7 18 / 0.25) !important;
}

.\!border-gray-950\/30 {
  border-color: rgb(3 7 18 / 0.3) !important;
}

.\!border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4) !important;
}

.\!border-gray-950\/5 {
  border-color: rgb(3 7 18 / 0.05) !important;
}

.\!border-gray-950\/50 {
  border-color: rgb(3 7 18 / 0.5) !important;
}

.\!border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6) !important;
}

.\!border-gray-950\/70 {
  border-color: rgb(3 7 18 / 0.7) !important;
}

.\!border-gray-950\/75 {
  border-color: rgb(3 7 18 / 0.75) !important;
}

.\!border-gray-950\/80 {
  border-color: rgb(3 7 18 / 0.8) !important;
}

.\!border-gray-950\/90 {
  border-color: rgb(3 7 18 / 0.9) !important;
}

.\!border-gray-950\/95 {
  border-color: rgb(3 7 18 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}

.\!border-legacy {
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 150 211 / var(--tw-border-opacity)) !important;
}

.\!border-legacy\/0 {
  border-color: rgb(26 150 211 / 0) !important;
}

.\!border-legacy\/10 {
  border-color: rgb(26 150 211 / 0.1) !important;
}

.\!border-legacy\/100 {
  border-color: rgb(26 150 211 / 1) !important;
}

.\!border-legacy\/20 {
  border-color: rgb(26 150 211 / 0.2) !important;
}

.\!border-legacy\/25 {
  border-color: rgb(26 150 211 / 0.25) !important;
}

.\!border-legacy\/30 {
  border-color: rgb(26 150 211 / 0.3) !important;
}

.\!border-legacy\/40 {
  border-color: rgb(26 150 211 / 0.4) !important;
}

.\!border-legacy\/5 {
  border-color: rgb(26 150 211 / 0.05) !important;
}

.\!border-legacy\/50 {
  border-color: rgb(26 150 211 / 0.5) !important;
}

.\!border-legacy\/60 {
  border-color: rgb(26 150 211 / 0.6) !important;
}

.\!border-legacy\/70 {
  border-color: rgb(26 150 211 / 0.7) !important;
}

.\!border-legacy\/75 {
  border-color: rgb(26 150 211 / 0.75) !important;
}

.\!border-legacy\/80 {
  border-color: rgb(26 150 211 / 0.8) !important;
}

.\!border-legacy\/90 {
  border-color: rgb(26 150 211 / 0.9) !important;
}

.\!border-legacy\/95 {
  border-color: rgb(26 150 211 / 0.95) !important;
}

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

.\!border-light\/0 {
  border-color: rgb(245 245 245 / 0) !important;
}

.\!border-light\/10 {
  border-color: rgb(245 245 245 / 0.1) !important;
}

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

.\!border-light\/20 {
  border-color: rgb(245 245 245 / 0.2) !important;
}

.\!border-light\/25 {
  border-color: rgb(245 245 245 / 0.25) !important;
}

.\!border-light\/30 {
  border-color: rgb(245 245 245 / 0.3) !important;
}

.\!border-light\/40 {
  border-color: rgb(245 245 245 / 0.4) !important;
}

.\!border-light\/5 {
  border-color: rgb(245 245 245 / 0.05) !important;
}

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

.\!border-light\/60 {
  border-color: rgb(245 245 245 / 0.6) !important;
}

.\!border-light\/70 {
  border-color: rgb(245 245 245 / 0.7) !important;
}

.\!border-light\/75 {
  border-color: rgb(245 245 245 / 0.75) !important;
}

.\!border-light\/80 {
  border-color: rgb(245 245 245 / 0.8) !important;
}

.\!border-light\/90 {
  border-color: rgb(245 245 245 / 0.9) !important;
}

.\!border-light\/95 {
  border-color: rgb(245 245 245 / 0.95) !important;
}

.\!border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(58 23 184 / var(--tw-border-opacity)) !important;
}

.\!border-secondary\/0 {
  border-color: rgb(58 23 184 / 0) !important;
}

.\!border-secondary\/10 {
  border-color: rgb(58 23 184 / 0.1) !important;
}

.\!border-secondary\/100 {
  border-color: rgb(58 23 184 / 1) !important;
}

.\!border-secondary\/20 {
  border-color: rgb(58 23 184 / 0.2) !important;
}

.\!border-secondary\/25 {
  border-color: rgb(58 23 184 / 0.25) !important;
}

.\!border-secondary\/30 {
  border-color: rgb(58 23 184 / 0.3) !important;
}

.\!border-secondary\/40 {
  border-color: rgb(58 23 184 / 0.4) !important;
}

.\!border-secondary\/5 {
  border-color: rgb(58 23 184 / 0.05) !important;
}

.\!border-secondary\/50 {
  border-color: rgb(58 23 184 / 0.5) !important;
}

.\!border-secondary\/60 {
  border-color: rgb(58 23 184 / 0.6) !important;
}

.\!border-secondary\/70 {
  border-color: rgb(58 23 184 / 0.7) !important;
}

.\!border-secondary\/75 {
  border-color: rgb(58 23 184 / 0.75) !important;
}

.\!border-secondary\/80 {
  border-color: rgb(58 23 184 / 0.8) !important;
}

.\!border-secondary\/90 {
  border-color: rgb(58 23 184 / 0.9) !important;
}

.\!border-secondary\/95 {
  border-color: rgb(58 23 184 / 0.95) !important;
}

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

.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.\!border-white\/0 {
  border-color: rgb(255 255 255 / 0) !important;
}

.\!border-white\/10 {
  border-color: rgb(255 255 255 / 0.1) !important;
}

.\!border-white\/100 {
  border-color: rgb(255 255 255 / 1) !important;
}

.\!border-white\/20 {
  border-color: rgb(255 255 255 / 0.2) !important;
}

.\!border-white\/25 {
  border-color: rgb(255 255 255 / 0.25) !important;
}

.\!border-white\/30 {
  border-color: rgb(255 255 255 / 0.3) !important;
}

.\!border-white\/40 {
  border-color: rgb(255 255 255 / 0.4) !important;
}

.\!border-white\/5 {
  border-color: rgb(255 255 255 / 0.05) !important;
}

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

.\!border-white\/60 {
  border-color: rgb(255 255 255 / 0.6) !important;
}

.\!border-white\/70 {
  border-color: rgb(255 255 255 / 0.7) !important;
}

.\!border-white\/75 {
  border-color: rgb(255 255 255 / 0.75) !important;
}

.\!border-white\/80 {
  border-color: rgb(255 255 255 / 0.8) !important;
}

.\!border-white\/90 {
  border-color: rgb(255 255 255 / 0.9) !important;
}

.\!border-white\/95 {
  border-color: rgb(255 255 255 / 0.95) !important;
}

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

.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

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

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(200 224 254 / var(--tw-border-opacity));
}

.border-blue-100\/0 {
  border-color: rgb(200 224 254 / 0);
}

.border-blue-100\/10 {
  border-color: rgb(200 224 254 / 0.1);
}

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

.border-blue-100\/20 {
  border-color: rgb(200 224 254 / 0.2);
}

.border-blue-100\/25 {
  border-color: rgb(200 224 254 / 0.25);
}

.border-blue-100\/30 {
  border-color: rgb(200 224 254 / 0.3);
}

.border-blue-100\/40 {
  border-color: rgb(200 224 254 / 0.4);
}

.border-blue-100\/5 {
  border-color: rgb(200 224 254 / 0.05);
}

.border-blue-100\/50 {
  border-color: rgb(200 224 254 / 0.5);
}

.border-blue-100\/60 {
  border-color: rgb(200 224 254 / 0.6);
}

.border-blue-100\/70 {
  border-color: rgb(200 224 254 / 0.7);
}

.border-blue-100\/75 {
  border-color: rgb(200 224 254 / 0.75);
}

.border-blue-100\/80 {
  border-color: rgb(200 224 254 / 0.8);
}

.border-blue-100\/90 {
  border-color: rgb(200 224 254 / 0.9);
}

.border-blue-100\/95 {
  border-color: rgb(200 224 254 / 0.95);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(164 204 251 / var(--tw-border-opacity));
}

.border-blue-200\/0 {
  border-color: rgb(164 204 251 / 0);
}

.border-blue-200\/10 {
  border-color: rgb(164 204 251 / 0.1);
}

.border-blue-200\/100 {
  border-color: rgb(164 204 251 / 1);
}

.border-blue-200\/20 {
  border-color: rgb(164 204 251 / 0.2);
}

.border-blue-200\/25 {
  border-color: rgb(164 204 251 / 0.25);
}

.border-blue-200\/30 {
  border-color: rgb(164 204 251 / 0.3);
}

.border-blue-200\/40 {
  border-color: rgb(164 204 251 / 0.4);
}

.border-blue-200\/5 {
  border-color: rgb(164 204 251 / 0.05);
}

.border-blue-200\/50 {
  border-color: rgb(164 204 251 / 0.5);
}

.border-blue-200\/60 {
  border-color: rgb(164 204 251 / 0.6);
}

.border-blue-200\/70 {
  border-color: rgb(164 204 251 / 0.7);
}

.border-blue-200\/75 {
  border-color: rgb(164 204 251 / 0.75);
}

.border-blue-200\/80 {
  border-color: rgb(164 204 251 / 0.8);
}

.border-blue-200\/90 {
  border-color: rgb(164 204 251 / 0.9);
}

.border-blue-200\/95 {
  border-color: rgb(164 204 251 / 0.95);
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(128 184 249 / var(--tw-border-opacity));
}

.border-blue-300\/0 {
  border-color: rgb(128 184 249 / 0);
}

.border-blue-300\/10 {
  border-color: rgb(128 184 249 / 0.1);
}

.border-blue-300\/100 {
  border-color: rgb(128 184 249 / 1);
}

.border-blue-300\/20 {
  border-color: rgb(128 184 249 / 0.2);
}

.border-blue-300\/25 {
  border-color: rgb(128 184 249 / 0.25);
}

.border-blue-300\/30 {
  border-color: rgb(128 184 249 / 0.3);
}

.border-blue-300\/40 {
  border-color: rgb(128 184 249 / 0.4);
}

.border-blue-300\/5 {
  border-color: rgb(128 184 249 / 0.05);
}

.border-blue-300\/50 {
  border-color: rgb(128 184 249 / 0.5);
}

.border-blue-300\/60 {
  border-color: rgb(128 184 249 / 0.6);
}

.border-blue-300\/70 {
  border-color: rgb(128 184 249 / 0.7);
}

.border-blue-300\/75 {
  border-color: rgb(128 184 249 / 0.75);
}

.border-blue-300\/80 {
  border-color: rgb(128 184 249 / 0.8);
}

.border-blue-300\/90 {
  border-color: rgb(128 184 249 / 0.9);
}

.border-blue-300\/95 {
  border-color: rgb(128 184 249 / 0.95);
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(89 163 246 / var(--tw-border-opacity));
}

.border-blue-400\/0 {
  border-color: rgb(89 163 246 / 0);
}

.border-blue-400\/10 {
  border-color: rgb(89 163 246 / 0.1);
}

.border-blue-400\/100 {
  border-color: rgb(89 163 246 / 1);
}

.border-blue-400\/20 {
  border-color: rgb(89 163 246 / 0.2);
}

.border-blue-400\/25 {
  border-color: rgb(89 163 246 / 0.25);
}

.border-blue-400\/30 {
  border-color: rgb(89 163 246 / 0.3);
}

.border-blue-400\/40 {
  border-color: rgb(89 163 246 / 0.4);
}

.border-blue-400\/5 {
  border-color: rgb(89 163 246 / 0.05);
}

.border-blue-400\/50 {
  border-color: rgb(89 163 246 / 0.5);
}

.border-blue-400\/60 {
  border-color: rgb(89 163 246 / 0.6);
}

.border-blue-400\/70 {
  border-color: rgb(89 163 246 / 0.7);
}

.border-blue-400\/75 {
  border-color: rgb(89 163 246 / 0.75);
}

.border-blue-400\/80 {
  border-color: rgb(89 163 246 / 0.8);
}

.border-blue-400\/90 {
  border-color: rgb(89 163 246 / 0.9);
}

.border-blue-400\/95 {
  border-color: rgb(89 163 246 / 0.95);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 245 255 / var(--tw-border-opacity));
}

.border-blue-50\/0 {
  border-color: rgb(236 245 255 / 0);
}

.border-blue-50\/10 {
  border-color: rgb(236 245 255 / 0.1);
}

.border-blue-50\/100 {
  border-color: rgb(236 245 255 / 1);
}

.border-blue-50\/20 {
  border-color: rgb(236 245 255 / 0.2);
}

.border-blue-50\/25 {
  border-color: rgb(236 245 255 / 0.25);
}

.border-blue-50\/30 {
  border-color: rgb(236 245 255 / 0.3);
}

.border-blue-50\/40 {
  border-color: rgb(236 245 255 / 0.4);
}

.border-blue-50\/5 {
  border-color: rgb(236 245 255 / 0.05);
}

.border-blue-50\/50 {
  border-color: rgb(236 245 255 / 0.5);
}

.border-blue-50\/60 {
  border-color: rgb(236 245 255 / 0.6);
}

.border-blue-50\/70 {
  border-color: rgb(236 245 255 / 0.7);
}

.border-blue-50\/75 {
  border-color: rgb(236 245 255 / 0.75);
}

.border-blue-50\/80 {
  border-color: rgb(236 245 255 / 0.8);
}

.border-blue-50\/90 {
  border-color: rgb(236 245 255 / 0.9);
}

.border-blue-50\/95 {
  border-color: rgb(236 245 255 / 0.95);
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 255 / var(--tw-border-opacity));
}

.border-blue-500\/0 {
  border-color: rgb(0 140 255 / 0);
}

.border-blue-500\/10 {
  border-color: rgb(0 140 255 / 0.1);
}

.border-blue-500\/100 {
  border-color: rgb(0 140 255 / 1);
}

.border-blue-500\/20 {
  border-color: rgb(0 140 255 / 0.2);
}

.border-blue-500\/25 {
  border-color: rgb(0 140 255 / 0.25);
}

.border-blue-500\/30 {
  border-color: rgb(0 140 255 / 0.3);
}

.border-blue-500\/40 {
  border-color: rgb(0 140 255 / 0.4);
}

.border-blue-500\/5 {
  border-color: rgb(0 140 255 / 0.05);
}

.border-blue-500\/50 {
  border-color: rgb(0 140 255 / 0.5);
}

.border-blue-500\/60 {
  border-color: rgb(0 140 255 / 0.6);
}

.border-blue-500\/70 {
  border-color: rgb(0 140 255 / 0.7);
}

.border-blue-500\/75 {
  border-color: rgb(0 140 255 / 0.75);
}

.border-blue-500\/80 {
  border-color: rgb(0 140 255 / 0.8);
}

.border-blue-500\/90 {
  border-color: rgb(0 140 255 / 0.9);
}

.border-blue-500\/95 {
  border-color: rgb(0 140 255 / 0.95);
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(24 119 210 / var(--tw-border-opacity));
}

.border-blue-600\/0 {
  border-color: rgb(24 119 210 / 0);
}

.border-blue-600\/10 {
  border-color: rgb(24 119 210 / 0.1);
}

.border-blue-600\/100 {
  border-color: rgb(24 119 210 / 1);
}

.border-blue-600\/20 {
  border-color: rgb(24 119 210 / 0.2);
}

.border-blue-600\/25 {
  border-color: rgb(24 119 210 / 0.25);
}

.border-blue-600\/30 {
  border-color: rgb(24 119 210 / 0.3);
}

.border-blue-600\/40 {
  border-color: rgb(24 119 210 / 0.4);
}

.border-blue-600\/5 {
  border-color: rgb(24 119 210 / 0.05);
}

.border-blue-600\/50 {
  border-color: rgb(24 119 210 / 0.5);
}

.border-blue-600\/60 {
  border-color: rgb(24 119 210 / 0.6);
}

.border-blue-600\/70 {
  border-color: rgb(24 119 210 / 0.7);
}

.border-blue-600\/75 {
  border-color: rgb(24 119 210 / 0.75);
}

.border-blue-600\/80 {
  border-color: rgb(24 119 210 / 0.8);
}

.border-blue-600\/90 {
  border-color: rgb(24 119 210 / 0.9);
}

.border-blue-600\/95 {
  border-color: rgb(24 119 210 / 0.95);
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(8 95 174 / var(--tw-border-opacity));
}

.border-blue-700\/0 {
  border-color: rgb(8 95 174 / 0);
}

.border-blue-700\/10 {
  border-color: rgb(8 95 174 / 0.1);
}

.border-blue-700\/100 {
  border-color: rgb(8 95 174 / 1);
}

.border-blue-700\/20 {
  border-color: rgb(8 95 174 / 0.2);
}

.border-blue-700\/25 {
  border-color: rgb(8 95 174 / 0.25);
}

.border-blue-700\/30 {
  border-color: rgb(8 95 174 / 0.3);
}

.border-blue-700\/40 {
  border-color: rgb(8 95 174 / 0.4);
}

.border-blue-700\/5 {
  border-color: rgb(8 95 174 / 0.05);
}

.border-blue-700\/50 {
  border-color: rgb(8 95 174 / 0.5);
}

.border-blue-700\/60 {
  border-color: rgb(8 95 174 / 0.6);
}

.border-blue-700\/70 {
  border-color: rgb(8 95 174 / 0.7);
}

.border-blue-700\/75 {
  border-color: rgb(8 95 174 / 0.75);
}

.border-blue-700\/80 {
  border-color: rgb(8 95 174 / 0.8);
}

.border-blue-700\/90 {
  border-color: rgb(8 95 174 / 0.9);
}

.border-blue-700\/95 {
  border-color: rgb(8 95 174 / 0.95);
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(15 73 131 / var(--tw-border-opacity));
}

.border-blue-800\/0 {
  border-color: rgb(15 73 131 / 0);
}

.border-blue-800\/10 {
  border-color: rgb(15 73 131 / 0.1);
}

.border-blue-800\/100 {
  border-color: rgb(15 73 131 / 1);
}

.border-blue-800\/20 {
  border-color: rgb(15 73 131 / 0.2);
}

.border-blue-800\/25 {
  border-color: rgb(15 73 131 / 0.25);
}

.border-blue-800\/30 {
  border-color: rgb(15 73 131 / 0.3);
}

.border-blue-800\/40 {
  border-color: rgb(15 73 131 / 0.4);
}

.border-blue-800\/5 {
  border-color: rgb(15 73 131 / 0.05);
}

.border-blue-800\/50 {
  border-color: rgb(15 73 131 / 0.5);
}

.border-blue-800\/60 {
  border-color: rgb(15 73 131 / 0.6);
}

.border-blue-800\/70 {
  border-color: rgb(15 73 131 / 0.7);
}

.border-blue-800\/75 {
  border-color: rgb(15 73 131 / 0.75);
}

.border-blue-800\/80 {
  border-color: rgb(15 73 131 / 0.8);
}

.border-blue-800\/90 {
  border-color: rgb(15 73 131 / 0.9);
}

.border-blue-800\/95 {
  border-color: rgb(15 73 131 / 0.95);
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(3 51 97 / var(--tw-border-opacity));
}

.border-blue-900\/0 {
  border-color: rgb(3 51 97 / 0);
}

.border-blue-900\/10 {
  border-color: rgb(3 51 97 / 0.1);
}

.border-blue-900\/100 {
  border-color: rgb(3 51 97 / 1);
}

.border-blue-900\/20 {
  border-color: rgb(3 51 97 / 0.2);
}

.border-blue-900\/25 {
  border-color: rgb(3 51 97 / 0.25);
}

.border-blue-900\/30 {
  border-color: rgb(3 51 97 / 0.3);
}

.border-blue-900\/40 {
  border-color: rgb(3 51 97 / 0.4);
}

.border-blue-900\/5 {
  border-color: rgb(3 51 97 / 0.05);
}

.border-blue-900\/50 {
  border-color: rgb(3 51 97 / 0.5);
}

.border-blue-900\/60 {
  border-color: rgb(3 51 97 / 0.6);
}

.border-blue-900\/70 {
  border-color: rgb(3 51 97 / 0.7);
}

.border-blue-900\/75 {
  border-color: rgb(3 51 97 / 0.75);
}

.border-blue-900\/80 {
  border-color: rgb(3 51 97 / 0.8);
}

.border-blue-900\/90 {
  border-color: rgb(3 51 97 / 0.9);
}

.border-blue-900\/95 {
  border-color: rgb(3 51 97 / 0.95);
}

.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(1 31 63 / var(--tw-border-opacity));
}

.border-blue-950\/0 {
  border-color: rgb(1 31 63 / 0);
}

.border-blue-950\/10 {
  border-color: rgb(1 31 63 / 0.1);
}

.border-blue-950\/100 {
  border-color: rgb(1 31 63 / 1);
}

.border-blue-950\/20 {
  border-color: rgb(1 31 63 / 0.2);
}

.border-blue-950\/25 {
  border-color: rgb(1 31 63 / 0.25);
}

.border-blue-950\/30 {
  border-color: rgb(1 31 63 / 0.3);
}

.border-blue-950\/40 {
  border-color: rgb(1 31 63 / 0.4);
}

.border-blue-950\/5 {
  border-color: rgb(1 31 63 / 0.05);
}

.border-blue-950\/50 {
  border-color: rgb(1 31 63 / 0.5);
}

.border-blue-950\/60 {
  border-color: rgb(1 31 63 / 0.6);
}

.border-blue-950\/70 {
  border-color: rgb(1 31 63 / 0.7);
}

.border-blue-950\/75 {
  border-color: rgb(1 31 63 / 0.75);
}

.border-blue-950\/80 {
  border-color: rgb(1 31 63 / 0.8);
}

.border-blue-950\/90 {
  border-color: rgb(1 31 63 / 0.9);
}

.border-blue-950\/95 {
  border-color: rgb(1 31 63 / 0.95);
}

.border-blue\/0 {
  border-color: rgb(0 140 255 / 0);
}

.border-blue\/10 {
  border-color: rgb(0 140 255 / 0.1);
}

.border-blue\/100 {
  border-color: rgb(0 140 255 / 1);
}

.border-blue\/20 {
  border-color: rgb(0 140 255 / 0.2);
}

.border-blue\/25 {
  border-color: rgb(0 140 255 / 0.25);
}

.border-blue\/30 {
  border-color: rgb(0 140 255 / 0.3);
}

.border-blue\/40 {
  border-color: rgb(0 140 255 / 0.4);
}

.border-blue\/5 {
  border-color: rgb(0 140 255 / 0.05);
}

.border-blue\/50 {
  border-color: rgb(0 140 255 / 0.5);
}

.border-blue\/60 {
  border-color: rgb(0 140 255 / 0.6);
}

.border-blue\/70 {
  border-color: rgb(0 140 255 / 0.7);
}

.border-blue\/75 {
  border-color: rgb(0 140 255 / 0.75);
}

.border-blue\/80 {
  border-color: rgb(0 140 255 / 0.8);
}

.border-blue\/90 {
  border-color: rgb(0 140 255 / 0.9);
}

.border-blue\/95 {
  border-color: rgb(0 140 255 / 0.95);
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(15 13 19 / var(--tw-border-opacity));
}

.border-dark\/0 {
  border-color: rgb(15 13 19 / 0);
}

.border-dark\/10 {
  border-color: rgb(15 13 19 / 0.1);
}

.border-dark\/100 {
  border-color: rgb(15 13 19 / 1);
}

.border-dark\/20 {
  border-color: rgb(15 13 19 / 0.2);
}

.border-dark\/25 {
  border-color: rgb(15 13 19 / 0.25);
}

.border-dark\/30 {
  border-color: rgb(15 13 19 / 0.3);
}

.border-dark\/40 {
  border-color: rgb(15 13 19 / 0.4);
}

.border-dark\/5 {
  border-color: rgb(15 13 19 / 0.05);
}

.border-dark\/50 {
  border-color: rgb(15 13 19 / 0.5);
}

.border-dark\/60 {
  border-color: rgb(15 13 19 / 0.6);
}

.border-dark\/70 {
  border-color: rgb(15 13 19 / 0.7);
}

.border-dark\/75 {
  border-color: rgb(15 13 19 / 0.75);
}

.border-dark\/80 {
  border-color: rgb(15 13 19 / 0.8);
}

.border-dark\/90 {
  border-color: rgb(15 13 19 / 0.9);
}

.border-dark\/95 {
  border-color: rgb(15 13 19 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 211 / var(--tw-border-opacity));
}

.border-gray-200\/0 {
  border-color: rgb(214 214 211 / 0);
}

.border-gray-200\/10 {
  border-color: rgb(214 214 211 / 0.1);
}

.border-gray-200\/100 {
  border-color: rgb(214 214 211 / 1);
}

.border-gray-200\/20 {
  border-color: rgb(214 214 211 / 0.2);
}

.border-gray-200\/25 {
  border-color: rgb(214 214 211 / 0.25);
}

.border-gray-200\/30 {
  border-color: rgb(214 214 211 / 0.3);
}

.border-gray-200\/40 {
  border-color: rgb(214 214 211 / 0.4);
}

.border-gray-200\/5 {
  border-color: rgb(214 214 211 / 0.05);
}

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

.border-gray-200\/60 {
  border-color: rgb(214 214 211 / 0.6);
}

.border-gray-200\/70 {
  border-color: rgb(214 214 211 / 0.7);
}

.border-gray-200\/75 {
  border-color: rgb(214 214 211 / 0.75);
}

.border-gray-200\/80 {
  border-color: rgb(214 214 211 / 0.8);
}

.border-gray-200\/90 {
  border-color: rgb(214 214 211 / 0.9);
}

.border-gray-200\/95 {
  border-color: rgb(214 214 211 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(139 139 136 / var(--tw-border-opacity));
}

.border-gray-400\/0 {
  border-color: rgb(139 139 136 / 0);
}

.border-gray-400\/10 {
  border-color: rgb(139 139 136 / 0.1);
}

.border-gray-400\/100 {
  border-color: rgb(139 139 136 / 1);
}

.border-gray-400\/20 {
  border-color: rgb(139 139 136 / 0.2);
}

.border-gray-400\/25 {
  border-color: rgb(139 139 136 / 0.25);
}

.border-gray-400\/30 {
  border-color: rgb(139 139 136 / 0.3);
}

.border-gray-400\/40 {
  border-color: rgb(139 139 136 / 0.4);
}

.border-gray-400\/5 {
  border-color: rgb(139 139 136 / 0.05);
}

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

.border-gray-400\/60 {
  border-color: rgb(139 139 136 / 0.6);
}

.border-gray-400\/70 {
  border-color: rgb(139 139 136 / 0.7);
}

.border-gray-400\/75 {
  border-color: rgb(139 139 136 / 0.75);
}

.border-gray-400\/80 {
  border-color: rgb(139 139 136 / 0.8);
}

.border-gray-400\/90 {
  border-color: rgb(139 139 136 / 0.9);
}

.border-gray-400\/95 {
  border-color: rgb(139 139 136 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(111 111 110 / var(--tw-border-opacity));
}

.border-gray-500\/0 {
  border-color: rgb(111 111 110 / 0);
}

.border-gray-500\/10 {
  border-color: rgb(111 111 110 / 0.1);
}

.border-gray-500\/100 {
  border-color: rgb(111 111 110 / 1);
}

.border-gray-500\/20 {
  border-color: rgb(111 111 110 / 0.2);
}

.border-gray-500\/25 {
  border-color: rgb(111 111 110 / 0.25);
}

.border-gray-500\/30 {
  border-color: rgb(111 111 110 / 0.3);
}

.border-gray-500\/40 {
  border-color: rgb(111 111 110 / 0.4);
}

.border-gray-500\/5 {
  border-color: rgb(111 111 110 / 0.05);
}

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

.border-gray-500\/60 {
  border-color: rgb(111 111 110 / 0.6);
}

.border-gray-500\/70 {
  border-color: rgb(111 111 110 / 0.7);
}

.border-gray-500\/75 {
  border-color: rgb(111 111 110 / 0.75);
}

.border-gray-500\/80 {
  border-color: rgb(111 111 110 / 0.8);
}

.border-gray-500\/90 {
  border-color: rgb(111 111 110 / 0.9);
}

.border-gray-500\/95 {
  border-color: rgb(111 111 110 / 0.95);
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(66 65 67 / var(--tw-border-opacity));
}

.border-gray-600\/0 {
  border-color: rgb(66 65 67 / 0);
}

.border-gray-600\/10 {
  border-color: rgb(66 65 67 / 0.1);
}

.border-gray-600\/100 {
  border-color: rgb(66 65 67 / 1);
}

.border-gray-600\/20 {
  border-color: rgb(66 65 67 / 0.2);
}

.border-gray-600\/25 {
  border-color: rgb(66 65 67 / 0.25);
}

.border-gray-600\/30 {
  border-color: rgb(66 65 67 / 0.3);
}

.border-gray-600\/40 {
  border-color: rgb(66 65 67 / 0.4);
}

.border-gray-600\/5 {
  border-color: rgb(66 65 67 / 0.05);
}

.border-gray-600\/50 {
  border-color: rgb(66 65 67 / 0.5);
}

.border-gray-600\/60 {
  border-color: rgb(66 65 67 / 0.6);
}

.border-gray-600\/70 {
  border-color: rgb(66 65 67 / 0.7);
}

.border-gray-600\/75 {
  border-color: rgb(66 65 67 / 0.75);
}

.border-gray-600\/80 {
  border-color: rgb(66 65 67 / 0.8);
}

.border-gray-600\/90 {
  border-color: rgb(66 65 67 / 0.9);
}

.border-gray-600\/95 {
  border-color: rgb(66 65 67 / 0.95);
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(49 48 51 / var(--tw-border-opacity));
}

.border-gray-700\/0 {
  border-color: rgb(49 48 51 / 0);
}

.border-gray-700\/10 {
  border-color: rgb(49 48 51 / 0.1);
}

.border-gray-700\/100 {
  border-color: rgb(49 48 51 / 1);
}

.border-gray-700\/20 {
  border-color: rgb(49 48 51 / 0.2);
}

.border-gray-700\/25 {
  border-color: rgb(49 48 51 / 0.25);
}

.border-gray-700\/30 {
  border-color: rgb(49 48 51 / 0.3);
}

.border-gray-700\/40 {
  border-color: rgb(49 48 51 / 0.4);
}

.border-gray-700\/5 {
  border-color: rgb(49 48 51 / 0.05);
}

.border-gray-700\/50 {
  border-color: rgb(49 48 51 / 0.5);
}

.border-gray-700\/60 {
  border-color: rgb(49 48 51 / 0.6);
}

.border-gray-700\/70 {
  border-color: rgb(49 48 51 / 0.7);
}

.border-gray-700\/75 {
  border-color: rgb(49 48 51 / 0.75);
}

.border-gray-700\/80 {
  border-color: rgb(49 48 51 / 0.8);
}

.border-gray-700\/90 {
  border-color: rgb(49 48 51 / 0.9);
}

.border-gray-700\/95 {
  border-color: rgb(49 48 51 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 13 19 / var(--tw-border-opacity));
}

.border-gray-900\/0 {
  border-color: rgb(15 13 19 / 0);
}

.border-gray-900\/10 {
  border-color: rgb(15 13 19 / 0.1);
}

.border-gray-900\/100 {
  border-color: rgb(15 13 19 / 1);
}

.border-gray-900\/20 {
  border-color: rgb(15 13 19 / 0.2);
}

.border-gray-900\/25 {
  border-color: rgb(15 13 19 / 0.25);
}

.border-gray-900\/30 {
  border-color: rgb(15 13 19 / 0.3);
}

.border-gray-900\/40 {
  border-color: rgb(15 13 19 / 0.4);
}

.border-gray-900\/5 {
  border-color: rgb(15 13 19 / 0.05);
}

.border-gray-900\/50 {
  border-color: rgb(15 13 19 / 0.5);
}

.border-gray-900\/60 {
  border-color: rgb(15 13 19 / 0.6);
}

.border-gray-900\/70 {
  border-color: rgb(15 13 19 / 0.7);
}

.border-gray-900\/75 {
  border-color: rgb(15 13 19 / 0.75);
}

.border-gray-900\/80 {
  border-color: rgb(15 13 19 / 0.8);
}

.border-gray-900\/90 {
  border-color: rgb(15 13 19 / 0.9);
}

.border-gray-900\/95 {
  border-color: rgb(15 13 19 / 0.95);
}

.border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-gray-950\/0 {
  border-color: rgb(3 7 18 / 0);
}

.border-gray-950\/10 {
  border-color: rgb(3 7 18 / 0.1);
}

.border-gray-950\/100 {
  border-color: rgb(3 7 18 / 1);
}

.border-gray-950\/20 {
  border-color: rgb(3 7 18 / 0.2);
}

.border-gray-950\/25 {
  border-color: rgb(3 7 18 / 0.25);
}

.border-gray-950\/30 {
  border-color: rgb(3 7 18 / 0.3);
}

.border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4);
}

.border-gray-950\/5 {
  border-color: rgb(3 7 18 / 0.05);
}

.border-gray-950\/50 {
  border-color: rgb(3 7 18 / 0.5);
}

.border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6);
}

.border-gray-950\/70 {
  border-color: rgb(3 7 18 / 0.7);
}

.border-gray-950\/75 {
  border-color: rgb(3 7 18 / 0.75);
}

.border-gray-950\/80 {
  border-color: rgb(3 7 18 / 0.8);
}

.border-gray-950\/90 {
  border-color: rgb(3 7 18 / 0.9);
}

.border-gray-950\/95 {
  border-color: rgb(3 7 18 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-legacy {
  --tw-border-opacity: 1;
  border-color: rgb(26 150 211 / var(--tw-border-opacity));
}

.border-legacy\/0 {
  border-color: rgb(26 150 211 / 0);
}

.border-legacy\/10 {
  border-color: rgb(26 150 211 / 0.1);
}

.border-legacy\/100 {
  border-color: rgb(26 150 211 / 1);
}

.border-legacy\/20 {
  border-color: rgb(26 150 211 / 0.2);
}

.border-legacy\/25 {
  border-color: rgb(26 150 211 / 0.25);
}

.border-legacy\/30 {
  border-color: rgb(26 150 211 / 0.3);
}

.border-legacy\/40 {
  border-color: rgb(26 150 211 / 0.4);
}

.border-legacy\/5 {
  border-color: rgb(26 150 211 / 0.05);
}

.border-legacy\/50 {
  border-color: rgb(26 150 211 / 0.5);
}

.border-legacy\/60 {
  border-color: rgb(26 150 211 / 0.6);
}

.border-legacy\/70 {
  border-color: rgb(26 150 211 / 0.7);
}

.border-legacy\/75 {
  border-color: rgb(26 150 211 / 0.75);
}

.border-legacy\/80 {
  border-color: rgb(26 150 211 / 0.8);
}

.border-legacy\/90 {
  border-color: rgb(26 150 211 / 0.9);
}

.border-legacy\/95 {
  border-color: rgb(26 150 211 / 0.95);
}

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

.border-light\/0 {
  border-color: rgb(245 245 245 / 0);
}

.border-light\/10 {
  border-color: rgb(245 245 245 / 0.1);
}

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

.border-light\/20 {
  border-color: rgb(245 245 245 / 0.2);
}

.border-light\/25 {
  border-color: rgb(245 245 245 / 0.25);
}

.border-light\/30 {
  border-color: rgb(245 245 245 / 0.3);
}

.border-light\/40 {
  border-color: rgb(245 245 245 / 0.4);
}

.border-light\/5 {
  border-color: rgb(245 245 245 / 0.05);
}

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

.border-light\/60 {
  border-color: rgb(245 245 245 / 0.6);
}

.border-light\/70 {
  border-color: rgb(245 245 245 / 0.7);
}

.border-light\/75 {
  border-color: rgb(245 245 245 / 0.75);
}

.border-light\/80 {
  border-color: rgb(245 245 245 / 0.8);
}

.border-light\/90 {
  border-color: rgb(245 245 245 / 0.9);
}

.border-light\/95 {
  border-color: rgb(245 245 245 / 0.95);
}

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

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(58 23 184 / var(--tw-border-opacity));
}

.border-secondary\/0 {
  border-color: rgb(58 23 184 / 0);
}

.border-secondary\/10 {
  border-color: rgb(58 23 184 / 0.1);
}

.border-secondary\/100 {
  border-color: rgb(58 23 184 / 1);
}

.border-secondary\/20 {
  border-color: rgb(58 23 184 / 0.2);
}

.border-secondary\/25 {
  border-color: rgb(58 23 184 / 0.25);
}

.border-secondary\/30 {
  border-color: rgb(58 23 184 / 0.3);
}

.border-secondary\/40 {
  border-color: rgb(58 23 184 / 0.4);
}

.border-secondary\/5 {
  border-color: rgb(58 23 184 / 0.05);
}

.border-secondary\/50 {
  border-color: rgb(58 23 184 / 0.5);
}

.border-secondary\/60 {
  border-color: rgb(58 23 184 / 0.6);
}

.border-secondary\/70 {
  border-color: rgb(58 23 184 / 0.7);
}

.border-secondary\/75 {
  border-color: rgb(58 23 184 / 0.75);
}

.border-secondary\/80 {
  border-color: rgb(58 23 184 / 0.8);
}

.border-secondary\/90 {
  border-color: rgb(58 23 184 / 0.9);
}

.border-secondary\/95 {
  border-color: rgb(58 23 184 / 0.95);
}

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

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

.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

.border-e-transparent {
  border-inline-end-color: transparent;
}

.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.\!bg-black\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}

.\!bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.\!bg-black\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}

.\!bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.\!bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.\!bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.\!bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.\!bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.\!bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.\!bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.\!bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.\!bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.\!bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.\!bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.\!bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}

.\!bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(200 224 254 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-100\/0 {
  background-color: rgb(200 224 254 / 0) !important;
}

.\!bg-blue-100\/10 {
  background-color: rgb(200 224 254 / 0.1) !important;
}

.\!bg-blue-100\/100 {
  background-color: rgb(200 224 254 / 1) !important;
}

.\!bg-blue-100\/20 {
  background-color: rgb(200 224 254 / 0.2) !important;
}

.\!bg-blue-100\/25 {
  background-color: rgb(200 224 254 / 0.25) !important;
}

.\!bg-blue-100\/30 {
  background-color: rgb(200 224 254 / 0.3) !important;
}

.\!bg-blue-100\/40 {
  background-color: rgb(200 224 254 / 0.4) !important;
}

.\!bg-blue-100\/5 {
  background-color: rgb(200 224 254 / 0.05) !important;
}

.\!bg-blue-100\/50 {
  background-color: rgb(200 224 254 / 0.5) !important;
}

.\!bg-blue-100\/60 {
  background-color: rgb(200 224 254 / 0.6) !important;
}

.\!bg-blue-100\/70 {
  background-color: rgb(200 224 254 / 0.7) !important;
}

.\!bg-blue-100\/75 {
  background-color: rgb(200 224 254 / 0.75) !important;
}

.\!bg-blue-100\/80 {
  background-color: rgb(200 224 254 / 0.8) !important;
}

.\!bg-blue-100\/90 {
  background-color: rgb(200 224 254 / 0.9) !important;
}

.\!bg-blue-100\/95 {
  background-color: rgb(200 224 254 / 0.95) !important;
}

.\!bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 204 251 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-200\/0 {
  background-color: rgb(164 204 251 / 0) !important;
}

.\!bg-blue-200\/10 {
  background-color: rgb(164 204 251 / 0.1) !important;
}

.\!bg-blue-200\/100 {
  background-color: rgb(164 204 251 / 1) !important;
}

.\!bg-blue-200\/20 {
  background-color: rgb(164 204 251 / 0.2) !important;
}

.\!bg-blue-200\/25 {
  background-color: rgb(164 204 251 / 0.25) !important;
}

.\!bg-blue-200\/30 {
  background-color: rgb(164 204 251 / 0.3) !important;
}

.\!bg-blue-200\/40 {
  background-color: rgb(164 204 251 / 0.4) !important;
}

.\!bg-blue-200\/5 {
  background-color: rgb(164 204 251 / 0.05) !important;
}

.\!bg-blue-200\/50 {
  background-color: rgb(164 204 251 / 0.5) !important;
}

.\!bg-blue-200\/60 {
  background-color: rgb(164 204 251 / 0.6) !important;
}

.\!bg-blue-200\/70 {
  background-color: rgb(164 204 251 / 0.7) !important;
}

.\!bg-blue-200\/75 {
  background-color: rgb(164 204 251 / 0.75) !important;
}

.\!bg-blue-200\/80 {
  background-color: rgb(164 204 251 / 0.8) !important;
}

.\!bg-blue-200\/90 {
  background-color: rgb(164 204 251 / 0.9) !important;
}

.\!bg-blue-200\/95 {
  background-color: rgb(164 204 251 / 0.95) !important;
}

.\!bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 184 249 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-300\/0 {
  background-color: rgb(128 184 249 / 0) !important;
}

.\!bg-blue-300\/10 {
  background-color: rgb(128 184 249 / 0.1) !important;
}

.\!bg-blue-300\/100 {
  background-color: rgb(128 184 249 / 1) !important;
}

.\!bg-blue-300\/20 {
  background-color: rgb(128 184 249 / 0.2) !important;
}

.\!bg-blue-300\/25 {
  background-color: rgb(128 184 249 / 0.25) !important;
}

.\!bg-blue-300\/30 {
  background-color: rgb(128 184 249 / 0.3) !important;
}

.\!bg-blue-300\/40 {
  background-color: rgb(128 184 249 / 0.4) !important;
}

.\!bg-blue-300\/5 {
  background-color: rgb(128 184 249 / 0.05) !important;
}

.\!bg-blue-300\/50 {
  background-color: rgb(128 184 249 / 0.5) !important;
}

.\!bg-blue-300\/60 {
  background-color: rgb(128 184 249 / 0.6) !important;
}

.\!bg-blue-300\/70 {
  background-color: rgb(128 184 249 / 0.7) !important;
}

.\!bg-blue-300\/75 {
  background-color: rgb(128 184 249 / 0.75) !important;
}

.\!bg-blue-300\/80 {
  background-color: rgb(128 184 249 / 0.8) !important;
}

.\!bg-blue-300\/90 {
  background-color: rgb(128 184 249 / 0.9) !important;
}

.\!bg-blue-300\/95 {
  background-color: rgb(128 184 249 / 0.95) !important;
}

.\!bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 163 246 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-400\/0 {
  background-color: rgb(89 163 246 / 0) !important;
}

.\!bg-blue-400\/10 {
  background-color: rgb(89 163 246 / 0.1) !important;
}

.\!bg-blue-400\/100 {
  background-color: rgb(89 163 246 / 1) !important;
}

.\!bg-blue-400\/20 {
  background-color: rgb(89 163 246 / 0.2) !important;
}

.\!bg-blue-400\/25 {
  background-color: rgb(89 163 246 / 0.25) !important;
}

.\!bg-blue-400\/30 {
  background-color: rgb(89 163 246 / 0.3) !important;
}

.\!bg-blue-400\/40 {
  background-color: rgb(89 163 246 / 0.4) !important;
}

.\!bg-blue-400\/5 {
  background-color: rgb(89 163 246 / 0.05) !important;
}

.\!bg-blue-400\/50 {
  background-color: rgb(89 163 246 / 0.5) !important;
}

.\!bg-blue-400\/60 {
  background-color: rgb(89 163 246 / 0.6) !important;
}

.\!bg-blue-400\/70 {
  background-color: rgb(89 163 246 / 0.7) !important;
}

.\!bg-blue-400\/75 {
  background-color: rgb(89 163 246 / 0.75) !important;
}

.\!bg-blue-400\/80 {
  background-color: rgb(89 163 246 / 0.8) !important;
}

.\!bg-blue-400\/90 {
  background-color: rgb(89 163 246 / 0.9) !important;
}

.\!bg-blue-400\/95 {
  background-color: rgb(89 163 246 / 0.95) !important;
}

.\!bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 245 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-50\/0 {
  background-color: rgb(236 245 255 / 0) !important;
}

.\!bg-blue-50\/10 {
  background-color: rgb(236 245 255 / 0.1) !important;
}

.\!bg-blue-50\/100 {
  background-color: rgb(236 245 255 / 1) !important;
}

.\!bg-blue-50\/20 {
  background-color: rgb(236 245 255 / 0.2) !important;
}

.\!bg-blue-50\/25 {
  background-color: rgb(236 245 255 / 0.25) !important;
}

.\!bg-blue-50\/30 {
  background-color: rgb(236 245 255 / 0.3) !important;
}

.\!bg-blue-50\/40 {
  background-color: rgb(236 245 255 / 0.4) !important;
}

.\!bg-blue-50\/5 {
  background-color: rgb(236 245 255 / 0.05) !important;
}

.\!bg-blue-50\/50 {
  background-color: rgb(236 245 255 / 0.5) !important;
}

.\!bg-blue-50\/60 {
  background-color: rgb(236 245 255 / 0.6) !important;
}

.\!bg-blue-50\/70 {
  background-color: rgb(236 245 255 / 0.7) !important;
}

.\!bg-blue-50\/75 {
  background-color: rgb(236 245 255 / 0.75) !important;
}

.\!bg-blue-50\/80 {
  background-color: rgb(236 245 255 / 0.8) !important;
}

.\!bg-blue-50\/90 {
  background-color: rgb(236 245 255 / 0.9) !important;
}

.\!bg-blue-50\/95 {
  background-color: rgb(236 245 255 / 0.95) !important;
}

.\!bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-500\/0 {
  background-color: rgb(0 140 255 / 0) !important;
}

.\!bg-blue-500\/10 {
  background-color: rgb(0 140 255 / 0.1) !important;
}

.\!bg-blue-500\/100 {
  background-color: rgb(0 140 255 / 1) !important;
}

.\!bg-blue-500\/20 {
  background-color: rgb(0 140 255 / 0.2) !important;
}

.\!bg-blue-500\/25 {
  background-color: rgb(0 140 255 / 0.25) !important;
}

.\!bg-blue-500\/30 {
  background-color: rgb(0 140 255 / 0.3) !important;
}

.\!bg-blue-500\/40 {
  background-color: rgb(0 140 255 / 0.4) !important;
}

.\!bg-blue-500\/5 {
  background-color: rgb(0 140 255 / 0.05) !important;
}

.\!bg-blue-500\/50 {
  background-color: rgb(0 140 255 / 0.5) !important;
}

.\!bg-blue-500\/60 {
  background-color: rgb(0 140 255 / 0.6) !important;
}

.\!bg-blue-500\/70 {
  background-color: rgb(0 140 255 / 0.7) !important;
}

.\!bg-blue-500\/75 {
  background-color: rgb(0 140 255 / 0.75) !important;
}

.\!bg-blue-500\/80 {
  background-color: rgb(0 140 255 / 0.8) !important;
}

.\!bg-blue-500\/90 {
  background-color: rgb(0 140 255 / 0.9) !important;
}

.\!bg-blue-500\/95 {
  background-color: rgb(0 140 255 / 0.95) !important;
}

.\!bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 119 210 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-600\/0 {
  background-color: rgb(24 119 210 / 0) !important;
}

.\!bg-blue-600\/10 {
  background-color: rgb(24 119 210 / 0.1) !important;
}

.\!bg-blue-600\/100 {
  background-color: rgb(24 119 210 / 1) !important;
}

.\!bg-blue-600\/20 {
  background-color: rgb(24 119 210 / 0.2) !important;
}

.\!bg-blue-600\/25 {
  background-color: rgb(24 119 210 / 0.25) !important;
}

.\!bg-blue-600\/30 {
  background-color: rgb(24 119 210 / 0.3) !important;
}

.\!bg-blue-600\/40 {
  background-color: rgb(24 119 210 / 0.4) !important;
}

.\!bg-blue-600\/5 {
  background-color: rgb(24 119 210 / 0.05) !important;
}

.\!bg-blue-600\/50 {
  background-color: rgb(24 119 210 / 0.5) !important;
}

.\!bg-blue-600\/60 {
  background-color: rgb(24 119 210 / 0.6) !important;
}

.\!bg-blue-600\/70 {
  background-color: rgb(24 119 210 / 0.7) !important;
}

.\!bg-blue-600\/75 {
  background-color: rgb(24 119 210 / 0.75) !important;
}

.\!bg-blue-600\/80 {
  background-color: rgb(24 119 210 / 0.8) !important;
}

.\!bg-blue-600\/90 {
  background-color: rgb(24 119 210 / 0.9) !important;
}

.\!bg-blue-600\/95 {
  background-color: rgb(24 119 210 / 0.95) !important;
}

.\!bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 95 174 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-700\/0 {
  background-color: rgb(8 95 174 / 0) !important;
}

.\!bg-blue-700\/10 {
  background-color: rgb(8 95 174 / 0.1) !important;
}

.\!bg-blue-700\/100 {
  background-color: rgb(8 95 174 / 1) !important;
}

.\!bg-blue-700\/20 {
  background-color: rgb(8 95 174 / 0.2) !important;
}

.\!bg-blue-700\/25 {
  background-color: rgb(8 95 174 / 0.25) !important;
}

.\!bg-blue-700\/30 {
  background-color: rgb(8 95 174 / 0.3) !important;
}

.\!bg-blue-700\/40 {
  background-color: rgb(8 95 174 / 0.4) !important;
}

.\!bg-blue-700\/5 {
  background-color: rgb(8 95 174 / 0.05) !important;
}

.\!bg-blue-700\/50 {
  background-color: rgb(8 95 174 / 0.5) !important;
}

.\!bg-blue-700\/60 {
  background-color: rgb(8 95 174 / 0.6) !important;
}

.\!bg-blue-700\/70 {
  background-color: rgb(8 95 174 / 0.7) !important;
}

.\!bg-blue-700\/75 {
  background-color: rgb(8 95 174 / 0.75) !important;
}

.\!bg-blue-700\/80 {
  background-color: rgb(8 95 174 / 0.8) !important;
}

.\!bg-blue-700\/90 {
  background-color: rgb(8 95 174 / 0.9) !important;
}

.\!bg-blue-700\/95 {
  background-color: rgb(8 95 174 / 0.95) !important;
}

.\!bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 73 131 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-800\/0 {
  background-color: rgb(15 73 131 / 0) !important;
}

.\!bg-blue-800\/10 {
  background-color: rgb(15 73 131 / 0.1) !important;
}

.\!bg-blue-800\/100 {
  background-color: rgb(15 73 131 / 1) !important;
}

.\!bg-blue-800\/20 {
  background-color: rgb(15 73 131 / 0.2) !important;
}

.\!bg-blue-800\/25 {
  background-color: rgb(15 73 131 / 0.25) !important;
}

.\!bg-blue-800\/30 {
  background-color: rgb(15 73 131 / 0.3) !important;
}

.\!bg-blue-800\/40 {
  background-color: rgb(15 73 131 / 0.4) !important;
}

.\!bg-blue-800\/5 {
  background-color: rgb(15 73 131 / 0.05) !important;
}

.\!bg-blue-800\/50 {
  background-color: rgb(15 73 131 / 0.5) !important;
}

.\!bg-blue-800\/60 {
  background-color: rgb(15 73 131 / 0.6) !important;
}

.\!bg-blue-800\/70 {
  background-color: rgb(15 73 131 / 0.7) !important;
}

.\!bg-blue-800\/75 {
  background-color: rgb(15 73 131 / 0.75) !important;
}

.\!bg-blue-800\/80 {
  background-color: rgb(15 73 131 / 0.8) !important;
}

.\!bg-blue-800\/90 {
  background-color: rgb(15 73 131 / 0.9) !important;
}

.\!bg-blue-800\/95 {
  background-color: rgb(15 73 131 / 0.95) !important;
}

.\!bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 51 97 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-900\/0 {
  background-color: rgb(3 51 97 / 0) !important;
}

.\!bg-blue-900\/10 {
  background-color: rgb(3 51 97 / 0.1) !important;
}

.\!bg-blue-900\/100 {
  background-color: rgb(3 51 97 / 1) !important;
}

.\!bg-blue-900\/20 {
  background-color: rgb(3 51 97 / 0.2) !important;
}

.\!bg-blue-900\/25 {
  background-color: rgb(3 51 97 / 0.25) !important;
}

.\!bg-blue-900\/30 {
  background-color: rgb(3 51 97 / 0.3) !important;
}

.\!bg-blue-900\/40 {
  background-color: rgb(3 51 97 / 0.4) !important;
}

.\!bg-blue-900\/5 {
  background-color: rgb(3 51 97 / 0.05) !important;
}

.\!bg-blue-900\/50 {
  background-color: rgb(3 51 97 / 0.5) !important;
}

.\!bg-blue-900\/60 {
  background-color: rgb(3 51 97 / 0.6) !important;
}

.\!bg-blue-900\/70 {
  background-color: rgb(3 51 97 / 0.7) !important;
}

.\!bg-blue-900\/75 {
  background-color: rgb(3 51 97 / 0.75) !important;
}

.\!bg-blue-900\/80 {
  background-color: rgb(3 51 97 / 0.8) !important;
}

.\!bg-blue-900\/90 {
  background-color: rgb(3 51 97 / 0.9) !important;
}

.\!bg-blue-900\/95 {
  background-color: rgb(3 51 97 / 0.95) !important;
}

.\!bg-blue-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 31 63 / var(--tw-bg-opacity)) !important;
}

.\!bg-blue-950\/0 {
  background-color: rgb(1 31 63 / 0) !important;
}

.\!bg-blue-950\/10 {
  background-color: rgb(1 31 63 / 0.1) !important;
}

.\!bg-blue-950\/100 {
  background-color: rgb(1 31 63 / 1) !important;
}

.\!bg-blue-950\/20 {
  background-color: rgb(1 31 63 / 0.2) !important;
}

.\!bg-blue-950\/25 {
  background-color: rgb(1 31 63 / 0.25) !important;
}

.\!bg-blue-950\/30 {
  background-color: rgb(1 31 63 / 0.3) !important;
}

.\!bg-blue-950\/40 {
  background-color: rgb(1 31 63 / 0.4) !important;
}

.\!bg-blue-950\/5 {
  background-color: rgb(1 31 63 / 0.05) !important;
}

.\!bg-blue-950\/50 {
  background-color: rgb(1 31 63 / 0.5) !important;
}

.\!bg-blue-950\/60 {
  background-color: rgb(1 31 63 / 0.6) !important;
}

.\!bg-blue-950\/70 {
  background-color: rgb(1 31 63 / 0.7) !important;
}

.\!bg-blue-950\/75 {
  background-color: rgb(1 31 63 / 0.75) !important;
}

.\!bg-blue-950\/80 {
  background-color: rgb(1 31 63 / 0.8) !important;
}

.\!bg-blue-950\/90 {
  background-color: rgb(1 31 63 / 0.9) !important;
}

.\!bg-blue-950\/95 {
  background-color: rgb(1 31 63 / 0.95) !important;
}

.\!bg-blue\/0 {
  background-color: rgb(0 140 255 / 0) !important;
}

.\!bg-blue\/10 {
  background-color: rgb(0 140 255 / 0.1) !important;
}

.\!bg-blue\/100 {
  background-color: rgb(0 140 255 / 1) !important;
}

.\!bg-blue\/20 {
  background-color: rgb(0 140 255 / 0.2) !important;
}

.\!bg-blue\/25 {
  background-color: rgb(0 140 255 / 0.25) !important;
}

.\!bg-blue\/30 {
  background-color: rgb(0 140 255 / 0.3) !important;
}

.\!bg-blue\/40 {
  background-color: rgb(0 140 255 / 0.4) !important;
}

.\!bg-blue\/5 {
  background-color: rgb(0 140 255 / 0.05) !important;
}

.\!bg-blue\/50 {
  background-color: rgb(0 140 255 / 0.5) !important;
}

.\!bg-blue\/60 {
  background-color: rgb(0 140 255 / 0.6) !important;
}

.\!bg-blue\/70 {
  background-color: rgb(0 140 255 / 0.7) !important;
}

.\!bg-blue\/75 {
  background-color: rgb(0 140 255 / 0.75) !important;
}

.\!bg-blue\/80 {
  background-color: rgb(0 140 255 / 0.8) !important;
}

.\!bg-blue\/90 {
  background-color: rgb(0 140 255 / 0.9) !important;
}

.\!bg-blue\/95 {
  background-color: rgb(0 140 255 / 0.95) !important;
}

.\!bg-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 13 19 / var(--tw-bg-opacity)) !important;
}

.\!bg-dark\/0 {
  background-color: rgb(15 13 19 / 0) !important;
}

.\!bg-dark\/10 {
  background-color: rgb(15 13 19 / 0.1) !important;
}

.\!bg-dark\/100 {
  background-color: rgb(15 13 19 / 1) !important;
}

.\!bg-dark\/20 {
  background-color: rgb(15 13 19 / 0.2) !important;
}

.\!bg-dark\/25 {
  background-color: rgb(15 13 19 / 0.25) !important;
}

.\!bg-dark\/30 {
  background-color: rgb(15 13 19 / 0.3) !important;
}

.\!bg-dark\/40 {
  background-color: rgb(15 13 19 / 0.4) !important;
}

.\!bg-dark\/5 {
  background-color: rgb(15 13 19 / 0.05) !important;
}

.\!bg-dark\/50 {
  background-color: rgb(15 13 19 / 0.5) !important;
}

.\!bg-dark\/60 {
  background-color: rgb(15 13 19 / 0.6) !important;
}

.\!bg-dark\/70 {
  background-color: rgb(15 13 19 / 0.7) !important;
}

.\!bg-dark\/75 {
  background-color: rgb(15 13 19 / 0.75) !important;
}

.\!bg-dark\/80 {
  background-color: rgb(15 13 19 / 0.8) !important;
}

.\!bg-dark\/90 {
  background-color: rgb(15 13 19 / 0.9) !important;
}

.\!bg-dark\/95 {
  background-color: rgb(15 13 19 / 0.95) !important;
}

.\!bg-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(111 111 110 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100\/0 {
  background-color: rgb(234 234 233 / 0) !important;
}

.\!bg-gray-100\/10 {
  background-color: rgb(234 234 233 / 0.1) !important;
}

.\!bg-gray-100\/100 {
  background-color: rgb(234 234 233 / 1) !important;
}

.\!bg-gray-100\/20 {
  background-color: rgb(234 234 233 / 0.2) !important;
}

.\!bg-gray-100\/25 {
  background-color: rgb(234 234 233 / 0.25) !important;
}

.\!bg-gray-100\/30 {
  background-color: rgb(234 234 233 / 0.3) !important;
}

.\!bg-gray-100\/40 {
  background-color: rgb(234 234 233 / 0.4) !important;
}

.\!bg-gray-100\/5 {
  background-color: rgb(234 234 233 / 0.05) !important;
}

.\!bg-gray-100\/50 {
  background-color: rgb(234 234 233 / 0.5) !important;
}

.\!bg-gray-100\/60 {
  background-color: rgb(234 234 233 / 0.6) !important;
}

.\!bg-gray-100\/70 {
  background-color: rgb(234 234 233 / 0.7) !important;
}

.\!bg-gray-100\/75 {
  background-color: rgb(234 234 233 / 0.75) !important;
}

.\!bg-gray-100\/80 {
  background-color: rgb(234 234 233 / 0.8) !important;
}

.\!bg-gray-100\/90 {
  background-color: rgb(234 234 233 / 0.9) !important;
}

.\!bg-gray-100\/95 {
  background-color: rgb(234 234 233 / 0.95) !important;
}

.\!bg-gray-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-1000\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}

.\!bg-gray-1000\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.\!bg-gray-1000\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}

.\!bg-gray-1000\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.\!bg-gray-1000\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.\!bg-gray-1000\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.\!bg-gray-1000\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.\!bg-gray-1000\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.\!bg-gray-1000\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.\!bg-gray-1000\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.\!bg-gray-1000\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.\!bg-gray-1000\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.\!bg-gray-1000\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.\!bg-gray-1000\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.\!bg-gray-1000\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}

.\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 214 211 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-200\/0 {
  background-color: rgb(214 214 211 / 0) !important;
}

.\!bg-gray-200\/10 {
  background-color: rgb(214 214 211 / 0.1) !important;
}

.\!bg-gray-200\/100 {
  background-color: rgb(214 214 211 / 1) !important;
}

.\!bg-gray-200\/20 {
  background-color: rgb(214 214 211 / 0.2) !important;
}

.\!bg-gray-200\/25 {
  background-color: rgb(214 214 211 / 0.25) !important;
}

.\!bg-gray-200\/30 {
  background-color: rgb(214 214 211 / 0.3) !important;
}

.\!bg-gray-200\/40 {
  background-color: rgb(214 214 211 / 0.4) !important;
}

.\!bg-gray-200\/5 {
  background-color: rgb(214 214 211 / 0.05) !important;
}

.\!bg-gray-200\/50 {
  background-color: rgb(214 214 211 / 0.5) !important;
}

.\!bg-gray-200\/60 {
  background-color: rgb(214 214 211 / 0.6) !important;
}

.\!bg-gray-200\/70 {
  background-color: rgb(214 214 211 / 0.7) !important;
}

.\!bg-gray-200\/75 {
  background-color: rgb(214 214 211 / 0.75) !important;
}

.\!bg-gray-200\/80 {
  background-color: rgb(214 214 211 / 0.8) !important;
}

.\!bg-gray-200\/90 {
  background-color: rgb(214 214 211 / 0.9) !important;
}

.\!bg-gray-200\/95 {
  background-color: rgb(214 214 211 / 0.95) !important;
}

.\!bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(174 174 169 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-300\/0 {
  background-color: rgb(174 174 169 / 0) !important;
}

.\!bg-gray-300\/10 {
  background-color: rgb(174 174 169 / 0.1) !important;
}

.\!bg-gray-300\/100 {
  background-color: rgb(174 174 169 / 1) !important;
}

.\!bg-gray-300\/20 {
  background-color: rgb(174 174 169 / 0.2) !important;
}

.\!bg-gray-300\/25 {
  background-color: rgb(174 174 169 / 0.25) !important;
}

.\!bg-gray-300\/30 {
  background-color: rgb(174 174 169 / 0.3) !important;
}

.\!bg-gray-300\/40 {
  background-color: rgb(174 174 169 / 0.4) !important;
}

.\!bg-gray-300\/5 {
  background-color: rgb(174 174 169 / 0.05) !important;
}

.\!bg-gray-300\/50 {
  background-color: rgb(174 174 169 / 0.5) !important;
}

.\!bg-gray-300\/60 {
  background-color: rgb(174 174 169 / 0.6) !important;
}

.\!bg-gray-300\/70 {
  background-color: rgb(174 174 169 / 0.7) !important;
}

.\!bg-gray-300\/75 {
  background-color: rgb(174 174 169 / 0.75) !important;
}

.\!bg-gray-300\/80 {
  background-color: rgb(174 174 169 / 0.8) !important;
}

.\!bg-gray-300\/90 {
  background-color: rgb(174 174 169 / 0.9) !important;
}

.\!bg-gray-300\/95 {
  background-color: rgb(174 174 169 / 0.95) !important;
}

.\!bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 139 136 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-400\/0 {
  background-color: rgb(139 139 136 / 0) !important;
}

.\!bg-gray-400\/10 {
  background-color: rgb(139 139 136 / 0.1) !important;
}

.\!bg-gray-400\/100 {
  background-color: rgb(139 139 136 / 1) !important;
}

.\!bg-gray-400\/20 {
  background-color: rgb(139 139 136 / 0.2) !important;
}

.\!bg-gray-400\/25 {
  background-color: rgb(139 139 136 / 0.25) !important;
}

.\!bg-gray-400\/30 {
  background-color: rgb(139 139 136 / 0.3) !important;
}

.\!bg-gray-400\/40 {
  background-color: rgb(139 139 136 / 0.4) !important;
}

.\!bg-gray-400\/5 {
  background-color: rgb(139 139 136 / 0.05) !important;
}

.\!bg-gray-400\/50 {
  background-color: rgb(139 139 136 / 0.5) !important;
}

.\!bg-gray-400\/60 {
  background-color: rgb(139 139 136 / 0.6) !important;
}

.\!bg-gray-400\/70 {
  background-color: rgb(139 139 136 / 0.7) !important;
}

.\!bg-gray-400\/75 {
  background-color: rgb(139 139 136 / 0.75) !important;
}

.\!bg-gray-400\/80 {
  background-color: rgb(139 139 136 / 0.8) !important;
}

.\!bg-gray-400\/90 {
  background-color: rgb(139 139 136 / 0.9) !important;
}

.\!bg-gray-400\/95 {
  background-color: rgb(139 139 136 / 0.95) !important;
}

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

.\!bg-gray-50\/0 {
  background-color: rgb(245 245 245 / 0) !important;
}

.\!bg-gray-50\/10 {
  background-color: rgb(245 245 245 / 0.1) !important;
}

.\!bg-gray-50\/100 {
  background-color: rgb(245 245 245 / 1) !important;
}

.\!bg-gray-50\/20 {
  background-color: rgb(245 245 245 / 0.2) !important;
}

.\!bg-gray-50\/25 {
  background-color: rgb(245 245 245 / 0.25) !important;
}

.\!bg-gray-50\/30 {
  background-color: rgb(245 245 245 / 0.3) !important;
}

.\!bg-gray-50\/40 {
  background-color: rgb(245 245 245 / 0.4) !important;
}

.\!bg-gray-50\/5 {
  background-color: rgb(245 245 245 / 0.05) !important;
}

.\!bg-gray-50\/50 {
  background-color: rgb(245 245 245 / 0.5) !important;
}

.\!bg-gray-50\/60 {
  background-color: rgb(245 245 245 / 0.6) !important;
}

.\!bg-gray-50\/70 {
  background-color: rgb(245 245 245 / 0.7) !important;
}

.\!bg-gray-50\/75 {
  background-color: rgb(245 245 245 / 0.75) !important;
}

.\!bg-gray-50\/80 {
  background-color: rgb(245 245 245 / 0.8) !important;
}

.\!bg-gray-50\/90 {
  background-color: rgb(245 245 245 / 0.9) !important;
}

.\!bg-gray-50\/95 {
  background-color: rgb(245 245 245 / 0.95) !important;
}

.\!bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(111 111 110 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-500\/0 {
  background-color: rgb(111 111 110 / 0) !important;
}

.\!bg-gray-500\/10 {
  background-color: rgb(111 111 110 / 0.1) !important;
}

.\!bg-gray-500\/100 {
  background-color: rgb(111 111 110 / 1) !important;
}

.\!bg-gray-500\/20 {
  background-color: rgb(111 111 110 / 0.2) !important;
}

.\!bg-gray-500\/25 {
  background-color: rgb(111 111 110 / 0.25) !important;
}

.\!bg-gray-500\/30 {
  background-color: rgb(111 111 110 / 0.3) !important;
}

.\!bg-gray-500\/40 {
  background-color: rgb(111 111 110 / 0.4) !important;
}

.\!bg-gray-500\/5 {
  background-color: rgb(111 111 110 / 0.05) !important;
}

.\!bg-gray-500\/50 {
  background-color: rgb(111 111 110 / 0.5) !important;
}

.\!bg-gray-500\/60 {
  background-color: rgb(111 111 110 / 0.6) !important;
}

.\!bg-gray-500\/70 {
  background-color: rgb(111 111 110 / 0.7) !important;
}

.\!bg-gray-500\/75 {
  background-color: rgb(111 111 110 / 0.75) !important;
}

.\!bg-gray-500\/80 {
  background-color: rgb(111 111 110 / 0.8) !important;
}

.\!bg-gray-500\/90 {
  background-color: rgb(111 111 110 / 0.9) !important;
}

.\!bg-gray-500\/95 {
  background-color: rgb(111 111 110 / 0.95) !important;
}

.\!bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 65 67 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-600\/0 {
  background-color: rgb(66 65 67 / 0) !important;
}

.\!bg-gray-600\/10 {
  background-color: rgb(66 65 67 / 0.1) !important;
}

.\!bg-gray-600\/100 {
  background-color: rgb(66 65 67 / 1) !important;
}

.\!bg-gray-600\/20 {
  background-color: rgb(66 65 67 / 0.2) !important;
}

.\!bg-gray-600\/25 {
  background-color: rgb(66 65 67 / 0.25) !important;
}

.\!bg-gray-600\/30 {
  background-color: rgb(66 65 67 / 0.3) !important;
}

.\!bg-gray-600\/40 {
  background-color: rgb(66 65 67 / 0.4) !important;
}

.\!bg-gray-600\/5 {
  background-color: rgb(66 65 67 / 0.05) !important;
}

.\!bg-gray-600\/50 {
  background-color: rgb(66 65 67 / 0.5) !important;
}

.\!bg-gray-600\/60 {
  background-color: rgb(66 65 67 / 0.6) !important;
}

.\!bg-gray-600\/70 {
  background-color: rgb(66 65 67 / 0.7) !important;
}

.\!bg-gray-600\/75 {
  background-color: rgb(66 65 67 / 0.75) !important;
}

.\!bg-gray-600\/80 {
  background-color: rgb(66 65 67 / 0.8) !important;
}

.\!bg-gray-600\/90 {
  background-color: rgb(66 65 67 / 0.9) !important;
}

.\!bg-gray-600\/95 {
  background-color: rgb(66 65 67 / 0.95) !important;
}

.\!bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 48 51 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-700\/0 {
  background-color: rgb(49 48 51 / 0) !important;
}

.\!bg-gray-700\/10 {
  background-color: rgb(49 48 51 / 0.1) !important;
}

.\!bg-gray-700\/100 {
  background-color: rgb(49 48 51 / 1) !important;
}

.\!bg-gray-700\/20 {
  background-color: rgb(49 48 51 / 0.2) !important;
}

.\!bg-gray-700\/25 {
  background-color: rgb(49 48 51 / 0.25) !important;
}

.\!bg-gray-700\/30 {
  background-color: rgb(49 48 51 / 0.3) !important;
}

.\!bg-gray-700\/40 {
  background-color: rgb(49 48 51 / 0.4) !important;
}

.\!bg-gray-700\/5 {
  background-color: rgb(49 48 51 / 0.05) !important;
}

.\!bg-gray-700\/50 {
  background-color: rgb(49 48 51 / 0.5) !important;
}

.\!bg-gray-700\/60 {
  background-color: rgb(49 48 51 / 0.6) !important;
}

.\!bg-gray-700\/70 {
  background-color: rgb(49 48 51 / 0.7) !important;
}

.\!bg-gray-700\/75 {
  background-color: rgb(49 48 51 / 0.75) !important;
}

.\!bg-gray-700\/80 {
  background-color: rgb(49 48 51 / 0.8) !important;
}

.\!bg-gray-700\/90 {
  background-color: rgb(49 48 51 / 0.9) !important;
}

.\!bg-gray-700\/95 {
  background-color: rgb(49 48 51 / 0.95) !important;
}

.\!bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 33 37 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-800\/0 {
  background-color: rgb(34 33 37 / 0) !important;
}

.\!bg-gray-800\/10 {
  background-color: rgb(34 33 37 / 0.1) !important;
}

.\!bg-gray-800\/100 {
  background-color: rgb(34 33 37 / 1) !important;
}

.\!bg-gray-800\/20 {
  background-color: rgb(34 33 37 / 0.2) !important;
}

.\!bg-gray-800\/25 {
  background-color: rgb(34 33 37 / 0.25) !important;
}

.\!bg-gray-800\/30 {
  background-color: rgb(34 33 37 / 0.3) !important;
}

.\!bg-gray-800\/40 {
  background-color: rgb(34 33 37 / 0.4) !important;
}

.\!bg-gray-800\/5 {
  background-color: rgb(34 33 37 / 0.05) !important;
}

.\!bg-gray-800\/50 {
  background-color: rgb(34 33 37 / 0.5) !important;
}

.\!bg-gray-800\/60 {
  background-color: rgb(34 33 37 / 0.6) !important;
}

.\!bg-gray-800\/70 {
  background-color: rgb(34 33 37 / 0.7) !important;
}

.\!bg-gray-800\/75 {
  background-color: rgb(34 33 37 / 0.75) !important;
}

.\!bg-gray-800\/80 {
  background-color: rgb(34 33 37 / 0.8) !important;
}

.\!bg-gray-800\/90 {
  background-color: rgb(34 33 37 / 0.9) !important;
}

.\!bg-gray-800\/95 {
  background-color: rgb(34 33 37 / 0.95) !important;
}

.\!bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 13 19 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-900\/0 {
  background-color: rgb(15 13 19 / 0) !important;
}

.\!bg-gray-900\/10 {
  background-color: rgb(15 13 19 / 0.1) !important;
}

.\!bg-gray-900\/100 {
  background-color: rgb(15 13 19 / 1) !important;
}

.\!bg-gray-900\/20 {
  background-color: rgb(15 13 19 / 0.2) !important;
}

.\!bg-gray-900\/25 {
  background-color: rgb(15 13 19 / 0.25) !important;
}

.\!bg-gray-900\/30 {
  background-color: rgb(15 13 19 / 0.3) !important;
}

.\!bg-gray-900\/40 {
  background-color: rgb(15 13 19 / 0.4) !important;
}

.\!bg-gray-900\/5 {
  background-color: rgb(15 13 19 / 0.05) !important;
}

.\!bg-gray-900\/50 {
  background-color: rgb(15 13 19 / 0.5) !important;
}

.\!bg-gray-900\/60 {
  background-color: rgb(15 13 19 / 0.6) !important;
}

.\!bg-gray-900\/70 {
  background-color: rgb(15 13 19 / 0.7) !important;
}

.\!bg-gray-900\/75 {
  background-color: rgb(15 13 19 / 0.75) !important;
}

.\!bg-gray-900\/80 {
  background-color: rgb(15 13 19 / 0.8) !important;
}

.\!bg-gray-900\/90 {
  background-color: rgb(15 13 19 / 0.9) !important;
}

.\!bg-gray-900\/95 {
  background-color: rgb(15 13 19 / 0.95) !important;
}

.\!bg-gray-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0) !important;
}

.\!bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1) !important;
}

.\!bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1) !important;
}

.\!bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2) !important;
}

.\!bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25) !important;
}

.\!bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3) !important;
}

.\!bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4) !important;
}

.\!bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05) !important;
}

.\!bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5) !important;
}

.\!bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6) !important;
}

.\!bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7) !important;
}

.\!bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75) !important;
}

.\!bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8) !important;
}

.\!bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9) !important;
}

.\!bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95) !important;
}

.\!bg-gray\/0 {
  background-color: rgb(111 111 110 / 0) !important;
}

.\!bg-gray\/10 {
  background-color: rgb(111 111 110 / 0.1) !important;
}

.\!bg-gray\/100 {
  background-color: rgb(111 111 110 / 1) !important;
}

.\!bg-gray\/20 {
  background-color: rgb(111 111 110 / 0.2) !important;
}

.\!bg-gray\/25 {
  background-color: rgb(111 111 110 / 0.25) !important;
}

.\!bg-gray\/30 {
  background-color: rgb(111 111 110 / 0.3) !important;
}

.\!bg-gray\/40 {
  background-color: rgb(111 111 110 / 0.4) !important;
}

.\!bg-gray\/5 {
  background-color: rgb(111 111 110 / 0.05) !important;
}

.\!bg-gray\/50 {
  background-color: rgb(111 111 110 / 0.5) !important;
}

.\!bg-gray\/60 {
  background-color: rgb(111 111 110 / 0.6) !important;
}

.\!bg-gray\/70 {
  background-color: rgb(111 111 110 / 0.7) !important;
}

.\!bg-gray\/75 {
  background-color: rgb(111 111 110 / 0.75) !important;
}

.\!bg-gray\/80 {
  background-color: rgb(111 111 110 / 0.8) !important;
}

.\!bg-gray\/90 {
  background-color: rgb(111 111 110 / 0.9) !important;
}

.\!bg-gray\/95 {
  background-color: rgb(111 111 110 / 0.95) !important;
}

.\!bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}

.\!bg-legacy {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 150 211 / var(--tw-bg-opacity)) !important;
}

.\!bg-legacy\/0 {
  background-color: rgb(26 150 211 / 0) !important;
}

.\!bg-legacy\/10 {
  background-color: rgb(26 150 211 / 0.1) !important;
}

.\!bg-legacy\/100 {
  background-color: rgb(26 150 211 / 1) !important;
}

.\!bg-legacy\/20 {
  background-color: rgb(26 150 211 / 0.2) !important;
}

.\!bg-legacy\/25 {
  background-color: rgb(26 150 211 / 0.25) !important;
}

.\!bg-legacy\/30 {
  background-color: rgb(26 150 211 / 0.3) !important;
}

.\!bg-legacy\/40 {
  background-color: rgb(26 150 211 / 0.4) !important;
}

.\!bg-legacy\/5 {
  background-color: rgb(26 150 211 / 0.05) !important;
}

.\!bg-legacy\/50 {
  background-color: rgb(26 150 211 / 0.5) !important;
}

.\!bg-legacy\/60 {
  background-color: rgb(26 150 211 / 0.6) !important;
}

.\!bg-legacy\/70 {
  background-color: rgb(26 150 211 / 0.7) !important;
}

.\!bg-legacy\/75 {
  background-color: rgb(26 150 211 / 0.75) !important;
}

.\!bg-legacy\/80 {
  background-color: rgb(26 150 211 / 0.8) !important;
}

.\!bg-legacy\/90 {
  background-color: rgb(26 150 211 / 0.9) !important;
}

.\!bg-legacy\/95 {
  background-color: rgb(26 150 211 / 0.95) !important;
}

.\!bg-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.\!bg-light\/0 {
  background-color: rgb(245 245 245 / 0) !important;
}

.\!bg-light\/10 {
  background-color: rgb(245 245 245 / 0.1) !important;
}

.\!bg-light\/100 {
  background-color: rgb(245 245 245 / 1) !important;
}

.\!bg-light\/20 {
  background-color: rgb(245 245 245 / 0.2) !important;
}

.\!bg-light\/25 {
  background-color: rgb(245 245 245 / 0.25) !important;
}

.\!bg-light\/30 {
  background-color: rgb(245 245 245 / 0.3) !important;
}

.\!bg-light\/40 {
  background-color: rgb(245 245 245 / 0.4) !important;
}

.\!bg-light\/5 {
  background-color: rgb(245 245 245 / 0.05) !important;
}

.\!bg-light\/50 {
  background-color: rgb(245 245 245 / 0.5) !important;
}

.\!bg-light\/60 {
  background-color: rgb(245 245 245 / 0.6) !important;
}

.\!bg-light\/70 {
  background-color: rgb(245 245 245 / 0.7) !important;
}

.\!bg-light\/75 {
  background-color: rgb(245 245 245 / 0.75) !important;
}

.\!bg-light\/80 {
  background-color: rgb(245 245 245 / 0.8) !important;
}

.\!bg-light\/90 {
  background-color: rgb(245 245 245 / 0.9) !important;
}

.\!bg-light\/95 {
  background-color: rgb(245 245 245 / 0.95) !important;
}

.\!bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 23 184 / var(--tw-bg-opacity)) !important;
}

.\!bg-secondary\/0 {
  background-color: rgb(58 23 184 / 0) !important;
}

.\!bg-secondary\/10 {
  background-color: rgb(58 23 184 / 0.1) !important;
}

.\!bg-secondary\/100 {
  background-color: rgb(58 23 184 / 1) !important;
}

.\!bg-secondary\/20 {
  background-color: rgb(58 23 184 / 0.2) !important;
}

.\!bg-secondary\/25 {
  background-color: rgb(58 23 184 / 0.25) !important;
}

.\!bg-secondary\/30 {
  background-color: rgb(58 23 184 / 0.3) !important;
}

.\!bg-secondary\/40 {
  background-color: rgb(58 23 184 / 0.4) !important;
}

.\!bg-secondary\/5 {
  background-color: rgb(58 23 184 / 0.05) !important;
}

.\!bg-secondary\/50 {
  background-color: rgb(58 23 184 / 0.5) !important;
}

.\!bg-secondary\/60 {
  background-color: rgb(58 23 184 / 0.6) !important;
}

.\!bg-secondary\/70 {
  background-color: rgb(58 23 184 / 0.7) !important;
}

.\!bg-secondary\/75 {
  background-color: rgb(58 23 184 / 0.75) !important;
}

.\!bg-secondary\/80 {
  background-color: rgb(58 23 184 / 0.8) !important;
}

.\!bg-secondary\/90 {
  background-color: rgb(58 23 184 / 0.9) !important;
}

.\!bg-secondary\/95 {
  background-color: rgb(58 23 184 / 0.95) !important;
}

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

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-white\/0 {
  background-color: rgb(255 255 255 / 0) !important;
}

.\!bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.\!bg-white\/100 {
  background-color: rgb(255 255 255 / 1) !important;
}

.\!bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.\!bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25) !important;
}

.\!bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}

.\!bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4) !important;
}

.\!bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05) !important;
}

.\!bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}

.\!bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6) !important;
}

.\!bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}

.\!bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75) !important;
}

.\!bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.\!bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}

.\!bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}

.bg-\[\#1f1f21\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 33 / var(--tw-bg-opacity));
}

.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-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 224 254 / var(--tw-bg-opacity));
}

.bg-blue-100\/0 {
  background-color: rgb(200 224 254 / 0);
}

.bg-blue-100\/10 {
  background-color: rgb(200 224 254 / 0.1);
}

.bg-blue-100\/100 {
  background-color: rgb(200 224 254 / 1);
}

.bg-blue-100\/20 {
  background-color: rgb(200 224 254 / 0.2);
}

.bg-blue-100\/25 {
  background-color: rgb(200 224 254 / 0.25);
}

.bg-blue-100\/30 {
  background-color: rgb(200 224 254 / 0.3);
}

.bg-blue-100\/40 {
  background-color: rgb(200 224 254 / 0.4);
}

.bg-blue-100\/5 {
  background-color: rgb(200 224 254 / 0.05);
}

.bg-blue-100\/50 {
  background-color: rgb(200 224 254 / 0.5);
}

.bg-blue-100\/60 {
  background-color: rgb(200 224 254 / 0.6);
}

.bg-blue-100\/70 {
  background-color: rgb(200 224 254 / 0.7);
}

.bg-blue-100\/75 {
  background-color: rgb(200 224 254 / 0.75);
}

.bg-blue-100\/80 {
  background-color: rgb(200 224 254 / 0.8);
}

.bg-blue-100\/90 {
  background-color: rgb(200 224 254 / 0.9);
}

.bg-blue-100\/95 {
  background-color: rgb(200 224 254 / 0.95);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 204 251 / var(--tw-bg-opacity));
}

.bg-blue-200\/0 {
  background-color: rgb(164 204 251 / 0);
}

.bg-blue-200\/10 {
  background-color: rgb(164 204 251 / 0.1);
}

.bg-blue-200\/100 {
  background-color: rgb(164 204 251 / 1);
}

.bg-blue-200\/20 {
  background-color: rgb(164 204 251 / 0.2);
}

.bg-blue-200\/25 {
  background-color: rgb(164 204 251 / 0.25);
}

.bg-blue-200\/30 {
  background-color: rgb(164 204 251 / 0.3);
}

.bg-blue-200\/40 {
  background-color: rgb(164 204 251 / 0.4);
}

.bg-blue-200\/5 {
  background-color: rgb(164 204 251 / 0.05);
}

.bg-blue-200\/50 {
  background-color: rgb(164 204 251 / 0.5);
}

.bg-blue-200\/60 {
  background-color: rgb(164 204 251 / 0.6);
}

.bg-blue-200\/70 {
  background-color: rgb(164 204 251 / 0.7);
}

.bg-blue-200\/75 {
  background-color: rgb(164 204 251 / 0.75);
}

.bg-blue-200\/80 {
  background-color: rgb(164 204 251 / 0.8);
}

.bg-blue-200\/90 {
  background-color: rgb(164 204 251 / 0.9);
}

.bg-blue-200\/95 {
  background-color: rgb(164 204 251 / 0.95);
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 184 249 / var(--tw-bg-opacity));
}

.bg-blue-300\/0 {
  background-color: rgb(128 184 249 / 0);
}

.bg-blue-300\/10 {
  background-color: rgb(128 184 249 / 0.1);
}

.bg-blue-300\/100 {
  background-color: rgb(128 184 249 / 1);
}

.bg-blue-300\/20 {
  background-color: rgb(128 184 249 / 0.2);
}

.bg-blue-300\/25 {
  background-color: rgb(128 184 249 / 0.25);
}

.bg-blue-300\/30 {
  background-color: rgb(128 184 249 / 0.3);
}

.bg-blue-300\/40 {
  background-color: rgb(128 184 249 / 0.4);
}

.bg-blue-300\/5 {
  background-color: rgb(128 184 249 / 0.05);
}

.bg-blue-300\/50 {
  background-color: rgb(128 184 249 / 0.5);
}

.bg-blue-300\/60 {
  background-color: rgb(128 184 249 / 0.6);
}

.bg-blue-300\/70 {
  background-color: rgb(128 184 249 / 0.7);
}

.bg-blue-300\/75 {
  background-color: rgb(128 184 249 / 0.75);
}

.bg-blue-300\/80 {
  background-color: rgb(128 184 249 / 0.8);
}

.bg-blue-300\/90 {
  background-color: rgb(128 184 249 / 0.9);
}

.bg-blue-300\/95 {
  background-color: rgb(128 184 249 / 0.95);
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 163 246 / var(--tw-bg-opacity));
}

.bg-blue-400\/0 {
  background-color: rgb(89 163 246 / 0);
}

.bg-blue-400\/10 {
  background-color: rgb(89 163 246 / 0.1);
}

.bg-blue-400\/100 {
  background-color: rgb(89 163 246 / 1);
}

.bg-blue-400\/20 {
  background-color: rgb(89 163 246 / 0.2);
}

.bg-blue-400\/25 {
  background-color: rgb(89 163 246 / 0.25);
}

.bg-blue-400\/30 {
  background-color: rgb(89 163 246 / 0.3);
}

.bg-blue-400\/40 {
  background-color: rgb(89 163 246 / 0.4);
}

.bg-blue-400\/5 {
  background-color: rgb(89 163 246 / 0.05);
}

.bg-blue-400\/50 {
  background-color: rgb(89 163 246 / 0.5);
}

.bg-blue-400\/60 {
  background-color: rgb(89 163 246 / 0.6);
}

.bg-blue-400\/70 {
  background-color: rgb(89 163 246 / 0.7);
}

.bg-blue-400\/75 {
  background-color: rgb(89 163 246 / 0.75);
}

.bg-blue-400\/80 {
  background-color: rgb(89 163 246 / 0.8);
}

.bg-blue-400\/90 {
  background-color: rgb(89 163 246 / 0.9);
}

.bg-blue-400\/95 {
  background-color: rgb(89 163 246 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 245 255 / var(--tw-bg-opacity));
}

.bg-blue-50\/0 {
  background-color: rgb(236 245 255 / 0);
}

.bg-blue-50\/10 {
  background-color: rgb(236 245 255 / 0.1);
}

.bg-blue-50\/100 {
  background-color: rgb(236 245 255 / 1);
}

.bg-blue-50\/20 {
  background-color: rgb(236 245 255 / 0.2);
}

.bg-blue-50\/25 {
  background-color: rgb(236 245 255 / 0.25);
}

.bg-blue-50\/30 {
  background-color: rgb(236 245 255 / 0.3);
}

.bg-blue-50\/40 {
  background-color: rgb(236 245 255 / 0.4);
}

.bg-blue-50\/5 {
  background-color: rgb(236 245 255 / 0.05);
}

.bg-blue-50\/50 {
  background-color: rgb(236 245 255 / 0.5);
}

.bg-blue-50\/60 {
  background-color: rgb(236 245 255 / 0.6);
}

.bg-blue-50\/70 {
  background-color: rgb(236 245 255 / 0.7);
}

.bg-blue-50\/75 {
  background-color: rgb(236 245 255 / 0.75);
}

.bg-blue-50\/80 {
  background-color: rgb(236 245 255 / 0.8);
}

.bg-blue-50\/90 {
  background-color: rgb(236 245 255 / 0.9);
}

.bg-blue-50\/95 {
  background-color: rgb(236 245 255 / 0.95);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
}

.bg-blue-500\/0 {
  background-color: rgb(0 140 255 / 0);
}

.bg-blue-500\/10 {
  background-color: rgb(0 140 255 / 0.1);
}

.bg-blue-500\/100 {
  background-color: rgb(0 140 255 / 1);
}

.bg-blue-500\/20 {
  background-color: rgb(0 140 255 / 0.2);
}

.bg-blue-500\/25 {
  background-color: rgb(0 140 255 / 0.25);
}

.bg-blue-500\/30 {
  background-color: rgb(0 140 255 / 0.3);
}

.bg-blue-500\/40 {
  background-color: rgb(0 140 255 / 0.4);
}

.bg-blue-500\/5 {
  background-color: rgb(0 140 255 / 0.05);
}

.bg-blue-500\/50 {
  background-color: rgb(0 140 255 / 0.5);
}

.bg-blue-500\/60 {
  background-color: rgb(0 140 255 / 0.6);
}

.bg-blue-500\/70 {
  background-color: rgb(0 140 255 / 0.7);
}

.bg-blue-500\/75 {
  background-color: rgb(0 140 255 / 0.75);
}

.bg-blue-500\/80 {
  background-color: rgb(0 140 255 / 0.8);
}

.bg-blue-500\/90 {
  background-color: rgb(0 140 255 / 0.9);
}

.bg-blue-500\/95 {
  background-color: rgb(0 140 255 / 0.95);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 210 / var(--tw-bg-opacity));
}

.bg-blue-600\/0 {
  background-color: rgb(24 119 210 / 0);
}

.bg-blue-600\/10 {
  background-color: rgb(24 119 210 / 0.1);
}

.bg-blue-600\/100 {
  background-color: rgb(24 119 210 / 1);
}

.bg-blue-600\/20 {
  background-color: rgb(24 119 210 / 0.2);
}

.bg-blue-600\/25 {
  background-color: rgb(24 119 210 / 0.25);
}

.bg-blue-600\/30 {
  background-color: rgb(24 119 210 / 0.3);
}

.bg-blue-600\/40 {
  background-color: rgb(24 119 210 / 0.4);
}

.bg-blue-600\/5 {
  background-color: rgb(24 119 210 / 0.05);
}

.bg-blue-600\/50 {
  background-color: rgb(24 119 210 / 0.5);
}

.bg-blue-600\/60 {
  background-color: rgb(24 119 210 / 0.6);
}

.bg-blue-600\/70 {
  background-color: rgb(24 119 210 / 0.7);
}

.bg-blue-600\/75 {
  background-color: rgb(24 119 210 / 0.75);
}

.bg-blue-600\/80 {
  background-color: rgb(24 119 210 / 0.8);
}

.bg-blue-600\/90 {
  background-color: rgb(24 119 210 / 0.9);
}

.bg-blue-600\/95 {
  background-color: rgb(24 119 210 / 0.95);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 95 174 / var(--tw-bg-opacity));
}

.bg-blue-700\/0 {
  background-color: rgb(8 95 174 / 0);
}

.bg-blue-700\/10 {
  background-color: rgb(8 95 174 / 0.1);
}

.bg-blue-700\/100 {
  background-color: rgb(8 95 174 / 1);
}

.bg-blue-700\/20 {
  background-color: rgb(8 95 174 / 0.2);
}

.bg-blue-700\/25 {
  background-color: rgb(8 95 174 / 0.25);
}

.bg-blue-700\/30 {
  background-color: rgb(8 95 174 / 0.3);
}

.bg-blue-700\/40 {
  background-color: rgb(8 95 174 / 0.4);
}

.bg-blue-700\/5 {
  background-color: rgb(8 95 174 / 0.05);
}

.bg-blue-700\/50 {
  background-color: rgb(8 95 174 / 0.5);
}

.bg-blue-700\/60 {
  background-color: rgb(8 95 174 / 0.6);
}

.bg-blue-700\/70 {
  background-color: rgb(8 95 174 / 0.7);
}

.bg-blue-700\/75 {
  background-color: rgb(8 95 174 / 0.75);
}

.bg-blue-700\/80 {
  background-color: rgb(8 95 174 / 0.8);
}

.bg-blue-700\/90 {
  background-color: rgb(8 95 174 / 0.9);
}

.bg-blue-700\/95 {
  background-color: rgb(8 95 174 / 0.95);
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 73 131 / var(--tw-bg-opacity));
}

.bg-blue-800\/0 {
  background-color: rgb(15 73 131 / 0);
}

.bg-blue-800\/10 {
  background-color: rgb(15 73 131 / 0.1);
}

.bg-blue-800\/100 {
  background-color: rgb(15 73 131 / 1);
}

.bg-blue-800\/20 {
  background-color: rgb(15 73 131 / 0.2);
}

.bg-blue-800\/25 {
  background-color: rgb(15 73 131 / 0.25);
}

.bg-blue-800\/30 {
  background-color: rgb(15 73 131 / 0.3);
}

.bg-blue-800\/40 {
  background-color: rgb(15 73 131 / 0.4);
}

.bg-blue-800\/5 {
  background-color: rgb(15 73 131 / 0.05);
}

.bg-blue-800\/50 {
  background-color: rgb(15 73 131 / 0.5);
}

.bg-blue-800\/60 {
  background-color: rgb(15 73 131 / 0.6);
}

.bg-blue-800\/70 {
  background-color: rgb(15 73 131 / 0.7);
}

.bg-blue-800\/75 {
  background-color: rgb(15 73 131 / 0.75);
}

.bg-blue-800\/80 {
  background-color: rgb(15 73 131 / 0.8);
}

.bg-blue-800\/90 {
  background-color: rgb(15 73 131 / 0.9);
}

.bg-blue-800\/95 {
  background-color: rgb(15 73 131 / 0.95);
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 51 97 / var(--tw-bg-opacity));
}

.bg-blue-900\/0 {
  background-color: rgb(3 51 97 / 0);
}

.bg-blue-900\/10 {
  background-color: rgb(3 51 97 / 0.1);
}

.bg-blue-900\/100 {
  background-color: rgb(3 51 97 / 1);
}

.bg-blue-900\/20 {
  background-color: rgb(3 51 97 / 0.2);
}

.bg-blue-900\/25 {
  background-color: rgb(3 51 97 / 0.25);
}

.bg-blue-900\/30 {
  background-color: rgb(3 51 97 / 0.3);
}

.bg-blue-900\/40 {
  background-color: rgb(3 51 97 / 0.4);
}

.bg-blue-900\/5 {
  background-color: rgb(3 51 97 / 0.05);
}

.bg-blue-900\/50 {
  background-color: rgb(3 51 97 / 0.5);
}

.bg-blue-900\/60 {
  background-color: rgb(3 51 97 / 0.6);
}

.bg-blue-900\/70 {
  background-color: rgb(3 51 97 / 0.7);
}

.bg-blue-900\/75 {
  background-color: rgb(3 51 97 / 0.75);
}

.bg-blue-900\/80 {
  background-color: rgb(3 51 97 / 0.8);
}

.bg-blue-900\/90 {
  background-color: rgb(3 51 97 / 0.9);
}

.bg-blue-900\/95 {
  background-color: rgb(3 51 97 / 0.95);
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 31 63 / var(--tw-bg-opacity));
}

.bg-blue-950\/0 {
  background-color: rgb(1 31 63 / 0);
}

.bg-blue-950\/10 {
  background-color: rgb(1 31 63 / 0.1);
}

.bg-blue-950\/100 {
  background-color: rgb(1 31 63 / 1);
}

.bg-blue-950\/20 {
  background-color: rgb(1 31 63 / 0.2);
}

.bg-blue-950\/25 {
  background-color: rgb(1 31 63 / 0.25);
}

.bg-blue-950\/30 {
  background-color: rgb(1 31 63 / 0.3);
}

.bg-blue-950\/40 {
  background-color: rgb(1 31 63 / 0.4);
}

.bg-blue-950\/5 {
  background-color: rgb(1 31 63 / 0.05);
}

.bg-blue-950\/50 {
  background-color: rgb(1 31 63 / 0.5);
}

.bg-blue-950\/60 {
  background-color: rgb(1 31 63 / 0.6);
}

.bg-blue-950\/70 {
  background-color: rgb(1 31 63 / 0.7);
}

.bg-blue-950\/75 {
  background-color: rgb(1 31 63 / 0.75);
}

.bg-blue-950\/80 {
  background-color: rgb(1 31 63 / 0.8);
}

.bg-blue-950\/90 {
  background-color: rgb(1 31 63 / 0.9);
}

.bg-blue-950\/95 {
  background-color: rgb(1 31 63 / 0.95);
}

.bg-blue\/0 {
  background-color: rgb(0 140 255 / 0);
}

.bg-blue\/10 {
  background-color: rgb(0 140 255 / 0.1);
}

.bg-blue\/100 {
  background-color: rgb(0 140 255 / 1);
}

.bg-blue\/20 {
  background-color: rgb(0 140 255 / 0.2);
}

.bg-blue\/25 {
  background-color: rgb(0 140 255 / 0.25);
}

.bg-blue\/30 {
  background-color: rgb(0 140 255 / 0.3);
}

.bg-blue\/40 {
  background-color: rgb(0 140 255 / 0.4);
}

.bg-blue\/5 {
  background-color: rgb(0 140 255 / 0.05);
}

.bg-blue\/50 {
  background-color: rgb(0 140 255 / 0.5);
}

.bg-blue\/60 {
  background-color: rgb(0 140 255 / 0.6);
}

.bg-blue\/70 {
  background-color: rgb(0 140 255 / 0.7);
}

.bg-blue\/75 {
  background-color: rgb(0 140 255 / 0.75);
}

.bg-blue\/80 {
  background-color: rgb(0 140 255 / 0.8);
}

.bg-blue\/90 {
  background-color: rgb(0 140 255 / 0.9);
}

.bg-blue\/95 {
  background-color: rgb(0 140 255 / 0.95);
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(15 13 19 / var(--tw-bg-opacity));
}

.bg-dark\/0 {
  background-color: rgb(15 13 19 / 0);
}

.bg-dark\/10 {
  background-color: rgb(15 13 19 / 0.1);
}

.bg-dark\/100 {
  background-color: rgb(15 13 19 / 1);
}

.bg-dark\/20 {
  background-color: rgb(15 13 19 / 0.2);
}

.bg-dark\/25 {
  background-color: rgb(15 13 19 / 0.25);
}

.bg-dark\/30 {
  background-color: rgb(15 13 19 / 0.3);
}

.bg-dark\/40 {
  background-color: rgb(15 13 19 / 0.4);
}

.bg-dark\/5 {
  background-color: rgb(15 13 19 / 0.05);
}

.bg-dark\/50 {
  background-color: rgb(15 13 19 / 0.5);
}

.bg-dark\/60 {
  background-color: rgb(15 13 19 / 0.6);
}

.bg-dark\/70 {
  background-color: rgb(15 13 19 / 0.7);
}

.bg-dark\/75 {
  background-color: rgb(15 13 19 / 0.75);
}

.bg-dark\/80 {
  background-color: rgb(15 13 19 / 0.8);
}

.bg-dark\/90 {
  background-color: rgb(15 13 19 / 0.9);
}

.bg-dark\/95 {
  background-color: rgb(15 13 19 / 0.95);
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(111 111 110 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
}

.bg-gray-100\/0 {
  background-color: rgb(234 234 233 / 0);
}

.bg-gray-100\/10 {
  background-color: rgb(234 234 233 / 0.1);
}

.bg-gray-100\/100 {
  background-color: rgb(234 234 233 / 1);
}

.bg-gray-100\/20 {
  background-color: rgb(234 234 233 / 0.2);
}

.bg-gray-100\/25 {
  background-color: rgb(234 234 233 / 0.25);
}

.bg-gray-100\/30 {
  background-color: rgb(234 234 233 / 0.3);
}

.bg-gray-100\/40 {
  background-color: rgb(234 234 233 / 0.4);
}

.bg-gray-100\/5 {
  background-color: rgb(234 234 233 / 0.05);
}

.bg-gray-100\/50 {
  background-color: rgb(234 234 233 / 0.5);
}

.bg-gray-100\/60 {
  background-color: rgb(234 234 233 / 0.6);
}

.bg-gray-100\/70 {
  background-color: rgb(234 234 233 / 0.7);
}

.bg-gray-100\/75 {
  background-color: rgb(234 234 233 / 0.75);
}

.bg-gray-100\/80 {
  background-color: rgb(234 234 233 / 0.8);
}

.bg-gray-100\/90 {
  background-color: rgb(234 234 233 / 0.9);
}

.bg-gray-100\/95 {
  background-color: rgb(234 234 233 / 0.95);
}

.bg-gray-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-1000\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-gray-1000\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-gray-1000\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-gray-1000\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-gray-1000\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-gray-1000\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-gray-1000\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-gray-1000\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-gray-1000\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-gray-1000\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-gray-1000\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-gray-1000\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-gray-1000\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-gray-1000\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-gray-1000\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 211 / var(--tw-bg-opacity));
}

.bg-gray-200\/0 {
  background-color: rgb(214 214 211 / 0);
}

.bg-gray-200\/10 {
  background-color: rgb(214 214 211 / 0.1);
}

.bg-gray-200\/100 {
  background-color: rgb(214 214 211 / 1);
}

.bg-gray-200\/20 {
  background-color: rgb(214 214 211 / 0.2);
}

.bg-gray-200\/25 {
  background-color: rgb(214 214 211 / 0.25);
}

.bg-gray-200\/30 {
  background-color: rgb(214 214 211 / 0.3);
}

.bg-gray-200\/40 {
  background-color: rgb(214 214 211 / 0.4);
}

.bg-gray-200\/5 {
  background-color: rgb(214 214 211 / 0.05);
}

.bg-gray-200\/50 {
  background-color: rgb(214 214 211 / 0.5);
}

.bg-gray-200\/60 {
  background-color: rgb(214 214 211 / 0.6);
}

.bg-gray-200\/70 {
  background-color: rgb(214 214 211 / 0.7);
}

.bg-gray-200\/75 {
  background-color: rgb(214 214 211 / 0.75);
}

.bg-gray-200\/80 {
  background-color: rgb(214 214 211 / 0.8);
}

.bg-gray-200\/90 {
  background-color: rgb(214 214 211 / 0.9);
}

.bg-gray-200\/95 {
  background-color: rgb(214 214 211 / 0.95);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 174 169 / var(--tw-bg-opacity));
}

.bg-gray-300\/0 {
  background-color: rgb(174 174 169 / 0);
}

.bg-gray-300\/10 {
  background-color: rgb(174 174 169 / 0.1);
}

.bg-gray-300\/100 {
  background-color: rgb(174 174 169 / 1);
}

.bg-gray-300\/20 {
  background-color: rgb(174 174 169 / 0.2);
}

.bg-gray-300\/25 {
  background-color: rgb(174 174 169 / 0.25);
}

.bg-gray-300\/30 {
  background-color: rgb(174 174 169 / 0.3);
}

.bg-gray-300\/40 {
  background-color: rgb(174 174 169 / 0.4);
}

.bg-gray-300\/5 {
  background-color: rgb(174 174 169 / 0.05);
}

.bg-gray-300\/50 {
  background-color: rgb(174 174 169 / 0.5);
}

.bg-gray-300\/60 {
  background-color: rgb(174 174 169 / 0.6);
}

.bg-gray-300\/70 {
  background-color: rgb(174 174 169 / 0.7);
}

.bg-gray-300\/75 {
  background-color: rgb(174 174 169 / 0.75);
}

.bg-gray-300\/80 {
  background-color: rgb(174 174 169 / 0.8);
}

.bg-gray-300\/90 {
  background-color: rgb(174 174 169 / 0.9);
}

.bg-gray-300\/95 {
  background-color: rgb(174 174 169 / 0.95);
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 139 136 / var(--tw-bg-opacity));
}

.bg-gray-400\/0 {
  background-color: rgb(139 139 136 / 0);
}

.bg-gray-400\/10 {
  background-color: rgb(139 139 136 / 0.1);
}

.bg-gray-400\/100 {
  background-color: rgb(139 139 136 / 1);
}

.bg-gray-400\/20 {
  background-color: rgb(139 139 136 / 0.2);
}

.bg-gray-400\/25 {
  background-color: rgb(139 139 136 / 0.25);
}

.bg-gray-400\/30 {
  background-color: rgb(139 139 136 / 0.3);
}

.bg-gray-400\/40 {
  background-color: rgb(139 139 136 / 0.4);
}

.bg-gray-400\/5 {
  background-color: rgb(139 139 136 / 0.05);
}

.bg-gray-400\/50 {
  background-color: rgb(139 139 136 / 0.5);
}

.bg-gray-400\/60 {
  background-color: rgb(139 139 136 / 0.6);
}

.bg-gray-400\/70 {
  background-color: rgb(139 139 136 / 0.7);
}

.bg-gray-400\/75 {
  background-color: rgb(139 139 136 / 0.75);
}

.bg-gray-400\/80 {
  background-color: rgb(139 139 136 / 0.8);
}

.bg-gray-400\/90 {
  background-color: rgb(139 139 136 / 0.9);
}

.bg-gray-400\/95 {
  background-color: rgb(139 139 136 / 0.95);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-gray-50\/0 {
  background-color: rgb(245 245 245 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-gray-50\/100 {
  background-color: rgb(245 245 245 / 1);
}

.bg-gray-50\/20 {
  background-color: rgb(245 245 245 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(245 245 245 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(245 245 245 / 0.3);
}

.bg-gray-50\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-gray-50\/5 {
  background-color: rgb(245 245 245 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(245 245 245 / 0.5);
}

.bg-gray-50\/60 {
  background-color: rgb(245 245 245 / 0.6);
}

.bg-gray-50\/70 {
  background-color: rgb(245 245 245 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(245 245 245 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(245 245 245 / 0.8);
}

.bg-gray-50\/90 {
  background-color: rgb(245 245 245 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(245 245 245 / 0.95);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 111 110 / var(--tw-bg-opacity));
}

.bg-gray-500\/0 {
  background-color: rgb(111 111 110 / 0);
}

.bg-gray-500\/10 {
  background-color: rgb(111 111 110 / 0.1);
}

.bg-gray-500\/100 {
  background-color: rgb(111 111 110 / 1);
}

.bg-gray-500\/20 {
  background-color: rgb(111 111 110 / 0.2);
}

.bg-gray-500\/25 {
  background-color: rgb(111 111 110 / 0.25);
}

.bg-gray-500\/30 {
  background-color: rgb(111 111 110 / 0.3);
}

.bg-gray-500\/40 {
  background-color: rgb(111 111 110 / 0.4);
}

.bg-gray-500\/5 {
  background-color: rgb(111 111 110 / 0.05);
}

.bg-gray-500\/50 {
  background-color: rgb(111 111 110 / 0.5);
}

.bg-gray-500\/60 {
  background-color: rgb(111 111 110 / 0.6);
}

.bg-gray-500\/70 {
  background-color: rgb(111 111 110 / 0.7);
}

.bg-gray-500\/75 {
  background-color: rgb(111 111 110 / 0.75);
}

.bg-gray-500\/80 {
  background-color: rgb(111 111 110 / 0.8);
}

.bg-gray-500\/90 {
  background-color: rgb(111 111 110 / 0.9);
}

.bg-gray-500\/95 {
  background-color: rgb(111 111 110 / 0.95);
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 65 67 / var(--tw-bg-opacity));
}

.bg-gray-600\/0 {
  background-color: rgb(66 65 67 / 0);
}

.bg-gray-600\/10 {
  background-color: rgb(66 65 67 / 0.1);
}

.bg-gray-600\/100 {
  background-color: rgb(66 65 67 / 1);
}

.bg-gray-600\/20 {
  background-color: rgb(66 65 67 / 0.2);
}

.bg-gray-600\/25 {
  background-color: rgb(66 65 67 / 0.25);
}

.bg-gray-600\/30 {
  background-color: rgb(66 65 67 / 0.3);
}

.bg-gray-600\/40 {
  background-color: rgb(66 65 67 / 0.4);
}

.bg-gray-600\/5 {
  background-color: rgb(66 65 67 / 0.05);
}

.bg-gray-600\/50 {
  background-color: rgb(66 65 67 / 0.5);
}

.bg-gray-600\/60 {
  background-color: rgb(66 65 67 / 0.6);
}

.bg-gray-600\/70 {
  background-color: rgb(66 65 67 / 0.7);
}

.bg-gray-600\/75 {
  background-color: rgb(66 65 67 / 0.75);
}

.bg-gray-600\/80 {
  background-color: rgb(66 65 67 / 0.8);
}

.bg-gray-600\/90 {
  background-color: rgb(66 65 67 / 0.9);
}

.bg-gray-600\/95 {
  background-color: rgb(66 65 67 / 0.95);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 48 51 / var(--tw-bg-opacity));
}

.bg-gray-700\/0 {
  background-color: rgb(49 48 51 / 0);
}

.bg-gray-700\/10 {
  background-color: rgb(49 48 51 / 0.1);
}

.bg-gray-700\/100 {
  background-color: rgb(49 48 51 / 1);
}

.bg-gray-700\/20 {
  background-color: rgb(49 48 51 / 0.2);
}

.bg-gray-700\/25 {
  background-color: rgb(49 48 51 / 0.25);
}

.bg-gray-700\/30 {
  background-color: rgb(49 48 51 / 0.3);
}

.bg-gray-700\/40 {
  background-color: rgb(49 48 51 / 0.4);
}

.bg-gray-700\/5 {
  background-color: rgb(49 48 51 / 0.05);
}

.bg-gray-700\/50 {
  background-color: rgb(49 48 51 / 0.5);
}

.bg-gray-700\/60 {
  background-color: rgb(49 48 51 / 0.6);
}

.bg-gray-700\/70 {
  background-color: rgb(49 48 51 / 0.7);
}

.bg-gray-700\/75 {
  background-color: rgb(49 48 51 / 0.75);
}

.bg-gray-700\/80 {
  background-color: rgb(49 48 51 / 0.8);
}

.bg-gray-700\/90 {
  background-color: rgb(49 48 51 / 0.9);
}

.bg-gray-700\/95 {
  background-color: rgb(49 48 51 / 0.95);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 37 / var(--tw-bg-opacity));
}

.bg-gray-800\/0 {
  background-color: rgb(34 33 37 / 0);
}

.bg-gray-800\/10 {
  background-color: rgb(34 33 37 / 0.1);
}

.bg-gray-800\/100 {
  background-color: rgb(34 33 37 / 1);
}

.bg-gray-800\/20 {
  background-color: rgb(34 33 37 / 0.2);
}

.bg-gray-800\/25 {
  background-color: rgb(34 33 37 / 0.25);
}

.bg-gray-800\/30 {
  background-color: rgb(34 33 37 / 0.3);
}

.bg-gray-800\/40 {
  background-color: rgb(34 33 37 / 0.4);
}

.bg-gray-800\/5 {
  background-color: rgb(34 33 37 / 0.05);
}

.bg-gray-800\/50 {
  background-color: rgb(34 33 37 / 0.5);
}

.bg-gray-800\/60 {
  background-color: rgb(34 33 37 / 0.6);
}

.bg-gray-800\/70 {
  background-color: rgb(34 33 37 / 0.7);
}

.bg-gray-800\/75 {
  background-color: rgb(34 33 37 / 0.75);
}

.bg-gray-800\/80 {
  background-color: rgb(34 33 37 / 0.8);
}

.bg-gray-800\/90 {
  background-color: rgb(34 33 37 / 0.9);
}

.bg-gray-800\/95 {
  background-color: rgb(34 33 37 / 0.95);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 13 19 / var(--tw-bg-opacity));
}

.bg-gray-900\/0 {
  background-color: rgb(15 13 19 / 0);
}

.bg-gray-900\/10 {
  background-color: rgb(15 13 19 / 0.1);
}

.bg-gray-900\/100 {
  background-color: rgb(15 13 19 / 1);
}

.bg-gray-900\/20 {
  background-color: rgb(15 13 19 / 0.2);
}

.bg-gray-900\/25 {
  background-color: rgb(15 13 19 / 0.25);
}

.bg-gray-900\/30 {
  background-color: rgb(15 13 19 / 0.3);
}

.bg-gray-900\/40 {
  background-color: rgb(15 13 19 / 0.4);
}

.bg-gray-900\/5 {
  background-color: rgb(15 13 19 / 0.05);
}

.bg-gray-900\/50 {
  background-color: rgb(15 13 19 / 0.5);
}

.bg-gray-900\/60 {
  background-color: rgb(15 13 19 / 0.6);
}

.bg-gray-900\/70 {
  background-color: rgb(15 13 19 / 0.7);
}

.bg-gray-900\/75 {
  background-color: rgb(15 13 19 / 0.75);
}

.bg-gray-900\/80 {
  background-color: rgb(15 13 19 / 0.8);
}

.bg-gray-900\/90 {
  background-color: rgb(15 13 19 / 0.9);
}

.bg-gray-900\/95 {
  background-color: rgb(15 13 19 / 0.95);
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}

.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}

.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}

.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}

.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}

.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}

.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}

.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}

.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}

.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}

.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}

.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}

.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}

.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}

.bg-gray\/0 {
  background-color: rgb(111 111 110 / 0);
}

.bg-gray\/10 {
  background-color: rgb(111 111 110 / 0.1);
}

.bg-gray\/100 {
  background-color: rgb(111 111 110 / 1);
}

.bg-gray\/20 {
  background-color: rgb(111 111 110 / 0.2);
}

.bg-gray\/25 {
  background-color: rgb(111 111 110 / 0.25);
}

.bg-gray\/30 {
  background-color: rgb(111 111 110 / 0.3);
}

.bg-gray\/40 {
  background-color: rgb(111 111 110 / 0.4);
}

.bg-gray\/5 {
  background-color: rgb(111 111 110 / 0.05);
}

.bg-gray\/50 {
  background-color: rgb(111 111 110 / 0.5);
}

.bg-gray\/60 {
  background-color: rgb(111 111 110 / 0.6);
}

.bg-gray\/70 {
  background-color: rgb(111 111 110 / 0.7);
}

.bg-gray\/75 {
  background-color: rgb(111 111 110 / 0.75);
}

.bg-gray\/80 {
  background-color: rgb(111 111 110 / 0.8);
}

.bg-gray\/90 {
  background-color: rgb(111 111 110 / 0.9);
}

.bg-gray\/95 {
  background-color: rgb(111 111 110 / 0.95);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-legacy {
  --tw-bg-opacity: 1;
  background-color: rgb(26 150 211 / var(--tw-bg-opacity));
}

.bg-legacy\/0 {
  background-color: rgb(26 150 211 / 0);
}

.bg-legacy\/10 {
  background-color: rgb(26 150 211 / 0.1);
}

.bg-legacy\/100 {
  background-color: rgb(26 150 211 / 1);
}

.bg-legacy\/20 {
  background-color: rgb(26 150 211 / 0.2);
}

.bg-legacy\/25 {
  background-color: rgb(26 150 211 / 0.25);
}

.bg-legacy\/30 {
  background-color: rgb(26 150 211 / 0.3);
}

.bg-legacy\/40 {
  background-color: rgb(26 150 211 / 0.4);
}

.bg-legacy\/5 {
  background-color: rgb(26 150 211 / 0.05);
}

.bg-legacy\/50 {
  background-color: rgb(26 150 211 / 0.5);
}

.bg-legacy\/60 {
  background-color: rgb(26 150 211 / 0.6);
}

.bg-legacy\/70 {
  background-color: rgb(26 150 211 / 0.7);
}

.bg-legacy\/75 {
  background-color: rgb(26 150 211 / 0.75);
}

.bg-legacy\/80 {
  background-color: rgb(26 150 211 / 0.8);
}

.bg-legacy\/90 {
  background-color: rgb(26 150 211 / 0.9);
}

.bg-legacy\/95 {
  background-color: rgb(26 150 211 / 0.95);
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-light\/0 {
  background-color: rgb(245 245 245 / 0);
}

.bg-light\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-light\/100 {
  background-color: rgb(245 245 245 / 1);
}

.bg-light\/20 {
  background-color: rgb(245 245 245 / 0.2);
}

.bg-light\/25 {
  background-color: rgb(245 245 245 / 0.25);
}

.bg-light\/30 {
  background-color: rgb(245 245 245 / 0.3);
}

.bg-light\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-light\/5 {
  background-color: rgb(245 245 245 / 0.05);
}

.bg-light\/50 {
  background-color: rgb(245 245 245 / 0.5);
}

.bg-light\/60 {
  background-color: rgb(245 245 245 / 0.6);
}

.bg-light\/70 {
  background-color: rgb(245 245 245 / 0.7);
}

.bg-light\/75 {
  background-color: rgb(245 245 245 / 0.75);
}

.bg-light\/80 {
  background-color: rgb(245 245 245 / 0.8);
}

.bg-light\/90 {
  background-color: rgb(245 245 245 / 0.9);
}

.bg-light\/95 {
  background-color: rgb(245 245 245 / 0.95);
}

.bg-neutral-250 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 230 235 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(58 23 184 / var(--tw-bg-opacity));
}

.bg-secondary\/0 {
  background-color: rgb(58 23 184 / 0);
}

.bg-secondary\/10 {
  background-color: rgb(58 23 184 / 0.1);
}

.bg-secondary\/100 {
  background-color: rgb(58 23 184 / 1);
}

.bg-secondary\/20 {
  background-color: rgb(58 23 184 / 0.2);
}

.bg-secondary\/25 {
  background-color: rgb(58 23 184 / 0.25);
}

.bg-secondary\/30 {
  background-color: rgb(58 23 184 / 0.3);
}

.bg-secondary\/40 {
  background-color: rgb(58 23 184 / 0.4);
}

.bg-secondary\/5 {
  background-color: rgb(58 23 184 / 0.05);
}

.bg-secondary\/50 {
  background-color: rgb(58 23 184 / 0.5);
}

.bg-secondary\/60 {
  background-color: rgb(58 23 184 / 0.6);
}

.bg-secondary\/70 {
  background-color: rgb(58 23 184 / 0.7);
}

.bg-secondary\/75 {
  background-color: rgb(58 23 184 / 0.75);
}

.bg-secondary\/80 {
  background-color: rgb(58 23 184 / 0.8);
}

.bg-secondary\/90 {
  background-color: rgb(58 23 184 / 0.9);
}

.bg-secondary\/95 {
  background-color: rgb(58 23 184 / 0.95);
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

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

.from-black {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-950\/80 {
  --tw-gradient-from: rgb(3 7 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-950\/60 {
  --tw-gradient-to: rgb(3 7 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 7 18 / 0.6) var(--tw-gradient-via-position), 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);
}

.to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.to-gray-950\/0 {
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
}

.\!fill-black {
  fill: #000000 !important;
}

.\!fill-black\/0 {
  fill: rgb(0 0 0 / 0) !important;
}

.\!fill-black\/10 {
  fill: rgb(0 0 0 / 0.1) !important;
}

.\!fill-black\/100 {
  fill: rgb(0 0 0 / 1) !important;
}

.\!fill-black\/20 {
  fill: rgb(0 0 0 / 0.2) !important;
}

.\!fill-black\/25 {
  fill: rgb(0 0 0 / 0.25) !important;
}

.\!fill-black\/30 {
  fill: rgb(0 0 0 / 0.3) !important;
}

.\!fill-black\/40 {
  fill: rgb(0 0 0 / 0.4) !important;
}

.\!fill-black\/5 {
  fill: rgb(0 0 0 / 0.05) !important;
}

.\!fill-black\/50 {
  fill: rgb(0 0 0 / 0.5) !important;
}

.\!fill-black\/60 {
  fill: rgb(0 0 0 / 0.6) !important;
}

.\!fill-black\/70 {
  fill: rgb(0 0 0 / 0.7) !important;
}

.\!fill-black\/75 {
  fill: rgb(0 0 0 / 0.75) !important;
}

.\!fill-black\/80 {
  fill: rgb(0 0 0 / 0.8) !important;
}

.\!fill-black\/90 {
  fill: rgb(0 0 0 / 0.9) !important;
}

.\!fill-black\/95 {
  fill: rgb(0 0 0 / 0.95) !important;
}

.\!fill-blue {
  fill: #008CFF !important;
}

.\!fill-blue-100 {
  fill: #C8E0FE !important;
}

.\!fill-blue-100\/0 {
  fill: rgb(200 224 254 / 0) !important;
}

.\!fill-blue-100\/10 {
  fill: rgb(200 224 254 / 0.1) !important;
}

.\!fill-blue-100\/100 {
  fill: rgb(200 224 254 / 1) !important;
}

.\!fill-blue-100\/20 {
  fill: rgb(200 224 254 / 0.2) !important;
}

.\!fill-blue-100\/25 {
  fill: rgb(200 224 254 / 0.25) !important;
}

.\!fill-blue-100\/30 {
  fill: rgb(200 224 254 / 0.3) !important;
}

.\!fill-blue-100\/40 {
  fill: rgb(200 224 254 / 0.4) !important;
}

.\!fill-blue-100\/5 {
  fill: rgb(200 224 254 / 0.05) !important;
}

.\!fill-blue-100\/50 {
  fill: rgb(200 224 254 / 0.5) !important;
}

.\!fill-blue-100\/60 {
  fill: rgb(200 224 254 / 0.6) !important;
}

.\!fill-blue-100\/70 {
  fill: rgb(200 224 254 / 0.7) !important;
}

.\!fill-blue-100\/75 {
  fill: rgb(200 224 254 / 0.75) !important;
}

.\!fill-blue-100\/80 {
  fill: rgb(200 224 254 / 0.8) !important;
}

.\!fill-blue-100\/90 {
  fill: rgb(200 224 254 / 0.9) !important;
}

.\!fill-blue-100\/95 {
  fill: rgb(200 224 254 / 0.95) !important;
}

.\!fill-blue-200 {
  fill: #A4CCFB !important;
}

.\!fill-blue-200\/0 {
  fill: rgb(164 204 251 / 0) !important;
}

.\!fill-blue-200\/10 {
  fill: rgb(164 204 251 / 0.1) !important;
}

.\!fill-blue-200\/100 {
  fill: rgb(164 204 251 / 1) !important;
}

.\!fill-blue-200\/20 {
  fill: rgb(164 204 251 / 0.2) !important;
}

.\!fill-blue-200\/25 {
  fill: rgb(164 204 251 / 0.25) !important;
}

.\!fill-blue-200\/30 {
  fill: rgb(164 204 251 / 0.3) !important;
}

.\!fill-blue-200\/40 {
  fill: rgb(164 204 251 / 0.4) !important;
}

.\!fill-blue-200\/5 {
  fill: rgb(164 204 251 / 0.05) !important;
}

.\!fill-blue-200\/50 {
  fill: rgb(164 204 251 / 0.5) !important;
}

.\!fill-blue-200\/60 {
  fill: rgb(164 204 251 / 0.6) !important;
}

.\!fill-blue-200\/70 {
  fill: rgb(164 204 251 / 0.7) !important;
}

.\!fill-blue-200\/75 {
  fill: rgb(164 204 251 / 0.75) !important;
}

.\!fill-blue-200\/80 {
  fill: rgb(164 204 251 / 0.8) !important;
}

.\!fill-blue-200\/90 {
  fill: rgb(164 204 251 / 0.9) !important;
}

.\!fill-blue-200\/95 {
  fill: rgb(164 204 251 / 0.95) !important;
}

.\!fill-blue-300 {
  fill: #80B8F9 !important;
}

.\!fill-blue-300\/0 {
  fill: rgb(128 184 249 / 0) !important;
}

.\!fill-blue-300\/10 {
  fill: rgb(128 184 249 / 0.1) !important;
}

.\!fill-blue-300\/100 {
  fill: rgb(128 184 249 / 1) !important;
}

.\!fill-blue-300\/20 {
  fill: rgb(128 184 249 / 0.2) !important;
}

.\!fill-blue-300\/25 {
  fill: rgb(128 184 249 / 0.25) !important;
}

.\!fill-blue-300\/30 {
  fill: rgb(128 184 249 / 0.3) !important;
}

.\!fill-blue-300\/40 {
  fill: rgb(128 184 249 / 0.4) !important;
}

.\!fill-blue-300\/5 {
  fill: rgb(128 184 249 / 0.05) !important;
}

.\!fill-blue-300\/50 {
  fill: rgb(128 184 249 / 0.5) !important;
}

.\!fill-blue-300\/60 {
  fill: rgb(128 184 249 / 0.6) !important;
}

.\!fill-blue-300\/70 {
  fill: rgb(128 184 249 / 0.7) !important;
}

.\!fill-blue-300\/75 {
  fill: rgb(128 184 249 / 0.75) !important;
}

.\!fill-blue-300\/80 {
  fill: rgb(128 184 249 / 0.8) !important;
}

.\!fill-blue-300\/90 {
  fill: rgb(128 184 249 / 0.9) !important;
}

.\!fill-blue-300\/95 {
  fill: rgb(128 184 249 / 0.95) !important;
}

.\!fill-blue-400 {
  fill: #59A3F6 !important;
}

.\!fill-blue-400\/0 {
  fill: rgb(89 163 246 / 0) !important;
}

.\!fill-blue-400\/10 {
  fill: rgb(89 163 246 / 0.1) !important;
}

.\!fill-blue-400\/100 {
  fill: rgb(89 163 246 / 1) !important;
}

.\!fill-blue-400\/20 {
  fill: rgb(89 163 246 / 0.2) !important;
}

.\!fill-blue-400\/25 {
  fill: rgb(89 163 246 / 0.25) !important;
}

.\!fill-blue-400\/30 {
  fill: rgb(89 163 246 / 0.3) !important;
}

.\!fill-blue-400\/40 {
  fill: rgb(89 163 246 / 0.4) !important;
}

.\!fill-blue-400\/5 {
  fill: rgb(89 163 246 / 0.05) !important;
}

.\!fill-blue-400\/50 {
  fill: rgb(89 163 246 / 0.5) !important;
}

.\!fill-blue-400\/60 {
  fill: rgb(89 163 246 / 0.6) !important;
}

.\!fill-blue-400\/70 {
  fill: rgb(89 163 246 / 0.7) !important;
}

.\!fill-blue-400\/75 {
  fill: rgb(89 163 246 / 0.75) !important;
}

.\!fill-blue-400\/80 {
  fill: rgb(89 163 246 / 0.8) !important;
}

.\!fill-blue-400\/90 {
  fill: rgb(89 163 246 / 0.9) !important;
}

.\!fill-blue-400\/95 {
  fill: rgb(89 163 246 / 0.95) !important;
}

.\!fill-blue-50 {
  fill: #ECF5FF !important;
}

.\!fill-blue-50\/0 {
  fill: rgb(236 245 255 / 0) !important;
}

.\!fill-blue-50\/10 {
  fill: rgb(236 245 255 / 0.1) !important;
}

.\!fill-blue-50\/100 {
  fill: rgb(236 245 255 / 1) !important;
}

.\!fill-blue-50\/20 {
  fill: rgb(236 245 255 / 0.2) !important;
}

.\!fill-blue-50\/25 {
  fill: rgb(236 245 255 / 0.25) !important;
}

.\!fill-blue-50\/30 {
  fill: rgb(236 245 255 / 0.3) !important;
}

.\!fill-blue-50\/40 {
  fill: rgb(236 245 255 / 0.4) !important;
}

.\!fill-blue-50\/5 {
  fill: rgb(236 245 255 / 0.05) !important;
}

.\!fill-blue-50\/50 {
  fill: rgb(236 245 255 / 0.5) !important;
}

.\!fill-blue-50\/60 {
  fill: rgb(236 245 255 / 0.6) !important;
}

.\!fill-blue-50\/70 {
  fill: rgb(236 245 255 / 0.7) !important;
}

.\!fill-blue-50\/75 {
  fill: rgb(236 245 255 / 0.75) !important;
}

.\!fill-blue-50\/80 {
  fill: rgb(236 245 255 / 0.8) !important;
}

.\!fill-blue-50\/90 {
  fill: rgb(236 245 255 / 0.9) !important;
}

.\!fill-blue-50\/95 {
  fill: rgb(236 245 255 / 0.95) !important;
}

.\!fill-blue-500 {
  fill: #008CFF !important;
}

.\!fill-blue-500\/0 {
  fill: rgb(0 140 255 / 0) !important;
}

.\!fill-blue-500\/10 {
  fill: rgb(0 140 255 / 0.1) !important;
}

.\!fill-blue-500\/100 {
  fill: rgb(0 140 255 / 1) !important;
}

.\!fill-blue-500\/20 {
  fill: rgb(0 140 255 / 0.2) !important;
}

.\!fill-blue-500\/25 {
  fill: rgb(0 140 255 / 0.25) !important;
}

.\!fill-blue-500\/30 {
  fill: rgb(0 140 255 / 0.3) !important;
}

.\!fill-blue-500\/40 {
  fill: rgb(0 140 255 / 0.4) !important;
}

.\!fill-blue-500\/5 {
  fill: rgb(0 140 255 / 0.05) !important;
}

.\!fill-blue-500\/50 {
  fill: rgb(0 140 255 / 0.5) !important;
}

.\!fill-blue-500\/60 {
  fill: rgb(0 140 255 / 0.6) !important;
}

.\!fill-blue-500\/70 {
  fill: rgb(0 140 255 / 0.7) !important;
}

.\!fill-blue-500\/75 {
  fill: rgb(0 140 255 / 0.75) !important;
}

.\!fill-blue-500\/80 {
  fill: rgb(0 140 255 / 0.8) !important;
}

.\!fill-blue-500\/90 {
  fill: rgb(0 140 255 / 0.9) !important;
}

.\!fill-blue-500\/95 {
  fill: rgb(0 140 255 / 0.95) !important;
}

.\!fill-blue-600 {
  fill: #1877D2 !important;
}

.\!fill-blue-600\/0 {
  fill: rgb(24 119 210 / 0) !important;
}

.\!fill-blue-600\/10 {
  fill: rgb(24 119 210 / 0.1) !important;
}

.\!fill-blue-600\/100 {
  fill: rgb(24 119 210 / 1) !important;
}

.\!fill-blue-600\/20 {
  fill: rgb(24 119 210 / 0.2) !important;
}

.\!fill-blue-600\/25 {
  fill: rgb(24 119 210 / 0.25) !important;
}

.\!fill-blue-600\/30 {
  fill: rgb(24 119 210 / 0.3) !important;
}

.\!fill-blue-600\/40 {
  fill: rgb(24 119 210 / 0.4) !important;
}

.\!fill-blue-600\/5 {
  fill: rgb(24 119 210 / 0.05) !important;
}

.\!fill-blue-600\/50 {
  fill: rgb(24 119 210 / 0.5) !important;
}

.\!fill-blue-600\/60 {
  fill: rgb(24 119 210 / 0.6) !important;
}

.\!fill-blue-600\/70 {
  fill: rgb(24 119 210 / 0.7) !important;
}

.\!fill-blue-600\/75 {
  fill: rgb(24 119 210 / 0.75) !important;
}

.\!fill-blue-600\/80 {
  fill: rgb(24 119 210 / 0.8) !important;
}

.\!fill-blue-600\/90 {
  fill: rgb(24 119 210 / 0.9) !important;
}

.\!fill-blue-600\/95 {
  fill: rgb(24 119 210 / 0.95) !important;
}

.\!fill-blue-700 {
  fill: #085FAE !important;
}

.\!fill-blue-700\/0 {
  fill: rgb(8 95 174 / 0) !important;
}

.\!fill-blue-700\/10 {
  fill: rgb(8 95 174 / 0.1) !important;
}

.\!fill-blue-700\/100 {
  fill: rgb(8 95 174 / 1) !important;
}

.\!fill-blue-700\/20 {
  fill: rgb(8 95 174 / 0.2) !important;
}

.\!fill-blue-700\/25 {
  fill: rgb(8 95 174 / 0.25) !important;
}

.\!fill-blue-700\/30 {
  fill: rgb(8 95 174 / 0.3) !important;
}

.\!fill-blue-700\/40 {
  fill: rgb(8 95 174 / 0.4) !important;
}

.\!fill-blue-700\/5 {
  fill: rgb(8 95 174 / 0.05) !important;
}

.\!fill-blue-700\/50 {
  fill: rgb(8 95 174 / 0.5) !important;
}

.\!fill-blue-700\/60 {
  fill: rgb(8 95 174 / 0.6) !important;
}

.\!fill-blue-700\/70 {
  fill: rgb(8 95 174 / 0.7) !important;
}

.\!fill-blue-700\/75 {
  fill: rgb(8 95 174 / 0.75) !important;
}

.\!fill-blue-700\/80 {
  fill: rgb(8 95 174 / 0.8) !important;
}

.\!fill-blue-700\/90 {
  fill: rgb(8 95 174 / 0.9) !important;
}

.\!fill-blue-700\/95 {
  fill: rgb(8 95 174 / 0.95) !important;
}

.\!fill-blue-800 {
  fill: #0F4983 !important;
}

.\!fill-blue-800\/0 {
  fill: rgb(15 73 131 / 0) !important;
}

.\!fill-blue-800\/10 {
  fill: rgb(15 73 131 / 0.1) !important;
}

.\!fill-blue-800\/100 {
  fill: rgb(15 73 131 / 1) !important;
}

.\!fill-blue-800\/20 {
  fill: rgb(15 73 131 / 0.2) !important;
}

.\!fill-blue-800\/25 {
  fill: rgb(15 73 131 / 0.25) !important;
}

.\!fill-blue-800\/30 {
  fill: rgb(15 73 131 / 0.3) !important;
}

.\!fill-blue-800\/40 {
  fill: rgb(15 73 131 / 0.4) !important;
}

.\!fill-blue-800\/5 {
  fill: rgb(15 73 131 / 0.05) !important;
}

.\!fill-blue-800\/50 {
  fill: rgb(15 73 131 / 0.5) !important;
}

.\!fill-blue-800\/60 {
  fill: rgb(15 73 131 / 0.6) !important;
}

.\!fill-blue-800\/70 {
  fill: rgb(15 73 131 / 0.7) !important;
}

.\!fill-blue-800\/75 {
  fill: rgb(15 73 131 / 0.75) !important;
}

.\!fill-blue-800\/80 {
  fill: rgb(15 73 131 / 0.8) !important;
}

.\!fill-blue-800\/90 {
  fill: rgb(15 73 131 / 0.9) !important;
}

.\!fill-blue-800\/95 {
  fill: rgb(15 73 131 / 0.95) !important;
}

.\!fill-blue-900 {
  fill: #033361 !important;
}

.\!fill-blue-900\/0 {
  fill: rgb(3 51 97 / 0) !important;
}

.\!fill-blue-900\/10 {
  fill: rgb(3 51 97 / 0.1) !important;
}

.\!fill-blue-900\/100 {
  fill: rgb(3 51 97 / 1) !important;
}

.\!fill-blue-900\/20 {
  fill: rgb(3 51 97 / 0.2) !important;
}

.\!fill-blue-900\/25 {
  fill: rgb(3 51 97 / 0.25) !important;
}

.\!fill-blue-900\/30 {
  fill: rgb(3 51 97 / 0.3) !important;
}

.\!fill-blue-900\/40 {
  fill: rgb(3 51 97 / 0.4) !important;
}

.\!fill-blue-900\/5 {
  fill: rgb(3 51 97 / 0.05) !important;
}

.\!fill-blue-900\/50 {
  fill: rgb(3 51 97 / 0.5) !important;
}

.\!fill-blue-900\/60 {
  fill: rgb(3 51 97 / 0.6) !important;
}

.\!fill-blue-900\/70 {
  fill: rgb(3 51 97 / 0.7) !important;
}

.\!fill-blue-900\/75 {
  fill: rgb(3 51 97 / 0.75) !important;
}

.\!fill-blue-900\/80 {
  fill: rgb(3 51 97 / 0.8) !important;
}

.\!fill-blue-900\/90 {
  fill: rgb(3 51 97 / 0.9) !important;
}

.\!fill-blue-900\/95 {
  fill: rgb(3 51 97 / 0.95) !important;
}

.\!fill-blue-950 {
  fill: #011F3F !important;
}

.\!fill-blue-950\/0 {
  fill: rgb(1 31 63 / 0) !important;
}

.\!fill-blue-950\/10 {
  fill: rgb(1 31 63 / 0.1) !important;
}

.\!fill-blue-950\/100 {
  fill: rgb(1 31 63 / 1) !important;
}

.\!fill-blue-950\/20 {
  fill: rgb(1 31 63 / 0.2) !important;
}

.\!fill-blue-950\/25 {
  fill: rgb(1 31 63 / 0.25) !important;
}

.\!fill-blue-950\/30 {
  fill: rgb(1 31 63 / 0.3) !important;
}

.\!fill-blue-950\/40 {
  fill: rgb(1 31 63 / 0.4) !important;
}

.\!fill-blue-950\/5 {
  fill: rgb(1 31 63 / 0.05) !important;
}

.\!fill-blue-950\/50 {
  fill: rgb(1 31 63 / 0.5) !important;
}

.\!fill-blue-950\/60 {
  fill: rgb(1 31 63 / 0.6) !important;
}

.\!fill-blue-950\/70 {
  fill: rgb(1 31 63 / 0.7) !important;
}

.\!fill-blue-950\/75 {
  fill: rgb(1 31 63 / 0.75) !important;
}

.\!fill-blue-950\/80 {
  fill: rgb(1 31 63 / 0.8) !important;
}

.\!fill-blue-950\/90 {
  fill: rgb(1 31 63 / 0.9) !important;
}

.\!fill-blue-950\/95 {
  fill: rgb(1 31 63 / 0.95) !important;
}

.\!fill-blue\/0 {
  fill: rgb(0 140 255 / 0) !important;
}

.\!fill-blue\/10 {
  fill: rgb(0 140 255 / 0.1) !important;
}

.\!fill-blue\/100 {
  fill: rgb(0 140 255 / 1) !important;
}

.\!fill-blue\/20 {
  fill: rgb(0 140 255 / 0.2) !important;
}

.\!fill-blue\/25 {
  fill: rgb(0 140 255 / 0.25) !important;
}

.\!fill-blue\/30 {
  fill: rgb(0 140 255 / 0.3) !important;
}

.\!fill-blue\/40 {
  fill: rgb(0 140 255 / 0.4) !important;
}

.\!fill-blue\/5 {
  fill: rgb(0 140 255 / 0.05) !important;
}

.\!fill-blue\/50 {
  fill: rgb(0 140 255 / 0.5) !important;
}

.\!fill-blue\/60 {
  fill: rgb(0 140 255 / 0.6) !important;
}

.\!fill-blue\/70 {
  fill: rgb(0 140 255 / 0.7) !important;
}

.\!fill-blue\/75 {
  fill: rgb(0 140 255 / 0.75) !important;
}

.\!fill-blue\/80 {
  fill: rgb(0 140 255 / 0.8) !important;
}

.\!fill-blue\/90 {
  fill: rgb(0 140 255 / 0.9) !important;
}

.\!fill-blue\/95 {
  fill: rgb(0 140 255 / 0.95) !important;
}

.\!fill-dark {
  fill: #0F0D13 !important;
}

.\!fill-dark\/0 {
  fill: rgb(15 13 19 / 0) !important;
}

.\!fill-dark\/10 {
  fill: rgb(15 13 19 / 0.1) !important;
}

.\!fill-dark\/100 {
  fill: rgb(15 13 19 / 1) !important;
}

.\!fill-dark\/20 {
  fill: rgb(15 13 19 / 0.2) !important;
}

.\!fill-dark\/25 {
  fill: rgb(15 13 19 / 0.25) !important;
}

.\!fill-dark\/30 {
  fill: rgb(15 13 19 / 0.3) !important;
}

.\!fill-dark\/40 {
  fill: rgb(15 13 19 / 0.4) !important;
}

.\!fill-dark\/5 {
  fill: rgb(15 13 19 / 0.05) !important;
}

.\!fill-dark\/50 {
  fill: rgb(15 13 19 / 0.5) !important;
}

.\!fill-dark\/60 {
  fill: rgb(15 13 19 / 0.6) !important;
}

.\!fill-dark\/70 {
  fill: rgb(15 13 19 / 0.7) !important;
}

.\!fill-dark\/75 {
  fill: rgb(15 13 19 / 0.75) !important;
}

.\!fill-dark\/80 {
  fill: rgb(15 13 19 / 0.8) !important;
}

.\!fill-dark\/90 {
  fill: rgb(15 13 19 / 0.9) !important;
}

.\!fill-dark\/95 {
  fill: rgb(15 13 19 / 0.95) !important;
}

.\!fill-gray {
  fill: #6F6F6E !important;
}

.\!fill-gray-100 {
  fill: #EAEAE9 !important;
}

.\!fill-gray-100\/0 {
  fill: rgb(234 234 233 / 0) !important;
}

.\!fill-gray-100\/10 {
  fill: rgb(234 234 233 / 0.1) !important;
}

.\!fill-gray-100\/100 {
  fill: rgb(234 234 233 / 1) !important;
}

.\!fill-gray-100\/20 {
  fill: rgb(234 234 233 / 0.2) !important;
}

.\!fill-gray-100\/25 {
  fill: rgb(234 234 233 / 0.25) !important;
}

.\!fill-gray-100\/30 {
  fill: rgb(234 234 233 / 0.3) !important;
}

.\!fill-gray-100\/40 {
  fill: rgb(234 234 233 / 0.4) !important;
}

.\!fill-gray-100\/5 {
  fill: rgb(234 234 233 / 0.05) !important;
}

.\!fill-gray-100\/50 {
  fill: rgb(234 234 233 / 0.5) !important;
}

.\!fill-gray-100\/60 {
  fill: rgb(234 234 233 / 0.6) !important;
}

.\!fill-gray-100\/70 {
  fill: rgb(234 234 233 / 0.7) !important;
}

.\!fill-gray-100\/75 {
  fill: rgb(234 234 233 / 0.75) !important;
}

.\!fill-gray-100\/80 {
  fill: rgb(234 234 233 / 0.8) !important;
}

.\!fill-gray-100\/90 {
  fill: rgb(234 234 233 / 0.9) !important;
}

.\!fill-gray-100\/95 {
  fill: rgb(234 234 233 / 0.95) !important;
}

.\!fill-gray-1000 {
  fill: #000000 !important;
}

.\!fill-gray-1000\/0 {
  fill: rgb(0 0 0 / 0) !important;
}

.\!fill-gray-1000\/10 {
  fill: rgb(0 0 0 / 0.1) !important;
}

.\!fill-gray-1000\/100 {
  fill: rgb(0 0 0 / 1) !important;
}

.\!fill-gray-1000\/20 {
  fill: rgb(0 0 0 / 0.2) !important;
}

.\!fill-gray-1000\/25 {
  fill: rgb(0 0 0 / 0.25) !important;
}

.\!fill-gray-1000\/30 {
  fill: rgb(0 0 0 / 0.3) !important;
}

.\!fill-gray-1000\/40 {
  fill: rgb(0 0 0 / 0.4) !important;
}

.\!fill-gray-1000\/5 {
  fill: rgb(0 0 0 / 0.05) !important;
}

.\!fill-gray-1000\/50 {
  fill: rgb(0 0 0 / 0.5) !important;
}

.\!fill-gray-1000\/60 {
  fill: rgb(0 0 0 / 0.6) !important;
}

.\!fill-gray-1000\/70 {
  fill: rgb(0 0 0 / 0.7) !important;
}

.\!fill-gray-1000\/75 {
  fill: rgb(0 0 0 / 0.75) !important;
}

.\!fill-gray-1000\/80 {
  fill: rgb(0 0 0 / 0.8) !important;
}

.\!fill-gray-1000\/90 {
  fill: rgb(0 0 0 / 0.9) !important;
}

.\!fill-gray-1000\/95 {
  fill: rgb(0 0 0 / 0.95) !important;
}

.\!fill-gray-200 {
  fill: #D6D6D3 !important;
}

.\!fill-gray-200\/0 {
  fill: rgb(214 214 211 / 0) !important;
}

.\!fill-gray-200\/10 {
  fill: rgb(214 214 211 / 0.1) !important;
}

.\!fill-gray-200\/100 {
  fill: rgb(214 214 211 / 1) !important;
}

.\!fill-gray-200\/20 {
  fill: rgb(214 214 211 / 0.2) !important;
}

.\!fill-gray-200\/25 {
  fill: rgb(214 214 211 / 0.25) !important;
}

.\!fill-gray-200\/30 {
  fill: rgb(214 214 211 / 0.3) !important;
}

.\!fill-gray-200\/40 {
  fill: rgb(214 214 211 / 0.4) !important;
}

.\!fill-gray-200\/5 {
  fill: rgb(214 214 211 / 0.05) !important;
}

.\!fill-gray-200\/50 {
  fill: rgb(214 214 211 / 0.5) !important;
}

.\!fill-gray-200\/60 {
  fill: rgb(214 214 211 / 0.6) !important;
}

.\!fill-gray-200\/70 {
  fill: rgb(214 214 211 / 0.7) !important;
}

.\!fill-gray-200\/75 {
  fill: rgb(214 214 211 / 0.75) !important;
}

.\!fill-gray-200\/80 {
  fill: rgb(214 214 211 / 0.8) !important;
}

.\!fill-gray-200\/90 {
  fill: rgb(214 214 211 / 0.9) !important;
}

.\!fill-gray-200\/95 {
  fill: rgb(214 214 211 / 0.95) !important;
}

.\!fill-gray-300 {
  fill: #AEAEA9 !important;
}

.\!fill-gray-300\/0 {
  fill: rgb(174 174 169 / 0) !important;
}

.\!fill-gray-300\/10 {
  fill: rgb(174 174 169 / 0.1) !important;
}

.\!fill-gray-300\/100 {
  fill: rgb(174 174 169 / 1) !important;
}

.\!fill-gray-300\/20 {
  fill: rgb(174 174 169 / 0.2) !important;
}

.\!fill-gray-300\/25 {
  fill: rgb(174 174 169 / 0.25) !important;
}

.\!fill-gray-300\/30 {
  fill: rgb(174 174 169 / 0.3) !important;
}

.\!fill-gray-300\/40 {
  fill: rgb(174 174 169 / 0.4) !important;
}

.\!fill-gray-300\/5 {
  fill: rgb(174 174 169 / 0.05) !important;
}

.\!fill-gray-300\/50 {
  fill: rgb(174 174 169 / 0.5) !important;
}

.\!fill-gray-300\/60 {
  fill: rgb(174 174 169 / 0.6) !important;
}

.\!fill-gray-300\/70 {
  fill: rgb(174 174 169 / 0.7) !important;
}

.\!fill-gray-300\/75 {
  fill: rgb(174 174 169 / 0.75) !important;
}

.\!fill-gray-300\/80 {
  fill: rgb(174 174 169 / 0.8) !important;
}

.\!fill-gray-300\/90 {
  fill: rgb(174 174 169 / 0.9) !important;
}

.\!fill-gray-300\/95 {
  fill: rgb(174 174 169 / 0.95) !important;
}

.\!fill-gray-400 {
  fill: #8B8B88 !important;
}

.\!fill-gray-400\/0 {
  fill: rgb(139 139 136 / 0) !important;
}

.\!fill-gray-400\/10 {
  fill: rgb(139 139 136 / 0.1) !important;
}

.\!fill-gray-400\/100 {
  fill: rgb(139 139 136 / 1) !important;
}

.\!fill-gray-400\/20 {
  fill: rgb(139 139 136 / 0.2) !important;
}

.\!fill-gray-400\/25 {
  fill: rgb(139 139 136 / 0.25) !important;
}

.\!fill-gray-400\/30 {
  fill: rgb(139 139 136 / 0.3) !important;
}

.\!fill-gray-400\/40 {
  fill: rgb(139 139 136 / 0.4) !important;
}

.\!fill-gray-400\/5 {
  fill: rgb(139 139 136 / 0.05) !important;
}

.\!fill-gray-400\/50 {
  fill: rgb(139 139 136 / 0.5) !important;
}

.\!fill-gray-400\/60 {
  fill: rgb(139 139 136 / 0.6) !important;
}

.\!fill-gray-400\/70 {
  fill: rgb(139 139 136 / 0.7) !important;
}

.\!fill-gray-400\/75 {
  fill: rgb(139 139 136 / 0.75) !important;
}

.\!fill-gray-400\/80 {
  fill: rgb(139 139 136 / 0.8) !important;
}

.\!fill-gray-400\/90 {
  fill: rgb(139 139 136 / 0.9) !important;
}

.\!fill-gray-400\/95 {
  fill: rgb(139 139 136 / 0.95) !important;
}

.\!fill-gray-50 {
  fill: #f5f5f5 !important;
}

.\!fill-gray-50\/0 {
  fill: rgb(245 245 245 / 0) !important;
}

.\!fill-gray-50\/10 {
  fill: rgb(245 245 245 / 0.1) !important;
}

.\!fill-gray-50\/100 {
  fill: rgb(245 245 245 / 1) !important;
}

.\!fill-gray-50\/20 {
  fill: rgb(245 245 245 / 0.2) !important;
}

.\!fill-gray-50\/25 {
  fill: rgb(245 245 245 / 0.25) !important;
}

.\!fill-gray-50\/30 {
  fill: rgb(245 245 245 / 0.3) !important;
}

.\!fill-gray-50\/40 {
  fill: rgb(245 245 245 / 0.4) !important;
}

.\!fill-gray-50\/5 {
  fill: rgb(245 245 245 / 0.05) !important;
}

.\!fill-gray-50\/50 {
  fill: rgb(245 245 245 / 0.5) !important;
}

.\!fill-gray-50\/60 {
  fill: rgb(245 245 245 / 0.6) !important;
}

.\!fill-gray-50\/70 {
  fill: rgb(245 245 245 / 0.7) !important;
}

.\!fill-gray-50\/75 {
  fill: rgb(245 245 245 / 0.75) !important;
}

.\!fill-gray-50\/80 {
  fill: rgb(245 245 245 / 0.8) !important;
}

.\!fill-gray-50\/90 {
  fill: rgb(245 245 245 / 0.9) !important;
}

.\!fill-gray-50\/95 {
  fill: rgb(245 245 245 / 0.95) !important;
}

.\!fill-gray-500 {
  fill: #6F6F6E !important;
}

.\!fill-gray-500\/0 {
  fill: rgb(111 111 110 / 0) !important;
}

.\!fill-gray-500\/10 {
  fill: rgb(111 111 110 / 0.1) !important;
}

.\!fill-gray-500\/100 {
  fill: rgb(111 111 110 / 1) !important;
}

.\!fill-gray-500\/20 {
  fill: rgb(111 111 110 / 0.2) !important;
}

.\!fill-gray-500\/25 {
  fill: rgb(111 111 110 / 0.25) !important;
}

.\!fill-gray-500\/30 {
  fill: rgb(111 111 110 / 0.3) !important;
}

.\!fill-gray-500\/40 {
  fill: rgb(111 111 110 / 0.4) !important;
}

.\!fill-gray-500\/5 {
  fill: rgb(111 111 110 / 0.05) !important;
}

.\!fill-gray-500\/50 {
  fill: rgb(111 111 110 / 0.5) !important;
}

.\!fill-gray-500\/60 {
  fill: rgb(111 111 110 / 0.6) !important;
}

.\!fill-gray-500\/70 {
  fill: rgb(111 111 110 / 0.7) !important;
}

.\!fill-gray-500\/75 {
  fill: rgb(111 111 110 / 0.75) !important;
}

.\!fill-gray-500\/80 {
  fill: rgb(111 111 110 / 0.8) !important;
}

.\!fill-gray-500\/90 {
  fill: rgb(111 111 110 / 0.9) !important;
}

.\!fill-gray-500\/95 {
  fill: rgb(111 111 110 / 0.95) !important;
}

.\!fill-gray-600 {
  fill: #424143 !important;
}

.\!fill-gray-600\/0 {
  fill: rgb(66 65 67 / 0) !important;
}

.\!fill-gray-600\/10 {
  fill: rgb(66 65 67 / 0.1) !important;
}

.\!fill-gray-600\/100 {
  fill: rgb(66 65 67 / 1) !important;
}

.\!fill-gray-600\/20 {
  fill: rgb(66 65 67 / 0.2) !important;
}

.\!fill-gray-600\/25 {
  fill: rgb(66 65 67 / 0.25) !important;
}

.\!fill-gray-600\/30 {
  fill: rgb(66 65 67 / 0.3) !important;
}

.\!fill-gray-600\/40 {
  fill: rgb(66 65 67 / 0.4) !important;
}

.\!fill-gray-600\/5 {
  fill: rgb(66 65 67 / 0.05) !important;
}

.\!fill-gray-600\/50 {
  fill: rgb(66 65 67 / 0.5) !important;
}

.\!fill-gray-600\/60 {
  fill: rgb(66 65 67 / 0.6) !important;
}

.\!fill-gray-600\/70 {
  fill: rgb(66 65 67 / 0.7) !important;
}

.\!fill-gray-600\/75 {
  fill: rgb(66 65 67 / 0.75) !important;
}

.\!fill-gray-600\/80 {
  fill: rgb(66 65 67 / 0.8) !important;
}

.\!fill-gray-600\/90 {
  fill: rgb(66 65 67 / 0.9) !important;
}

.\!fill-gray-600\/95 {
  fill: rgb(66 65 67 / 0.95) !important;
}

.\!fill-gray-700 {
  fill: #313033 !important;
}

.\!fill-gray-700\/0 {
  fill: rgb(49 48 51 / 0) !important;
}

.\!fill-gray-700\/10 {
  fill: rgb(49 48 51 / 0.1) !important;
}

.\!fill-gray-700\/100 {
  fill: rgb(49 48 51 / 1) !important;
}

.\!fill-gray-700\/20 {
  fill: rgb(49 48 51 / 0.2) !important;
}

.\!fill-gray-700\/25 {
  fill: rgb(49 48 51 / 0.25) !important;
}

.\!fill-gray-700\/30 {
  fill: rgb(49 48 51 / 0.3) !important;
}

.\!fill-gray-700\/40 {
  fill: rgb(49 48 51 / 0.4) !important;
}

.\!fill-gray-700\/5 {
  fill: rgb(49 48 51 / 0.05) !important;
}

.\!fill-gray-700\/50 {
  fill: rgb(49 48 51 / 0.5) !important;
}

.\!fill-gray-700\/60 {
  fill: rgb(49 48 51 / 0.6) !important;
}

.\!fill-gray-700\/70 {
  fill: rgb(49 48 51 / 0.7) !important;
}

.\!fill-gray-700\/75 {
  fill: rgb(49 48 51 / 0.75) !important;
}

.\!fill-gray-700\/80 {
  fill: rgb(49 48 51 / 0.8) !important;
}

.\!fill-gray-700\/90 {
  fill: rgb(49 48 51 / 0.9) !important;
}

.\!fill-gray-700\/95 {
  fill: rgb(49 48 51 / 0.95) !important;
}

.\!fill-gray-800 {
  fill: #222125 !important;
}

.\!fill-gray-800\/0 {
  fill: rgb(34 33 37 / 0) !important;
}

.\!fill-gray-800\/10 {
  fill: rgb(34 33 37 / 0.1) !important;
}

.\!fill-gray-800\/100 {
  fill: rgb(34 33 37 / 1) !important;
}

.\!fill-gray-800\/20 {
  fill: rgb(34 33 37 / 0.2) !important;
}

.\!fill-gray-800\/25 {
  fill: rgb(34 33 37 / 0.25) !important;
}

.\!fill-gray-800\/30 {
  fill: rgb(34 33 37 / 0.3) !important;
}

.\!fill-gray-800\/40 {
  fill: rgb(34 33 37 / 0.4) !important;
}

.\!fill-gray-800\/5 {
  fill: rgb(34 33 37 / 0.05) !important;
}

.\!fill-gray-800\/50 {
  fill: rgb(34 33 37 / 0.5) !important;
}

.\!fill-gray-800\/60 {
  fill: rgb(34 33 37 / 0.6) !important;
}

.\!fill-gray-800\/70 {
  fill: rgb(34 33 37 / 0.7) !important;
}

.\!fill-gray-800\/75 {
  fill: rgb(34 33 37 / 0.75) !important;
}

.\!fill-gray-800\/80 {
  fill: rgb(34 33 37 / 0.8) !important;
}

.\!fill-gray-800\/90 {
  fill: rgb(34 33 37 / 0.9) !important;
}

.\!fill-gray-800\/95 {
  fill: rgb(34 33 37 / 0.95) !important;
}

.\!fill-gray-900 {
  fill: #0F0D13 !important;
}

.\!fill-gray-900\/0 {
  fill: rgb(15 13 19 / 0) !important;
}

.\!fill-gray-900\/10 {
  fill: rgb(15 13 19 / 0.1) !important;
}

.\!fill-gray-900\/100 {
  fill: rgb(15 13 19 / 1) !important;
}

.\!fill-gray-900\/20 {
  fill: rgb(15 13 19 / 0.2) !important;
}

.\!fill-gray-900\/25 {
  fill: rgb(15 13 19 / 0.25) !important;
}

.\!fill-gray-900\/30 {
  fill: rgb(15 13 19 / 0.3) !important;
}

.\!fill-gray-900\/40 {
  fill: rgb(15 13 19 / 0.4) !important;
}

.\!fill-gray-900\/5 {
  fill: rgb(15 13 19 / 0.05) !important;
}

.\!fill-gray-900\/50 {
  fill: rgb(15 13 19 / 0.5) !important;
}

.\!fill-gray-900\/60 {
  fill: rgb(15 13 19 / 0.6) !important;
}

.\!fill-gray-900\/70 {
  fill: rgb(15 13 19 / 0.7) !important;
}

.\!fill-gray-900\/75 {
  fill: rgb(15 13 19 / 0.75) !important;
}

.\!fill-gray-900\/80 {
  fill: rgb(15 13 19 / 0.8) !important;
}

.\!fill-gray-900\/90 {
  fill: rgb(15 13 19 / 0.9) !important;
}

.\!fill-gray-900\/95 {
  fill: rgb(15 13 19 / 0.95) !important;
}

.\!fill-gray-950 {
  fill: #030712 !important;
}

.\!fill-gray-950\/0 {
  fill: rgb(3 7 18 / 0) !important;
}

.\!fill-gray-950\/10 {
  fill: rgb(3 7 18 / 0.1) !important;
}

.\!fill-gray-950\/100 {
  fill: rgb(3 7 18 / 1) !important;
}

.\!fill-gray-950\/20 {
  fill: rgb(3 7 18 / 0.2) !important;
}

.\!fill-gray-950\/25 {
  fill: rgb(3 7 18 / 0.25) !important;
}

.\!fill-gray-950\/30 {
  fill: rgb(3 7 18 / 0.3) !important;
}

.\!fill-gray-950\/40 {
  fill: rgb(3 7 18 / 0.4) !important;
}

.\!fill-gray-950\/5 {
  fill: rgb(3 7 18 / 0.05) !important;
}

.\!fill-gray-950\/50 {
  fill: rgb(3 7 18 / 0.5) !important;
}

.\!fill-gray-950\/60 {
  fill: rgb(3 7 18 / 0.6) !important;
}

.\!fill-gray-950\/70 {
  fill: rgb(3 7 18 / 0.7) !important;
}

.\!fill-gray-950\/75 {
  fill: rgb(3 7 18 / 0.75) !important;
}

.\!fill-gray-950\/80 {
  fill: rgb(3 7 18 / 0.8) !important;
}

.\!fill-gray-950\/90 {
  fill: rgb(3 7 18 / 0.9) !important;
}

.\!fill-gray-950\/95 {
  fill: rgb(3 7 18 / 0.95) !important;
}

.\!fill-gray\/0 {
  fill: rgb(111 111 110 / 0) !important;
}

.\!fill-gray\/10 {
  fill: rgb(111 111 110 / 0.1) !important;
}

.\!fill-gray\/100 {
  fill: rgb(111 111 110 / 1) !important;
}

.\!fill-gray\/20 {
  fill: rgb(111 111 110 / 0.2) !important;
}

.\!fill-gray\/25 {
  fill: rgb(111 111 110 / 0.25) !important;
}

.\!fill-gray\/30 {
  fill: rgb(111 111 110 / 0.3) !important;
}

.\!fill-gray\/40 {
  fill: rgb(111 111 110 / 0.4) !important;
}

.\!fill-gray\/5 {
  fill: rgb(111 111 110 / 0.05) !important;
}

.\!fill-gray\/50 {
  fill: rgb(111 111 110 / 0.5) !important;
}

.\!fill-gray\/60 {
  fill: rgb(111 111 110 / 0.6) !important;
}

.\!fill-gray\/70 {
  fill: rgb(111 111 110 / 0.7) !important;
}

.\!fill-gray\/75 {
  fill: rgb(111 111 110 / 0.75) !important;
}

.\!fill-gray\/80 {
  fill: rgb(111 111 110 / 0.8) !important;
}

.\!fill-gray\/90 {
  fill: rgb(111 111 110 / 0.9) !important;
}

.\!fill-gray\/95 {
  fill: rgb(111 111 110 / 0.95) !important;
}

.\!fill-legacy {
  fill: #1A96D3 !important;
}

.\!fill-legacy\/0 {
  fill: rgb(26 150 211 / 0) !important;
}

.\!fill-legacy\/10 {
  fill: rgb(26 150 211 / 0.1) !important;
}

.\!fill-legacy\/100 {
  fill: rgb(26 150 211 / 1) !important;
}

.\!fill-legacy\/20 {
  fill: rgb(26 150 211 / 0.2) !important;
}

.\!fill-legacy\/25 {
  fill: rgb(26 150 211 / 0.25) !important;
}

.\!fill-legacy\/30 {
  fill: rgb(26 150 211 / 0.3) !important;
}

.\!fill-legacy\/40 {
  fill: rgb(26 150 211 / 0.4) !important;
}

.\!fill-legacy\/5 {
  fill: rgb(26 150 211 / 0.05) !important;
}

.\!fill-legacy\/50 {
  fill: rgb(26 150 211 / 0.5) !important;
}

.\!fill-legacy\/60 {
  fill: rgb(26 150 211 / 0.6) !important;
}

.\!fill-legacy\/70 {
  fill: rgb(26 150 211 / 0.7) !important;
}

.\!fill-legacy\/75 {
  fill: rgb(26 150 211 / 0.75) !important;
}

.\!fill-legacy\/80 {
  fill: rgb(26 150 211 / 0.8) !important;
}

.\!fill-legacy\/90 {
  fill: rgb(26 150 211 / 0.9) !important;
}

.\!fill-legacy\/95 {
  fill: rgb(26 150 211 / 0.95) !important;
}

.\!fill-light {
  fill: #f5f5f5 !important;
}

.\!fill-light\/0 {
  fill: rgb(245 245 245 / 0) !important;
}

.\!fill-light\/10 {
  fill: rgb(245 245 245 / 0.1) !important;
}

.\!fill-light\/100 {
  fill: rgb(245 245 245 / 1) !important;
}

.\!fill-light\/20 {
  fill: rgb(245 245 245 / 0.2) !important;
}

.\!fill-light\/25 {
  fill: rgb(245 245 245 / 0.25) !important;
}

.\!fill-light\/30 {
  fill: rgb(245 245 245 / 0.3) !important;
}

.\!fill-light\/40 {
  fill: rgb(245 245 245 / 0.4) !important;
}

.\!fill-light\/5 {
  fill: rgb(245 245 245 / 0.05) !important;
}

.\!fill-light\/50 {
  fill: rgb(245 245 245 / 0.5) !important;
}

.\!fill-light\/60 {
  fill: rgb(245 245 245 / 0.6) !important;
}

.\!fill-light\/70 {
  fill: rgb(245 245 245 / 0.7) !important;
}

.\!fill-light\/75 {
  fill: rgb(245 245 245 / 0.75) !important;
}

.\!fill-light\/80 {
  fill: rgb(245 245 245 / 0.8) !important;
}

.\!fill-light\/90 {
  fill: rgb(245 245 245 / 0.9) !important;
}

.\!fill-light\/95 {
  fill: rgb(245 245 245 / 0.95) !important;
}

.\!fill-secondary {
  fill: #3A17B8 !important;
}

.\!fill-secondary\/0 {
  fill: rgb(58 23 184 / 0) !important;
}

.\!fill-secondary\/10 {
  fill: rgb(58 23 184 / 0.1) !important;
}

.\!fill-secondary\/100 {
  fill: rgb(58 23 184 / 1) !important;
}

.\!fill-secondary\/20 {
  fill: rgb(58 23 184 / 0.2) !important;
}

.\!fill-secondary\/25 {
  fill: rgb(58 23 184 / 0.25) !important;
}

.\!fill-secondary\/30 {
  fill: rgb(58 23 184 / 0.3) !important;
}

.\!fill-secondary\/40 {
  fill: rgb(58 23 184 / 0.4) !important;
}

.\!fill-secondary\/5 {
  fill: rgb(58 23 184 / 0.05) !important;
}

.\!fill-secondary\/50 {
  fill: rgb(58 23 184 / 0.5) !important;
}

.\!fill-secondary\/60 {
  fill: rgb(58 23 184 / 0.6) !important;
}

.\!fill-secondary\/70 {
  fill: rgb(58 23 184 / 0.7) !important;
}

.\!fill-secondary\/75 {
  fill: rgb(58 23 184 / 0.75) !important;
}

.\!fill-secondary\/80 {
  fill: rgb(58 23 184 / 0.8) !important;
}

.\!fill-secondary\/90 {
  fill: rgb(58 23 184 / 0.9) !important;
}

.\!fill-secondary\/95 {
  fill: rgb(58 23 184 / 0.95) !important;
}

.\!fill-white {
  fill: #ffffff !important;
}

.\!fill-white\/0 {
  fill: rgb(255 255 255 / 0) !important;
}

.\!fill-white\/10 {
  fill: rgb(255 255 255 / 0.1) !important;
}

.\!fill-white\/100 {
  fill: rgb(255 255 255 / 1) !important;
}

.\!fill-white\/20 {
  fill: rgb(255 255 255 / 0.2) !important;
}

.\!fill-white\/25 {
  fill: rgb(255 255 255 / 0.25) !important;
}

.\!fill-white\/30 {
  fill: rgb(255 255 255 / 0.3) !important;
}

.\!fill-white\/40 {
  fill: rgb(255 255 255 / 0.4) !important;
}

.\!fill-white\/5 {
  fill: rgb(255 255 255 / 0.05) !important;
}

.\!fill-white\/50 {
  fill: rgb(255 255 255 / 0.5) !important;
}

.\!fill-white\/60 {
  fill: rgb(255 255 255 / 0.6) !important;
}

.\!fill-white\/70 {
  fill: rgb(255 255 255 / 0.7) !important;
}

.\!fill-white\/75 {
  fill: rgb(255 255 255 / 0.75) !important;
}

.\!fill-white\/80 {
  fill: rgb(255 255 255 / 0.8) !important;
}

.\!fill-white\/90 {
  fill: rgb(255 255 255 / 0.9) !important;
}

.\!fill-white\/95 {
  fill: rgb(255 255 255 / 0.95) !important;
}

.fill-black {
  fill: #000000;
}

.fill-black\/0 {
  fill: rgb(0 0 0 / 0);
}

.fill-black\/10 {
  fill: rgb(0 0 0 / 0.1);
}

.fill-black\/100 {
  fill: rgb(0 0 0 / 1);
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-black\/25 {
  fill: rgb(0 0 0 / 0.25);
}

.fill-black\/30 {
  fill: rgb(0 0 0 / 0.3);
}

.fill-black\/40 {
  fill: rgb(0 0 0 / 0.4);
}

.fill-black\/5 {
  fill: rgb(0 0 0 / 0.05);
}

.fill-black\/50 {
  fill: rgb(0 0 0 / 0.5);
}

.fill-black\/60 {
  fill: rgb(0 0 0 / 0.6);
}

.fill-black\/70 {
  fill: rgb(0 0 0 / 0.7);
}

.fill-black\/75 {
  fill: rgb(0 0 0 / 0.75);
}

.fill-black\/80 {
  fill: rgb(0 0 0 / 0.8);
}

.fill-black\/90 {
  fill: rgb(0 0 0 / 0.9);
}

.fill-black\/95 {
  fill: rgb(0 0 0 / 0.95);
}

.fill-blue {
  fill: #008CFF;
}

.fill-blue-100 {
  fill: #C8E0FE;
}

.fill-blue-100\/0 {
  fill: rgb(200 224 254 / 0);
}

.fill-blue-100\/10 {
  fill: rgb(200 224 254 / 0.1);
}

.fill-blue-100\/100 {
  fill: rgb(200 224 254 / 1);
}

.fill-blue-100\/20 {
  fill: rgb(200 224 254 / 0.2);
}

.fill-blue-100\/25 {
  fill: rgb(200 224 254 / 0.25);
}

.fill-blue-100\/30 {
  fill: rgb(200 224 254 / 0.3);
}

.fill-blue-100\/40 {
  fill: rgb(200 224 254 / 0.4);
}

.fill-blue-100\/5 {
  fill: rgb(200 224 254 / 0.05);
}

.fill-blue-100\/50 {
  fill: rgb(200 224 254 / 0.5);
}

.fill-blue-100\/60 {
  fill: rgb(200 224 254 / 0.6);
}

.fill-blue-100\/70 {
  fill: rgb(200 224 254 / 0.7);
}

.fill-blue-100\/75 {
  fill: rgb(200 224 254 / 0.75);
}

.fill-blue-100\/80 {
  fill: rgb(200 224 254 / 0.8);
}

.fill-blue-100\/90 {
  fill: rgb(200 224 254 / 0.9);
}

.fill-blue-100\/95 {
  fill: rgb(200 224 254 / 0.95);
}

.fill-blue-200 {
  fill: #A4CCFB;
}

.fill-blue-200\/0 {
  fill: rgb(164 204 251 / 0);
}

.fill-blue-200\/10 {
  fill: rgb(164 204 251 / 0.1);
}

.fill-blue-200\/100 {
  fill: rgb(164 204 251 / 1);
}

.fill-blue-200\/20 {
  fill: rgb(164 204 251 / 0.2);
}

.fill-blue-200\/25 {
  fill: rgb(164 204 251 / 0.25);
}

.fill-blue-200\/30 {
  fill: rgb(164 204 251 / 0.3);
}

.fill-blue-200\/40 {
  fill: rgb(164 204 251 / 0.4);
}

.fill-blue-200\/5 {
  fill: rgb(164 204 251 / 0.05);
}

.fill-blue-200\/50 {
  fill: rgb(164 204 251 / 0.5);
}

.fill-blue-200\/60 {
  fill: rgb(164 204 251 / 0.6);
}

.fill-blue-200\/70 {
  fill: rgb(164 204 251 / 0.7);
}

.fill-blue-200\/75 {
  fill: rgb(164 204 251 / 0.75);
}

.fill-blue-200\/80 {
  fill: rgb(164 204 251 / 0.8);
}

.fill-blue-200\/90 {
  fill: rgb(164 204 251 / 0.9);
}

.fill-blue-200\/95 {
  fill: rgb(164 204 251 / 0.95);
}

.fill-blue-300 {
  fill: #80B8F9;
}

.fill-blue-300\/0 {
  fill: rgb(128 184 249 / 0);
}

.fill-blue-300\/10 {
  fill: rgb(128 184 249 / 0.1);
}

.fill-blue-300\/100 {
  fill: rgb(128 184 249 / 1);
}

.fill-blue-300\/20 {
  fill: rgb(128 184 249 / 0.2);
}

.fill-blue-300\/25 {
  fill: rgb(128 184 249 / 0.25);
}

.fill-blue-300\/30 {
  fill: rgb(128 184 249 / 0.3);
}

.fill-blue-300\/40 {
  fill: rgb(128 184 249 / 0.4);
}

.fill-blue-300\/5 {
  fill: rgb(128 184 249 / 0.05);
}

.fill-blue-300\/50 {
  fill: rgb(128 184 249 / 0.5);
}

.fill-blue-300\/60 {
  fill: rgb(128 184 249 / 0.6);
}

.fill-blue-300\/70 {
  fill: rgb(128 184 249 / 0.7);
}

.fill-blue-300\/75 {
  fill: rgb(128 184 249 / 0.75);
}

.fill-blue-300\/80 {
  fill: rgb(128 184 249 / 0.8);
}

.fill-blue-300\/90 {
  fill: rgb(128 184 249 / 0.9);
}

.fill-blue-300\/95 {
  fill: rgb(128 184 249 / 0.95);
}

.fill-blue-400 {
  fill: #59A3F6;
}

.fill-blue-400\/0 {
  fill: rgb(89 163 246 / 0);
}

.fill-blue-400\/10 {
  fill: rgb(89 163 246 / 0.1);
}

.fill-blue-400\/100 {
  fill: rgb(89 163 246 / 1);
}

.fill-blue-400\/20 {
  fill: rgb(89 163 246 / 0.2);
}

.fill-blue-400\/25 {
  fill: rgb(89 163 246 / 0.25);
}

.fill-blue-400\/30 {
  fill: rgb(89 163 246 / 0.3);
}

.fill-blue-400\/40 {
  fill: rgb(89 163 246 / 0.4);
}

.fill-blue-400\/5 {
  fill: rgb(89 163 246 / 0.05);
}

.fill-blue-400\/50 {
  fill: rgb(89 163 246 / 0.5);
}

.fill-blue-400\/60 {
  fill: rgb(89 163 246 / 0.6);
}

.fill-blue-400\/70 {
  fill: rgb(89 163 246 / 0.7);
}

.fill-blue-400\/75 {
  fill: rgb(89 163 246 / 0.75);
}

.fill-blue-400\/80 {
  fill: rgb(89 163 246 / 0.8);
}

.fill-blue-400\/90 {
  fill: rgb(89 163 246 / 0.9);
}

.fill-blue-400\/95 {
  fill: rgb(89 163 246 / 0.95);
}

.fill-blue-50 {
  fill: #ECF5FF;
}

.fill-blue-50\/0 {
  fill: rgb(236 245 255 / 0);
}

.fill-blue-50\/10 {
  fill: rgb(236 245 255 / 0.1);
}

.fill-blue-50\/100 {
  fill: rgb(236 245 255 / 1);
}

.fill-blue-50\/20 {
  fill: rgb(236 245 255 / 0.2);
}

.fill-blue-50\/25 {
  fill: rgb(236 245 255 / 0.25);
}

.fill-blue-50\/30 {
  fill: rgb(236 245 255 / 0.3);
}

.fill-blue-50\/40 {
  fill: rgb(236 245 255 / 0.4);
}

.fill-blue-50\/5 {
  fill: rgb(236 245 255 / 0.05);
}

.fill-blue-50\/50 {
  fill: rgb(236 245 255 / 0.5);
}

.fill-blue-50\/60 {
  fill: rgb(236 245 255 / 0.6);
}

.fill-blue-50\/70 {
  fill: rgb(236 245 255 / 0.7);
}

.fill-blue-50\/75 {
  fill: rgb(236 245 255 / 0.75);
}

.fill-blue-50\/80 {
  fill: rgb(236 245 255 / 0.8);
}

.fill-blue-50\/90 {
  fill: rgb(236 245 255 / 0.9);
}

.fill-blue-50\/95 {
  fill: rgb(236 245 255 / 0.95);
}

.fill-blue-500 {
  fill: #008CFF;
}

.fill-blue-500\/0 {
  fill: rgb(0 140 255 / 0);
}

.fill-blue-500\/10 {
  fill: rgb(0 140 255 / 0.1);
}

.fill-blue-500\/100 {
  fill: rgb(0 140 255 / 1);
}

.fill-blue-500\/20 {
  fill: rgb(0 140 255 / 0.2);
}

.fill-blue-500\/25 {
  fill: rgb(0 140 255 / 0.25);
}

.fill-blue-500\/30 {
  fill: rgb(0 140 255 / 0.3);
}

.fill-blue-500\/40 {
  fill: rgb(0 140 255 / 0.4);
}

.fill-blue-500\/5 {
  fill: rgb(0 140 255 / 0.05);
}

.fill-blue-500\/50 {
  fill: rgb(0 140 255 / 0.5);
}

.fill-blue-500\/60 {
  fill: rgb(0 140 255 / 0.6);
}

.fill-blue-500\/70 {
  fill: rgb(0 140 255 / 0.7);
}

.fill-blue-500\/75 {
  fill: rgb(0 140 255 / 0.75);
}

.fill-blue-500\/80 {
  fill: rgb(0 140 255 / 0.8);
}

.fill-blue-500\/90 {
  fill: rgb(0 140 255 / 0.9);
}

.fill-blue-500\/95 {
  fill: rgb(0 140 255 / 0.95);
}

.fill-blue-600 {
  fill: #1877D2;
}

.fill-blue-600\/0 {
  fill: rgb(24 119 210 / 0);
}

.fill-blue-600\/10 {
  fill: rgb(24 119 210 / 0.1);
}

.fill-blue-600\/100 {
  fill: rgb(24 119 210 / 1);
}

.fill-blue-600\/20 {
  fill: rgb(24 119 210 / 0.2);
}

.fill-blue-600\/25 {
  fill: rgb(24 119 210 / 0.25);
}

.fill-blue-600\/30 {
  fill: rgb(24 119 210 / 0.3);
}

.fill-blue-600\/40 {
  fill: rgb(24 119 210 / 0.4);
}

.fill-blue-600\/5 {
  fill: rgb(24 119 210 / 0.05);
}

.fill-blue-600\/50 {
  fill: rgb(24 119 210 / 0.5);
}

.fill-blue-600\/60 {
  fill: rgb(24 119 210 / 0.6);
}

.fill-blue-600\/70 {
  fill: rgb(24 119 210 / 0.7);
}

.fill-blue-600\/75 {
  fill: rgb(24 119 210 / 0.75);
}

.fill-blue-600\/80 {
  fill: rgb(24 119 210 / 0.8);
}

.fill-blue-600\/90 {
  fill: rgb(24 119 210 / 0.9);
}

.fill-blue-600\/95 {
  fill: rgb(24 119 210 / 0.95);
}

.fill-blue-700 {
  fill: #085FAE;
}

.fill-blue-700\/0 {
  fill: rgb(8 95 174 / 0);
}

.fill-blue-700\/10 {
  fill: rgb(8 95 174 / 0.1);
}

.fill-blue-700\/100 {
  fill: rgb(8 95 174 / 1);
}

.fill-blue-700\/20 {
  fill: rgb(8 95 174 / 0.2);
}

.fill-blue-700\/25 {
  fill: rgb(8 95 174 / 0.25);
}

.fill-blue-700\/30 {
  fill: rgb(8 95 174 / 0.3);
}

.fill-blue-700\/40 {
  fill: rgb(8 95 174 / 0.4);
}

.fill-blue-700\/5 {
  fill: rgb(8 95 174 / 0.05);
}

.fill-blue-700\/50 {
  fill: rgb(8 95 174 / 0.5);
}

.fill-blue-700\/60 {
  fill: rgb(8 95 174 / 0.6);
}

.fill-blue-700\/70 {
  fill: rgb(8 95 174 / 0.7);
}

.fill-blue-700\/75 {
  fill: rgb(8 95 174 / 0.75);
}

.fill-blue-700\/80 {
  fill: rgb(8 95 174 / 0.8);
}

.fill-blue-700\/90 {
  fill: rgb(8 95 174 / 0.9);
}

.fill-blue-700\/95 {
  fill: rgb(8 95 174 / 0.95);
}

.fill-blue-800 {
  fill: #0F4983;
}

.fill-blue-800\/0 {
  fill: rgb(15 73 131 / 0);
}

.fill-blue-800\/10 {
  fill: rgb(15 73 131 / 0.1);
}

.fill-blue-800\/100 {
  fill: rgb(15 73 131 / 1);
}

.fill-blue-800\/20 {
  fill: rgb(15 73 131 / 0.2);
}

.fill-blue-800\/25 {
  fill: rgb(15 73 131 / 0.25);
}

.fill-blue-800\/30 {
  fill: rgb(15 73 131 / 0.3);
}

.fill-blue-800\/40 {
  fill: rgb(15 73 131 / 0.4);
}

.fill-blue-800\/5 {
  fill: rgb(15 73 131 / 0.05);
}

.fill-blue-800\/50 {
  fill: rgb(15 73 131 / 0.5);
}

.fill-blue-800\/60 {
  fill: rgb(15 73 131 / 0.6);
}

.fill-blue-800\/70 {
  fill: rgb(15 73 131 / 0.7);
}

.fill-blue-800\/75 {
  fill: rgb(15 73 131 / 0.75);
}

.fill-blue-800\/80 {
  fill: rgb(15 73 131 / 0.8);
}

.fill-blue-800\/90 {
  fill: rgb(15 73 131 / 0.9);
}

.fill-blue-800\/95 {
  fill: rgb(15 73 131 / 0.95);
}

.fill-blue-900 {
  fill: #033361;
}

.fill-blue-900\/0 {
  fill: rgb(3 51 97 / 0);
}

.fill-blue-900\/10 {
  fill: rgb(3 51 97 / 0.1);
}

.fill-blue-900\/100 {
  fill: rgb(3 51 97 / 1);
}

.fill-blue-900\/20 {
  fill: rgb(3 51 97 / 0.2);
}

.fill-blue-900\/25 {
  fill: rgb(3 51 97 / 0.25);
}

.fill-blue-900\/30 {
  fill: rgb(3 51 97 / 0.3);
}

.fill-blue-900\/40 {
  fill: rgb(3 51 97 / 0.4);
}

.fill-blue-900\/5 {
  fill: rgb(3 51 97 / 0.05);
}

.fill-blue-900\/50 {
  fill: rgb(3 51 97 / 0.5);
}

.fill-blue-900\/60 {
  fill: rgb(3 51 97 / 0.6);
}

.fill-blue-900\/70 {
  fill: rgb(3 51 97 / 0.7);
}

.fill-blue-900\/75 {
  fill: rgb(3 51 97 / 0.75);
}

.fill-blue-900\/80 {
  fill: rgb(3 51 97 / 0.8);
}

.fill-blue-900\/90 {
  fill: rgb(3 51 97 / 0.9);
}

.fill-blue-900\/95 {
  fill: rgb(3 51 97 / 0.95);
}

.fill-blue-950 {
  fill: #011F3F;
}

.fill-blue-950\/0 {
  fill: rgb(1 31 63 / 0);
}

.fill-blue-950\/10 {
  fill: rgb(1 31 63 / 0.1);
}

.fill-blue-950\/100 {
  fill: rgb(1 31 63 / 1);
}

.fill-blue-950\/20 {
  fill: rgb(1 31 63 / 0.2);
}

.fill-blue-950\/25 {
  fill: rgb(1 31 63 / 0.25);
}

.fill-blue-950\/30 {
  fill: rgb(1 31 63 / 0.3);
}

.fill-blue-950\/40 {
  fill: rgb(1 31 63 / 0.4);
}

.fill-blue-950\/5 {
  fill: rgb(1 31 63 / 0.05);
}

.fill-blue-950\/50 {
  fill: rgb(1 31 63 / 0.5);
}

.fill-blue-950\/60 {
  fill: rgb(1 31 63 / 0.6);
}

.fill-blue-950\/70 {
  fill: rgb(1 31 63 / 0.7);
}

.fill-blue-950\/75 {
  fill: rgb(1 31 63 / 0.75);
}

.fill-blue-950\/80 {
  fill: rgb(1 31 63 / 0.8);
}

.fill-blue-950\/90 {
  fill: rgb(1 31 63 / 0.9);
}

.fill-blue-950\/95 {
  fill: rgb(1 31 63 / 0.95);
}

.fill-blue\/0 {
  fill: rgb(0 140 255 / 0);
}

.fill-blue\/10 {
  fill: rgb(0 140 255 / 0.1);
}

.fill-blue\/100 {
  fill: rgb(0 140 255 / 1);
}

.fill-blue\/20 {
  fill: rgb(0 140 255 / 0.2);
}

.fill-blue\/25 {
  fill: rgb(0 140 255 / 0.25);
}

.fill-blue\/30 {
  fill: rgb(0 140 255 / 0.3);
}

.fill-blue\/40 {
  fill: rgb(0 140 255 / 0.4);
}

.fill-blue\/5 {
  fill: rgb(0 140 255 / 0.05);
}

.fill-blue\/50 {
  fill: rgb(0 140 255 / 0.5);
}

.fill-blue\/60 {
  fill: rgb(0 140 255 / 0.6);
}

.fill-blue\/70 {
  fill: rgb(0 140 255 / 0.7);
}

.fill-blue\/75 {
  fill: rgb(0 140 255 / 0.75);
}

.fill-blue\/80 {
  fill: rgb(0 140 255 / 0.8);
}

.fill-blue\/90 {
  fill: rgb(0 140 255 / 0.9);
}

.fill-blue\/95 {
  fill: rgb(0 140 255 / 0.95);
}

.fill-dark {
  fill: #0F0D13;
}

.fill-dark\/0 {
  fill: rgb(15 13 19 / 0);
}

.fill-dark\/10 {
  fill: rgb(15 13 19 / 0.1);
}

.fill-dark\/100 {
  fill: rgb(15 13 19 / 1);
}

.fill-dark\/20 {
  fill: rgb(15 13 19 / 0.2);
}

.fill-dark\/25 {
  fill: rgb(15 13 19 / 0.25);
}

.fill-dark\/30 {
  fill: rgb(15 13 19 / 0.3);
}

.fill-dark\/40 {
  fill: rgb(15 13 19 / 0.4);
}

.fill-dark\/5 {
  fill: rgb(15 13 19 / 0.05);
}

.fill-dark\/50 {
  fill: rgb(15 13 19 / 0.5);
}

.fill-dark\/60 {
  fill: rgb(15 13 19 / 0.6);
}

.fill-dark\/70 {
  fill: rgb(15 13 19 / 0.7);
}

.fill-dark\/75 {
  fill: rgb(15 13 19 / 0.75);
}

.fill-dark\/80 {
  fill: rgb(15 13 19 / 0.8);
}

.fill-dark\/90 {
  fill: rgb(15 13 19 / 0.9);
}

.fill-dark\/95 {
  fill: rgb(15 13 19 / 0.95);
}

.fill-gray {
  fill: #6F6F6E;
}

.fill-gray-100 {
  fill: #EAEAE9;
}

.fill-gray-100\/0 {
  fill: rgb(234 234 233 / 0);
}

.fill-gray-100\/10 {
  fill: rgb(234 234 233 / 0.1);
}

.fill-gray-100\/100 {
  fill: rgb(234 234 233 / 1);
}

.fill-gray-100\/20 {
  fill: rgb(234 234 233 / 0.2);
}

.fill-gray-100\/25 {
  fill: rgb(234 234 233 / 0.25);
}

.fill-gray-100\/30 {
  fill: rgb(234 234 233 / 0.3);
}

.fill-gray-100\/40 {
  fill: rgb(234 234 233 / 0.4);
}

.fill-gray-100\/5 {
  fill: rgb(234 234 233 / 0.05);
}

.fill-gray-100\/50 {
  fill: rgb(234 234 233 / 0.5);
}

.fill-gray-100\/60 {
  fill: rgb(234 234 233 / 0.6);
}

.fill-gray-100\/70 {
  fill: rgb(234 234 233 / 0.7);
}

.fill-gray-100\/75 {
  fill: rgb(234 234 233 / 0.75);
}

.fill-gray-100\/80 {
  fill: rgb(234 234 233 / 0.8);
}

.fill-gray-100\/90 {
  fill: rgb(234 234 233 / 0.9);
}

.fill-gray-100\/95 {
  fill: rgb(234 234 233 / 0.95);
}

.fill-gray-1000 {
  fill: #000000;
}

.fill-gray-1000\/0 {
  fill: rgb(0 0 0 / 0);
}

.fill-gray-1000\/10 {
  fill: rgb(0 0 0 / 0.1);
}

.fill-gray-1000\/100 {
  fill: rgb(0 0 0 / 1);
}

.fill-gray-1000\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-gray-1000\/25 {
  fill: rgb(0 0 0 / 0.25);
}

.fill-gray-1000\/30 {
  fill: rgb(0 0 0 / 0.3);
}

.fill-gray-1000\/40 {
  fill: rgb(0 0 0 / 0.4);
}

.fill-gray-1000\/5 {
  fill: rgb(0 0 0 / 0.05);
}

.fill-gray-1000\/50 {
  fill: rgb(0 0 0 / 0.5);
}

.fill-gray-1000\/60 {
  fill: rgb(0 0 0 / 0.6);
}

.fill-gray-1000\/70 {
  fill: rgb(0 0 0 / 0.7);
}

.fill-gray-1000\/75 {
  fill: rgb(0 0 0 / 0.75);
}

.fill-gray-1000\/80 {
  fill: rgb(0 0 0 / 0.8);
}

.fill-gray-1000\/90 {
  fill: rgb(0 0 0 / 0.9);
}

.fill-gray-1000\/95 {
  fill: rgb(0 0 0 / 0.95);
}

.fill-gray-200 {
  fill: #D6D6D3;
}

.fill-gray-200\/0 {
  fill: rgb(214 214 211 / 0);
}

.fill-gray-200\/10 {
  fill: rgb(214 214 211 / 0.1);
}

.fill-gray-200\/100 {
  fill: rgb(214 214 211 / 1);
}

.fill-gray-200\/20 {
  fill: rgb(214 214 211 / 0.2);
}

.fill-gray-200\/25 {
  fill: rgb(214 214 211 / 0.25);
}

.fill-gray-200\/30 {
  fill: rgb(214 214 211 / 0.3);
}

.fill-gray-200\/40 {
  fill: rgb(214 214 211 / 0.4);
}

.fill-gray-200\/5 {
  fill: rgb(214 214 211 / 0.05);
}

.fill-gray-200\/50 {
  fill: rgb(214 214 211 / 0.5);
}

.fill-gray-200\/60 {
  fill: rgb(214 214 211 / 0.6);
}

.fill-gray-200\/70 {
  fill: rgb(214 214 211 / 0.7);
}

.fill-gray-200\/75 {
  fill: rgb(214 214 211 / 0.75);
}

.fill-gray-200\/80 {
  fill: rgb(214 214 211 / 0.8);
}

.fill-gray-200\/90 {
  fill: rgb(214 214 211 / 0.9);
}

.fill-gray-200\/95 {
  fill: rgb(214 214 211 / 0.95);
}

.fill-gray-300 {
  fill: #AEAEA9;
}

.fill-gray-300\/0 {
  fill: rgb(174 174 169 / 0);
}

.fill-gray-300\/10 {
  fill: rgb(174 174 169 / 0.1);
}

.fill-gray-300\/100 {
  fill: rgb(174 174 169 / 1);
}

.fill-gray-300\/20 {
  fill: rgb(174 174 169 / 0.2);
}

.fill-gray-300\/25 {
  fill: rgb(174 174 169 / 0.25);
}

.fill-gray-300\/30 {
  fill: rgb(174 174 169 / 0.3);
}

.fill-gray-300\/40 {
  fill: rgb(174 174 169 / 0.4);
}

.fill-gray-300\/5 {
  fill: rgb(174 174 169 / 0.05);
}

.fill-gray-300\/50 {
  fill: rgb(174 174 169 / 0.5);
}

.fill-gray-300\/60 {
  fill: rgb(174 174 169 / 0.6);
}

.fill-gray-300\/70 {
  fill: rgb(174 174 169 / 0.7);
}

.fill-gray-300\/75 {
  fill: rgb(174 174 169 / 0.75);
}

.fill-gray-300\/80 {
  fill: rgb(174 174 169 / 0.8);
}

.fill-gray-300\/90 {
  fill: rgb(174 174 169 / 0.9);
}

.fill-gray-300\/95 {
  fill: rgb(174 174 169 / 0.95);
}

.fill-gray-400 {
  fill: #8B8B88;
}

.fill-gray-400\/0 {
  fill: rgb(139 139 136 / 0);
}

.fill-gray-400\/10 {
  fill: rgb(139 139 136 / 0.1);
}

.fill-gray-400\/100 {
  fill: rgb(139 139 136 / 1);
}

.fill-gray-400\/20 {
  fill: rgb(139 139 136 / 0.2);
}

.fill-gray-400\/25 {
  fill: rgb(139 139 136 / 0.25);
}

.fill-gray-400\/30 {
  fill: rgb(139 139 136 / 0.3);
}

.fill-gray-400\/40 {
  fill: rgb(139 139 136 / 0.4);
}

.fill-gray-400\/5 {
  fill: rgb(139 139 136 / 0.05);
}

.fill-gray-400\/50 {
  fill: rgb(139 139 136 / 0.5);
}

.fill-gray-400\/60 {
  fill: rgb(139 139 136 / 0.6);
}

.fill-gray-400\/70 {
  fill: rgb(139 139 136 / 0.7);
}

.fill-gray-400\/75 {
  fill: rgb(139 139 136 / 0.75);
}

.fill-gray-400\/80 {
  fill: rgb(139 139 136 / 0.8);
}

.fill-gray-400\/90 {
  fill: rgb(139 139 136 / 0.9);
}

.fill-gray-400\/95 {
  fill: rgb(139 139 136 / 0.95);
}

.fill-gray-50 {
  fill: #f5f5f5;
}

.fill-gray-50\/0 {
  fill: rgb(245 245 245 / 0);
}

.fill-gray-50\/10 {
  fill: rgb(245 245 245 / 0.1);
}

.fill-gray-50\/100 {
  fill: rgb(245 245 245 / 1);
}

.fill-gray-50\/20 {
  fill: rgb(245 245 245 / 0.2);
}

.fill-gray-50\/25 {
  fill: rgb(245 245 245 / 0.25);
}

.fill-gray-50\/30 {
  fill: rgb(245 245 245 / 0.3);
}

.fill-gray-50\/40 {
  fill: rgb(245 245 245 / 0.4);
}

.fill-gray-50\/5 {
  fill: rgb(245 245 245 / 0.05);
}

.fill-gray-50\/50 {
  fill: rgb(245 245 245 / 0.5);
}

.fill-gray-50\/60 {
  fill: rgb(245 245 245 / 0.6);
}

.fill-gray-50\/70 {
  fill: rgb(245 245 245 / 0.7);
}

.fill-gray-50\/75 {
  fill: rgb(245 245 245 / 0.75);
}

.fill-gray-50\/80 {
  fill: rgb(245 245 245 / 0.8);
}

.fill-gray-50\/90 {
  fill: rgb(245 245 245 / 0.9);
}

.fill-gray-50\/95 {
  fill: rgb(245 245 245 / 0.95);
}

.fill-gray-500 {
  fill: #6F6F6E;
}

.fill-gray-500\/0 {
  fill: rgb(111 111 110 / 0);
}

.fill-gray-500\/10 {
  fill: rgb(111 111 110 / 0.1);
}

.fill-gray-500\/100 {
  fill: rgb(111 111 110 / 1);
}

.fill-gray-500\/20 {
  fill: rgb(111 111 110 / 0.2);
}

.fill-gray-500\/25 {
  fill: rgb(111 111 110 / 0.25);
}

.fill-gray-500\/30 {
  fill: rgb(111 111 110 / 0.3);
}

.fill-gray-500\/40 {
  fill: rgb(111 111 110 / 0.4);
}

.fill-gray-500\/5 {
  fill: rgb(111 111 110 / 0.05);
}

.fill-gray-500\/50 {
  fill: rgb(111 111 110 / 0.5);
}

.fill-gray-500\/60 {
  fill: rgb(111 111 110 / 0.6);
}

.fill-gray-500\/70 {
  fill: rgb(111 111 110 / 0.7);
}

.fill-gray-500\/75 {
  fill: rgb(111 111 110 / 0.75);
}

.fill-gray-500\/80 {
  fill: rgb(111 111 110 / 0.8);
}

.fill-gray-500\/90 {
  fill: rgb(111 111 110 / 0.9);
}

.fill-gray-500\/95 {
  fill: rgb(111 111 110 / 0.95);
}

.fill-gray-600 {
  fill: #424143;
}

.fill-gray-600\/0 {
  fill: rgb(66 65 67 / 0);
}

.fill-gray-600\/10 {
  fill: rgb(66 65 67 / 0.1);
}

.fill-gray-600\/100 {
  fill: rgb(66 65 67 / 1);
}

.fill-gray-600\/20 {
  fill: rgb(66 65 67 / 0.2);
}

.fill-gray-600\/25 {
  fill: rgb(66 65 67 / 0.25);
}

.fill-gray-600\/30 {
  fill: rgb(66 65 67 / 0.3);
}

.fill-gray-600\/40 {
  fill: rgb(66 65 67 / 0.4);
}

.fill-gray-600\/5 {
  fill: rgb(66 65 67 / 0.05);
}

.fill-gray-600\/50 {
  fill: rgb(66 65 67 / 0.5);
}

.fill-gray-600\/60 {
  fill: rgb(66 65 67 / 0.6);
}

.fill-gray-600\/70 {
  fill: rgb(66 65 67 / 0.7);
}

.fill-gray-600\/75 {
  fill: rgb(66 65 67 / 0.75);
}

.fill-gray-600\/80 {
  fill: rgb(66 65 67 / 0.8);
}

.fill-gray-600\/90 {
  fill: rgb(66 65 67 / 0.9);
}

.fill-gray-600\/95 {
  fill: rgb(66 65 67 / 0.95);
}

.fill-gray-700 {
  fill: #313033;
}

.fill-gray-700\/0 {
  fill: rgb(49 48 51 / 0);
}

.fill-gray-700\/10 {
  fill: rgb(49 48 51 / 0.1);
}

.fill-gray-700\/100 {
  fill: rgb(49 48 51 / 1);
}

.fill-gray-700\/20 {
  fill: rgb(49 48 51 / 0.2);
}

.fill-gray-700\/25 {
  fill: rgb(49 48 51 / 0.25);
}

.fill-gray-700\/30 {
  fill: rgb(49 48 51 / 0.3);
}

.fill-gray-700\/40 {
  fill: rgb(49 48 51 / 0.4);
}

.fill-gray-700\/5 {
  fill: rgb(49 48 51 / 0.05);
}

.fill-gray-700\/50 {
  fill: rgb(49 48 51 / 0.5);
}

.fill-gray-700\/60 {
  fill: rgb(49 48 51 / 0.6);
}

.fill-gray-700\/70 {
  fill: rgb(49 48 51 / 0.7);
}

.fill-gray-700\/75 {
  fill: rgb(49 48 51 / 0.75);
}

.fill-gray-700\/80 {
  fill: rgb(49 48 51 / 0.8);
}

.fill-gray-700\/90 {
  fill: rgb(49 48 51 / 0.9);
}

.fill-gray-700\/95 {
  fill: rgb(49 48 51 / 0.95);
}

.fill-gray-800 {
  fill: #222125;
}

.fill-gray-800\/0 {
  fill: rgb(34 33 37 / 0);
}

.fill-gray-800\/10 {
  fill: rgb(34 33 37 / 0.1);
}

.fill-gray-800\/100 {
  fill: rgb(34 33 37 / 1);
}

.fill-gray-800\/20 {
  fill: rgb(34 33 37 / 0.2);
}

.fill-gray-800\/25 {
  fill: rgb(34 33 37 / 0.25);
}

.fill-gray-800\/30 {
  fill: rgb(34 33 37 / 0.3);
}

.fill-gray-800\/40 {
  fill: rgb(34 33 37 / 0.4);
}

.fill-gray-800\/5 {
  fill: rgb(34 33 37 / 0.05);
}

.fill-gray-800\/50 {
  fill: rgb(34 33 37 / 0.5);
}

.fill-gray-800\/60 {
  fill: rgb(34 33 37 / 0.6);
}

.fill-gray-800\/70 {
  fill: rgb(34 33 37 / 0.7);
}

.fill-gray-800\/75 {
  fill: rgb(34 33 37 / 0.75);
}

.fill-gray-800\/80 {
  fill: rgb(34 33 37 / 0.8);
}

.fill-gray-800\/90 {
  fill: rgb(34 33 37 / 0.9);
}

.fill-gray-800\/95 {
  fill: rgb(34 33 37 / 0.95);
}

.fill-gray-900 {
  fill: #0F0D13;
}

.fill-gray-900\/0 {
  fill: rgb(15 13 19 / 0);
}

.fill-gray-900\/10 {
  fill: rgb(15 13 19 / 0.1);
}

.fill-gray-900\/100 {
  fill: rgb(15 13 19 / 1);
}

.fill-gray-900\/20 {
  fill: rgb(15 13 19 / 0.2);
}

.fill-gray-900\/25 {
  fill: rgb(15 13 19 / 0.25);
}

.fill-gray-900\/30 {
  fill: rgb(15 13 19 / 0.3);
}

.fill-gray-900\/40 {
  fill: rgb(15 13 19 / 0.4);
}

.fill-gray-900\/5 {
  fill: rgb(15 13 19 / 0.05);
}

.fill-gray-900\/50 {
  fill: rgb(15 13 19 / 0.5);
}

.fill-gray-900\/60 {
  fill: rgb(15 13 19 / 0.6);
}

.fill-gray-900\/70 {
  fill: rgb(15 13 19 / 0.7);
}

.fill-gray-900\/75 {
  fill: rgb(15 13 19 / 0.75);
}

.fill-gray-900\/80 {
  fill: rgb(15 13 19 / 0.8);
}

.fill-gray-900\/90 {
  fill: rgb(15 13 19 / 0.9);
}

.fill-gray-900\/95 {
  fill: rgb(15 13 19 / 0.95);
}

.fill-gray-950 {
  fill: #030712;
}

.fill-gray-950\/0 {
  fill: rgb(3 7 18 / 0);
}

.fill-gray-950\/10 {
  fill: rgb(3 7 18 / 0.1);
}

.fill-gray-950\/100 {
  fill: rgb(3 7 18 / 1);
}

.fill-gray-950\/20 {
  fill: rgb(3 7 18 / 0.2);
}

.fill-gray-950\/25 {
  fill: rgb(3 7 18 / 0.25);
}

.fill-gray-950\/30 {
  fill: rgb(3 7 18 / 0.3);
}

.fill-gray-950\/40 {
  fill: rgb(3 7 18 / 0.4);
}

.fill-gray-950\/5 {
  fill: rgb(3 7 18 / 0.05);
}

.fill-gray-950\/50 {
  fill: rgb(3 7 18 / 0.5);
}

.fill-gray-950\/60 {
  fill: rgb(3 7 18 / 0.6);
}

.fill-gray-950\/70 {
  fill: rgb(3 7 18 / 0.7);
}

.fill-gray-950\/75 {
  fill: rgb(3 7 18 / 0.75);
}

.fill-gray-950\/80 {
  fill: rgb(3 7 18 / 0.8);
}

.fill-gray-950\/90 {
  fill: rgb(3 7 18 / 0.9);
}

.fill-gray-950\/95 {
  fill: rgb(3 7 18 / 0.95);
}

.fill-gray\/0 {
  fill: rgb(111 111 110 / 0);
}

.fill-gray\/10 {
  fill: rgb(111 111 110 / 0.1);
}

.fill-gray\/100 {
  fill: rgb(111 111 110 / 1);
}

.fill-gray\/20 {
  fill: rgb(111 111 110 / 0.2);
}

.fill-gray\/25 {
  fill: rgb(111 111 110 / 0.25);
}

.fill-gray\/30 {
  fill: rgb(111 111 110 / 0.3);
}

.fill-gray\/40 {
  fill: rgb(111 111 110 / 0.4);
}

.fill-gray\/5 {
  fill: rgb(111 111 110 / 0.05);
}

.fill-gray\/50 {
  fill: rgb(111 111 110 / 0.5);
}

.fill-gray\/60 {
  fill: rgb(111 111 110 / 0.6);
}

.fill-gray\/70 {
  fill: rgb(111 111 110 / 0.7);
}

.fill-gray\/75 {
  fill: rgb(111 111 110 / 0.75);
}

.fill-gray\/80 {
  fill: rgb(111 111 110 / 0.8);
}

.fill-gray\/90 {
  fill: rgb(111 111 110 / 0.9);
}

.fill-gray\/95 {
  fill: rgb(111 111 110 / 0.95);
}

.fill-legacy {
  fill: #1A96D3;
}

.fill-legacy\/0 {
  fill: rgb(26 150 211 / 0);
}

.fill-legacy\/10 {
  fill: rgb(26 150 211 / 0.1);
}

.fill-legacy\/100 {
  fill: rgb(26 150 211 / 1);
}

.fill-legacy\/20 {
  fill: rgb(26 150 211 / 0.2);
}

.fill-legacy\/25 {
  fill: rgb(26 150 211 / 0.25);
}

.fill-legacy\/30 {
  fill: rgb(26 150 211 / 0.3);
}

.fill-legacy\/40 {
  fill: rgb(26 150 211 / 0.4);
}

.fill-legacy\/5 {
  fill: rgb(26 150 211 / 0.05);
}

.fill-legacy\/50 {
  fill: rgb(26 150 211 / 0.5);
}

.fill-legacy\/60 {
  fill: rgb(26 150 211 / 0.6);
}

.fill-legacy\/70 {
  fill: rgb(26 150 211 / 0.7);
}

.fill-legacy\/75 {
  fill: rgb(26 150 211 / 0.75);
}

.fill-legacy\/80 {
  fill: rgb(26 150 211 / 0.8);
}

.fill-legacy\/90 {
  fill: rgb(26 150 211 / 0.9);
}

.fill-legacy\/95 {
  fill: rgb(26 150 211 / 0.95);
}

.fill-light {
  fill: #f5f5f5;
}

.fill-light\/0 {
  fill: rgb(245 245 245 / 0);
}

.fill-light\/10 {
  fill: rgb(245 245 245 / 0.1);
}

.fill-light\/100 {
  fill: rgb(245 245 245 / 1);
}

.fill-light\/20 {
  fill: rgb(245 245 245 / 0.2);
}

.fill-light\/25 {
  fill: rgb(245 245 245 / 0.25);
}

.fill-light\/30 {
  fill: rgb(245 245 245 / 0.3);
}

.fill-light\/40 {
  fill: rgb(245 245 245 / 0.4);
}

.fill-light\/5 {
  fill: rgb(245 245 245 / 0.05);
}

.fill-light\/50 {
  fill: rgb(245 245 245 / 0.5);
}

.fill-light\/60 {
  fill: rgb(245 245 245 / 0.6);
}

.fill-light\/70 {
  fill: rgb(245 245 245 / 0.7);
}

.fill-light\/75 {
  fill: rgb(245 245 245 / 0.75);
}

.fill-light\/80 {
  fill: rgb(245 245 245 / 0.8);
}

.fill-light\/90 {
  fill: rgb(245 245 245 / 0.9);
}

.fill-light\/95 {
  fill: rgb(245 245 245 / 0.95);
}

.fill-primary {
  fill: #008CFF;
}

.fill-secondary {
  fill: #3A17B8;
}

.fill-secondary\/0 {
  fill: rgb(58 23 184 / 0);
}

.fill-secondary\/10 {
  fill: rgb(58 23 184 / 0.1);
}

.fill-secondary\/100 {
  fill: rgb(58 23 184 / 1);
}

.fill-secondary\/20 {
  fill: rgb(58 23 184 / 0.2);
}

.fill-secondary\/25 {
  fill: rgb(58 23 184 / 0.25);
}

.fill-secondary\/30 {
  fill: rgb(58 23 184 / 0.3);
}

.fill-secondary\/40 {
  fill: rgb(58 23 184 / 0.4);
}

.fill-secondary\/5 {
  fill: rgb(58 23 184 / 0.05);
}

.fill-secondary\/50 {
  fill: rgb(58 23 184 / 0.5);
}

.fill-secondary\/60 {
  fill: rgb(58 23 184 / 0.6);
}

.fill-secondary\/70 {
  fill: rgb(58 23 184 / 0.7);
}

.fill-secondary\/75 {
  fill: rgb(58 23 184 / 0.75);
}

.fill-secondary\/80 {
  fill: rgb(58 23 184 / 0.8);
}

.fill-secondary\/90 {
  fill: rgb(58 23 184 / 0.9);
}

.fill-secondary\/95 {
  fill: rgb(58 23 184 / 0.95);
}

.fill-white {
  fill: #ffffff;
}

.fill-white\/0 {
  fill: rgb(255 255 255 / 0);
}

.fill-white\/10 {
  fill: rgb(255 255 255 / 0.1);
}

.fill-white\/100 {
  fill: rgb(255 255 255 / 1);
}

.fill-white\/20 {
  fill: rgb(255 255 255 / 0.2);
}

.fill-white\/25 {
  fill: rgb(255 255 255 / 0.25);
}

.fill-white\/30 {
  fill: rgb(255 255 255 / 0.3);
}

.fill-white\/40 {
  fill: rgb(255 255 255 / 0.4);
}

.fill-white\/5 {
  fill: rgb(255 255 255 / 0.05);
}

.fill-white\/50 {
  fill: rgb(255 255 255 / 0.5);
}

.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}

.fill-white\/70 {
  fill: rgb(255 255 255 / 0.7);
}

.fill-white\/75 {
  fill: rgb(255 255 255 / 0.75);
}

.fill-white\/80 {
  fill: rgb(255 255 255 / 0.8);
}

.fill-white\/90 {
  fill: rgb(255 255 255 / 0.9);
}

.fill-white\/95 {
  fill: rgb(255 255 255 / 0.95);
}

.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-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-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-6 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !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-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.\!py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.\!py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.\!py-\[2\.25rem\] {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-7 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.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;
}

.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pl-0 {
  padding-left: 0px !important;
}

.\!ps-0 {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.\!pt-4 {
  padding-top: 1rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pb-\[66\.6667\%\] {
  padding-bottom: 66.6667%;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 3rem;
}

.ps-3 {
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-11 {
  padding-top: 12rem;
}

.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-right {
  text-align: right;
}

.align-\[-0\.125em\] {
  vertical-align: -0.125em;
}

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

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

.\!text-md {
  font-size: 1.3125rem !important;
  line-height: 1.75rem !important;
  letter-spacing: 0 !important;
}

.text-2xl {
  font-size: 2.3rem;
  line-height: 2.75rem;
  letter-spacing: -0.015em;
}

.text-3xl {
  font-size: 2.75rem;
  line-height: 3rem;
  letter-spacing: -0.02em;
}

.text-4xl {
  font-size: 3.35rem;
  line-height: 3.5rem;
  letter-spacing: -0.025em;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

.text-lg {
  font-size: 1.575rem;
  line-height: 2rem;
  letter-spacing: 0;
}

.text-md {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.text-xl {
  font-size: 1.9rem;
  line-height: 2.25rem;
  letter-spacing: -0.015em;
}

.text-xs {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.\!leading-\[1\.25rem\] {
  line-height: 1.25rem !important;
}

.\!leading-\[1\.75rem\] {
  line-height: 1.75rem !important;
}

.\!leading-none {
  line-height: 1 !important;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-black\/0 {
  color: rgb(0 0 0 / 0) !important;
}

.\!text-black\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}

.\!text-black\/100 {
  color: rgb(0 0 0 / 1) !important;
}

.\!text-black\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}

.\!text-black\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}

.\!text-black\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}

.\!text-black\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}

.\!text-black\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}

.\!text-black\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}

.\!text-black\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}

.\!text-black\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}

.\!text-black\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}

.\!text-black\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}

.\!text-black\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}

.\!text-black\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}

.\!text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.\!text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(200 224 254 / var(--tw-text-opacity)) !important;
}

.\!text-blue-100\/0 {
  color: rgb(200 224 254 / 0) !important;
}

.\!text-blue-100\/10 {
  color: rgb(200 224 254 / 0.1) !important;
}

.\!text-blue-100\/100 {
  color: rgb(200 224 254 / 1) !important;
}

.\!text-blue-100\/20 {
  color: rgb(200 224 254 / 0.2) !important;
}

.\!text-blue-100\/25 {
  color: rgb(200 224 254 / 0.25) !important;
}

.\!text-blue-100\/30 {
  color: rgb(200 224 254 / 0.3) !important;
}

.\!text-blue-100\/40 {
  color: rgb(200 224 254 / 0.4) !important;
}

.\!text-blue-100\/5 {
  color: rgb(200 224 254 / 0.05) !important;
}

.\!text-blue-100\/50 {
  color: rgb(200 224 254 / 0.5) !important;
}

.\!text-blue-100\/60 {
  color: rgb(200 224 254 / 0.6) !important;
}

.\!text-blue-100\/70 {
  color: rgb(200 224 254 / 0.7) !important;
}

.\!text-blue-100\/75 {
  color: rgb(200 224 254 / 0.75) !important;
}

.\!text-blue-100\/80 {
  color: rgb(200 224 254 / 0.8) !important;
}

.\!text-blue-100\/90 {
  color: rgb(200 224 254 / 0.9) !important;
}

.\!text-blue-100\/95 {
  color: rgb(200 224 254 / 0.95) !important;
}

.\!text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(164 204 251 / var(--tw-text-opacity)) !important;
}

.\!text-blue-200\/0 {
  color: rgb(164 204 251 / 0) !important;
}

.\!text-blue-200\/10 {
  color: rgb(164 204 251 / 0.1) !important;
}

.\!text-blue-200\/100 {
  color: rgb(164 204 251 / 1) !important;
}

.\!text-blue-200\/20 {
  color: rgb(164 204 251 / 0.2) !important;
}

.\!text-blue-200\/25 {
  color: rgb(164 204 251 / 0.25) !important;
}

.\!text-blue-200\/30 {
  color: rgb(164 204 251 / 0.3) !important;
}

.\!text-blue-200\/40 {
  color: rgb(164 204 251 / 0.4) !important;
}

.\!text-blue-200\/5 {
  color: rgb(164 204 251 / 0.05) !important;
}

.\!text-blue-200\/50 {
  color: rgb(164 204 251 / 0.5) !important;
}

.\!text-blue-200\/60 {
  color: rgb(164 204 251 / 0.6) !important;
}

.\!text-blue-200\/70 {
  color: rgb(164 204 251 / 0.7) !important;
}

.\!text-blue-200\/75 {
  color: rgb(164 204 251 / 0.75) !important;
}

.\!text-blue-200\/80 {
  color: rgb(164 204 251 / 0.8) !important;
}

.\!text-blue-200\/90 {
  color: rgb(164 204 251 / 0.9) !important;
}

.\!text-blue-200\/95 {
  color: rgb(164 204 251 / 0.95) !important;
}

.\!text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 184 249 / var(--tw-text-opacity)) !important;
}

.\!text-blue-300\/0 {
  color: rgb(128 184 249 / 0) !important;
}

.\!text-blue-300\/10 {
  color: rgb(128 184 249 / 0.1) !important;
}

.\!text-blue-300\/100 {
  color: rgb(128 184 249 / 1) !important;
}

.\!text-blue-300\/20 {
  color: rgb(128 184 249 / 0.2) !important;
}

.\!text-blue-300\/25 {
  color: rgb(128 184 249 / 0.25) !important;
}

.\!text-blue-300\/30 {
  color: rgb(128 184 249 / 0.3) !important;
}

.\!text-blue-300\/40 {
  color: rgb(128 184 249 / 0.4) !important;
}

.\!text-blue-300\/5 {
  color: rgb(128 184 249 / 0.05) !important;
}

.\!text-blue-300\/50 {
  color: rgb(128 184 249 / 0.5) !important;
}

.\!text-blue-300\/60 {
  color: rgb(128 184 249 / 0.6) !important;
}

.\!text-blue-300\/70 {
  color: rgb(128 184 249 / 0.7) !important;
}

.\!text-blue-300\/75 {
  color: rgb(128 184 249 / 0.75) !important;
}

.\!text-blue-300\/80 {
  color: rgb(128 184 249 / 0.8) !important;
}

.\!text-blue-300\/90 {
  color: rgb(128 184 249 / 0.9) !important;
}

.\!text-blue-300\/95 {
  color: rgb(128 184 249 / 0.95) !important;
}

.\!text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(89 163 246 / var(--tw-text-opacity)) !important;
}

.\!text-blue-400\/0 {
  color: rgb(89 163 246 / 0) !important;
}

.\!text-blue-400\/10 {
  color: rgb(89 163 246 / 0.1) !important;
}

.\!text-blue-400\/100 {
  color: rgb(89 163 246 / 1) !important;
}

.\!text-blue-400\/20 {
  color: rgb(89 163 246 / 0.2) !important;
}

.\!text-blue-400\/25 {
  color: rgb(89 163 246 / 0.25) !important;
}

.\!text-blue-400\/30 {
  color: rgb(89 163 246 / 0.3) !important;
}

.\!text-blue-400\/40 {
  color: rgb(89 163 246 / 0.4) !important;
}

.\!text-blue-400\/5 {
  color: rgb(89 163 246 / 0.05) !important;
}

.\!text-blue-400\/50 {
  color: rgb(89 163 246 / 0.5) !important;
}

.\!text-blue-400\/60 {
  color: rgb(89 163 246 / 0.6) !important;
}

.\!text-blue-400\/70 {
  color: rgb(89 163 246 / 0.7) !important;
}

.\!text-blue-400\/75 {
  color: rgb(89 163 246 / 0.75) !important;
}

.\!text-blue-400\/80 {
  color: rgb(89 163 246 / 0.8) !important;
}

.\!text-blue-400\/90 {
  color: rgb(89 163 246 / 0.9) !important;
}

.\!text-blue-400\/95 {
  color: rgb(89 163 246 / 0.95) !important;
}

.\!text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 245 255 / var(--tw-text-opacity)) !important;
}

.\!text-blue-50\/0 {
  color: rgb(236 245 255 / 0) !important;
}

.\!text-blue-50\/10 {
  color: rgb(236 245 255 / 0.1) !important;
}

.\!text-blue-50\/100 {
  color: rgb(236 245 255 / 1) !important;
}

.\!text-blue-50\/20 {
  color: rgb(236 245 255 / 0.2) !important;
}

.\!text-blue-50\/25 {
  color: rgb(236 245 255 / 0.25) !important;
}

.\!text-blue-50\/30 {
  color: rgb(236 245 255 / 0.3) !important;
}

.\!text-blue-50\/40 {
  color: rgb(236 245 255 / 0.4) !important;
}

.\!text-blue-50\/5 {
  color: rgb(236 245 255 / 0.05) !important;
}

.\!text-blue-50\/50 {
  color: rgb(236 245 255 / 0.5) !important;
}

.\!text-blue-50\/60 {
  color: rgb(236 245 255 / 0.6) !important;
}

.\!text-blue-50\/70 {
  color: rgb(236 245 255 / 0.7) !important;
}

.\!text-blue-50\/75 {
  color: rgb(236 245 255 / 0.75) !important;
}

.\!text-blue-50\/80 {
  color: rgb(236 245 255 / 0.8) !important;
}

.\!text-blue-50\/90 {
  color: rgb(236 245 255 / 0.9) !important;
}

.\!text-blue-50\/95 {
  color: rgb(236 245 255 / 0.95) !important;
}

.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.\!text-blue-500\/0 {
  color: rgb(0 140 255 / 0) !important;
}

.\!text-blue-500\/10 {
  color: rgb(0 140 255 / 0.1) !important;
}

.\!text-blue-500\/100 {
  color: rgb(0 140 255 / 1) !important;
}

.\!text-blue-500\/20 {
  color: rgb(0 140 255 / 0.2) !important;
}

.\!text-blue-500\/25 {
  color: rgb(0 140 255 / 0.25) !important;
}

.\!text-blue-500\/30 {
  color: rgb(0 140 255 / 0.3) !important;
}

.\!text-blue-500\/40 {
  color: rgb(0 140 255 / 0.4) !important;
}

.\!text-blue-500\/5 {
  color: rgb(0 140 255 / 0.05) !important;
}

.\!text-blue-500\/50 {
  color: rgb(0 140 255 / 0.5) !important;
}

.\!text-blue-500\/60 {
  color: rgb(0 140 255 / 0.6) !important;
}

.\!text-blue-500\/70 {
  color: rgb(0 140 255 / 0.7) !important;
}

.\!text-blue-500\/75 {
  color: rgb(0 140 255 / 0.75) !important;
}

.\!text-blue-500\/80 {
  color: rgb(0 140 255 / 0.8) !important;
}

.\!text-blue-500\/90 {
  color: rgb(0 140 255 / 0.9) !important;
}

.\!text-blue-500\/95 {
  color: rgb(0 140 255 / 0.95) !important;
}

.\!text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(24 119 210 / var(--tw-text-opacity)) !important;
}

.\!text-blue-600\/0 {
  color: rgb(24 119 210 / 0) !important;
}

.\!text-blue-600\/10 {
  color: rgb(24 119 210 / 0.1) !important;
}

.\!text-blue-600\/100 {
  color: rgb(24 119 210 / 1) !important;
}

.\!text-blue-600\/20 {
  color: rgb(24 119 210 / 0.2) !important;
}

.\!text-blue-600\/25 {
  color: rgb(24 119 210 / 0.25) !important;
}

.\!text-blue-600\/30 {
  color: rgb(24 119 210 / 0.3) !important;
}

.\!text-blue-600\/40 {
  color: rgb(24 119 210 / 0.4) !important;
}

.\!text-blue-600\/5 {
  color: rgb(24 119 210 / 0.05) !important;
}

.\!text-blue-600\/50 {
  color: rgb(24 119 210 / 0.5) !important;
}

.\!text-blue-600\/60 {
  color: rgb(24 119 210 / 0.6) !important;
}

.\!text-blue-600\/70 {
  color: rgb(24 119 210 / 0.7) !important;
}

.\!text-blue-600\/75 {
  color: rgb(24 119 210 / 0.75) !important;
}

.\!text-blue-600\/80 {
  color: rgb(24 119 210 / 0.8) !important;
}

.\!text-blue-600\/90 {
  color: rgb(24 119 210 / 0.9) !important;
}

.\!text-blue-600\/95 {
  color: rgb(24 119 210 / 0.95) !important;
}

.\!text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 95 174 / var(--tw-text-opacity)) !important;
}

.\!text-blue-700\/0 {
  color: rgb(8 95 174 / 0) !important;
}

.\!text-blue-700\/10 {
  color: rgb(8 95 174 / 0.1) !important;
}

.\!text-blue-700\/100 {
  color: rgb(8 95 174 / 1) !important;
}

.\!text-blue-700\/20 {
  color: rgb(8 95 174 / 0.2) !important;
}

.\!text-blue-700\/25 {
  color: rgb(8 95 174 / 0.25) !important;
}

.\!text-blue-700\/30 {
  color: rgb(8 95 174 / 0.3) !important;
}

.\!text-blue-700\/40 {
  color: rgb(8 95 174 / 0.4) !important;
}

.\!text-blue-700\/5 {
  color: rgb(8 95 174 / 0.05) !important;
}

.\!text-blue-700\/50 {
  color: rgb(8 95 174 / 0.5) !important;
}

.\!text-blue-700\/60 {
  color: rgb(8 95 174 / 0.6) !important;
}

.\!text-blue-700\/70 {
  color: rgb(8 95 174 / 0.7) !important;
}

.\!text-blue-700\/75 {
  color: rgb(8 95 174 / 0.75) !important;
}

.\!text-blue-700\/80 {
  color: rgb(8 95 174 / 0.8) !important;
}

.\!text-blue-700\/90 {
  color: rgb(8 95 174 / 0.9) !important;
}

.\!text-blue-700\/95 {
  color: rgb(8 95 174 / 0.95) !important;
}

.\!text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 73 131 / var(--tw-text-opacity)) !important;
}

.\!text-blue-800\/0 {
  color: rgb(15 73 131 / 0) !important;
}

.\!text-blue-800\/10 {
  color: rgb(15 73 131 / 0.1) !important;
}

.\!text-blue-800\/100 {
  color: rgb(15 73 131 / 1) !important;
}

.\!text-blue-800\/20 {
  color: rgb(15 73 131 / 0.2) !important;
}

.\!text-blue-800\/25 {
  color: rgb(15 73 131 / 0.25) !important;
}

.\!text-blue-800\/30 {
  color: rgb(15 73 131 / 0.3) !important;
}

.\!text-blue-800\/40 {
  color: rgb(15 73 131 / 0.4) !important;
}

.\!text-blue-800\/5 {
  color: rgb(15 73 131 / 0.05) !important;
}

.\!text-blue-800\/50 {
  color: rgb(15 73 131 / 0.5) !important;
}

.\!text-blue-800\/60 {
  color: rgb(15 73 131 / 0.6) !important;
}

.\!text-blue-800\/70 {
  color: rgb(15 73 131 / 0.7) !important;
}

.\!text-blue-800\/75 {
  color: rgb(15 73 131 / 0.75) !important;
}

.\!text-blue-800\/80 {
  color: rgb(15 73 131 / 0.8) !important;
}

.\!text-blue-800\/90 {
  color: rgb(15 73 131 / 0.9) !important;
}

.\!text-blue-800\/95 {
  color: rgb(15 73 131 / 0.95) !important;
}

.\!text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 51 97 / var(--tw-text-opacity)) !important;
}

.\!text-blue-900\/0 {
  color: rgb(3 51 97 / 0) !important;
}

.\!text-blue-900\/10 {
  color: rgb(3 51 97 / 0.1) !important;
}

.\!text-blue-900\/100 {
  color: rgb(3 51 97 / 1) !important;
}

.\!text-blue-900\/20 {
  color: rgb(3 51 97 / 0.2) !important;
}

.\!text-blue-900\/25 {
  color: rgb(3 51 97 / 0.25) !important;
}

.\!text-blue-900\/30 {
  color: rgb(3 51 97 / 0.3) !important;
}

.\!text-blue-900\/40 {
  color: rgb(3 51 97 / 0.4) !important;
}

.\!text-blue-900\/5 {
  color: rgb(3 51 97 / 0.05) !important;
}

.\!text-blue-900\/50 {
  color: rgb(3 51 97 / 0.5) !important;
}

.\!text-blue-900\/60 {
  color: rgb(3 51 97 / 0.6) !important;
}

.\!text-blue-900\/70 {
  color: rgb(3 51 97 / 0.7) !important;
}

.\!text-blue-900\/75 {
  color: rgb(3 51 97 / 0.75) !important;
}

.\!text-blue-900\/80 {
  color: rgb(3 51 97 / 0.8) !important;
}

.\!text-blue-900\/90 {
  color: rgb(3 51 97 / 0.9) !important;
}

.\!text-blue-900\/95 {
  color: rgb(3 51 97 / 0.95) !important;
}

.\!text-blue-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(1 31 63 / var(--tw-text-opacity)) !important;
}

.\!text-blue-950\/0 {
  color: rgb(1 31 63 / 0) !important;
}

.\!text-blue-950\/10 {
  color: rgb(1 31 63 / 0.1) !important;
}

.\!text-blue-950\/100 {
  color: rgb(1 31 63 / 1) !important;
}

.\!text-blue-950\/20 {
  color: rgb(1 31 63 / 0.2) !important;
}

.\!text-blue-950\/25 {
  color: rgb(1 31 63 / 0.25) !important;
}

.\!text-blue-950\/30 {
  color: rgb(1 31 63 / 0.3) !important;
}

.\!text-blue-950\/40 {
  color: rgb(1 31 63 / 0.4) !important;
}

.\!text-blue-950\/5 {
  color: rgb(1 31 63 / 0.05) !important;
}

.\!text-blue-950\/50 {
  color: rgb(1 31 63 / 0.5) !important;
}

.\!text-blue-950\/60 {
  color: rgb(1 31 63 / 0.6) !important;
}

.\!text-blue-950\/70 {
  color: rgb(1 31 63 / 0.7) !important;
}

.\!text-blue-950\/75 {
  color: rgb(1 31 63 / 0.75) !important;
}

.\!text-blue-950\/80 {
  color: rgb(1 31 63 / 0.8) !important;
}

.\!text-blue-950\/90 {
  color: rgb(1 31 63 / 0.9) !important;
}

.\!text-blue-950\/95 {
  color: rgb(1 31 63 / 0.95) !important;
}

.\!text-blue\/0 {
  color: rgb(0 140 255 / 0) !important;
}

.\!text-blue\/10 {
  color: rgb(0 140 255 / 0.1) !important;
}

.\!text-blue\/100 {
  color: rgb(0 140 255 / 1) !important;
}

.\!text-blue\/20 {
  color: rgb(0 140 255 / 0.2) !important;
}

.\!text-blue\/25 {
  color: rgb(0 140 255 / 0.25) !important;
}

.\!text-blue\/30 {
  color: rgb(0 140 255 / 0.3) !important;
}

.\!text-blue\/40 {
  color: rgb(0 140 255 / 0.4) !important;
}

.\!text-blue\/5 {
  color: rgb(0 140 255 / 0.05) !important;
}

.\!text-blue\/50 {
  color: rgb(0 140 255 / 0.5) !important;
}

.\!text-blue\/60 {
  color: rgb(0 140 255 / 0.6) !important;
}

.\!text-blue\/70 {
  color: rgb(0 140 255 / 0.7) !important;
}

.\!text-blue\/75 {
  color: rgb(0 140 255 / 0.75) !important;
}

.\!text-blue\/80 {
  color: rgb(0 140 255 / 0.8) !important;
}

.\!text-blue\/90 {
  color: rgb(0 140 255 / 0.9) !important;
}

.\!text-blue\/95 {
  color: rgb(0 140 255 / 0.95) !important;
}

.\!text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(15 13 19 / var(--tw-text-opacity)) !important;
}

.\!text-dark\/0 {
  color: rgb(15 13 19 / 0) !important;
}

.\!text-dark\/10 {
  color: rgb(15 13 19 / 0.1) !important;
}

.\!text-dark\/100 {
  color: rgb(15 13 19 / 1) !important;
}

.\!text-dark\/20 {
  color: rgb(15 13 19 / 0.2) !important;
}

.\!text-dark\/25 {
  color: rgb(15 13 19 / 0.25) !important;
}

.\!text-dark\/30 {
  color: rgb(15 13 19 / 0.3) !important;
}

.\!text-dark\/40 {
  color: rgb(15 13 19 / 0.4) !important;
}

.\!text-dark\/5 {
  color: rgb(15 13 19 / 0.05) !important;
}

.\!text-dark\/50 {
  color: rgb(15 13 19 / 0.5) !important;
}

.\!text-dark\/60 {
  color: rgb(15 13 19 / 0.6) !important;
}

.\!text-dark\/70 {
  color: rgb(15 13 19 / 0.7) !important;
}

.\!text-dark\/75 {
  color: rgb(15 13 19 / 0.75) !important;
}

.\!text-dark\/80 {
  color: rgb(15 13 19 / 0.8) !important;
}

.\!text-dark\/90 {
  color: rgb(15 13 19 / 0.9) !important;
}

.\!text-dark\/95 {
  color: rgb(15 13 19 / 0.95) !important;
}

.\!text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(111 111 110 / var(--tw-text-opacity)) !important;
}

.\!text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 234 233 / var(--tw-text-opacity)) !important;
}

.\!text-gray-100\/0 {
  color: rgb(234 234 233 / 0) !important;
}

.\!text-gray-100\/10 {
  color: rgb(234 234 233 / 0.1) !important;
}

.\!text-gray-100\/100 {
  color: rgb(234 234 233 / 1) !important;
}

.\!text-gray-100\/20 {
  color: rgb(234 234 233 / 0.2) !important;
}

.\!text-gray-100\/25 {
  color: rgb(234 234 233 / 0.25) !important;
}

.\!text-gray-100\/30 {
  color: rgb(234 234 233 / 0.3) !important;
}

.\!text-gray-100\/40 {
  color: rgb(234 234 233 / 0.4) !important;
}

.\!text-gray-100\/5 {
  color: rgb(234 234 233 / 0.05) !important;
}

.\!text-gray-100\/50 {
  color: rgb(234 234 233 / 0.5) !important;
}

.\!text-gray-100\/60 {
  color: rgb(234 234 233 / 0.6) !important;
}

.\!text-gray-100\/70 {
  color: rgb(234 234 233 / 0.7) !important;
}

.\!text-gray-100\/75 {
  color: rgb(234 234 233 / 0.75) !important;
}

.\!text-gray-100\/80 {
  color: rgb(234 234 233 / 0.8) !important;
}

.\!text-gray-100\/90 {
  color: rgb(234 234 233 / 0.9) !important;
}

.\!text-gray-100\/95 {
  color: rgb(234 234 233 / 0.95) !important;
}

.\!text-gray-1000 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-gray-1000\/0 {
  color: rgb(0 0 0 / 0) !important;
}

.\!text-gray-1000\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}

.\!text-gray-1000\/100 {
  color: rgb(0 0 0 / 1) !important;
}

.\!text-gray-1000\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}

.\!text-gray-1000\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}

.\!text-gray-1000\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}

.\!text-gray-1000\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}

.\!text-gray-1000\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}

.\!text-gray-1000\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}

.\!text-gray-1000\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}

.\!text-gray-1000\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}

.\!text-gray-1000\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}

.\!text-gray-1000\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}

.\!text-gray-1000\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}

.\!text-gray-1000\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}

.\!text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(214 214 211 / var(--tw-text-opacity)) !important;
}

.\!text-gray-200\/0 {
  color: rgb(214 214 211 / 0) !important;
}

.\!text-gray-200\/10 {
  color: rgb(214 214 211 / 0.1) !important;
}

.\!text-gray-200\/100 {
  color: rgb(214 214 211 / 1) !important;
}

.\!text-gray-200\/20 {
  color: rgb(214 214 211 / 0.2) !important;
}

.\!text-gray-200\/25 {
  color: rgb(214 214 211 / 0.25) !important;
}

.\!text-gray-200\/30 {
  color: rgb(214 214 211 / 0.3) !important;
}

.\!text-gray-200\/40 {
  color: rgb(214 214 211 / 0.4) !important;
}

.\!text-gray-200\/5 {
  color: rgb(214 214 211 / 0.05) !important;
}

.\!text-gray-200\/50 {
  color: rgb(214 214 211 / 0.5) !important;
}

.\!text-gray-200\/60 {
  color: rgb(214 214 211 / 0.6) !important;
}

.\!text-gray-200\/70 {
  color: rgb(214 214 211 / 0.7) !important;
}

.\!text-gray-200\/75 {
  color: rgb(214 214 211 / 0.75) !important;
}

.\!text-gray-200\/80 {
  color: rgb(214 214 211 / 0.8) !important;
}

.\!text-gray-200\/90 {
  color: rgb(214 214 211 / 0.9) !important;
}

.\!text-gray-200\/95 {
  color: rgb(214 214 211 / 0.95) !important;
}

.\!text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(174 174 169 / var(--tw-text-opacity)) !important;
}

.\!text-gray-300\/0 {
  color: rgb(174 174 169 / 0) !important;
}

.\!text-gray-300\/10 {
  color: rgb(174 174 169 / 0.1) !important;
}

.\!text-gray-300\/100 {
  color: rgb(174 174 169 / 1) !important;
}

.\!text-gray-300\/20 {
  color: rgb(174 174 169 / 0.2) !important;
}

.\!text-gray-300\/25 {
  color: rgb(174 174 169 / 0.25) !important;
}

.\!text-gray-300\/30 {
  color: rgb(174 174 169 / 0.3) !important;
}

.\!text-gray-300\/40 {
  color: rgb(174 174 169 / 0.4) !important;
}

.\!text-gray-300\/5 {
  color: rgb(174 174 169 / 0.05) !important;
}

.\!text-gray-300\/50 {
  color: rgb(174 174 169 / 0.5) !important;
}

.\!text-gray-300\/60 {
  color: rgb(174 174 169 / 0.6) !important;
}

.\!text-gray-300\/70 {
  color: rgb(174 174 169 / 0.7) !important;
}

.\!text-gray-300\/75 {
  color: rgb(174 174 169 / 0.75) !important;
}

.\!text-gray-300\/80 {
  color: rgb(174 174 169 / 0.8) !important;
}

.\!text-gray-300\/90 {
  color: rgb(174 174 169 / 0.9) !important;
}

.\!text-gray-300\/95 {
  color: rgb(174 174 169 / 0.95) !important;
}

.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(139 139 136 / var(--tw-text-opacity)) !important;
}

.\!text-gray-400\/0 {
  color: rgb(139 139 136 / 0) !important;
}

.\!text-gray-400\/10 {
  color: rgb(139 139 136 / 0.1) !important;
}

.\!text-gray-400\/100 {
  color: rgb(139 139 136 / 1) !important;
}

.\!text-gray-400\/20 {
  color: rgb(139 139 136 / 0.2) !important;
}

.\!text-gray-400\/25 {
  color: rgb(139 139 136 / 0.25) !important;
}

.\!text-gray-400\/30 {
  color: rgb(139 139 136 / 0.3) !important;
}

.\!text-gray-400\/40 {
  color: rgb(139 139 136 / 0.4) !important;
}

.\!text-gray-400\/5 {
  color: rgb(139 139 136 / 0.05) !important;
}

.\!text-gray-400\/50 {
  color: rgb(139 139 136 / 0.5) !important;
}

.\!text-gray-400\/60 {
  color: rgb(139 139 136 / 0.6) !important;
}

.\!text-gray-400\/70 {
  color: rgb(139 139 136 / 0.7) !important;
}

.\!text-gray-400\/75 {
  color: rgb(139 139 136 / 0.75) !important;
}

.\!text-gray-400\/80 {
  color: rgb(139 139 136 / 0.8) !important;
}

.\!text-gray-400\/90 {
  color: rgb(139 139 136 / 0.9) !important;
}

.\!text-gray-400\/95 {
  color: rgb(139 139 136 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(111 111 110 / var(--tw-text-opacity)) !important;
}

.\!text-gray-500\/0 {
  color: rgb(111 111 110 / 0) !important;
}

.\!text-gray-500\/10 {
  color: rgb(111 111 110 / 0.1) !important;
}

.\!text-gray-500\/100 {
  color: rgb(111 111 110 / 1) !important;
}

.\!text-gray-500\/20 {
  color: rgb(111 111 110 / 0.2) !important;
}

.\!text-gray-500\/25 {
  color: rgb(111 111 110 / 0.25) !important;
}

.\!text-gray-500\/30 {
  color: rgb(111 111 110 / 0.3) !important;
}

.\!text-gray-500\/40 {
  color: rgb(111 111 110 / 0.4) !important;
}

.\!text-gray-500\/5 {
  color: rgb(111 111 110 / 0.05) !important;
}

.\!text-gray-500\/50 {
  color: rgb(111 111 110 / 0.5) !important;
}

.\!text-gray-500\/60 {
  color: rgb(111 111 110 / 0.6) !important;
}

.\!text-gray-500\/70 {
  color: rgb(111 111 110 / 0.7) !important;
}

.\!text-gray-500\/75 {
  color: rgb(111 111 110 / 0.75) !important;
}

.\!text-gray-500\/80 {
  color: rgb(111 111 110 / 0.8) !important;
}

.\!text-gray-500\/90 {
  color: rgb(111 111 110 / 0.9) !important;
}

.\!text-gray-500\/95 {
  color: rgb(111 111 110 / 0.95) !important;
}

.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(66 65 67 / var(--tw-text-opacity)) !important;
}

.\!text-gray-600\/0 {
  color: rgb(66 65 67 / 0) !important;
}

.\!text-gray-600\/10 {
  color: rgb(66 65 67 / 0.1) !important;
}

.\!text-gray-600\/100 {
  color: rgb(66 65 67 / 1) !important;
}

.\!text-gray-600\/20 {
  color: rgb(66 65 67 / 0.2) !important;
}

.\!text-gray-600\/25 {
  color: rgb(66 65 67 / 0.25) !important;
}

.\!text-gray-600\/30 {
  color: rgb(66 65 67 / 0.3) !important;
}

.\!text-gray-600\/40 {
  color: rgb(66 65 67 / 0.4) !important;
}

.\!text-gray-600\/5 {
  color: rgb(66 65 67 / 0.05) !important;
}

.\!text-gray-600\/50 {
  color: rgb(66 65 67 / 0.5) !important;
}

.\!text-gray-600\/60 {
  color: rgb(66 65 67 / 0.6) !important;
}

.\!text-gray-600\/70 {
  color: rgb(66 65 67 / 0.7) !important;
}

.\!text-gray-600\/75 {
  color: rgb(66 65 67 / 0.75) !important;
}

.\!text-gray-600\/80 {
  color: rgb(66 65 67 / 0.8) !important;
}

.\!text-gray-600\/90 {
  color: rgb(66 65 67 / 0.9) !important;
}

.\!text-gray-600\/95 {
  color: rgb(66 65 67 / 0.95) !important;
}

.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(49 48 51 / var(--tw-text-opacity)) !important;
}

.\!text-gray-700\/0 {
  color: rgb(49 48 51 / 0) !important;
}

.\!text-gray-700\/10 {
  color: rgb(49 48 51 / 0.1) !important;
}

.\!text-gray-700\/100 {
  color: rgb(49 48 51 / 1) !important;
}

.\!text-gray-700\/20 {
  color: rgb(49 48 51 / 0.2) !important;
}

.\!text-gray-700\/25 {
  color: rgb(49 48 51 / 0.25) !important;
}

.\!text-gray-700\/30 {
  color: rgb(49 48 51 / 0.3) !important;
}

.\!text-gray-700\/40 {
  color: rgb(49 48 51 / 0.4) !important;
}

.\!text-gray-700\/5 {
  color: rgb(49 48 51 / 0.05) !important;
}

.\!text-gray-700\/50 {
  color: rgb(49 48 51 / 0.5) !important;
}

.\!text-gray-700\/60 {
  color: rgb(49 48 51 / 0.6) !important;
}

.\!text-gray-700\/70 {
  color: rgb(49 48 51 / 0.7) !important;
}

.\!text-gray-700\/75 {
  color: rgb(49 48 51 / 0.75) !important;
}

.\!text-gray-700\/80 {
  color: rgb(49 48 51 / 0.8) !important;
}

.\!text-gray-700\/90 {
  color: rgb(49 48 51 / 0.9) !important;
}

.\!text-gray-700\/95 {
  color: rgb(49 48 51 / 0.95) !important;
}

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

.\!text-gray-800\/0 {
  color: rgb(34 33 37 / 0) !important;
}

.\!text-gray-800\/10 {
  color: rgb(34 33 37 / 0.1) !important;
}

.\!text-gray-800\/100 {
  color: rgb(34 33 37 / 1) !important;
}

.\!text-gray-800\/20 {
  color: rgb(34 33 37 / 0.2) !important;
}

.\!text-gray-800\/25 {
  color: rgb(34 33 37 / 0.25) !important;
}

.\!text-gray-800\/30 {
  color: rgb(34 33 37 / 0.3) !important;
}

.\!text-gray-800\/40 {
  color: rgb(34 33 37 / 0.4) !important;
}

.\!text-gray-800\/5 {
  color: rgb(34 33 37 / 0.05) !important;
}

.\!text-gray-800\/50 {
  color: rgb(34 33 37 / 0.5) !important;
}

.\!text-gray-800\/60 {
  color: rgb(34 33 37 / 0.6) !important;
}

.\!text-gray-800\/70 {
  color: rgb(34 33 37 / 0.7) !important;
}

.\!text-gray-800\/75 {
  color: rgb(34 33 37 / 0.75) !important;
}

.\!text-gray-800\/80 {
  color: rgb(34 33 37 / 0.8) !important;
}

.\!text-gray-800\/90 {
  color: rgb(34 33 37 / 0.9) !important;
}

.\!text-gray-800\/95 {
  color: rgb(34 33 37 / 0.95) !important;
}

.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 13 19 / var(--tw-text-opacity)) !important;
}

.\!text-gray-900\/0 {
  color: rgb(15 13 19 / 0) !important;
}

.\!text-gray-900\/10 {
  color: rgb(15 13 19 / 0.1) !important;
}

.\!text-gray-900\/100 {
  color: rgb(15 13 19 / 1) !important;
}

.\!text-gray-900\/20 {
  color: rgb(15 13 19 / 0.2) !important;
}

.\!text-gray-900\/25 {
  color: rgb(15 13 19 / 0.25) !important;
}

.\!text-gray-900\/30 {
  color: rgb(15 13 19 / 0.3) !important;
}

.\!text-gray-900\/40 {
  color: rgb(15 13 19 / 0.4) !important;
}

.\!text-gray-900\/5 {
  color: rgb(15 13 19 / 0.05) !important;
}

.\!text-gray-900\/50 {
  color: rgb(15 13 19 / 0.5) !important;
}

.\!text-gray-900\/60 {
  color: rgb(15 13 19 / 0.6) !important;
}

.\!text-gray-900\/70 {
  color: rgb(15 13 19 / 0.7) !important;
}

.\!text-gray-900\/75 {
  color: rgb(15 13 19 / 0.75) !important;
}

.\!text-gray-900\/80 {
  color: rgb(15 13 19 / 0.8) !important;
}

.\!text-gray-900\/90 {
  color: rgb(15 13 19 / 0.9) !important;
}

.\!text-gray-900\/95 {
  color: rgb(15 13 19 / 0.95) !important;
}

.\!text-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity)) !important;
}

.\!text-gray-950\/0 {
  color: rgb(3 7 18 / 0) !important;
}

.\!text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1) !important;
}

.\!text-gray-950\/100 {
  color: rgb(3 7 18 / 1) !important;
}

.\!text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2) !important;
}

.\!text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25) !important;
}

.\!text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3) !important;
}

.\!text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4) !important;
}

.\!text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05) !important;
}

.\!text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5) !important;
}

.\!text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6) !important;
}

.\!text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7) !important;
}

.\!text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75) !important;
}

.\!text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8) !important;
}

.\!text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9) !important;
}

.\!text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95) !important;
}

.\!text-gray\/0 {
  color: rgb(111 111 110 / 0) !important;
}

.\!text-gray\/10 {
  color: rgb(111 111 110 / 0.1) !important;
}

.\!text-gray\/100 {
  color: rgb(111 111 110 / 1) !important;
}

.\!text-gray\/20 {
  color: rgb(111 111 110 / 0.2) !important;
}

.\!text-gray\/25 {
  color: rgb(111 111 110 / 0.25) !important;
}

.\!text-gray\/30 {
  color: rgb(111 111 110 / 0.3) !important;
}

.\!text-gray\/40 {
  color: rgb(111 111 110 / 0.4) !important;
}

.\!text-gray\/5 {
  color: rgb(111 111 110 / 0.05) !important;
}

.\!text-gray\/50 {
  color: rgb(111 111 110 / 0.5) !important;
}

.\!text-gray\/60 {
  color: rgb(111 111 110 / 0.6) !important;
}

.\!text-gray\/70 {
  color: rgb(111 111 110 / 0.7) !important;
}

.\!text-gray\/75 {
  color: rgb(111 111 110 / 0.75) !important;
}

.\!text-gray\/80 {
  color: rgb(111 111 110 / 0.8) !important;
}

.\!text-gray\/90 {
  color: rgb(111 111 110 / 0.9) !important;
}

.\!text-gray\/95 {
  color: rgb(111 111 110 / 0.95) !important;
}

.\!text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.\!text-inherit {
  color: inherit !important;
}

.\!text-legacy {
  --tw-text-opacity: 1 !important;
  color: rgb(26 150 211 / var(--tw-text-opacity)) !important;
}

.\!text-legacy\/0 {
  color: rgb(26 150 211 / 0) !important;
}

.\!text-legacy\/10 {
  color: rgb(26 150 211 / 0.1) !important;
}

.\!text-legacy\/100 {
  color: rgb(26 150 211 / 1) !important;
}

.\!text-legacy\/20 {
  color: rgb(26 150 211 / 0.2) !important;
}

.\!text-legacy\/25 {
  color: rgb(26 150 211 / 0.25) !important;
}

.\!text-legacy\/30 {
  color: rgb(26 150 211 / 0.3) !important;
}

.\!text-legacy\/40 {
  color: rgb(26 150 211 / 0.4) !important;
}

.\!text-legacy\/5 {
  color: rgb(26 150 211 / 0.05) !important;
}

.\!text-legacy\/50 {
  color: rgb(26 150 211 / 0.5) !important;
}

.\!text-legacy\/60 {
  color: rgb(26 150 211 / 0.6) !important;
}

.\!text-legacy\/70 {
  color: rgb(26 150 211 / 0.7) !important;
}

.\!text-legacy\/75 {
  color: rgb(26 150 211 / 0.75) !important;
}

.\!text-legacy\/80 {
  color: rgb(26 150 211 / 0.8) !important;
}

.\!text-legacy\/90 {
  color: rgb(26 150 211 / 0.9) !important;
}

.\!text-legacy\/95 {
  color: rgb(26 150 211 / 0.95) !important;
}

.\!text-light {
  --tw-text-opacity: 1 !important;
  color: rgb(245 245 245 / var(--tw-text-opacity)) !important;
}

.\!text-light\/0 {
  color: rgb(245 245 245 / 0) !important;
}

.\!text-light\/10 {
  color: rgb(245 245 245 / 0.1) !important;
}

.\!text-light\/100 {
  color: rgb(245 245 245 / 1) !important;
}

.\!text-light\/20 {
  color: rgb(245 245 245 / 0.2) !important;
}

.\!text-light\/25 {
  color: rgb(245 245 245 / 0.25) !important;
}

.\!text-light\/30 {
  color: rgb(245 245 245 / 0.3) !important;
}

.\!text-light\/40 {
  color: rgb(245 245 245 / 0.4) !important;
}

.\!text-light\/5 {
  color: rgb(245 245 245 / 0.05) !important;
}

.\!text-light\/50 {
  color: rgb(245 245 245 / 0.5) !important;
}

.\!text-light\/60 {
  color: rgb(245 245 245 / 0.6) !important;
}

.\!text-light\/70 {
  color: rgb(245 245 245 / 0.7) !important;
}

.\!text-light\/75 {
  color: rgb(245 245 245 / 0.75) !important;
}

.\!text-light\/80 {
  color: rgb(245 245 245 / 0.8) !important;
}

.\!text-light\/90 {
  color: rgb(245 245 245 / 0.9) !important;
}

.\!text-light\/95 {
  color: rgb(245 245 245 / 0.95) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(58 23 184 / var(--tw-text-opacity)) !important;
}

.\!text-secondary\/0 {
  color: rgb(58 23 184 / 0) !important;
}

.\!text-secondary\/10 {
  color: rgb(58 23 184 / 0.1) !important;
}

.\!text-secondary\/100 {
  color: rgb(58 23 184 / 1) !important;
}

.\!text-secondary\/20 {
  color: rgb(58 23 184 / 0.2) !important;
}

.\!text-secondary\/25 {
  color: rgb(58 23 184 / 0.25) !important;
}

.\!text-secondary\/30 {
  color: rgb(58 23 184 / 0.3) !important;
}

.\!text-secondary\/40 {
  color: rgb(58 23 184 / 0.4) !important;
}

.\!text-secondary\/5 {
  color: rgb(58 23 184 / 0.05) !important;
}

.\!text-secondary\/50 {
  color: rgb(58 23 184 / 0.5) !important;
}

.\!text-secondary\/60 {
  color: rgb(58 23 184 / 0.6) !important;
}

.\!text-secondary\/70 {
  color: rgb(58 23 184 / 0.7) !important;
}

.\!text-secondary\/75 {
  color: rgb(58 23 184 / 0.75) !important;
}

.\!text-secondary\/80 {
  color: rgb(58 23 184 / 0.8) !important;
}

.\!text-secondary\/90 {
  color: rgb(58 23 184 / 0.9) !important;
}

.\!text-secondary\/95 {
  color: rgb(58 23 184 / 0.95) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!text-white\/0 {
  color: rgb(255 255 255 / 0) !important;
}

.\!text-white\/10 {
  color: rgb(255 255 255 / 0.1) !important;
}

.\!text-white\/100 {
  color: rgb(255 255 255 / 1) !important;
}

.\!text-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}

.\!text-white\/25 {
  color: rgb(255 255 255 / 0.25) !important;
}

.\!text-white\/30 {
  color: rgb(255 255 255 / 0.3) !important;
}

.\!text-white\/40 {
  color: rgb(255 255 255 / 0.4) !important;
}

.\!text-white\/5 {
  color: rgb(255 255 255 / 0.05) !important;
}

.\!text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}

.\!text-white\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}

.\!text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}

.\!text-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}

.\!text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}

.\!text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}

.\!text-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}

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

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(200 224 254 / var(--tw-text-opacity));
}

.text-blue-100\/0 {
  color: rgb(200 224 254 / 0);
}

.text-blue-100\/10 {
  color: rgb(200 224 254 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(200 224 254 / 1);
}

.text-blue-100\/20 {
  color: rgb(200 224 254 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(200 224 254 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(200 224 254 / 0.3);
}

.text-blue-100\/40 {
  color: rgb(200 224 254 / 0.4);
}

.text-blue-100\/5 {
  color: rgb(200 224 254 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(200 224 254 / 0.5);
}

.text-blue-100\/60 {
  color: rgb(200 224 254 / 0.6);
}

.text-blue-100\/70 {
  color: rgb(200 224 254 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(200 224 254 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(200 224 254 / 0.8);
}

.text-blue-100\/90 {
  color: rgb(200 224 254 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(200 224 254 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(164 204 251 / var(--tw-text-opacity));
}

.text-blue-200\/0 {
  color: rgb(164 204 251 / 0);
}

.text-blue-200\/10 {
  color: rgb(164 204 251 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(164 204 251 / 1);
}

.text-blue-200\/20 {
  color: rgb(164 204 251 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(164 204 251 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(164 204 251 / 0.3);
}

.text-blue-200\/40 {
  color: rgb(164 204 251 / 0.4);
}

.text-blue-200\/5 {
  color: rgb(164 204 251 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(164 204 251 / 0.5);
}

.text-blue-200\/60 {
  color: rgb(164 204 251 / 0.6);
}

.text-blue-200\/70 {
  color: rgb(164 204 251 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(164 204 251 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(164 204 251 / 0.8);
}

.text-blue-200\/90 {
  color: rgb(164 204 251 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(164 204 251 / 0.95);
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(128 184 249 / var(--tw-text-opacity));
}

.text-blue-300\/0 {
  color: rgb(128 184 249 / 0);
}

.text-blue-300\/10 {
  color: rgb(128 184 249 / 0.1);
}

.text-blue-300\/100 {
  color: rgb(128 184 249 / 1);
}

.text-blue-300\/20 {
  color: rgb(128 184 249 / 0.2);
}

.text-blue-300\/25 {
  color: rgb(128 184 249 / 0.25);
}

.text-blue-300\/30 {
  color: rgb(128 184 249 / 0.3);
}

.text-blue-300\/40 {
  color: rgb(128 184 249 / 0.4);
}

.text-blue-300\/5 {
  color: rgb(128 184 249 / 0.05);
}

.text-blue-300\/50 {
  color: rgb(128 184 249 / 0.5);
}

.text-blue-300\/60 {
  color: rgb(128 184 249 / 0.6);
}

.text-blue-300\/70 {
  color: rgb(128 184 249 / 0.7);
}

.text-blue-300\/75 {
  color: rgb(128 184 249 / 0.75);
}

.text-blue-300\/80 {
  color: rgb(128 184 249 / 0.8);
}

.text-blue-300\/90 {
  color: rgb(128 184 249 / 0.9);
}

.text-blue-300\/95 {
  color: rgb(128 184 249 / 0.95);
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(89 163 246 / var(--tw-text-opacity));
}

.text-blue-400\/0 {
  color: rgb(89 163 246 / 0);
}

.text-blue-400\/10 {
  color: rgb(89 163 246 / 0.1);
}

.text-blue-400\/100 {
  color: rgb(89 163 246 / 1);
}

.text-blue-400\/20 {
  color: rgb(89 163 246 / 0.2);
}

.text-blue-400\/25 {
  color: rgb(89 163 246 / 0.25);
}

.text-blue-400\/30 {
  color: rgb(89 163 246 / 0.3);
}

.text-blue-400\/40 {
  color: rgb(89 163 246 / 0.4);
}

.text-blue-400\/5 {
  color: rgb(89 163 246 / 0.05);
}

.text-blue-400\/50 {
  color: rgb(89 163 246 / 0.5);
}

.text-blue-400\/60 {
  color: rgb(89 163 246 / 0.6);
}

.text-blue-400\/70 {
  color: rgb(89 163 246 / 0.7);
}

.text-blue-400\/75 {
  color: rgb(89 163 246 / 0.75);
}

.text-blue-400\/80 {
  color: rgb(89 163 246 / 0.8);
}

.text-blue-400\/90 {
  color: rgb(89 163 246 / 0.9);
}

.text-blue-400\/95 {
  color: rgb(89 163 246 / 0.95);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(236 245 255 / var(--tw-text-opacity));
}

.text-blue-50\/0 {
  color: rgb(236 245 255 / 0);
}

.text-blue-50\/10 {
  color: rgb(236 245 255 / 0.1);
}

.text-blue-50\/100 {
  color: rgb(236 245 255 / 1);
}

.text-blue-50\/20 {
  color: rgb(236 245 255 / 0.2);
}

.text-blue-50\/25 {
  color: rgb(236 245 255 / 0.25);
}

.text-blue-50\/30 {
  color: rgb(236 245 255 / 0.3);
}

.text-blue-50\/40 {
  color: rgb(236 245 255 / 0.4);
}

.text-blue-50\/5 {
  color: rgb(236 245 255 / 0.05);
}

.text-blue-50\/50 {
  color: rgb(236 245 255 / 0.5);
}

.text-blue-50\/60 {
  color: rgb(236 245 255 / 0.6);
}

.text-blue-50\/70 {
  color: rgb(236 245 255 / 0.7);
}

.text-blue-50\/75 {
  color: rgb(236 245 255 / 0.75);
}

.text-blue-50\/80 {
  color: rgb(236 245 255 / 0.8);
}

.text-blue-50\/90 {
  color: rgb(236 245 255 / 0.9);
}

.text-blue-50\/95 {
  color: rgb(236 245 255 / 0.95);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.text-blue-500\/0 {
  color: rgb(0 140 255 / 0);
}

.text-blue-500\/10 {
  color: rgb(0 140 255 / 0.1);
}

.text-blue-500\/100 {
  color: rgb(0 140 255 / 1);
}

.text-blue-500\/20 {
  color: rgb(0 140 255 / 0.2);
}

.text-blue-500\/25 {
  color: rgb(0 140 255 / 0.25);
}

.text-blue-500\/30 {
  color: rgb(0 140 255 / 0.3);
}

.text-blue-500\/40 {
  color: rgb(0 140 255 / 0.4);
}

.text-blue-500\/5 {
  color: rgb(0 140 255 / 0.05);
}

.text-blue-500\/50 {
  color: rgb(0 140 255 / 0.5);
}

.text-blue-500\/60 {
  color: rgb(0 140 255 / 0.6);
}

.text-blue-500\/70 {
  color: rgb(0 140 255 / 0.7);
}

.text-blue-500\/75 {
  color: rgb(0 140 255 / 0.75);
}

.text-blue-500\/80 {
  color: rgb(0 140 255 / 0.8);
}

.text-blue-500\/90 {
  color: rgb(0 140 255 / 0.9);
}

.text-blue-500\/95 {
  color: rgb(0 140 255 / 0.95);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(24 119 210 / var(--tw-text-opacity));
}

.text-blue-600\/0 {
  color: rgb(24 119 210 / 0);
}

.text-blue-600\/10 {
  color: rgb(24 119 210 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(24 119 210 / 1);
}

.text-blue-600\/20 {
  color: rgb(24 119 210 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(24 119 210 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(24 119 210 / 0.3);
}

.text-blue-600\/40 {
  color: rgb(24 119 210 / 0.4);
}

.text-blue-600\/5 {
  color: rgb(24 119 210 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(24 119 210 / 0.5);
}

.text-blue-600\/60 {
  color: rgb(24 119 210 / 0.6);
}

.text-blue-600\/70 {
  color: rgb(24 119 210 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(24 119 210 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(24 119 210 / 0.8);
}

.text-blue-600\/90 {
  color: rgb(24 119 210 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(24 119 210 / 0.95);
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(8 95 174 / var(--tw-text-opacity));
}

.text-blue-700\/0 {
  color: rgb(8 95 174 / 0);
}

.text-blue-700\/10 {
  color: rgb(8 95 174 / 0.1);
}

.text-blue-700\/100 {
  color: rgb(8 95 174 / 1);
}

.text-blue-700\/20 {
  color: rgb(8 95 174 / 0.2);
}

.text-blue-700\/25 {
  color: rgb(8 95 174 / 0.25);
}

.text-blue-700\/30 {
  color: rgb(8 95 174 / 0.3);
}

.text-blue-700\/40 {
  color: rgb(8 95 174 / 0.4);
}

.text-blue-700\/5 {
  color: rgb(8 95 174 / 0.05);
}

.text-blue-700\/50 {
  color: rgb(8 95 174 / 0.5);
}

.text-blue-700\/60 {
  color: rgb(8 95 174 / 0.6);
}

.text-blue-700\/70 {
  color: rgb(8 95 174 / 0.7);
}

.text-blue-700\/75 {
  color: rgb(8 95 174 / 0.75);
}

.text-blue-700\/80 {
  color: rgb(8 95 174 / 0.8);
}

.text-blue-700\/90 {
  color: rgb(8 95 174 / 0.9);
}

.text-blue-700\/95 {
  color: rgb(8 95 174 / 0.95);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(15 73 131 / var(--tw-text-opacity));
}

.text-blue-800\/0 {
  color: rgb(15 73 131 / 0);
}

.text-blue-800\/10 {
  color: rgb(15 73 131 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(15 73 131 / 1);
}

.text-blue-800\/20 {
  color: rgb(15 73 131 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(15 73 131 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(15 73 131 / 0.3);
}

.text-blue-800\/40 {
  color: rgb(15 73 131 / 0.4);
}

.text-blue-800\/5 {
  color: rgb(15 73 131 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(15 73 131 / 0.5);
}

.text-blue-800\/60 {
  color: rgb(15 73 131 / 0.6);
}

.text-blue-800\/70 {
  color: rgb(15 73 131 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(15 73 131 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(15 73 131 / 0.8);
}

.text-blue-800\/90 {
  color: rgb(15 73 131 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(15 73 131 / 0.95);
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(3 51 97 / var(--tw-text-opacity));
}

.text-blue-900\/0 {
  color: rgb(3 51 97 / 0);
}

.text-blue-900\/10 {
  color: rgb(3 51 97 / 0.1);
}

.text-blue-900\/100 {
  color: rgb(3 51 97 / 1);
}

.text-blue-900\/20 {
  color: rgb(3 51 97 / 0.2);
}

.text-blue-900\/25 {
  color: rgb(3 51 97 / 0.25);
}

.text-blue-900\/30 {
  color: rgb(3 51 97 / 0.3);
}

.text-blue-900\/40 {
  color: rgb(3 51 97 / 0.4);
}

.text-blue-900\/5 {
  color: rgb(3 51 97 / 0.05);
}

.text-blue-900\/50 {
  color: rgb(3 51 97 / 0.5);
}

.text-blue-900\/60 {
  color: rgb(3 51 97 / 0.6);
}

.text-blue-900\/70 {
  color: rgb(3 51 97 / 0.7);
}

.text-blue-900\/75 {
  color: rgb(3 51 97 / 0.75);
}

.text-blue-900\/80 {
  color: rgb(3 51 97 / 0.8);
}

.text-blue-900\/90 {
  color: rgb(3 51 97 / 0.9);
}

.text-blue-900\/95 {
  color: rgb(3 51 97 / 0.95);
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(1 31 63 / var(--tw-text-opacity));
}

.text-blue-950\/0 {
  color: rgb(1 31 63 / 0);
}

.text-blue-950\/10 {
  color: rgb(1 31 63 / 0.1);
}

.text-blue-950\/100 {
  color: rgb(1 31 63 / 1);
}

.text-blue-950\/20 {
  color: rgb(1 31 63 / 0.2);
}

.text-blue-950\/25 {
  color: rgb(1 31 63 / 0.25);
}

.text-blue-950\/30 {
  color: rgb(1 31 63 / 0.3);
}

.text-blue-950\/40 {
  color: rgb(1 31 63 / 0.4);
}

.text-blue-950\/5 {
  color: rgb(1 31 63 / 0.05);
}

.text-blue-950\/50 {
  color: rgb(1 31 63 / 0.5);
}

.text-blue-950\/60 {
  color: rgb(1 31 63 / 0.6);
}

.text-blue-950\/70 {
  color: rgb(1 31 63 / 0.7);
}

.text-blue-950\/75 {
  color: rgb(1 31 63 / 0.75);
}

.text-blue-950\/80 {
  color: rgb(1 31 63 / 0.8);
}

.text-blue-950\/90 {
  color: rgb(1 31 63 / 0.9);
}

.text-blue-950\/95 {
  color: rgb(1 31 63 / 0.95);
}

.text-blue\/0 {
  color: rgb(0 140 255 / 0);
}

.text-blue\/10 {
  color: rgb(0 140 255 / 0.1);
}

.text-blue\/100 {
  color: rgb(0 140 255 / 1);
}

.text-blue\/20 {
  color: rgb(0 140 255 / 0.2);
}

.text-blue\/25 {
  color: rgb(0 140 255 / 0.25);
}

.text-blue\/30 {
  color: rgb(0 140 255 / 0.3);
}

.text-blue\/40 {
  color: rgb(0 140 255 / 0.4);
}

.text-blue\/5 {
  color: rgb(0 140 255 / 0.05);
}

.text-blue\/50 {
  color: rgb(0 140 255 / 0.5);
}

.text-blue\/60 {
  color: rgb(0 140 255 / 0.6);
}

.text-blue\/70 {
  color: rgb(0 140 255 / 0.7);
}

.text-blue\/75 {
  color: rgb(0 140 255 / 0.75);
}

.text-blue\/80 {
  color: rgb(0 140 255 / 0.8);
}

.text-blue\/90 {
  color: rgb(0 140 255 / 0.9);
}

.text-blue\/95 {
  color: rgb(0 140 255 / 0.95);
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(15 13 19 / var(--tw-text-opacity));
}

.text-dark\/0 {
  color: rgb(15 13 19 / 0);
}

.text-dark\/10 {
  color: rgb(15 13 19 / 0.1);
}

.text-dark\/100 {
  color: rgb(15 13 19 / 1);
}

.text-dark\/20 {
  color: rgb(15 13 19 / 0.2);
}

.text-dark\/25 {
  color: rgb(15 13 19 / 0.25);
}

.text-dark\/30 {
  color: rgb(15 13 19 / 0.3);
}

.text-dark\/40 {
  color: rgb(15 13 19 / 0.4);
}

.text-dark\/5 {
  color: rgb(15 13 19 / 0.05);
}

.text-dark\/50 {
  color: rgb(15 13 19 / 0.5);
}

.text-dark\/60 {
  color: rgb(15 13 19 / 0.6);
}

.text-dark\/70 {
  color: rgb(15 13 19 / 0.7);
}

.text-dark\/75 {
  color: rgb(15 13 19 / 0.75);
}

.text-dark\/80 {
  color: rgb(15 13 19 / 0.8);
}

.text-dark\/90 {
  color: rgb(15 13 19 / 0.9);
}

.text-dark\/95 {
  color: rgb(15 13 19 / 0.95);
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(111 111 110 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(234 234 233 / var(--tw-text-opacity));
}

.text-gray-100\/0 {
  color: rgb(234 234 233 / 0);
}

.text-gray-100\/10 {
  color: rgb(234 234 233 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(234 234 233 / 1);
}

.text-gray-100\/20 {
  color: rgb(234 234 233 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(234 234 233 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(234 234 233 / 0.3);
}

.text-gray-100\/40 {
  color: rgb(234 234 233 / 0.4);
}

.text-gray-100\/5 {
  color: rgb(234 234 233 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(234 234 233 / 0.5);
}

.text-gray-100\/60 {
  color: rgb(234 234 233 / 0.6);
}

.text-gray-100\/70 {
  color: rgb(234 234 233 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(234 234 233 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(234 234 233 / 0.8);
}

.text-gray-100\/90 {
  color: rgb(234 234 233 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(234 234 233 / 0.95);
}

.text-gray-1000 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-1000\/0 {
  color: rgb(0 0 0 / 0);
}

.text-gray-1000\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-gray-1000\/100 {
  color: rgb(0 0 0 / 1);
}

.text-gray-1000\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-gray-1000\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-gray-1000\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-gray-1000\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-gray-1000\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-gray-1000\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-gray-1000\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-gray-1000\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-gray-1000\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-gray-1000\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-gray-1000\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-gray-1000\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(214 214 211 / var(--tw-text-opacity));
}

.text-gray-200\/0 {
  color: rgb(214 214 211 / 0);
}

.text-gray-200\/10 {
  color: rgb(214 214 211 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(214 214 211 / 1);
}

.text-gray-200\/20 {
  color: rgb(214 214 211 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(214 214 211 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(214 214 211 / 0.3);
}

.text-gray-200\/40 {
  color: rgb(214 214 211 / 0.4);
}

.text-gray-200\/5 {
  color: rgb(214 214 211 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(214 214 211 / 0.5);
}

.text-gray-200\/60 {
  color: rgb(214 214 211 / 0.6);
}

.text-gray-200\/70 {
  color: rgb(214 214 211 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(214 214 211 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(214 214 211 / 0.8);
}

.text-gray-200\/90 {
  color: rgb(214 214 211 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(214 214 211 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(174 174 169 / var(--tw-text-opacity));
}

.text-gray-300\/0 {
  color: rgb(174 174 169 / 0);
}

.text-gray-300\/10 {
  color: rgb(174 174 169 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(174 174 169 / 1);
}

.text-gray-300\/20 {
  color: rgb(174 174 169 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(174 174 169 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(174 174 169 / 0.3);
}

.text-gray-300\/40 {
  color: rgb(174 174 169 / 0.4);
}

.text-gray-300\/5 {
  color: rgb(174 174 169 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(174 174 169 / 0.5);
}

.text-gray-300\/60 {
  color: rgb(174 174 169 / 0.6);
}

.text-gray-300\/70 {
  color: rgb(174 174 169 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(174 174 169 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(174 174 169 / 0.8);
}

.text-gray-300\/90 {
  color: rgb(174 174 169 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(174 174 169 / 0.95);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(139 139 136 / var(--tw-text-opacity));
}

.text-gray-400\/0 {
  color: rgb(139 139 136 / 0);
}

.text-gray-400\/10 {
  color: rgb(139 139 136 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(139 139 136 / 1);
}

.text-gray-400\/20 {
  color: rgb(139 139 136 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(139 139 136 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(139 139 136 / 0.3);
}

.text-gray-400\/40 {
  color: rgb(139 139 136 / 0.4);
}

.text-gray-400\/5 {
  color: rgb(139 139 136 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(139 139 136 / 0.5);
}

.text-gray-400\/60 {
  color: rgb(139 139 136 / 0.6);
}

.text-gray-400\/70 {
  color: rgb(139 139 136 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(139 139 136 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(139 139 136 / 0.8);
}

.text-gray-400\/90 {
  color: rgb(139 139 136 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(139 139 136 / 0.95);
}

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

.text-gray-50\/0 {
  color: rgb(245 245 245 / 0);
}

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

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

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

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

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

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

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

.text-gray-50\/50 {
  color: rgb(245 245 245 / 0.5);
}

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

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

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

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

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

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(111 111 110 / var(--tw-text-opacity));
}

.text-gray-500\/0 {
  color: rgb(111 111 110 / 0);
}

.text-gray-500\/10 {
  color: rgb(111 111 110 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(111 111 110 / 1);
}

.text-gray-500\/20 {
  color: rgb(111 111 110 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(111 111 110 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(111 111 110 / 0.3);
}

.text-gray-500\/40 {
  color: rgb(111 111 110 / 0.4);
}

.text-gray-500\/5 {
  color: rgb(111 111 110 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(111 111 110 / 0.5);
}

.text-gray-500\/60 {
  color: rgb(111 111 110 / 0.6);
}

.text-gray-500\/70 {
  color: rgb(111 111 110 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(111 111 110 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(111 111 110 / 0.8);
}

.text-gray-500\/90 {
  color: rgb(111 111 110 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(111 111 110 / 0.95);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / var(--tw-text-opacity));
}

.text-gray-600\/0 {
  color: rgb(66 65 67 / 0);
}

.text-gray-600\/10 {
  color: rgb(66 65 67 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(66 65 67 / 1);
}

.text-gray-600\/20 {
  color: rgb(66 65 67 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(66 65 67 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(66 65 67 / 0.3);
}

.text-gray-600\/40 {
  color: rgb(66 65 67 / 0.4);
}

.text-gray-600\/5 {
  color: rgb(66 65 67 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(66 65 67 / 0.5);
}

.text-gray-600\/60 {
  color: rgb(66 65 67 / 0.6);
}

.text-gray-600\/70 {
  color: rgb(66 65 67 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(66 65 67 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(66 65 67 / 0.8);
}

.text-gray-600\/90 {
  color: rgb(66 65 67 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(66 65 67 / 0.95);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(49 48 51 / var(--tw-text-opacity));
}

.text-gray-700\/0 {
  color: rgb(49 48 51 / 0);
}

.text-gray-700\/10 {
  color: rgb(49 48 51 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(49 48 51 / 1);
}

.text-gray-700\/20 {
  color: rgb(49 48 51 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(49 48 51 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(49 48 51 / 0.3);
}

.text-gray-700\/40 {
  color: rgb(49 48 51 / 0.4);
}

.text-gray-700\/5 {
  color: rgb(49 48 51 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(49 48 51 / 0.5);
}

.text-gray-700\/60 {
  color: rgb(49 48 51 / 0.6);
}

.text-gray-700\/70 {
  color: rgb(49 48 51 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(49 48 51 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(49 48 51 / 0.8);
}

.text-gray-700\/90 {
  color: rgb(49 48 51 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(49 48 51 / 0.95);
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(34 33 37 / var(--tw-text-opacity));
}

.text-gray-800\/0 {
  color: rgb(34 33 37 / 0);
}

.text-gray-800\/10 {
  color: rgb(34 33 37 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(34 33 37 / 1);
}

.text-gray-800\/20 {
  color: rgb(34 33 37 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(34 33 37 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(34 33 37 / 0.3);
}

.text-gray-800\/40 {
  color: rgb(34 33 37 / 0.4);
}

.text-gray-800\/5 {
  color: rgb(34 33 37 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(34 33 37 / 0.5);
}

.text-gray-800\/60 {
  color: rgb(34 33 37 / 0.6);
}

.text-gray-800\/70 {
  color: rgb(34 33 37 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(34 33 37 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(34 33 37 / 0.8);
}

.text-gray-800\/90 {
  color: rgb(34 33 37 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(34 33 37 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(15 13 19 / var(--tw-text-opacity));
}

.text-gray-900\/0 {
  color: rgb(15 13 19 / 0);
}

.text-gray-900\/10 {
  color: rgb(15 13 19 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(15 13 19 / 1);
}

.text-gray-900\/20 {
  color: rgb(15 13 19 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(15 13 19 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(15 13 19 / 0.3);
}

.text-gray-900\/40 {
  color: rgb(15 13 19 / 0.4);
}

.text-gray-900\/5 {
  color: rgb(15 13 19 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(15 13 19 / 0.5);
}

.text-gray-900\/60 {
  color: rgb(15 13 19 / 0.6);
}

.text-gray-900\/70 {
  color: rgb(15 13 19 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(15 13 19 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(15 13 19 / 0.8);
}

.text-gray-900\/90 {
  color: rgb(15 13 19 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(15 13 19 / 0.95);
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}

.text-gray\/0 {
  color: rgb(111 111 110 / 0);
}

.text-gray\/10 {
  color: rgb(111 111 110 / 0.1);
}

.text-gray\/100 {
  color: rgb(111 111 110 / 1);
}

.text-gray\/20 {
  color: rgb(111 111 110 / 0.2);
}

.text-gray\/25 {
  color: rgb(111 111 110 / 0.25);
}

.text-gray\/30 {
  color: rgb(111 111 110 / 0.3);
}

.text-gray\/40 {
  color: rgb(111 111 110 / 0.4);
}

.text-gray\/5 {
  color: rgb(111 111 110 / 0.05);
}

.text-gray\/50 {
  color: rgb(111 111 110 / 0.5);
}

.text-gray\/60 {
  color: rgb(111 111 110 / 0.6);
}

.text-gray\/70 {
  color: rgb(111 111 110 / 0.7);
}

.text-gray\/75 {
  color: rgb(111 111 110 / 0.75);
}

.text-gray\/80 {
  color: rgb(111 111 110 / 0.8);
}

.text-gray\/90 {
  color: rgb(111 111 110 / 0.9);
}

.text-gray\/95 {
  color: rgb(111 111 110 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(17 87 45 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-legacy {
  --tw-text-opacity: 1;
  color: rgb(26 150 211 / var(--tw-text-opacity));
}

.text-legacy\/0 {
  color: rgb(26 150 211 / 0);
}

.text-legacy\/10 {
  color: rgb(26 150 211 / 0.1);
}

.text-legacy\/100 {
  color: rgb(26 150 211 / 1);
}

.text-legacy\/20 {
  color: rgb(26 150 211 / 0.2);
}

.text-legacy\/25 {
  color: rgb(26 150 211 / 0.25);
}

.text-legacy\/30 {
  color: rgb(26 150 211 / 0.3);
}

.text-legacy\/40 {
  color: rgb(26 150 211 / 0.4);
}

.text-legacy\/5 {
  color: rgb(26 150 211 / 0.05);
}

.text-legacy\/50 {
  color: rgb(26 150 211 / 0.5);
}

.text-legacy\/60 {
  color: rgb(26 150 211 / 0.6);
}

.text-legacy\/70 {
  color: rgb(26 150 211 / 0.7);
}

.text-legacy\/75 {
  color: rgb(26 150 211 / 0.75);
}

.text-legacy\/80 {
  color: rgb(26 150 211 / 0.8);
}

.text-legacy\/90 {
  color: rgb(26 150 211 / 0.9);
}

.text-legacy\/95 {
  color: rgb(26 150 211 / 0.95);
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-light\/0 {
  color: rgb(245 245 245 / 0);
}

.text-light\/10 {
  color: rgb(245 245 245 / 0.1);
}

.text-light\/100 {
  color: rgb(245 245 245 / 1);
}

.text-light\/20 {
  color: rgb(245 245 245 / 0.2);
}

.text-light\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-light\/30 {
  color: rgb(245 245 245 / 0.3);
}

.text-light\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-light\/5 {
  color: rgb(245 245 245 / 0.05);
}

.text-light\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-light\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-light\/70 {
  color: rgb(245 245 245 / 0.7);
}

.text-light\/75 {
  color: rgb(245 245 245 / 0.75);
}

.text-light\/80 {
  color: rgb(245 245 245 / 0.8);
}

.text-light\/90 {
  color: rgb(245 245 245 / 0.9);
}

.text-light\/95 {
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-625 {
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(58 23 184 / var(--tw-text-opacity));
}

.text-secondary\/0 {
  color: rgb(58 23 184 / 0);
}

.text-secondary\/10 {
  color: rgb(58 23 184 / 0.1);
}

.text-secondary\/100 {
  color: rgb(58 23 184 / 1);
}

.text-secondary\/20 {
  color: rgb(58 23 184 / 0.2);
}

.text-secondary\/25 {
  color: rgb(58 23 184 / 0.25);
}

.text-secondary\/30 {
  color: rgb(58 23 184 / 0.3);
}

.text-secondary\/40 {
  color: rgb(58 23 184 / 0.4);
}

.text-secondary\/5 {
  color: rgb(58 23 184 / 0.05);
}

.text-secondary\/50 {
  color: rgb(58 23 184 / 0.5);
}

.text-secondary\/60 {
  color: rgb(58 23 184 / 0.6);
}

.text-secondary\/70 {
  color: rgb(58 23 184 / 0.7);
}

.text-secondary\/75 {
  color: rgb(58 23 184 / 0.75);
}

.text-secondary\/80 {
  color: rgb(58 23 184 / 0.8);
}

.text-secondary\/90 {
  color: rgb(58 23 184 / 0.9);
}

.text-secondary\/95 {
  color: rgb(58 23 184 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.\!no-underline {
  text-decoration-line: none !important;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-\[0_0_1\.5rem_rgba\(0\2c 0\2c 0\2c 0\.075\)\] {
  --tw-shadow: 0 0 1.5rem rgba(0,0,0,0.075);
  --tw-shadow-colored: 0 0 1.5rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-\[opacity\2c margin\] {
  transition-property: opacity,margin;
  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-none {
  transition-property: none;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-\[opacity\] {
  will-change: opacity;
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.\[--auto-close\:inside\] {
  --auto-close: inside;
}

/**
 * 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: #BAC1C3;
  --header-height: 5rem;
  --alert-height: 2.25rem;
}

@media (min-width: 768px){
  :root{
    --gutter: 1.5rem;
  }
}

@media (min-width: 1024px){
  :root{
    --header-height: 5.5rem;
  }
}

/*-----------------------------------
-------------------------------------
Structure & Color
-------------------------------------
-----------------------------------*/

/* Add custom container max-widths at Tailwind breakpoints */

.container {
  position: relative;
  z-index: 1;
  max-width: 90rem;
}

.container.full-width {
  max-width: none;
}

/* 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(174 174 169 / var(--tw-text-opacity));
}

: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 140 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) :is(h1,h2,h3,h4,h5,h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Add class for faded text */

.text-muted {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / var(--tw-text-opacity));
}

#main ul li::marker {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.sticky-top {
  position: sticky;
  top: 0px;
  top: var(--header-height);
}

figure:not(.rounded-none),
video:not(.rounded-none) {
  overflow: hidden;
  border-radius: 0.75rem;
}

@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, button, .button) {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

a:not(.btn, #primary-menu > li > a, .navbar-brand, button, .button):hover {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

/* Set button styles */

.btn, .button, .wp-element-button, button:not(.btn-unstyled, .tab-nav-item), input[type=button], input[type=submit] {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 140 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn:hover, .button:hover, .wp-element-button:hover, button:not(.btn-unstyled, .tab-nav-item):hover, input[type=button]:hover, input[type=submit]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
}

:where(.btn-primary, .btn-secondary):not(.btn-sm), 
.gform_wrapper.gravity-theme input[type=submit] {
  min-height: 0px !important;
  width: 100%;
  min-width: 11rem;
  line-height: 1 !important;
}

:where(.btn-primary, .btn-secondary):not(.btn-sm):hover, 
.gform_wrapper.gravity-theme input[type=submit]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(89 163 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(89 163 246 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  :where(.btn-primary, .btn-secondary):not(.btn-sm), 
.gform_wrapper.gravity-theme input[type=submit] {
    width: auto;
  }
}

.btn-secondary {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.btn-secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(58 23 184 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 23 184 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

:where(#masthead, .bg-black, .bg-dark, .bg-gray-950, .bg-gray-900, .bg-gray-800, .bg-gray-700) :is(.btn-primary, .btn-secondary, input[type=submit], input[type=button]):hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(58 23 184 / var(--tw-text-opacity)) !important;
}

.btn-tertiary {
  border-color: transparent;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.btn-tertiary:hover {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / 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: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  line-height: 1 !important;
}

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

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

.hoverable:hover .mega-menu .btn-sm:not(.btn-tertiary) {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / 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;
}

/* 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 140 255 / var(--tw-text-opacity));
}

.btn-secondary.btn-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn-secondary.btn-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(58 23 184 / var(--tw-text-opacity)) !important;
}

.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 140 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) {
  --tw-text-opacity: 1;
  color: rgb(174 174 169 / 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 140 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) :is(h1,h2,h3,h4,h5,h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(#masthead,.btn-primary.btndark, .bg-dark, .bg-gray-950, .bg-gray-900, .bg-gray-800, .bg-gray-700) :is(.btn-primary, .btn-secondary, input[type=submit], input[type=button]):hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(58 23 184 / var(--tw-text-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;
  display: flex;
  list-style-type: none !important;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

@media (min-width: 768px) {
  .btn-list {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}

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

/* sub nav */

.pill-sub-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.pill-sub-nav > ul {
  margin-bottom: 0px;
  display: inline-flex;
  width: 100%;
  list-style-type: none;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
  align-self: center;
  overflow-x: auto;
  white-space: nowrap;
  padding-right: 0px;
  padding-left: 0px !important;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.pill-sub-nav > ul :is(p,ul,ol), :where(p,ul,ol).pill-sub-nav > ul {
  margin-bottom: 1rem;
}

span:is(.pill-sub-nav > ul,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

.hoverable:hover .mega-menu .pill-sub-nav > ul {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / 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;
}

@media (min-width: 1024px) {
  .pill-sub-nav > ul {
    justify-content: center;
    gap: 0.5rem;
    overflow: auto;
  }
}

.pill-sub-nav li {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pill-sub-nav li.active {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/*-----------------------------------
-------------------------------------
Components
-------------------------------------
-----------------------------------*/

/* Accordion */

/* Alert */

.alert {
  margin-bottom: 1.5rem;
  display: block;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 245 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(24 119 210 / var(--tw-text-opacity));
}

.alert *:last-child {
  margin-bottom: 0px !important;
}

/* Badge */

.badge {
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / 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;
}

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

.badge:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Card */

/* .card {
    @apply rounded bg-light overflow-hidden;
} */

.card figure {
  margin-bottom: 0px !important;
  aspect-ratio: 3/2;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(15 13 19 / var(--tw-bg-opacity));
}

: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(174 174 169 / 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 140 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) :is(h1,h2,h3,h4,h5,h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(#masthead, .bg-black,.card figure, .bg-gray-950, .bg-gray-900, .bg-gray-800, .bg-gray-700) :is(.btn-primary, .btn-secondary, input[type=submit], input[type=button]):hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(58 23 184 / var(--tw-text-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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  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 140 255 / 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(.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(245 245 245 / var(--tw-bg-opacity));
}

:where(.table, .wp-block-table) tbody.bold-first-col tr td:first-child {
  font-weight: 700;
}

:where(.table, .wp-block-table) figcaption {
  margin-top: 0.5rem;
  font-size: 1rem;
  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;
}

span:is(:where(.table, .wp-block-table) figcaption,.text-md,.text-lg,.text-xl) {
  display: inline-block;
}

.hoverable:hover .mega-menu :where(.table, .wp-block-table) figcaption {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / 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;
}

/* Tabs */

.tab-nav-item {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(111 111 110 / var(--tw-text-opacity));
}

.tab-nav-item :is(p,ul,ol), :where(p,ul,ol).tab-nav-item {
  margin-bottom: 0.75rem;
}

.tab-nav-item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

[data-hs-tab].active.tab-nav-item {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 33 37 / var(--tw-text-opacity));
}

[data-hs-tab].active .tab-nav-item {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 33 37 / var(--tw-text-opacity));
}

/*-----------------------------------
-------------------------------------
Forms
-------------------------------------
-----------------------------------*/

form :where(input:not([type=submit], [type=checkbox], [type=radio]), textarea, select) {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 13 19 / 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 140 255 / var(--tw-border-opacity));
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 13 19 / var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single {
  --tw-border-opacity: 1;
  border-color: rgb(15 13 19 / var(--tw-border-opacity));
}

.select2-container--default .select2-selection--single:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 255 / var(--tw-border-opacity));
}

.select2-container .select2-dropdown--below .select2-search {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
}

.select2-container .select2-dropdown--below .select2-results {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

/* ROI Calculator */

.gfield_description.instruction {
  font-size: 1rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(66 65 67 / var(--tw-text-opacity)) !important;
}

.gform-body .gfield:not(.gfield_html_formatted, .gform_wrapper) .instruction, 
.single_variation_wrap .gfield:not(.gfield_html_formatted, .gform_wrapper) .instruction {
  display: none !important;
}

.gfield_course_option_wrapper ul {
  margin-bottom: 0px !important;
  list-style-type: none !important;
  padding-left: 0px !important;
}

.gform-body .collapsible-sections-field, 
.gform-body .gform_wrapper .gsection.collapsible-sections-field {
  border-width: 0px !important;
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0px !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

h3.gsection_title {
  font-size: 1.575rem !important;
  line-height: 2rem !important;
  letter-spacing: 0 !important;
}

.gform_wrapper .gsection.collapsible-sections-field h3.gsection_title {
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.gform-body .gform_wrapper:not(.gform_legacy_markup_wrapper) .collapsible-sections-collapsible-body {
  margin-top: 2rem !important;
  border-radius: 0.75rem !important;
  border-width: 1px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(174 174 169 / var(--tw-border-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (min-width: 1024px) {
  .gform-body .gform_wrapper:not(.gform_legacy_markup_wrapper) .collapsible-sections-collapsible-body {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.gform-body .gform_wrapper:not(.gform_legacy_markup_wrapper) .collapsible-sections-collapsible-body{
  border-top: 1px !important;
}

.gform-body .gfield.small-number div::before, 
.gform-body .gfield.small-number input, 
.gform-body .gfield.small-number label, 
.single_variation_wrap .gfield.small-number div::before, 
.single_variation_wrap .gfield.small-number input, 
.single_variation_wrap .gfield.small-number label {
  margin: 0px !important;
  height: auto !important;
  border-width: 0px !important;
  padding: 0px !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(111 111 110 / var(--tw-text-opacity)) !important;
}

.gform-body .gfield.large-number input {
  display: inline-block !important;
  height: auto !important;
  width: auto !important;
  border-color: transparent !important;
  padding: 0px !important;
  font-size: 2.3rem !important;
  line-height: 2.75rem !important;
  letter-spacing: -0.015em !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

/*-----------------------------------
-------------------------------------
Sliders
-------------------------------------
-----------------------------------*/

.slider-controls {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

.slider-btn {
  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 140 255 / var(--tw-border-opacity));
  text-align: center;
}

.slider-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.slider-btn svg * {
  stroke: #008CFF;
}

.slider-btn:hover 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;
}

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

#masthead #primary-menu > li > a,
#masthead #primary-menu > li::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#masthead #primary-menu > li:hover > a,
#masthead #primary-menu > li:hover::after {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

#masthead #primary-menu li:where(.current_page_item, .current-menu-ancestor) > a {
  opacity: 0.5;
}

/* Before scrolling */

#masthead:where(.navbar-light-transparent, .navbar-dark-transparent):not(.scrolled) {
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Account for header height in hero sections */

.mt-hh {
  margin-top: var(--header-height);
}

.pt-hh {
  padding-top: var(--header-height);
}

#page.has-alert .mt-hh{
  margin-top: calc(var(--header-height) + var(--alert-height));
}

#page.has-alert .pt-hh{
  padding-top: calc(var(--header-height) + var(--alert-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.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.chat-pointer.sub-menu {
  opacity: 0;
}

.sub-menu a {
  display: block;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.sub-menu a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 140 255 / var(--tw-bg-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(111 111 110 / 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: 1rem;
  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.875rem;
  line-height: 1rem;
  letter-spacing: 0;
  color: inherit;
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / 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;
}

#primary-menu > li.menu-item-has-children::after{
  font-family: 'Font Awesome 6 Pro';
  content: '\f078';
}

/* Mega menu */

#masthead.mega-menu-open {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

:where(.bg-dark,#masthead.mega-menu-open, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(174 174 169 / var(--tw-text-opacity));
}

:where(.bg-dark,#masthead.mega-menu-open, .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,#masthead.mega-menu-open, .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 140 255 / var(--tw-border-opacity)) !important;
}

:where(.bg-dark,#masthead.mega-menu-open, .bg-gray-1000, .bg-gray-900, .bg-gray-800, .bg-gray-700, .bg-gray-600, .bg-gray-500) :is(h1,h2,h3,h4,h5,h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:where(#masthead,#masthead.mega-menu-open, .bg-dark, .bg-gray-950, .bg-gray-900, .bg-gray-800, .bg-gray-700) :is(.btn-primary, .btn-secondary, input[type=submit], input[type=button]):hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(58 23 184 / var(--tw-text-opacity)) !important;
}

.mega-menu {
  transition: all 0.15s linear 0s;
}

.mega-menu-open .mega-menu {
  transition: none;
}

#primary-menu > li.hoverable {
  position: relative;
  padding-right: 1.5rem;
}

/* #primary-menu > li,
#primary-menu > li.hoverable.active{
    @apply rounded-sm !text-white hover:!text-white hover:!bg-gray-900;
} */

#primary-menu > li.hoverable::after {
  position: absolute;
  right: 1rem;
  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.875rem;
  line-height: 1rem;
  letter-spacing: 0;
  color: inherit;
}

#primary-menu > li.hoverable :is(p,ul,ol)::after, :where(p,ul,ol)#primary-menu > li.hoverable::after {
  margin-bottom: 0.75rem;
}

#primary-menu > li.hoverable::after{
  font-family: 'Font Awesome 6 Pro';
  content: '\f078';
}

.hoverable .mega-menu {
  --tw-translate-y: 1rem;
  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));
}

.hoverable:hover .mega-menu {
  visibility: visible !important;
  z-index: 900 !important;
  --tw-translate-y: 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));
  opacity: 1 !important;
}

.hoverable:hover .mega-menu .text-sm {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / 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;
}

/* .hoverable:hover .mega-menu a:hover .text-sm{
    @apply text-dark;
} */

.toggleable>label:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.toggle-input {
  display: none;
}

.chat-pointer.toggle-input {
  opacity: 0;
}

.toggle-input:not(checked)~.mega-menu {
  visibility: hidden !important;
  z-index: -900 !important;
  opacity: 0 !important;
}

/* Light Navbar */

#masthead.navbar-light:not(.scrolled) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#masthead:where(.navbar-light, .navbar-light-transparent):not(.scrolled) .navbar-brand svg .fill-neutral {
  fill: #313033 !important;
}

#masthead:where(.navbar-light, .navbar-light-transparent):not(.scrolled) #primary-menu > li > a,
#masthead:where(.navbar-light, .navbar-light-transparent):not(.scrolled) #primary-menu > li.menu-item-has-children::after,
#masthead:where(.navbar-light, .navbar-light-transparent):not(.scrolled) #primary-menu > li.hoverable::after,
#masthead:where(.navbar-light, .navbar-light-transparent):not(.scrolled) .socials > li > a {
  --tw-text-opacity: 1;
  color: rgb(49 48 51 / var(--tw-text-opacity));
}

/*-----------------------------------
-------------------------------------
Footer & Pre-Footer
-------------------------------------
-----------------------------------*/

#colophon .menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#colophon a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(214 214 211 / var(--tw-text-opacity));
}

#colophon a:not(.btn):hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.socials {
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 0px !important;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  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;
}

.chat-bubble:not(.visible) {
  transform-origin: bottom right;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.chat-pointer.hidden {
  opacity: 0;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/*-----------------------------------
-------------------------------------
Blocks
-------------------------------------
-----------------------------------*/

figure.wp-block-embed {
  border-radius: 1rem;
}

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

/* Immersive Blocks */

.timeline-nav li,
.timeline-photo img {
  transition: opacity 400ms;
  transition-delay: 0ms;
}

/*-----------------------------------
-------------------------------------
How it Works
-------------------------------------
-----------------------------------*/

.how-it-works :is(h1,h2,h3,h4,h5,h6,p,ul,ol,ol){
  animation: auto linear reveal both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
  animation-duration: 1ms;
}

.how-it-works :is(section, header) {
  position: relative;
}

.how-it-works section:not(.py-0) {
  padding-top: 12.5rem;
  padding-bottom: 10rem;
}

.scrolly-pane {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8rem;
  padding-bottom: 2rem;
  text-align: center;
}

.scrolly-pane.bottom-center {
  left: 50%;
  max-width: 52.5rem;
  --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));
  justify-content: flex-end !important;
}

@media (min-width: 1024px) {
  .scrolly-pane.bottom-center {
    max-width: 40rem;
  }
}

.image-swap-box {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  align-items: center;
  text-align: center;
}

.image-swap-box>* {
  position: absolute;
  top: 0px;
  left: 0px;
}

.image-swap-box>img {
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tooltip-box>p,
.image-swap-box>img,
.image-swap-box>div {
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-image {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 100vw;
  max-width: none;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
}

.sticky-container .scrolly-pane:not(:first-of-type):not(.lottie),
.tooltip-box>p:not(:first-of-type):not(.lottie),
.image-swap-box>img:not(:first-of-type):not(.lottie),
section .bg-image:not(:first-of-type):not(.lottie) {
  opacity: 0;
}

#portabilityAnim canvas {
  position: absolute;
  bottom: 0px;
  aspect-ratio: 1920/1520;
  height: auto !important;
  --tw-translate-y: 7.25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.js-lottie-scrub.lottie {
  position: absolute;
  top: 20%;
  z-index: 0;
  height: 60% !important;
  width: 60% !important;
}

.lottie-text-autoplay > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.demonstration-icon {
  margin-bottom: 0.5rem;
  height: 4rem;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.portability_container>lottie-player,
.rmr_container>lottie-player {
  height: 400px;
  width: 400px;
  max-width: 100%;
}

@media screen and (max-width: 991px){
  #heroAnim canvas {
    position: relative;
    left: 50%;
    width: 125%;
    --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));
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  #portabilityAnim :is(canvas, .portability-static-image) {
    left: 50%;
    height: 100%;
    width: 100%;
    max-width: none;
    --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));
  }

  #portabilityAnim canvas{
    transform: translate(-50%, 20.3%) !important;
  }
}

@media screen and (max-width: 767px){
  #heroAnim canvas {
    width: 170% !important;
  }

  #portabilityAnim  :is(canvas, .portability-static-image) {
    width: 150% !important;
  }

  #portabilityAnim canvas{
    transform: translate(-50%, 47.5%) !important;
  }

  .scrolly-pane.top-left {
    left: 50%;
    width: 80vw;
    --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));
    justify-content: center;
    text-align: center;
  }

  .sticky-text .h-screen {
    height: auto;
    padding-top: 6rem;
  }

  .sticky-text .h-screen:last-of-type {
    padding-bottom: 4rem;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*-----------------------------------
-------------------------------------
WooCommerce
-------------------------------------
-----------------------------------*/

/* Buttons */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  display: inline-flex;
  width: 100%;
  min-width: 11rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 140 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 140 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity)) !important;
}

.wp-element-button {
  width: 100%;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.added_to_cart.wc-forward {
  display: none !important;
}

/* Product */

.page-title, .entry-title {
  font-weight: 500;
}

.single-product .cart {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.single-product .cart .quantity {
  width: auto;
}

.single-product .cart .quantity input {
  min-width: 5rem;
}

.single_add_to_cart_button {
  flex-grow: 1;
}

.woocommerce-mini-cart__buttons .button:first-of-type {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.woocommerce-mini-cart__buttons .button:first-of-type:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.woocommerce-mini-cart__buttons .button:last-of-type {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.product_meta {
  display: none;
}

.chat-pointer.product_meta {
  opacity: 0;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery__image a {
  display: inline-block;
  width: 100%;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  border-radius: 0.75rem;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 99;
}

.flex-control-thumbs {
  margin-top: 1.5rem !important;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.flex-control-thumbs a {
  aspect-ratio: 1 / 1;
}

.flex-control-thumbs img {
  height: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.variations select {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce-variation-add-to-cart {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.woocommerce-message {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-message::before,
.woocommerce-message::after {
  display: none !important;
}

.woocommerce-message .button {
  width: 10rem !important;
}

.single-product.postid-1670 .woocommerce-variation-price {
  display: none !important;
}

#sticky-product-bar.scrolled {
  display: flex;
  opacity: 1 !important;
}

#sticky-product-bar:not(.scrolled) {
  opacity: 0;
}

#sticky-product-bar .affirm-modal-trigger {
  display: none !important;
}

/* Cart */

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.wc-block-cart__submit {
  margin-top: 1.5rem !important;
}

.woocommerce-mini-cart__buttons.buttons .button:first-of-type {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 140 255 / var(--tw-border-opacity));
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: auto;
}

.woocommerce-cart-form .coupon input {
  width: auto;
  flex-grow: 1;
}

.woocommerce-cart-form .actions button,
.woocommerce-cart-form .coupon button {
  width: auto !important;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Checkout */

#main ul.woocommerce-error{
  -webkit-padding-start: 3.5rem;
          padding-inline-start: 3.5rem;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

#acfw-checkout-ui-block {
  display: none !important;
}

.woocommerce-checkout :is(#masthead, #colophon),
.wc-block-components-totals-wrapper.slot-wrapper {
  display: none !important;
}

.woocommerce-checkout .navbar-brand svg .fill-neutral {
  fill: #313033 !important;
}

.wc-block-components-checkout-step__title {
  font-size: 1.575rem;
  line-height: 2rem;
  letter-spacing: 0;
}

@media (min-width: 1024px){
  .wc-block-components-checkout-step__title {
    font-size: 1.9rem !important;
    line-height: 2.25rem !important;
  }
}

span:is(.text-sm,.text-md,.wc-block-components-checkout-step__title,.text-xl) {
  display: inline-block;
}

:where(.wc-block-components-text-input, .wc-block-components-combobox).is-active label {
  opacity: 0;
}

.wc-block-components-panel__button {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.wc-block-components-totals-coupon__button {
  width: auto !important;
  min-width: 0px !important;
  background-color: transparent !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

/* Order Details */

.woocommerce .woocommerce-customer-details address {
  border-width: 1px !important;
}

/*-----------------------------------
-------------------------------------
Other
-------------------------------------
-----------------------------------*/

/* Breadcrumb Menu */

.breadcrumbs {
  margin-bottom: 0.5rem !important;
  display: flex;
  list-style-type: none;
  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: 1rem;
  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;
}

span:is(.breadcrumbs li:not(:last-of-type),.text-md,.text-lg,.text-xl)::after {
  display: inline-block;
}

.hoverable:hover .mega-menu .breadcrumbs li:not(:last-of-type)::after {
  --tw-text-opacity: 1;
  color: rgb(66 65 67 / 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;
}

/* Image Map Pro */

.wp-block-image-map-pro-image-map-pro {
  max-width: 90rem !important;
}

.imp-container {
  width: 100% !important;
}

.wp-block-image-map-pro-image-map-pro .imp-objects > svg > path {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 13 19 / var(--tw-border-opacity));
  stroke: #0F0D13;
  stroke-width: 1;
  stroke-opacity: 100% !important;
}

.imp-tooltip {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity)) !important;
}

.imp-tooltip * {
  font-family: Selecta, Helvetica, Arial, sans-serif !important;
}

.imp-tooltip a {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.imp-tooltip a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

@media screen and (min-width: 1024px) {
  .imp-canvas{
    width: 90rem !important;
    height: calc(90rem * .56603710937) !important;
  }
}

/* Locator */

.mapboxgl-popup-close-button {
  padding: 0.2rem 0.5rem 0.5rem 0.5rem !important;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
  display: none;
}

.chat-pointer.mapboxgl-ctrl-bottom-left,.chat-pointer .mapboxgl-ctrl-bottom-right {
  opacity: 0;
}

.mapboxgl-popup-content *:last-child {
  margin-bottom: 0px !important;
}

/* Currency Converter - Currency Switcher for WooCommerce by WP Wham */

#alg_currency_selector #alg_currency_select {
  padding: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#alg_currency_selector #alg_currency_select:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

#alg_currency_selector .wSelect {
  margin-bottom: 0px !important;
  border-width: 0px !important;
  background-color: transparent !important;
  font-size: 0.875rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#alg_currency_selector .wSelect.wSelect-active {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#alg_currency_selector .wSelect.wSelect-hover {
  border-width: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#alg_currency_selector .wSelect .wSelect-selected {
  margin-left: 0.75rem !important;
  padding-left: 1.5rem !important;
}

#alg_currency_selector .wSelect .wSelect-arrow {
  background-image: none;
}

#alg_currency_selector .wSelect .wSelect-arrow::after {
  position: absolute;
  left: 0px;
  top: 50%;
  display: 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-weight: 300;
  --tw-content: '\f078';
  content: var(--tw-content);
  font-family: 'Font Awesome 6 Pro';
}

#alg_currency_selector .wSelect .wSelect-options-holder {
  top: 2rem;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 13 19 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#alg_currency_selector .wSelect .wSelect-options-holder .wSelect-options {
  overflow-y: visible !important;
  border-width: 0px !important;
}

#alg_currency_selector .wSelect .wSelect-options-holder .wSelect-option {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#alg_currency_selector .wSelect .wSelect-options-holder .wSelect-option:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

#alg_currency_selector .wSelect .wSelect-options-holder .wSelect-option:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

#alg_currency_selector .wSelect .wSelect-options-holder .wSelect-option.wSelect-option-selected {
  background-color: transparent !important;
  font-weight: 700;
}

#alg_currency_selector .wSelect .wSelect-options-holder .wSelect-option .wSelect-option-icon {
  padding-left: 1.5rem;
}

#alg_currency_selector .wSelect .wSelect-options-holder .wSelect-option .wSelect-option-value {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

/* Hide Plugin Ads */

#usm-admin-notification-widget{
  display: none !important;
}

#cn-close-notice{
  right: auto;
  left: 15px;
}

.grecaptcha-badge {
  display: none !important;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.after\:from-black::after {
  content: var(--tw-content);
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:opacity-80::after {
  content: var(--tw-content);
  opacity: 0.8;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:\!border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 95 174 / var(--tw-bg-opacity));
}

.hover\:\!text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(8 95 174 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.hover\:hover\:text-blue-600:hover:hover {
  --tw-text-opacity: 1;
  color: rgb(24 119 210 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(8 95 174 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(139 139 136 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(49 48 51 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 95 174 / var(--tw-bg-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgb(8 95 174 / var(--tw-text-opacity));
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.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(139 139 136 / 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\:from-cyan-500 {
  --tw-gradient-from: #34CBF1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 203 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-royal-800 {
  --tw-gradient-from: #3A17B8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 23 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:to-cyan-500\/0 {
  --tw-gradient-to: rgb(52 203 241 / 0) var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-royal-800\/0 {
  --tw-gradient-to: rgb(58 23 184 / 0) var(--tw-gradient-to-position);
}

.group:hover .group-hover\:\!text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 33 37 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 140 255 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / 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 140 255 / var(--tw-text-opacity));
}

.hs-dropdown.open > .hs-dropdown-open\:block {
  display: block;
}

.hs-dropdown.open > .hs-dropdown-open\:opacity-100 {
  opacity: 1;
}

.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:block {
  display: block;
}

.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:opacity-100 {
  opacity: 1;
}

.hs-accordion.active.hs-accordion-active\:block {
  display: block;
}

.hs-accordion.active.hs-accordion-active\:hidden {
  display: none;
}

.hs-accordion.active.hs-accordion-active\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.hs-accordion.active.group:hover .hs-accordion-active\:group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:block {
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:hidden {
  display: none;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.hs-accordion.active > .hs-accordion-toggle .group:hover .hs-accordion-active\:group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:block {
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden {
  display: none;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.hs-accordion.active > .hs-accordion-toggle.group:hover .hs-accordion-active\:group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

.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\: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\: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\: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\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 255 / var(--tw-border-opacity));
}

[data-hs-tab].active.hs-tab-active\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
}

[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(49 48 51 / var(--tw-text-opacity));
}

[data-hs-tab].active.hs-tab-active\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-hs-tab].active.hs-tab-active\:opacity-100 {
  opacity: 1;
}

[data-hs-tab].active.hs-tab-active\:opacity-50 {
  opacity: 0.5;
}

[data-hs-tab].active .hs-tab-active\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 255 / var(--tw-border-opacity));
}

[data-hs-tab].active .hs-tab-active\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity));
}

[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(49 48 51 / var(--tw-text-opacity));
}

[data-hs-tab].active .hs-tab-active\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-hs-tab].active .hs-tab-active\:opacity-100 {
  opacity: 1;
}

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

@media (prefers-reduced-motion: reduce) {
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
    animation: spin 1.5s linear infinite;
  }
}

:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(49 48 51 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 37 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-opacity-80) {
  --tw-bg-opacity: 0.8;
}

:is(.dark .dark\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(139 139 136 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(111 111 110 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:shadow-slate-700\/\[\.7\]) {
  --tw-shadow-color: rgb(51 65 85 / .7);
  --tw-shadow: var(--tw-shadow-colored);
}

:is(.dark .dark\:hover\:text-blue-600:hover) {
  --tw-text-opacity: 1;
  color: rgb(24 119 210 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-gray-400:hover) {
  --tw-text-opacity: 1;
  color: rgb(139 139 136 / 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\:text-blue-600:focus) {
  --tw-text-opacity: 1;
  color: rgb(24 119 210 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:ring-gray-700:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 48 51 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-offset-gray-800:focus) {
  --tw-ring-offset-color: #222125;
}

:is(.dark [data-hs-tab].active.dark\:hs-tab-active\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 37 / var(--tw-bg-opacity));
}

[data-hs-tab].active:is(.dark .hs-tab-active\:dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 37 / var(--tw-bg-opacity));
}

[data-hs-tab].active:is(.dark .hs-tab-active\:dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(139 139 136 / var(--tw-text-opacity));
}

:is(.dark [data-hs-tab].active .dark\:hs-tab-active\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 37 / var(--tw-bg-opacity));
}

[data-hs-tab].active :is(.dark .hs-tab-active\:dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 37 / var(--tw-bg-opacity));
}

[data-hs-tab].active :is(.dark .hs-tab-active\:dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(139 139 136 / 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: 42.5rem;
  }
}

@media (min-width: 768px) {
  .md\:left-\[50\%\] {
    left: 50%;
  }

  .md\:top-0 {
    top: 0px;
  }

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

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

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

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

  .md\:mt-9 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

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

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

  .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\:w-\[12\.5rem\] {
    width: 12.5rem;
  }

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-7 {
    gap: 3rem;
  }

  .md\:gap-8 {
    gap: 4rem;
  }

  .md\:gap-9 {
    gap: 6rem;
  }

  .md\:\!px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .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\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 8rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.5rem;
  }

  .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-5 {
    padding-top: 1.5rem;
  }

  .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.3125rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:bottom-7 {
    bottom: 3rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:my-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

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

  .lg\:mb-10 {
    margin-bottom: 8rem;
  }

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

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

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

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

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

  .lg\:mt-9 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!aspect-auto {
    aspect-ratio: auto !important;
  }

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

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

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

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

  .lg\:h-screen {
    height: 100vh;
  }

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

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

  .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\/3 {
    width: 66.666667% !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-\[25rem\] {
    width: 25rem !important;
  }

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

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

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

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

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

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

  .lg\:w-\[calc\(33\.33vw\+1rem\)\] {
    width: calc(33.33vw + 1rem);
  }

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

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

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

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

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

  .lg\:transform-none {
    transform: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-11 {
    gap: 12rem;
  }

  .lg\:gap-7 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 4rem;
  }

  .lg\:gap-9 {
    gap: 6rem;
  }

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

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

  .lg\:rounded-tl-lg {
    border-top-left-radius: 2rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 2rem;
  }

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

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

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-6 {
    padding: 2rem;
  }

  .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-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .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-5 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 2rem;
  }

  .lg\:pb-7 {
    padding-bottom: 3rem;
  }

  .lg\:pb-8 {
    padding-bottom: 4rem;
  }

  .lg\:pb-9 {
    padding-bottom: 6rem;
  }

  .lg\:pl-8 {
    padding-left: 4rem;
  }

  .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\:pr-\[2\.5rem\] {
    padding-right: 2.5rem;
  }

  .lg\:pt-10 {
    padding-top: 8rem;
  }

  .lg\:pt-11 {
    padding-top: 12rem;
  }

  .lg\:pt-12 {
    padding-top: 16rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.5rem;
  }

  .lg\:pt-6 {
    padding-top: 2rem;
  }

  .lg\:pt-7 {
    padding-top: 3rem;
  }

  .lg\:pt-8 {
    padding-top: 4rem;
  }

  .lg\:pt-9 {
    padding-top: 6rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:\!text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:\!text-xl {
    font-size: 1.9rem !important;
    line-height: 2.25rem !important;
    letter-spacing: -0.015em !important;
  }

  .lg\:text-4xl {
    font-size: 3.35rem;
    line-height: 3.5rem;
    letter-spacing: -0.025em;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

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

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

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:pr-8 {
    padding-right: 4rem;
  }

  .xl\:\!text-sm {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0 !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:\!px-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:\!text-base {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0 !important;
  }
}

.\[\&\:after\]\:\!hidden:after {
  display: none !important;
}

.\[\&\:before\]\:\!hidden:before {
  display: none !important;
}

.\[\&_div\]\:max-h-\[75vh\] div {
  max-height: 75vh;
}

[data-hs-tab].active.hs-tab-active\:\[\&_h5\]\:\!text-white h5 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

[data-hs-tab].active .hs-tab-active\:\[\&_h5\]\:\!text-white h5 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&_iframe\]\:max-h-\[75vh\] iframe {
  max-height: 75vh;
}

.\[\&_iframe\]\:rounded iframe {
  border-radius: 0.75rem;
}

.\[\&_img\]\:\!h-full img {
  height: 100% !important;
}

.\[\&_img\]\:\!w-full img {
  width: 100% !important;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

[data-hs-tab].active.hs-tab-active\:\[\&_img\]\:brightness-0 img {
  --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);
}

[data-hs-tab].active.hs-tab-active\:\[\&_img\]\:invert img {
  --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);
}

[data-hs-tab].active .hs-tab-active\:\[\&_img\]\:brightness-0 img {
  --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);
}

[data-hs-tab].active .hs-tab-active\:\[\&_img\]\:invert img {
  --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);
}

.\[\&_p\]\:\!mb-0 p {
  margin-bottom: 0px !important;
}

.\[\&_svg\]\:h-\[2\.25rem\] svg {
  height: 2.25rem;
}

@media (min-width: 1024px) {
  .\[\&_svg\]\:lg\:h-\[2\.5rem\] svg {
    height: 2.5rem;
  }
}
